index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
btree_gist
/
btree_text.c
Age
Commit message (
Expand
)
Author
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-03-21
Use CallerFInfoFunctionCall with btree_gist for varlena types
Andrew Dunstan
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2011-08-27
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
Bruce Momjian
2011-04-23
Fix contrib/btree_gist to handle collations properly.
Tom Lane
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
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
2008-04-14
Push index operator lossiness determination down to GIST/GIN opclass
Tom Lane
2006-06-28
Changes
Teodor Sigaev
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-07-01
Fixes from Janko Richter <
[email protected]
>
Teodor Sigaev
2005-05-21
Cleanup of GiST extensions in contrib/: now that we always invoke GiST
Neil Conway
2005-05-12
This patch makes some minor style cleanups to contrib/btree_gist: remove
Neil Conway
2005-03-01
Simplify/clean up code for varlena types
Teodor Sigaev
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-21
Whack btree_gist code around until it has some small hope of building
Tom Lane
2004-05-28
New version. Add support for int2, int8, float4, float8, timestamp with/witho...
Teodor Sigaev