index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
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