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