Commits

DateSubjectAuthorReleases
2005-07-04 Arrange for the postmaster (and standalone backends, initdb, etc) to Tom Lane 8.1.0
2005-06-08 Change WAL-logging scheme for multixacts to be more like regular 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
2005-06-02 Change CRCs in WAL records from 64bit to 32bit for performance reasons. Tom Lane 8.1.0
2005-04-28 Implement sharable row-level locks, and use them for foreign key references Tom Lane 8.1.0
2004-08-29 Widen xl_len field of XLogRecord header to 32 bits, so that we'll have 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-21 Invent WAL timelines, as per recent discussion, to make point-in-time Tom Lane 8.0.0
2004-07-19 XLOG file archiving and point-in-time recovery. There are still some 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-29 Separate out bgwriter code into a logically separate module, rather Tom Lane 8.0.0
2004-05-27 Get rid of the former rather baroque mechanism for propagating the values Tom Lane 8.0.0
2004-02-11 Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to Tom Lane 8.0.0
2004-01-19 Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path Tom Lane 8.0.0
2003-02-22 More infrastructure for btree compaction project. Tree-traversal code Tom Lane 7.4.1
2003-02-21 Make btree index structure adjustments and WAL logging changes needed to 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
2002-09-26 Fix problems with loss of tuple commit status bits during WAL redo of Tom Lane 7.3.1
2002-08-06 Restructure local-buffer handling per recent pghackers discussion. Tom Lane 7.3.1
2002-05-17 Merge the last few variable.c configuration variables into the generic Tom Lane 7.3.1
2002-03-15 Repair two problems with WAL logging of sequence nextvalI() ops, as Tom Lane 7.2.1
2002-03-15 Repair two problems with WAL logging of sequence nextvalI() ops, as Tom Lane 7.3.1
2001-08-25 Replace implementation of pg_log as a relation accessed through the Tom Lane 7.2.1