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
11 days
bufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitListLock()
Andres Freund
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-11-24
lwlock: Fix, currently harmless, bug in LWLockWakeup()
Andres Freund
2025-11-21
Remove useless casts to (void *)
Peter Eisentraut
2025-11-13
Add some missing #include <limits.h>.
Thomas Munro
2025-11-06
Refactor shared memory allocation for semaphores
Heikki Linnakangas
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-09-18
Fix re-initialization of LWLock-related shared memory.
Nathan Bossart
2025-09-12
Default to log_lock_waits=on
Peter Eisentraut
2025-09-12
Remove traces of support for Sun Studio compiler
Peter Eisentraut
2025-09-11
Move named LWLock tranche requests to shared memory.
Nathan Bossart
2025-09-04
Revert recent change to RequestNamedLWLockTranche().
Nathan Bossart
2025-09-03
Move dynamically-allocated LWLock tranche names to shared memory.
Nathan Bossart
2025-08-29
Provide error context when an error is thrown within WaitOnLock().
Tom Lane
2025-08-29
Make LWLockCounter a global variable.
Nathan Bossart
2025-08-29
Mark ItemPointer arguments as const in tuple/table lock functions
Peter Eisentraut
2025-08-22
Change dynahash.c and hsearch.h to use int64 instead of long
Michael Paquier
2025-08-19
Fix comment for MAX_SIMUL_LWLOCKS.
Nathan Bossart
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-07-23
Cross-check lists of built-in LWLock tranches.
Nathan Bossart
2025-07-18
Remove unused variable in generate-lwlocknames.pl.
Nathan Bossart
2025-07-17
Fix inconsistent LWLock tranche names for MultiXact*
Michael Paquier
2025-07-07
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-31
Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more.
Fujii Masao
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-04-27
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-21
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-02
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
[next]