Commits

DateSubjectAuthorReleases
2025-01-06 Remove duplicate definitions in proc.h Heikki Linnakangas 17.3
2025-01-06 Remove duplicate definitions in proc.h Heikki Linnakangas 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-28 Replace PGPROC.isBackgroundWorker with isRegularBackend. Tom Lane 18.0
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 14.16
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 13.19
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 16.7
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 15.11
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 18.0
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 17.3
2024-12-28 Reserve a PGPROC slot and semaphore for the slotsync worker process. Tom Lane 18.0
2024-12-28 Reserve a PGPROC slot and semaphore for the slotsync worker process. Tom Lane 17.3
2024-11-04 Split ProcSleep function into JoinWaitQueue and ProcSleep Heikki Linnakangas 18.0
2024-11-01 Use ProcNumbers instead of direct Latch pointers to address other procs Heikki Linnakangas 18.0
2024-09-21 Increase the number of fast-path lock slots Tomas Vondra 18.0
2024-08-14 Apply PGDLLIMPORT markings to some GUC variables Peter Eisentraut 18.0
2024-07-23 Move extern declarations for EXEC_BACKEND to header files Peter Eisentraut 18.0
2024-07-05 Lift limitation that PGPROC->links must be the first field Heikki Linnakangas 18.0
2024-04-18 Fix typos and duplicate words Daniel Gustafsson 17.0
2024-03-14 Allow a no-wait lock acquisition to succeed in more cases. Robert Haas 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-21 Remove superfluous 'pgprocno' field from PGPROC Heikki Linnakangas 17.0
2024-02-15 Introduce transaction_timeout Alexander Korotkov 17.0
2024-01-18 lwlock: Fix quadratic behavior with very long wait lists Andres Freund 12.18