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
*
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
*
Fix typo and comments related to the recent no-wait lock improvements
Michael Paquier
2024-05-23
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Allow a no-wait lock acquisition to succeed in more cases.
Robert Haas
2024-03-14
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
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-03-03
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Fix crash with RemoveFromWaitQueue() when detecting a deadlock.
Masahiko Sawada
2023-07-26
*
Revert the commits related to allowing page lock to conflict among parallel g...
Amit Kapila
2023-07-06
*
Error message refactoring
Peter Eisentraut
2023-06-23
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Speedup and increase usability of set proc title functions
David Rowley
2023-02-20
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
*
Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks
Andres Freund
2023-01-18
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Rename shadowed local variables
David Rowley
2022-10-05
*
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
[next]