]> granicus.if.org Git - postgresql/history - src/backend/access/gist/gistvacuum.c
Skip ambulkdelete scan if there's nothing to delete and the index is not
[postgresql] / src / backend / access / gist / gistvacuum.c
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2006-02-11 Bruce MomjianRevert based on Tom's recommendation:
2006-02-11 Bruce MomjianAllow VACUUM to complete faster by avoiding scanning...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-06 Tom LaneAdd simple sanity checks on newly-read pages to GiST...
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-09-02 Tom LaneClean up a couple of ad-hoc computations of the maximum...
2005-06-30 Teodor SigaevBug fixes for GiST crash recovery.
2005-06-29 Teodor SigaevCleanup, remove unneeded pallocs
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