index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
lock.h
Commit message (
Expand
)
Author
Age
*
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-30
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Allow relation extension lock to conflict among parallel group members.
Amit Kapila
2020-03-20
*
Assert that we don't acquire a heavyweight lock on another object after
Amit Kapila
2020-03-18
*
Remove STATUS_FOUND
Peter Eisentraut
2020-01-11
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix and improve description of locktag types in lock.h
Michael Paquier
2019-05-10
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
Reorder LOCALLOCK structure members to compact the size
Peter Eisentraut
2019-03-19
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add assertions that we hold some relevant lock during relation open.
Tom Lane
2018-10-01
*
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Extend relations multiple blocks at a time to improve scalability.
Robert Haas
2016-04-08
*
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
*
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-22
*
Cosmetic improvements to group locking.
Robert Haas
2016-02-21
*
Introduce group locking to prevent parallel processes from deadlocking.
Robert Haas
2016-02-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Remove dead function prototype
Heikki Linnakangas
2014-11-26
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix stale-pointer problem in fast-path locking logic.
Tom Lane
2013-11-27
*
Remove `proc` argument from LockCheckConflicts
Alvaro Herrera
2013-09-16
*
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-02-12
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix performance problems with autovacuum truncation in busy workloads.
Kevin Grittner
2012-12-11
*
Cleanup VirtualXact at end of Hot Standby.
Simon Riggs
2012-11-29
*
Add a small cache of locks owned by a resource owner in ResourceOwner.
Heikki Linnakangas
2012-06-21
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Overdue code review for transaction-level advisory locks patch.
Tom Lane
2012-05-04
*
Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.
Robert Haas
2012-04-18
*
Tighten up error recovery for fast-path locking.
Robert Haas
2012-04-18
[next]