Commits

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

DateSubjectAuthorReleases
2026-05-27 Fix procLatch ownership race in ProcKill() Michael Paquier 14 (unreleased)
2026-05-27 Fix race conditions in ProcKill()'s lock-group freelist handling Michael Paquier 14 (unreleased)
2026-02-25 Fix ProcWakeup() resetting wrong waitStart field. Fujii Masao 14.23
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 14.16
2024-01-18 lwlock: Fix quadratic behavior with very long wait lists Andres Freund 14.11
2023-10-17 Avoid calling proc_exit() in processes forked by system(). Nathan Bossart 14.10
2023-07-06 Revert the commits related to allowing page lock to conflict among parallel group members. Amit Kapila 14.9
2023-06-11 Fix missing initializations of MyProc.delayChkptEnd Michael Paquier 14.9
2022-11-19 Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit Andres Freund 14.7
2022-03-24 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 14.3
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-03 Improve efficiency of wait event reporting, remove proc.h dependency. Andres Freund 14.0
2021-02-22 Initialize atomic variable waitStart in PGPROC, at postmaster startup. Fujii Masao 14.0
2021-02-17 Use errmsg_internal for debug messages Peter Eisentraut 14.0
2021-02-15 Display the time when the process started waiting for the lock, in pg_locks, take 2 Fujii Masao 14.0
2021-02-09 Revert "Display the time when the process started waiting for the lock, in pg_locks." Fujii Masao 14.0
2021-02-09 Display the time when the process started waiting for the lock, in pg_locks. Fujii Masao 14.0
2021-01-13 Log long wait time on recovery conflict when it's resolved. Fujii Masao 14.0
2021-01-07 Add GUC to log long wait times on recovery conflicts. Fujii Masao 14.0
2021-01-06 Add idle_session_timeout. Tom Lane 14.0
2021-01-06 Detect the deadlocks between backends and the startup process. Fujii Masao 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-11-24 Centralize logic for skipping useless ereport/elog calls. Tom Lane 14.0
2020-11-23 Don't hold ProcArrayLock longer than needed in rare cases Alvaro Herrera 14.0
2020-11-16 Rename PGPROC->vacuumFlags to statusFlags Alvaro Herrera 14.0