summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginxlog.c
Commit message (Expand)AuthorAgeFilesLines
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-111-2/+2
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-121-27/+15
* 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-5/+6
* - Add check of already changed page while replay WAL. This touches onlyTeodor Sigaev2007-10-291-52/+60
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-5/+5
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-121-5/+5
* Fix bundle bugs of GIN:Teodor Sigaev2007-06-041-2/+11
* 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-198/+255
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-071-2/+10
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-5/+1
* Fix typo noticed by Alvaro HerreraTeodor Sigaev2006-05-031-2/+2
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-0/+544