aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
Commit message (Expand)AuthorAge
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31
* Improve gist XLOG code to follow the coding rules needed to preventTom Lane2006-03-30
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add some missing vacuum_delay_point calls in GIST vacuuming.Tom Lane2006-02-14
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-11
* Revert based on Tom's recommendation:Bruce Momjian2006-02-11
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Add simple sanity checks on newly-read pages to GiST, too.Tom Lane2005-11-06
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-22
* Adjust GiST error messages to conform to message style guidelines.Tom Lane2005-09-22
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-02
* Bug fixes for GiST crash recovery.Teodor Sigaev2005-06-30
* Cleanup, remove unneeded pallocsTeodor Sigaev2005-06-29
* Code cleanup. gistfillbuffer accepts InvalidOffsetNumber.Teodor Sigaev2005-06-28
* Concurrency for GiSTTeodor Sigaev2005-06-27
* fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev2005-06-20
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-20