summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/gininsert.c
AgeCommit message (Expand)Author
2009-03-24Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane
2007-06-05Move call of MarkBufferDirty() before XLogInsert() as required.Teodor Sigaev
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