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