Commits

DateSubjectAuthorReleases
2022-04-21 Rethink method for assigning OIDs to the template0 and postgres DBs. Tom Lane 15.0
2021-07-15 Replace explicit PIN entries in pg_depend with an OID range test. Tom Lane 15.0
2021-05-27 Reduce the range of OIDs reserved for genbki.pl. Tom Lane 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2020-05-15 Rename SLRU structures and associated LWLocks. Tom Lane 13.0
2019-07-05 Remove unreferenced function declarations. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 In transam.h, don't expose static inline functions to frontend code. Tom Lane 12.0
2019-03-14 Sync commentary in transam.h and bki.sgml. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2009-09-01 Force VACUUM to recalculate oldestXmin even when we haven't changed our Tom Lane 9.0.0
2009-08-31 Track the current XID wrap limit (or more accurately, the oldest unfrozen Tom Lane 9.0.0
2008-03-11 Make TransactionIdIsInProgress check transam.c's single-item XID status cache Tom Lane 8.4.0
2007-09-08 Replace the former method of determining snapshot xmax --- to wit, calling Tom Lane 8.3.0
2007-08-01 Support an optional asynchronous commit mode, in which we don't flush WAL Tom Lane 8.3.0
2006-11-05 Fix recently-understood problems with handling of XID freezing, particularly Tom Lane 8.2.0
2005-08-12 Solve the problem of OID collisions by probing for duplicate OIDs Tom Lane 8.1.0
2005-04-13 Simplify initdb-time assignment of OIDs as I proposed yesterday, and Tom Lane 8.1.0
2005-02-20 Remove some no-longer-needed kluges for bootstrapping, in particular Tom Lane 8.1.0
2005-02-20 Add code to prevent transaction ID wraparound by enforcing a safe limit Tom Lane 8.1.0
2004-07-01 Nested transactions. There is still much left to do, especially on the Tom Lane 8.0.0
2002-05-25 Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary Tom Lane 7.3.1
2001-09-29 Implement new 'lightweight lock manager' that's intermediate between Tom Lane 7.2.1
2001-08-26 Transaction IDs wrap around, per my proposal of 13-Aug-01. More Tom Lane 7.2.1
2001-08-25 Replace implementation of pg_log as a relation accessed through the Tom Lane 7.2.1