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_numeric.c
Age
Commit message (
Expand
)
Author
2020-09-09
Expose internal function for converting int64 to numeric
Peter Eisentraut
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
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-03-21
Use CallerFInfoFunctionCall with btree_gist for varlena types
Andrew Dunstan
2015-03-26
Minor refactoring of btree_gist code.
Heikki Linnakangas
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2011-08-26
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
Bruce Momjian
2011-04-22
Fix contrib/btree_gist to handle collations properly.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-30
Make details of the Numeric representation private to numeric.c.
Robert Haas
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2008-06-19
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
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-07-14
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
Add additional includes needed on some platforms.
Bruce Momjian
2006-07-13
Adjust /contrib for new include file contents.
Bruce Momjian
2005-07-01
Fixes from Janko Richter <jankorichter@yahoo.de>
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-05-28
New version. Add support for int2, int8, float4, float8, timestamp with/witho...
Teodor Sigaev