summaryrefslogtreecommitdiff
path: root/contrib/intarray/_int_gin.c
AgeCommit message (Expand)Author
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-09Fix assorted corner-case bugs in contrib/intarray.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-03-25Fix ginint4_queryextract() to actually do what it was intended to do for anTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-25Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-01-31Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-05-03Make GIN opclass worked with intarray extensionsTeodor Sigaev