Commits

DateSubjectAuthorReleases
2013-12-12 Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. Tom Lane 8.4.20
2013-12-12 Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. Tom Lane 9.0.16
2013-12-12 Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. Tom Lane 9.1.12
2013-12-12 Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. Tom Lane 9.2.7
2013-12-12 Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. Tom Lane 9.3.3
2013-12-12 Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. Tom Lane 9.4.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
2005-06-17 Two-phase commit. Original patch by Heikki Linnakangas, with additional Tom Lane 8.1.0
2005-02-20 Remove some no-longer-needed kluges for bootstrapping, in particular Tom Lane 8.1.0
2004-09-16 RecentXmin is too recent to use as the cutoff point for accessing Tom Lane 8.0.0
2004-08-28 Add missing Assert to make TransactionIdDidAbort more consistent with 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-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-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
2001-08-23 Ensure that all TransactionId comparisons are encapsulated in macros Tom Lane 7.2.1
2001-07-12 Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the Tom Lane 7.2.1
2001-03-18 Remove NEXTXID xlog record type to avoid three-way deadlock risk. Tom Lane 7.1.1
2001-03-13 XLOG (and related) changes: Tom Lane 7.1.1
2000-08-03 Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. Tom Lane 7.1.1
1999-09-18 Mega-commit to make heap_open/heap_openr/heap_close take an Tom Lane 7.1.1
1999-08-08 Fix nbtree's failure to clear BTScans list during xact abort. Tom Lane 7.1.1