summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginscan.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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