index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
btree_gist
/
btree_gist.h
Age
Commit message (
Expand
)
Author
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2017-03-21
Add btree_gist support for enum types.
Andrew Dunstan
2017-03-15
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2016-11-29
Add uuid to the set of types supported by contrib/btree_gist.
Tom Lane
2016-09-30
Remove unnecessary prototypes
Peter Eisentraut
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-26
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-02
Add btree_gist support for searching on "not equals".
Robert Haas
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2008-05-17
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2006-07-10
Add #include code to prevent multiple inclusion.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-05-28
New version. Add support for int2, int8, float4, float8, timestamp with/witho...
Teodor Sigaev
2004-03-30
Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned
Teodor Sigaev
2003-08-04
pgindent run.
Bruce Momjian
2003-07-27
elog mop-up.
Tom Lane
2003-02-19
We just released new version of contrib/btree_gist
Bruce Momjian