Commits

DateSubjectAuthorReleases
2005-11-05 Clean up representation of SLRU page state. This is the cleaner fix Tom Lane 8.2.0
2005-11-03 Fix longstanding race condition in transaction log management: there was a Tom Lane 7.3.12
2005-08-20 Convert the arithmetic for shared memory size calculation from 'int' Tom Lane 8.1.0
2005-06-30 Improve the checkpoint signaling mechanism so that the bgwriter can tell Tom Lane 8.1.0
2005-06-06 Modify XLogInsert API to make callers specify whether pages to be backed Tom Lane 8.1.0
2005-06-06 Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. Tom Lane 8.1.0
2004-12-22 Awhile back I added some code to StartupCLOG() to forcibly zero out Tom Lane 8.0.0
2004-08-30 Ensure that the remainder of the current pg_clog page is zeroed during Tom Lane 8.0.0
2004-08-23 Rearrange pg_subtrans handling as per recent discussion. pg_subtrans Tom Lane 8.0.0
2004-07-03 Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro. 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-31 Per previous discussions, get rid of use of sync(2) in favor of Tom Lane 8.0.0
2003-04-14 Reorganize clog's error reporting so that PANIC on clog I/O error can Tom Lane 7.4.1
2002-09-30 Back-patch fix to ensure a checkpoint occurs before truncating CLOG, Tom Lane 7.2.3
2002-09-26 Ensure that before truncating CLOG, we force a checkpoint even if no Tom Lane 7.3.1
2001-10-25 Fix a couple of places where lack of parenthesization of a cast 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 Fix portability problem in new CLOG code, per report from Rene Pijlman. Tom Lane 7.2.1
2001-08-25 Replace implementation of pg_log as a relation accessed through the Tom Lane 7.2.1