index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
lmgr
Commit message (
Expand
)
Author
Age
*
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-04
*
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-11-01
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-27
*
Refactor GetLockStatusData() to skip backends/groups without fast-path locks.
Fujii Masao
2024-10-25
*
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-24
*
Fix race condition in committing a serializable transaction
Heikki Linnakangas
2024-10-21
*
Use an shmem_exit callback to remove backend from PMChildFlags on exit
Heikki Linnakangas
2024-10-08
*
Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions.
Noah Misch
2024-09-24
*
Fix asserts in fast-path locking code
Tomas Vondra
2024-09-23
*
Increase the number of fast-path lock slots
Tomas Vondra
2024-09-21
*
Fix inconsistent LWLock tranche name "CommitTsSLRU"
Michael Paquier
2024-09-04
*
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
*
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-29
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
*
Remove --disable-spinlocks.
Thomas Munro
2024-07-30
*
Use more consistently int64 for page numbers in SLRU-related code
Michael Paquier
2024-07-23
*
Lift limitation that PGPROC->links must be the first field
Heikki Linnakangas
2024-07-05
*
Improve some global variable declarations
Peter Eisentraut
2024-07-02
*
Remove support for HPPA (a/k/a PA-RISC) architecture.
Tom Lane
2024-07-01
*
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
*
Fix typo and comments related to the recent no-wait lock improvements
Michael Paquier
2024-05-23
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
*
Fix zeroing of pg_serial page without SLRU bank lock
Alvaro Herrera
2024-04-03
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-02
*
Avoid deadlock during orphan temp table removal.
Tom Lane
2024-04-02
*
Use TidStore for dead tuple TIDs storage during lazy vacuum.
Masahiko Sawada
2024-04-02
*
Rework lwlocknames.txt to become lwlocklist.h
Alvaro Herrera
2024-03-20
*
Allow a no-wait lock acquisition to succeed in more cases.
Robert Haas
2024-03-14
*
Document units of "timeout" in ConditionVariableTimedSleep()
Michael Paquier
2024-03-09
*
Put back required #include
Peter Eisentraut
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-04
*
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-03-03
*
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
*
Rename SLRU elements in view pg_stat_slru
Alvaro Herrera
2024-02-28
*
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
*
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-22
*
Introduce transaction_timeout
Alexander Korotkov
2024-02-15
*
Fix copy&paste typo in comment
Alvaro Herrera
2024-01-31
*
Split use of SerialSLRULock, creating SerialControlLock
Alvaro Herrera
2024-01-30
*
Make spelling of cancelled/cancellation consistent
Alvaro Herrera
2024-01-26
*
Remove dummy_spinlock
Alvaro Herrera
2024-01-25
*
Fix s_lock_test compile
Alvaro Herrera
2024-01-25
[next]