Commits

DateSubjectAuthorReleases
2026-02-20 Split PGPROC 'links' field into two, for clarity Heikki Linnakangas 19 (unreleased)
2026-02-16 Change remaining StaticAssertStmt() to StaticAssertDecl() Peter Eisentraut 19 (unreleased)
2026-02-09 cleanup: Deadlock checker is no longer called from signal handler Heikki Linnakangas 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-02-24 Add static asserts for MAX_BACKENDS limiting factors Andres Freund 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-07-06 Revert the commits related to allowing page lock to conflict among parallel group members. Amit Kapila 17.0
2023-07-06 Revert the commits related to allowing page lock to conflict among parallel group members. Amit Kapila 16.0
2023-07-06 Revert the commits related to allowing page lock to conflict among parallel group members. Amit Kapila 15.4
2023-07-06 Revert the commits related to allowing page lock to conflict among parallel group members. Amit Kapila 14.9
2023-07-06 Revert the commits related to allowing page lock to conflict among parallel group members. Amit Kapila 13.12
2023-01-18 Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks Andres Freund 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-04-12 Revert the addition of GetMaxBackends() and related stuff. Robert Haas 15.0
2022-02-08 Remove MaxBackends variable in favor of GetMaxBackends() function. Robert Haas 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-11-18 Relax lock level for setting PGPROC->statusFlags Alvaro Herrera 14.0
2020-11-16 Rename PGPROC->vacuumFlags to statusFlags Alvaro Herrera 14.0
2020-08-14 snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags. Andres Freund 14.0
2020-03-21 Allow page lock to conflict among parallel group members. Amit Kapila 13.0
2020-03-20 Allow relation extension lock to conflict among parallel group members. Amit Kapila 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-07-29 Fix busted logic for parallel lock grouping in TopoSort(). Tom Lane 12.0