summaryrefslogtreecommitdiff
path: root/src/include/access/gin_private.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-171-0/+4
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-271-0/+1
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-221-2/+2
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-0/+2
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-24/+24
* Refactor GIN's handling of duplicate search entries.Tom Lane2011-01-081-21/+31
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-071-0/+710