Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2026-02-11 Fix plpgsql's handling of "return simple_record_variable". Tom Lane 14.22
2025-07-07 Restore the ability to run pl/pgsql expression queries in parallel. Tom Lane 14.19
2025-03-21 Fix plpgsql's handling of simple expressions in scrollable cursors. Tom Lane 14.18
2024-08-07 Fix edge case in plpgsql's make_callstmt_target(). Tom Lane 14.14
2024-06-13 When replanning a plpgsql "simple expression", check it's still simple. Tom Lane 14.13
2023-04-24 Fix memory leakage in plpgsql DO blocks that use cast expressions. Tom Lane 14.8
2022-06-22 Fix SPI's handling of errors during transaction commit. Tom Lane 14.5
2021-10-03 Fix checking of query type in plpgsql's RETURN QUERY command. Tom Lane 14.1
2021-08-21 Improve error messages about misuse of SELECT INTO. Tom Lane 14.0
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 14.0
2021-06-22 Restore the portal-level snapshot for simple expressions, too. Tom Lane 14.0
2021-06-10 Reconsider the handling of procedure OUT parameters. Tom Lane 14.0
2021-06-08 Force NO SCROLL for plpgsql's implicit cursors. Tom Lane 14.0
2021-05-22 Remove plpgsql's special-case code paths for SET/RESET. Tom Lane 14.0
2021-05-21 Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. Tom Lane 14.0
2021-05-20 Avoid detoasting failure after COMMIT inside a plpgsql FOR loop. Tom Lane 14.0
2021-01-26 Rethink recently-added SPI interfaces. Tom Lane 14.0
2021-01-26 Improve performance of repeated CALLs within plpgsql procedures. Tom Lane 14.0
2021-01-04 Rethink the "read/write parameter" mechanism in pl/pgsql. Tom Lane 14.0
2021-01-04 Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql. Tom Lane 14.0
2021-01-04 Re-implement pl/pgsql's expression and assignment parsing. Tom Lane 14.0
2021-01-04 Add the ability for the core grammar to have more than one parse target. Tom Lane 14.0
2020-12-28 Further fix thinko in plpgsql memory leak fix. Tom Lane 14.0
2020-12-28 Fix thinko in plpgsql memory leak fix. Tom Lane 14.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0