aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/lock.c
Commit message (Expand)AuthorAge
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Reduce more the number of calls to GetMaxBackends()Michael Paquier2022-02-10
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Use MaxLockMode symbol in more places.Tom Lane2022-01-03
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Fix check for conflicting session- vs transaction-level locks.Tom Lane2021-07-24
* Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao2021-02-15
* Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao2021-02-09
* Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao2021-02-09
* Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch2021-01-30
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* snapshot scalability: Introduce dense array of in-progress xids.Andres Freund2020-08-14
* Remove STATUS_WAITINGPeter Eisentraut2020-06-17
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut2020-04-04
* Improve handling of parameter differences in physical replicationPeter Eisentraut2020-03-30
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Allow page lock to conflict among parallel group members.Amit Kapila2020-03-21
* Allow relation extension lock to conflict among parallel group members.Amit Kapila2020-03-20
* Add assert to ensure that page locks don't participate in deadlock cycle.Amit Kapila2020-03-19
* Assert that we don't acquire a heavyweight lock on another object afterAmit Kapila2020-03-18
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Remove STATUS_FOUNDPeter Eisentraut2020-01-11
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* Make release of 2PC identifier and locks consistent in COMMIT PREPAREDMichael Paquier2019-02-25
* Update copyright for 2019Bruce Momjian2019-01-02
* Add assertions that we hold some relevant lock during relation open.Tom Lane2018-10-01
* Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.Tom Lane2018-09-19
* Fix longstanding recursion hazard in sinval message processing.Tom Lane2018-09-07
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* pgindent run for 9.6Robert Haas2016-06-09
* Extend relations multiple blocks at a time to improve scalability.Robert Haas2016-04-08