summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
Commit message (Expand)AuthorAgeFilesLines
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-6/+7
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-4/+1
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-2/+2
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-2/+2
* Rework completion of incomplete inserts. Now it writesTeodor Sigaev2006-05-191-7/+13
* Reduce size of critial section during vacuum full, criticalTeodor Sigaev2006-05-171-182/+301
* Reduce size of critical section and remove call of user-defined functions inTeodor Sigaev2006-05-101-34/+49
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-49/+33
* 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