Commits

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

DateSubjectAuthorReleases
2023-02-22 Add missing support for the latest SPI status codes. Dean Rasheed 11.20
2022-07-18 Re-add SPICleanup for ABI compatibility in stable branch Peter Eisentraut 11.17
2022-06-22 Fix SPI's handling of errors during transaction commit. Tom Lane 11.17
2021-05-21 Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. Tom Lane 11.13
2019-04-19 Fix problems with auto-held portals. Tom Lane 11.3
2018-10-08 Advance transaction timestamp for intra-procedure transactions. Tom Lane 11.0
2018-09-08 Save/restore SPI's global variables in SPI_connect() and SPI_finish(). Tom Lane 11.0
2018-07-06 Fix assert in nested SQL procedure call Peter Eisentraut 11.0
2018-05-03 Fix SPI error cleanup and memory leak Peter Eisentraut 11.0
2018-04-12 Revert MERGE patch Simon Riggs 11.0
2018-04-03 MERGE SQL Command following SQL:2016 Simon Riggs 11.0
2018-04-02 Revert "Modified files for MERGE" Simon Riggs 11.0
2018-04-02 Modified files for MERGE Simon Riggs 11.0
2018-03-28 PL/pgSQL: Nested CALL with transactions Peter Eisentraut 11.0
2018-01-22 Transaction control in PL procedures Peter Eisentraut 11.0
2018-01-10 Revert "Move portal pinning from PL/pgSQL to SPI" Peter Eisentraut 11.0
2018-01-10 Move portal pinning from PL/pgSQL to SPI Peter Eisentraut 11.0
2018-01-09 Update portal-related memory context names and API Peter Eisentraut 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-12-21 Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. Tom Lane 11.0
2017-12-11 Fix corner-case coredump in _SPI_error_callback(). Tom Lane 11.0
2017-11-08 Change TRUE/FALSE to true/false Peter Eisentraut 11.0
2017-10-06 Fix crash when logical decoding is invoked from a PL function. Tom Lane 11.0
2017-08-20 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). Andres Freund 11.0