Commits

DateSubjectAuthorReleases
2006-08-07 Make recovery from WAL be restartable, by executing a checkpoint-like Tom Lane 8.2.0
2006-07-25 Modify btree to delete known-dead index entries without an actual VACUUM. Tom Lane 8.2.0
2006-05-08 Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations Tom Lane 8.2.0
2006-04-13 Fix an ancient oversight in btree xlog replay. When trying to determine if an Tom Lane 8.2.0
2006-04-01 Remove the 'slow' path for btree index build, which built the btree Tom Lane 8.2.0
2006-03-31 Clean up WAL/buffer interactions as per my recent proposal. Get rid of the Tom Lane 8.2.0
2006-03-29 Clean up and document the API for XLogOpenRelation and XLogReadBuffer. Tom Lane 8.2.0
2006-03-28 Repair longstanding error in btree xlog replay: XLogReadBuffer should be Tom Lane 7.4.13
2006-03-28 Repair longstanding error in btree xlog replay: XLogReadBuffer should be Tom Lane 8.0.8
2006-03-28 Repair longstanding error in btree xlog replay: XLogReadBuffer should be Tom Lane 8.1.4
2006-03-28 Repair longstanding error in btree xlog replay: XLogReadBuffer should be Tom Lane 8.2.0
2006-03-24 Arrange to emit a description of the current XLOG record as error context Tom Lane 8.2.0
2006-01-25 Remove the no-longer-useful BTItem/BTItemData level of structure, and Tom Lane 8.2.0
2005-10-18 A few trivial code cleanups motivated by reading warnings generated 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-03-22 Create a routine PageIndexMultiDelete() that replaces a loop around Tom Lane 8.1.0
2004-07-21 Invent WAL timelines, as per recent discussion, to make point-in-time Tom Lane 8.0.0
2004-07-11 Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and Tom Lane 8.0.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2004-06-02 Adjust btree index build to not use shared buffers, thereby avoiding the Tom Lane 8.0.0
2003-09-29 Adjust btree index build procedure so that the btree metapage looks Tom Lane 7.4.1
2003-02-23 Adjust btbulkdelete logic so that only one WAL record is issued while Tom Lane 7.4.1
2003-02-23 First cut at recycling space in btree indexes. Still some rough edges Tom Lane 7.4.1
2003-02-21 Make btree index structure adjustments and WAL logging changes needed to Tom Lane 7.4.1