Commits

DateSubjectAuthorReleases
2025-02-27 Fix possible double-release of spinlock in procsignal.c Michael Paquier 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-07-29 Fix double-release of spinlock Heikki Linnakangas 18.0
2024-07-29 Fix compiler warning/error about typedef redefinitions Heikki Linnakangas 18.0
2024-07-29 Move cancel key generation to after forking the backend Heikki Linnakangas 18.0
2024-03-13 Make the order of the header file includes consistent Peter Eisentraut 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-03-03 Replace BackendIds with 0-based ProcNumbers Heikki Linnakangas 17.0
2024-03-03 Redefine backend ID to be an index into the proc array Heikki Linnakangas 17.0
2024-02-14 Centralize logic for restoring errno in signal handlers. Nathan Bossart 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-09-07 Fix recovery conflict SIGUSR1 handling. Thomas Munro 17.0
2023-04-08 Handle logical slot conflicts on standby Andres Freund 16.0
2023-01-09 Perform apply of large transactions by parallel workers. Amit Kapila 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-10-14 Standardize format for printing PIDs Peter Eisentraut 16.0
2022-05-11 Add logging for excessive ProcSignalBarrier waits. Thomas Munro 15.0
2022-04-12 Revert the addition of GetMaxBackends() and related stuff. Robert Haas 15.0
2022-02-11 Fix DROP {DATABASE,TABLESPACE} on Windows. Thomas Munro 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-11-09 Make some comments use the term "ProcSignal" for consistency Michael Paquier 15.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-06 Add function to log the memory contexts of specified backend process. Fujii Masao 14.0
2021-03-01 Remove obsolete comment for WaitForProcSignalBarrier(). Thomas Munro 14.0