Commits

DateSubjectAuthorReleases
2022-06-22 Fix SPI's handling of errors during transaction commit. Tom Lane 11.17
2022-06-22 Fix SPI's handling of errors during transaction commit. Tom Lane 12.12
2022-06-22 Fix SPI's handling of errors during transaction commit. Tom Lane 14.5
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-03-28 Add support for MERGE SQL command Alvaro Herrera 15.0
2022-03-04 Parse/analyze function renaming Peter Eisentraut 15.0
2022-02-28 Don't use static storage for SaveTransactionCharacteristics(). Tom Lane 15.0
2022-02-28 Fix SPI's handling of errors during transaction commit. Tom Lane 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-10-03 Fix checking of query type in plpgsql's RETURN QUERY command. Tom Lane 14.1
2021-10-03 Fix checking of query type in plpgsql's RETURN QUERY command. Tom Lane 15.0
2021-09-08 Clean up some code using "(expr) ? true : false" Michael Paquier 15.0
2021-08-21 Improve error messages about misuse of SELECT INTO. Tom Lane 14.0
2021-08-21 Improve error messages about misuse of SELECT INTO. Tom Lane 15.0
2021-06-18 Centralize the logic for protective copying of utility statements. Tom Lane 14.0
2021-05-21 Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. Tom Lane 14.0
2021-05-21 Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. Tom Lane 11.13
2021-05-21 Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. Tom Lane 13.4
2021-05-21 Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. Tom Lane 12.8
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 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
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-06-12 Avoid using a cursor in plpgsql's RETURN QUERY statement. Tom Lane 14.0