index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
lmgr
Age
Commit message (
Expand
)
Author
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-25
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
2024-07-23
Use more consistently int64 for page numbers in SLRU-related code
Michael Paquier
2024-07-05
Lift limitation that PGPROC->links must be the first field
Heikki Linnakangas
2024-07-02
Improve some global variable declarations
Peter Eisentraut
2024-07-01
Remove support for HPPA (a/k/a PA-RISC) architecture.
Tom Lane
2024-06-27
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
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-03
Fix zeroing of pg_serial page without SLRU bank lock
Alvaro Herrera
2024-04-02
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-03-20
Rework lwlocknames.txt to become lwlocklist.h
Alvaro Herrera
2024-03-14
Allow a no-wait lock acquisition to succeed in more cases.
Robert Haas
2024-03-09
Document units of "timeout" in ConditionVariableTimedSleep()
Michael Paquier
2024-03-04
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-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-28
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-22
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-15
Introduce transaction_timeout
Alexander Korotkov
[prev]
[next]