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
/
include
/
storage
/
proc.h
Age
Commit message (
Expand
)
Author
2025-04-26
Eliminate divide in new fast-path locking code
David Rowley
2025-04-20
Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.
Noah Misch
2025-03-18
aio: Infrastructure for io_method=worker
Andres Freund
2025-03-14
Add GUC option to log lock acquisition failures.
Fujii Masao
2025-03-04
Make FP_LOCK_SLOTS_PER_BACKEND look like a function
Tomas Vondra
2025-01-06
Remove duplicate definitions in proc.h
Heikki Linnakangas
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-04
Split ProcSleep function into JoinWaitQueue and ProcSleep
Heikki Linnakangas
2024-11-01
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-09-21
Increase the number of fast-path lock slots
Tomas Vondra
2024-08-14
Apply PGDLLIMPORT markings to some GUC variables
Peter Eisentraut
2024-07-23
Move extern declarations for EXEC_BACKEND to header files
Peter Eisentraut
2024-07-05
Lift limitation that PGPROC->links must be the first field
Heikki Linnakangas
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-03-14
Allow a no-wait lock acquisition to succeed in more cases.
Robert Haas
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-21
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-11-28
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
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-10-15
Fix some comments in proc.h
Michael Paquier
2022-10-11
C comment: explain procArray->pgprocnos[]
Bruce Momjian
2022-09-14
Add subxid-overflow "isolation" test
Alvaro Herrera
2022-05-19
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-04-15
Tighten ComputeXidHorizons' handling of walsenders.
Tom Lane
2022-04-08
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-03-24
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-16
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-11-19
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-03-15
Make archiver process an auxiliary process.
Fujii Masao
2021-02-15
Display the time when the process started waiting for the lock, in pg_locks, ...
Fujii Masao
2021-02-09
Revert "Display the time when the process started waiting for the lock, in pg...
Fujii Masao
2021-02-09
Display the time when the process started waiting for the lock, in pg_locks.
Fujii Masao
2021-01-15
Avoid spurious wait in concurrent reindex
Alvaro Herrera
2021-01-06
Add idle_session_timeout.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
[next]