Commits

DateSubjectAuthorReleases
2024-04-02 Avoid deadlock during orphan temp table removal. Tom Lane 17.0
2024-04-02 Avoid deadlock during orphan temp table removal. Tom Lane 12.19
2024-04-02 Avoid deadlock during orphan temp table removal. Tom Lane 16.3
2024-04-02 Avoid deadlock during orphan temp table removal. Tom Lane 14.12
2024-04-02 Avoid deadlock during orphan temp table removal. Tom Lane 15.7
2024-04-02 Avoid deadlock during orphan temp table removal. Tom Lane 13.15
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2018-10-01 Add assertions that we hold some relevant lock during relation open. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2008-11-07 Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least Tom Lane 8.4.0
2008-03-04 Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a Tom Lane 8.2.7
2008-03-04 Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a Tom Lane 8.3.1
2008-03-04 Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a Tom Lane 8.4.0
2007-09-05 Implement lazy XID allocation: transactions that do not modify any database Tom Lane 8.3.0
2007-06-19 Code review for log_lock_waits patch. Don't try to issue log messages from Tom Lane 8.3.0
2006-08-18 Now that we've rearranged relation open to get a lock before touching Tom Lane 8.2.0
2006-07-31 Change the relation_open protocol so that we obtain lock on a relation Tom Lane 8.2.0
2005-12-09 Simplify lock manager data structures by making a clear separation between Tom Lane 8.2.0
2005-08-01 Add NOWAIT option to SELECT FOR UPDATE/SHARE. Tom Lane 8.1.0
2005-06-17 Two-phase commit. Original patch by Heikki Linnakangas, with additional Tom Lane 8.1.0
2005-06-14 Simplify shared-memory lock data structures as per recent discussion: Tom Lane 8.1.0
2005-04-30 Use the standard lock manager to establish priority order when there Tom Lane 8.1.0
2005-04-29 Restructure LOCKTAG as per discussions of a couple months ago. Tom Lane 8.1.0
2005-04-28 Implement sharable row-level locks, and use them for foreign key references Tom Lane 8.1.0
2004-09-16 Restructure subtransaction handling to reduce resource consumption, Tom Lane 8.0.0