Commits

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

DateSubjectAuthorReleases
2022-06-22 Fix SPI's handling of errors during transaction commit. Tom Lane 11.17
2021-07-20 Fix corner-case uninitialized-variable issues in plpgsql. Tom Lane 11.13
2021-06-22 Restore the portal-level snapshot for simple expressions, too. Tom Lane 11.13
2021-06-08 Force NO SCROLL for plpgsql's implicit cursors. Tom Lane 11.13
2021-05-21 Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. Tom Lane 11.13
2021-05-20 Avoid detoasting failure after COMMIT inside a plpgsql FOR loop. Tom Lane 11.13
2020-12-28 Further fix thinko in plpgsql memory leak fix. Tom Lane 11.11
2020-12-28 Fix thinko in plpgsql memory leak fix. Tom Lane 11.11
2020-09-29 Fix memory leak in plpgsql's CALL processing. Tom Lane 11.10
2020-03-26 Ensure that plpgsql cleans up cleanly during parallel-worker exit. Tom Lane 11.8
2019-12-26 Fix possible loss of sync between rectypeid and underlying PLpgSQL_type. Tom Lane 11.7
2019-08-15 Fix plpgsql to re-look-up composite type names at need. Tom Lane 11.6
2019-07-03 Ensure plpgsql result tuples have the right composite type marking. Tom Lane 11.5
2019-05-31 Fix C++ incompatibilities in plpgsql's header files. Tom Lane 11.4
2019-04-19 Fix problems with auto-held portals. Tom Lane 11.3
2019-01-09 Update docs & tests to reflect that unassigned OLD/NEW are now NULL. Tom Lane 11.2
2018-11-10 Fix error-cleanup mistakes in exec_stmt_call(). Tom Lane 11.2
2018-11-04 Fix bugs in plpgsql's handling of CALL argument lists. Tom Lane 11.1
2018-10-05 Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields. Tom Lane 11.0
2018-07-06 Fix assert in nested SQL procedure call Peter Eisentraut 11.0
2018-06-26 Reword SPI_ERROR_TRANSACTION errors in PL/pgSQL Peter Eisentraut 11.0
2018-05-25 Fix misidentification of SQL statement type in plpgsql's exec_stmt_execsql. Tom Lane 11.0
2018-05-16 Detoast plpgsql variables if they might live across a transaction boundary. Tom Lane 11.0
2018-05-01 Clean up warnings from -Wimplicit-fallthrough. Tom Lane 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0