Commits

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

DateSubjectAuthorReleases
2024-06-27 Fix MVCC bug with prepared xact with subxacts on standby Heikki Linnakangas 12.20
2023-11-13 Remove incorrect file reference in comment. Etsuro Fujita 12.18
2023-06-11 Fix missing initializations of MyProc.delayChkptEnd Michael Paquier 12.16
2022-11-29 Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 12.14
2022-06-27 Fix visibility check when XID is committed in CLOG but not in procarray. Heikki Linnakangas 12.12
2022-04-14 Rethink the delay-checkpoint-end mechanism in the back-branches. Robert Haas 12.11
2022-03-24 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 12.11
2022-01-27 Fix ordering of XIDs in ProcArrayApplyRecoveryInfo Tomas Vondra 12.10
2021-11-06 Reset lastOverflowedXid on standby when needed Alexander Korotkov 12.9
2021-09-16 Fix variable shadowing in procarray.c. Fujii Masao 12.9
2021-01-06 Detect the deadlocks between backends and the startup process. Fujii Masao 12.6
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-03-28 Add basic infrastructure for 64 bit transaction IDs. Thomas Munro 12.0
2019-01-22 Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-11 Remove volatiles from {procarray,volatile}.c and fix memory ordering issue. Andres Freund 12.0
2018-11-10 Combine two flag tests in GetSnapshotData(). Andres Freund 12.0
2018-10-14 Avoid duplicate XIDs at recovery when building initial snapshot Michael Paquier 12.0
2018-09-22 Replace CAS loop with single TAS in ProcArrayGroupClearXid() Alexander Korotkov 12.0