aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_utils_num.c
Commit message (Expand)AuthorAge
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-05
* Add bool GiST opclass to btree_gistTomas Vondra2021-11-06
* More unconstify usePeter Eisentraut2019-02-13
* Remove useless castsPeter Eisentraut2019-02-13
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* Add btree_gist support for enum types.Andrew Dunstan2017-03-21
* Use CallerFInfoFunctionCall with btree_gist for numeric typesAndrew Dunstan2017-03-21
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add index-only scan support to btree_gist.Heikki Linnakangas2015-03-27
* Minor refactoring of btree_gist code.Heikki Linnakangas2015-03-26
* Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas2015-01-28
* Fix valgrind warning for btree_gist indexes on macaddr.Tom Lane2014-05-16
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian2011-08-26
* Fix contrib/btree_gist to handle collations properly.Tom Lane2011-04-22
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Add KNNGIST support to contrib/btree_gist.Tom Lane2011-03-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add btree_gist support for searching on "not equals".Robert Haas2010-08-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-18
* ChangesTeodor Sigaev2006-06-28
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-21
* This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway2005-05-12
* Fix float8->int64 transformationTeodor Sigaev2005-02-25
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Whack btree_gist code around until it has some small hope of buildingTom Lane2004-08-21
* - Add aligment of variable data typesTeodor Sigaev2004-06-03
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-28