summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_numeric.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas2021-04-071-29/+0
* Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas2021-04-071-0/+29
* Expose internal function for converting int64 to numericPeter Eisentraut2020-09-091-1/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-16/+8
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-2/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-1/+1
* Use CallerFInfoFunctionCall with btree_gist for varlena typesAndrew Dunstan2017-03-211-11/+11
* Minor refactoring of btree_gist code.Heikki Linnakangas2015-03-261-1/+1
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-7/+0
* Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian2011-08-261-0/+2
* Fix contrib/btree_gist to handle collations properly.Tom Lane2011-04-221-19/+33
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Make details of the Numeric representation private to numeric.c.Robert Haas2010-07-301-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-1/+2
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-2/+6
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-1/+2
* Add additional includes needed on some platforms.Bruce Momjian2006-07-141-0/+1
* Adjust /contrib for new include file contents.Bruce Momjian2006-07-131-0/+2
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-011-1/+1
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-20/+1
* This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway2005-05-121-1/+1
* Simplify/clean up code for varlena typesTeodor Sigaev2005-03-011-4/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-291-124/+135
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-281-0/+227