summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginscan.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-311-5/+7
* Fix incorrect comparison of scan key in GIN. Per report fromTeodor Sigaev2010-01-181-2/+4
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-14/+14
* Fix infinite loop while checking of partial match in pending list.Teodor Sigaev2009-04-051-6/+9
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-251-26/+40
* Revise the TIDBitmap API to support multiple concurrent iterations over aTom Lane2009-01-101-1/+6
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev2008-10-201-57/+10
* Fix strategy propagation to scanEntry for partial match by moving propagationTeodor Sigaev2008-09-041-1/+2
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-111-12/+12
* Fix initialization of GinScanEntryData.partialMatchTeodor Sigaev2008-07-041-1/+2
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-2/+3
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-161-13/+29
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-6/+6
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-271-2/+2
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-311-3/+14
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Message style improvementsPeter Eisentraut2006-10-061-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-103/+132
* Improve error message. Per discussionTeodor Sigaev2006-09-141-2/+9
* Add missing pgstat_count_index_scan(), per Andreas Seltenreich.Tom Lane2006-08-031-1/+4
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-5/+1
* Suppress some gcc warnings.Tom Lane2006-05-021-1/+5
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-0/+256