Commits

DateSubjectAuthorReleases
2024-05-17 Revise GUC names quoting in messages again Peter Eisentraut 17.0
2024-04-18 Fix typos and duplicate words Daniel Gustafsson 17.0
2024-04-11 Revert: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 17.0
2024-04-02 Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 17.0
2024-03-14 Allow a no-wait lock acquisition to succeed in more cases. Robert Haas 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-03-04 Use MyBackendType in more places to check what process this is Heikki Linnakangas 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-22 Add a new slot sync worker to synchronize logical slots. Amit Kapila 17.0
2024-02-21 Remove superfluous 'pgprocno' field from PGPROC Heikki Linnakangas 17.0
2024-02-15 Introduce transaction_timeout Alexander Korotkov 17.0
2024-01-26 Make spelling of cancelled/cancellation consistent Alvaro Herrera 17.0
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
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-12-03 Refactor how InitProcess is called Heikki Linnakangas 17.0
2023-12-03 Refactor CreateSharedMemoryAndSemaphores Heikki Linnakangas 17.0
2023-11-30 Print lwlock stats also for aux processes, when built with LWLOCK_STATS Heikki Linnakangas 17.0
2023-10-17 Avoid calling proc_exit() in processes forked by system(). Nathan Bossart 11.22
2023-10-17 Avoid calling proc_exit() in processes forked by system(). Nathan Bossart 12.17
2023-10-17 Avoid calling proc_exit() in processes forked by system(). Nathan Bossart 13.13
2023-10-17 Avoid calling proc_exit() in processes forked by system(). Nathan Bossart 14.10