summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-26/+21
* Improve gist XLOG code to follow the coding rules needed to preventTom Lane2006-03-301-19/+34
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add some missing vacuum_delay_point calls in GIST vacuuming.Tom Lane2006-02-141-4/+8
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-111-23/+50
* Revert based on Tom's recommendation:Bruce Momjian2006-02-111-12/+7
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-111-7/+12
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-1/+2
* Add simple sanity checks on newly-read pages to GiST, too.Tom Lane2005-11-061-3/+10
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-221-229/+319
* Adjust GiST error messages to conform to message style guidelines.Tom Lane2005-09-221-6/+7
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-021-3/+3
* Bug fixes for GiST crash recovery.Teodor Sigaev2005-06-301-2/+1
* Cleanup, remove unneeded pallocsTeodor Sigaev2005-06-291-12/+7
* Code cleanup. gistfillbuffer accepts InvalidOffsetNumber.Teodor Sigaev2005-06-281-7/+2
* Concurrency for GiSTTeodor Sigaev2005-06-271-116/+150
* fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev2005-06-201-2/+3
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-201-0/+519