]> granicus.if.org Git - postgresql/history - src/backend/access/gist/gistxlog.c
Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, we
[postgresql] / src / backend / access / gist / gistxlog.c
2006-04-03 Tom LaneFix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOC...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-30 Tom LaneImprove gist XLOG code to follow the coding rules neede...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-09-22 Bruce Momjianpgindent new GIST index code, per request from Tom.
2005-09-22 Tom LaneAdjust GiST error messages to conform to message style...
2005-07-01 Teodor SigaevImprove error messages and add comment
2005-06-30 Teodor SigaevBug fixes for GiST crash recovery.
2005-06-28 Teodor SigaevCode cleanup. gistfillbuffer accepts InvalidOffsetNumber.
2005-06-27 Teodor SigaevConcurrency for GiST
2005-06-20 Teodor Sigaevfix founded hole in recovery after crash, add vacuum_de...
2005-06-20 Teodor Sigaev1. full functional WAL for GiST
2005-06-14 Teodor SigaevWAL for GiST. It work for online backup and so on,...