summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/gininsert.c
AgeCommit message (Expand)Author
2007-06-05Move call of MarkBufferDirty() before XLogInsert() as required.Teodor Sigaev
2007-02-01Fix a few typos in comments in GiN.Neil Conway
2007-01-31Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-11GIN improvementsTeodor Sigaev
2006-05-10Clean up code associated with updating pg_class statistics columnsTom Lane
2006-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev