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
/
lock.c
Commit message (
Expand
)
Author
Age
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Reduce more the number of calls to GetMaxBackends()
Michael Paquier
2022-02-10
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Use MaxLockMode symbol in more places.
Tom Lane
2022-01-03
*
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
*
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-31
*
Fix check for conflicting session- vs transaction-level locks.
Tom Lane
2021-07-24
*
Display the time when the process started waiting for the lock, in pg_locks, ...
Fujii Masao
2021-02-15
*
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-02-09
*
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-30
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
snapshot scalability: Introduce dense array of in-progress xids.
Andres Freund
2020-08-14
*
Remove STATUS_WAITING
Peter Eisentraut
2020-06-17
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
*
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 page lock to conflict among parallel group members.
Amit Kapila
2020-03-21
*
Allow relation extension lock to conflict among parallel group members.
Amit Kapila
2020-03-20
*
Add assert to ensure that page locks don't participate in deadlock cycle.
Amit Kapila
2020-03-19
*
Assert that we don't acquire a heavyweight lock on another object after
Amit Kapila
2020-03-18
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Remove STATUS_FOUND
Peter Eisentraut
2020-01-11
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
Make release of 2PC identifier and locks consistent in COMMIT PREPARED
Michael Paquier
2019-02-25
*
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
*
Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.
Tom Lane
2018-09-19
*
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Extend relations multiple blocks at a time to improve scalability.
Robert Haas
2016-04-08
[next]