summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
Commit message (Expand)AuthorAgeFilesLines
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-311-5/+10
* Index FSMs needs to be vacuumed as well. Report by Jeff Davis.Heikki Linnakangas2008-10-061-1/+4
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-28/+9
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-121-2/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-2/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-2/+2
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-121-2/+2
* Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved placesTeodor Sigaev2007-05-311-5/+7
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-84/+110
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-211-10/+10
* 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