summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginbulk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few typos in comments in GiN.Neil Conway2007-02-011-2/+2
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-311-3/+3
* 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-102/+138
* Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty tableTeodor Sigaev2006-08-291-1/+4
* Fix getDatumCopy(): don't use store_att_byval to copy into a DatumTom Lane2006-07-161-25/+22
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-8/+1
* GIN improvementsTeodor Sigaev2006-07-111-59/+191
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-0/+155