Commits

DateSubjectAuthorReleases
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
2006-07-14 Fix another passel of include-file breakage. Kris Jurka, Tom Lane Tom Lane 8.2.0
2006-05-04 Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. Tom Lane 8.2.0
2006-01-13 Remove logic in XactLockTableWait() that attempted to mark a crashed 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-05-29 Improve LockAcquire API per my recent proposal. All error conditions Tom Lane 8.1.0
2005-05-19 Split the shared-memory array of PGPROC pointers out of the sinval 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
2004-09-16 Restructure subtransaction handling to reduce resource consumption, Tom Lane 8.0.0
2004-08-22 Tweak code so that pg_subtrans is never consulted for XIDs older than Tom Lane 8.0.0
2004-07-28 Fix subtransaction behavior for large objects, temp namespace, files, Tom Lane 8.0.0
2004-07-27 Replace nested-BEGIN syntax for subtransactions with spec-compliant Tom Lane 8.0.0
2004-07-01 Nested transactions. There is still much left to do, especially on the Tom Lane 8.0.0
2004-05-28 Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by Tom Lane 8.0.0
2003-09-04 Reimplement hash index locking algorithms, per my recent proposal to Tom Lane 7.4.1
2003-08-17 Clean up locktable init code per recent gripe from Kurt Roeckx. Tom Lane 7.4.1
2003-07-24 Error message editing in backend/storage. Tom Lane 7.4.1
2001-09-27 Remove useless LockDisable() function and associated overhead, per my Tom Lane 7.2.1
2001-08-25 Replace implementation of pg_log as a relation accessed through the Tom Lane 7.2.1
2001-07-09 Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you. Tom Lane 7.2.1