summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginvacuum.c
Commit message (Expand)AuthorAgeFilesLines
* 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