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
/
lock.h
Age
Commit message (
Expand
)
Author
8 days
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-03-28
Fix crash if LockErrorCleanup() is called twice
Heikki Linnakangas
2025-03-14
Add GUC option to log lock acquisition failures.
Fujii Masao
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-04
Split ProcSleep function into JoinWaitQueue and ProcSleep
Heikki Linnakangas
2024-08-29
Refactor lock manager initialization to make it a bit less special
Heikki Linnakangas
2024-06-28
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
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-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-01-18
Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks
Andres Freund
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
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-30
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-15
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-20
Allow relation extension lock to conflict among parallel group members.
Amit Kapila
2020-03-18
Assert that we don't acquire a heavyweight lock on another object after
Amit Kapila
2020-01-11
Remove STATUS_FOUND
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-10
Fix and improve description of locktag types in lock.h
Michael Paquier
2019-04-02
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-03-19
Reorder LOCALLOCK structure members to compact the size
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-01
Add assertions that we hold some relevant lock during relation open.
Tom Lane
2018-09-07
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-04-08
Extend relations multiple blocks at a time to improve scalability.
Robert Haas
2016-03-10
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-02-22
Create a function to reliably identify which sessions block which others.
Tom Lane
[next]