summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginvacuum.c
Commit message (Expand)AuthorAgeFilesLines
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-191-2/+2
* Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane2008-11-031-2/+2
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-311-12/+32
* 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-26/+9
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-111-5/+6
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-4/+5
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-16/+19
* 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
* Move call of MarkBufferDirty() before XLogInsert() as required.Teodor Sigaev2007-06-051-8/+8
* Fix bundle bugs of GIN:Teodor Sigaev2007-06-041-9/+13
* Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved placesTeodor Sigaev2007-05-311-11/+14
* Fix a few typos in comments in GiN.Neil Conway2007-02-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix some small typos in comments. Greg StarkTom Lane2007-01-041-3/+3
* Fix bug with page deletion. If inner page is removed and it tries toTeodor Sigaev2006-11-301-7/+15
* Fix some typos in comments.Neil Conway2006-11-121-7/+7
* pgindent run for 8.2.Bruce Momjian2006-10-041-251/+340
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-211-6/+8
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-8/+9
* 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
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-8/+25
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-0/+647