]> granicus.if.org Git - postgresql/history - src/backend/access/nbtree/nbtxlog.c
Repair longstanding error in btree xlog replay: XLogReadBuffer should be
[postgresql] / src / backend / access / nbtree / nbtxlog.c
2006-03-28 Tom LaneRepair longstanding error in btree xlog replay: XLogRea...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-25 Tom LaneRemove the no-longer-useful BTItem/BTItemData level...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-06-02 Tom LaneChange CRCs in WAL records from 64bit to 32bit for...
2005-03-22 Tom LaneCreate a routine PageIndexMultiDelete() that replaces...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-07-11 Tom LaneRename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HE...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-02 Tom LaneAdjust btree index build to not use shared buffers...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-14 Neil ConwayI posted some bufmgr cleanup a few weeks ago, but it...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Tom LaneAdjust btree index build procedure so that the btree...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-02-23 Tom LaneAdjust btbulkdelete logic so that only one WAL record...
2003-02-23 Tom LaneFirst cut at recycling space in btree indexes. Still...
2003-02-21 Tom LaneMake btree index structure adjustments and WAL logging...