summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_utils_num.c
AgeCommit message (Expand)Author
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-03-21Add btree_gist support for enum types.Andrew Dunstan
2017-03-21Use CallerFInfoFunctionCall with btree_gist for numeric typesAndrew Dunstan
2015-05-24pgindent run for 9.5Bruce Momjian
2015-03-27Add index-only scan support to btree_gist.Heikki Linnakangas
2015-03-26Minor refactoring of btree_gist code.Heikki Linnakangas
2015-01-28Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas
2014-05-16Fix valgrind warning for btree_gist indexes on macaddr.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-08-27Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian
2011-04-23Fix contrib/btree_gist to handle collations properly.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-02Add KNNGIST support to contrib/btree_gist.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-02Add btree_gist support for searching on "not equals".Robert Haas
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-04-18Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera
2006-06-28ChangesTeodor Sigaev
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2005-05-12This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway
2005-02-25Fix float8->int64 transformationTeodor Sigaev
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-21Whack btree_gist code around until it has some small hope of buildingTom Lane
2004-06-03- Add aligment of variable data typesTeodor Sigaev
2004-05-28New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev