Commits

DateSubjectAuthorReleases
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2021-07-13 Rename debug_invalidate_system_caches_always to debug_discard_caches. Tom Lane 15.0
2021-07-13 Rename debug_invalidate_system_caches_always to debug_discard_caches. Tom Lane 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2020-05-16 Change locktype "speculative token" to "spectoken". Tom Lane 13.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2019-08-01 Add an isolation test to exercise parallel-worker deadlock resolution. Tom Lane 13.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-04-10 Move isolationtester's is-blocked query into C code for speed. Tom Lane 10.0
2016-02-22 Create a function to reliably identify which sessions block which others. Tom Lane 9.6.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2008-01-08 lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark. Tom Lane 8.3.0
2007-09-05 Implement lazy XID allocation: transactions that do not modify any database Tom Lane 8.3.0
2006-09-22 Fix pg_locks view to call advisory locks advisory locks, while preserving Tom Lane 8.2.0
2006-09-18 Add built-in userlock manipulation functions to replace the former Tom Lane 8.2.0
2006-07-23 Convert the lock manager to use the new dynahash.c support for partitioned 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-06-18 Add a time-of-preparation column to the pg_prepared_xacts view, per an Tom Lane 8.1.0
2005-05-17 Extend the pg_locks system view so that it can fully display all lock Tom Lane 8.1.0
2005-04-29 Restructure LOCKTAG as per discussions of a couple months ago. Tom Lane 8.1.0
2004-08-27 Introduce local hash table for lock state, as per recent proposal. Tom Lane 8.0.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0
2003-08-04 Fix some copyright notices that weren't updated. Improve copyright tool Tom Lane 7.4.1
2002-09-02 Code review for HeapTupleHeader changes. Add version number to page headers Tom Lane 7.3.1