aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/gin_private.h
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-27
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-22
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Refactor GIN's handling of duplicate search entries.Tom Lane2011-01-08
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-07