Commits

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

DateSubjectAuthorReleases
2022-12-13 Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode. Tom Lane 11.19
2022-11-09 Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock. Tom Lane 11.19
2022-07-26 Force immediate commit after CREATE DATABASE etc in extended protocol. Tom Lane 11.17
2022-03-03 Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 11.16
2021-10-01 Fix Portal snapshot tracking to handle subtransactions properly. Tom Lane 11.14
2020-04-21 Fix possible crash during FATAL exit from reindexing. Tom Lane 11.8
2019-11-24 Avoid assertion failure with LISTEN in a serializable transaction. Tom Lane 11.7
2018-10-12 Simplify use of AllocSetContextCreate() wrapper macro. Tom Lane 11.0
2018-10-08 Advance transaction timestamp for intra-procedure transactions. Tom Lane 11.0
2018-10-06 Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers. Tom Lane 11.0
2018-04-28 In AtEOXact_Files, complain if any files remain unclosed at commit. Tom Lane 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-09 Further cleanup of client dependencies on src/include/catalog headers. Tom Lane 11.0
2018-03-27 Allow memory contexts to have both fixed and variable ident strings. Tom Lane 11.0
2017-12-13 Rethink MemoryContext creation to improve performance. Tom Lane 11.0
2017-10-11 Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes. Tom Lane 11.0
2017-09-27 Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE. Tom Lane 11.0
2017-09-26 Use a blacklist to distinguish original from add-on enum values. Tom Lane 11.0
2017-09-07 Fix handling of savepoint commands within multi-statement Query strings. Tom Lane 11.0