Commits

DateSubjectAuthorReleases
2004-08-23 Rearrange pg_subtrans handling as per recent discussion. pg_subtrans 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-08-15 Xmin calculations should consider only top transaction IDs, and Tom Lane 8.0.0
2004-08-01 Some mop-up work for savepoints (nested transactions). Store a small Tom Lane 8.0.0
2004-07-01 Fix seriously nasty memory leak in new TransactionIdIsInProgress code. 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-23 Handle impending sinval queue overflow by means of a separate signal Tom Lane 8.0.0
2003-10-01 Repair RI trigger visibility problems (this time for sure ;-)) per recent Tom Lane 7.4.1
2003-09-24 Repair some REINDEX problems per recent discussions. The relcache is Tom Lane 7.4.1
2003-07-24 Error message editing in backend/storage. Tom Lane 7.4.1
2003-02-23 btree page recycling can be done as soon as page's next-xact label is Tom Lane 7.4.1
2002-11-21 Code review for superuser_reserved_connections patch. Don't try to do Tom Lane 7.3.1
2002-11-21 Code review for superuser_reserved_connections patch. Don't try to do Tom Lane 7.4.1
2002-05-24 Mark index entries "killed" when they are no longer visible to any Tom Lane 7.3.1
2002-05-21 Remove global variable scanCommandId in favor of storing a command ID Tom Lane 7.3.1
2002-03-02 Some kibitzing about appropriate elog levels for sinval messages. Tom Lane 7.3.1
2001-09-29 Whoops, I was a tad too enthusiastic about using shared lock mode for Tom Lane 7.2.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
2001-08-23 Ensure that all TransactionId comparisons are encapsulated in macros Tom Lane 7.2.1
2001-07-16 Improve documentation about reasoning behind the order of operations 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-07-06 Implement LockBufferForCleanup(), which will allow concurrent VACUUM Tom Lane 7.2.1
2001-06-19 Clean up some longstanding problems in shared-cache invalidation. Tom Lane 7.2.1