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