Commits

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

DateSubjectAuthorReleases
2025-03-23 Fix rare assertion failure in standby, if primary is restarted Heikki Linnakangas 15.13
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 15.11
2024-06-27 Fix MVCC bug with prepared xact with subxacts on standby Heikki Linnakangas 15.8
2024-05-16 Fix documentation about DROP DATABASE FORCE process termination rights. Noah Misch 15.8
2023-11-13 Remove incorrect file reference in comment. Etsuro Fujita 15.6
2023-10-06 Remove extra parenthesis from comment. Etsuro Fujita 15.5
2023-03-08 Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids Andres Freund 15.3
2022-11-29 Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 15.2
2022-11-22 Ignore invalidated slots while computing oldest catalog Xmin Alvaro Herrera 15.2
2022-06-27 Fix visibility check when XID is committed in CLOG but not in procarray. Heikki Linnakangas 15.0
2022-05-31 Revert changes to CONCURRENTLY that "sped up" Xmin advance Alvaro Herrera 15.0
2022-05-19 Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS Alvaro Herrera 15.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-04-15 Tighten ComputeXidHorizons' handling of walsenders. Tom Lane 15.0
2022-04-13 Remove extraneous blank lines before block-closing braces Alvaro Herrera 15.0
2022-04-12 Revert the addition of GetMaxBackends() and related stuff. Robert Haas 15.0
2022-04-11 Fix various typos and spelling mistakes in code comments David Rowley 15.0
2022-04-08 Rename delayChkpt to delayChkptFlags. Robert Haas 15.0
2022-03-24 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 15.0
2022-02-08 Remove MaxBackends variable in favor of GetMaxBackends() function. Robert Haas 15.0
2022-01-27 Fix ordering of XIDs in ProcArrayApplyRecoveryInfo Tomas Vondra 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-11-19 Fix parallel operations that prevent oldest xmin from advancing. Amit Kapila 15.0
2021-11-06 Reset lastOverflowedXid on standby when needed Alexander Korotkov 15.0
2021-09-16 Fix variable shadowing in procarray.c. Fujii Masao 15.0