Commits

DateSubjectAuthorReleases
2024-01-18 lwlock: Fix quadratic behavior with very long wait lists Andres Freund 12.18
2024-01-18 lwlock: Fix quadratic behavior with very long wait lists Andres Freund 13.14
2024-01-18 lwlock: Fix quadratic behavior with very long wait lists Andres Freund 14.11
2024-01-18 lwlock: Fix quadratic behavior with very long wait lists Andres Freund 15.6
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
2022-11-20 lwlock: Fix quadratic behavior with very long wait lists Andres Freund 16.0
2022-11-19 Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit Andres Freund 11.19
2022-11-19 Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit Andres Freund 12.14
2022-11-19 Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit Andres Freund 13.10
2022-11-19 Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit Andres Freund 14.7
2022-11-19 Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit Andres Freund 15.2
2022-11-19 Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit Andres Freund 16.0
2022-02-15 Move replication slot release to before_shmem_exit(). Andres Freund 15.0
2021-04-03 Improve efficiency of wait event reporting, remove proc.h dependency. Andres Freund 14.0
2020-09-08 Fix autovacuum cancellation. Andres Freund 14.0
2020-08-14 snapshot scalability: Introduce dense array of in-progress xids. Andres Freund 14.0
2020-08-14 snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT. Andres Freund 14.0
2020-08-14 snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags. Andres Freund 14.0
2020-08-13 snapshot scalability: Move PGXACT->xmin back to PGPROC. Andres Freund 14.0
2020-04-08 snapshot scalability: Move delayChkpt from PGXACT to PGPROC. Andres Freund 13.0
2015-02-03 Move deadlock and other interrupt handling in proc.c out of signal handlers. Andres Freund 9.5.0
2015-01-14 Add a default local latch for use in signal handlers. Andres Freund 9.5.0
2014-12-25 Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it. Andres Freund 9.5.0
2014-06-20 Don't allow to disable backend assertions via the debug_assertions GUC. Andres Freund 9.5.0