Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-12-17 | WAL-log inplace update before revealing it to other sessions. | Noah Misch | 16.12 |
| 2024-12-28 | Exclude parallel workers from connection privilege/limit checks. | Tom Lane | 16.7 |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-01-20 | Add new GUC reserved_connections. | Robert Haas | 16.0 |
| 2023-01-18 | Use dlists instead of SHM_QUEUE for syncrep queue | Andres Freund | 16.0 |
| 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-11-20 | lwlock: Fix quadratic behavior with very long wait lists | Andres Freund | 16.0 |
| 2022-10-15 | Fix some comments in proc.h | Michael Paquier | 16.0 |
| 2022-10-11 | C comment: explain procArray->pgprocnos[] | Bruce Momjian | 16.0 |
| 2022-09-14 | Add subxid-overflow "isolation" test | Alvaro Herrera | 16.0 |