index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
lmgr
/
proc.c
Age
Commit message (
Expand
)
Author
2025-03-04
Make FP_LOCK_SLOTS_PER_BACKEND look like a function
Tomas Vondra
2025-01-06
Allow changing autovacuum_max_workers without restarting.
Nathan Bossart
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-28
Replace PGPROC.isBackgroundWorker with isRegularBackend.
Tom Lane
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-28
Reserve a PGPROC slot and semaphore for the slotsync worker process.
Tom Lane
2024-11-14
Assign a child slot to every postmaster child process
Heikki Linnakangas
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-11-04
Split ProcSleep function into JoinWaitQueue and ProcSleep
Heikki Linnakangas
2024-11-04
Set MyProc->heldLocks in ProcSleep
Heikki Linnakangas
2024-11-01
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-08
Use an shmem_exit callback to remove backend from PMChildFlags on exit
Heikki Linnakangas
2024-09-23
Fix asserts in fast-path locking code
Tomas Vondra
2024-09-21
Increase the number of fast-path lock slots
Tomas Vondra
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-07-05
Lift limitation that PGPROC->links must be the first field
Heikki Linnakangas
2024-05-23
Fix typo and comments related to the recent no-wait lock improvements
Michael Paquier
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-03-14
Allow a no-wait lock acquisition to succeed in more cases.
Robert Haas
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-21
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
2024-01-26
Make spelling of cancelled/cancellation consistent
Alvaro Herrera
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-03
Refactor how InitProcess is called
Heikki Linnakangas
2023-12-03
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-11-30
Print lwlock stats also for aux processes, when built with LWLOCK_STATS
Heikki Linnakangas
2023-10-17
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-07-06
Revert the commits related to allowing page lock to conflict among parallel g...
Amit Kapila
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-01-20
Add new GUC reserved_connections.
Robert Haas
2023-01-18
Use dlists instead of SHM_QUEUE for syncrep queue
Andres Freund
2023-01-18
Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-20
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2022-11-19
Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit
Andres Freund
2022-10-05
Rename shadowed local variables
David Rowley
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-08
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-03-24
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-02-15
Move replication slot release to before_shmem_exit().
Andres Freund
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
[next]