summaryrefslogtreecommitdiff
path: root/contrib/intarray/_int_gin.c
Commit message (Expand)AuthorAgeFilesLines
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-2/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-7/+7
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-151-2/+1
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-2/+0
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-3/+4
* Fix assorted corner-case bugs in contrib/intarray.Tom Lane2011-01-091-54/+68
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix ginint4_queryextract() to actually do what it was intended to do for anTom Lane2010-03-251-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-1/+2
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-251-2/+4
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-0/+5
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-9/+35
* pgindent run for 8.3.Bruce Momjian2007-11-151-6/+7
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-311-1/+14
* pgindent run for 8.2.Bruce Momjian2006-10-041-70/+86
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-101-0/+2
* Make GIN opclass worked with intarray extensionsTeodor Sigaev2006-05-031-0/+100