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
Age
Commit message (
Expand
)
Author
25 hours
Integrate FullTransactionIds deeper into two-phase code
Michael Paquier
2025-06-03
Rename log_lock_failure GUC to log_lock_failures for consistency.
Fujii Masao
2025-05-30
Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more.
Fujii Masao
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-04-26
Eliminate divide in new fast-path locking code
David Rowley
2025-04-17
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
2025-04-11
Fix recently introduced typos
Daniel Gustafsson
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-02
Improve accounting for PredXactList, RWConflictPool and PGPROC
Tomas Vondra
2025-03-28
Fix crash if LockErrorCleanup() is called twice
Heikki Linnakangas
2025-03-26
aio: Add io_method=io_uring
Andres Freund
2025-03-14
Add GUC option to log lock acquisition failures.
Fujii Masao
2025-03-14
Optimize iteration over PGPROC for fast-path lock searches.
Fujii Masao
2025-03-13
Make lwlocknames.h generated file less ugly
Álvaro Herrera
2025-03-08
Make parallel nbtree index scans use an LWLock.
Peter Geoghegan
2025-03-04
Make FP_LOCK_SLOTS_PER_BACKEND look like a function
Tomas Vondra
2025-02-24
Add static asserts for MAX_BACKENDS limiting factors
Andres Freund
2025-02-24
Base LWLock limits directly on MAX_BACKENDS
Andres Freund
2025-02-24
Move MAX_BACKENDS to procnumber.h
Andres Freund
2025-02-22
Allow lwlocks to be disowned
Andres Freund
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-06
Allow changing autovacuum_max_workers without restarting.
Nathan Bossart
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
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-12-06
Remove useless casts to (const void *)
Peter Eisentraut
2024-12-03
Drop "Lock" suffix from LWLock wait event names
Álvaro Herrera
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
Move TRACE calls into WaitOnLock()
Heikki Linnakangas
2024-11-04
Set MyProc->heldLocks in ProcSleep
Heikki Linnakangas
2024-11-04
Fix comment in LockReleaseAll() on when locallock->nLock can be zero
Heikki Linnakangas
2024-11-01
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-24
Refactor GetLockStatusData() to skip backends/groups without fast-path locks.
Fujii Masao
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-21
Fix race condition in committing a serializable transaction
Heikki Linnakangas
2024-10-08
Use an shmem_exit callback to remove backend from PMChildFlags on exit
Heikki Linnakangas
2024-09-24
Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions.
Noah Misch
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-09-04
Fix inconsistent LWLock tranche name "CommitTsSLRU"
Michael Paquier
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-08-29
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-29
Refactor lock manager initialization to make it a bit less special
Heikki Linnakangas
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-07-30
Remove --disable-spinlocks.
Thomas Munro
[next]