Commits

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

DateSubjectAuthorReleases
2025-03-23 Fix rare assertion failure in standby, if primary is restarted Heikki Linnakangas 14.18
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 14.16
2024-06-27 Fix MVCC bug with prepared xact with subxacts on standby Heikki Linnakangas 14.13
2024-05-16 Fix documentation about DROP DATABASE FORCE process termination rights. Noah Misch 14.13
2023-11-13 Remove incorrect file reference in comment. Etsuro Fujita 14.11
2023-10-06 Remove extra parenthesis from comment. Etsuro Fujita 14.10
2023-06-11 Fix missing initializations of MyProc.delayChkptEnd Michael Paquier 14.9
2023-03-08 Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids Andres Freund 14.8
2022-11-29 Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 14.7
2022-11-22 Ignore invalidated slots while computing oldest catalog Xmin Alvaro Herrera 14.7
2022-06-27 Fix visibility check when XID is committed in CLOG but not in procarray. Heikki Linnakangas 14.5
2022-05-31 Revert changes to CONCURRENTLY that "sped up" Xmin advance Alvaro Herrera 14.4
2022-05-19 Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS Alvaro Herrera 14.4
2022-04-14 Rethink the delay-checkpoint-end mechanism in the back-branches. Robert Haas 14.3
2022-03-24 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 14.3
2022-01-27 Fix ordering of XIDs in ProcArrayApplyRecoveryInfo Tomas Vondra 14.2
2021-11-19 Fix parallel operations that prevent oldest xmin from advancing. Amit Kapila 14.2
2021-11-06 Reset lastOverflowedXid on standby when needed Alexander Korotkov 14.1
2021-09-16 Fix variable shadowing in procarray.c. Fujii Masao 14.0
2021-09-16 Use int instead of size_t in procarray.c. Fujii Masao 14.0
2021-09-13 Fix potential for compiler warning in GlobalVisTestFor(). Andres Freund 14.0
2021-07-25 Deduplicate choice of horizon for a relation procarray.c. Andres Freund 14.0
2021-06-28 Pre branch pgindent / pgperltidy run Andrew Dunstan 14.0
2021-06-21 Use correct horizon when vacuuming catalog relations. Andres Freund 14.0
2021-06-12 Improve and cleanup ProcArrayAdd(), ProcArrayRemove(). Andres Freund 14.0