summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_utils_num.c
Commit message (Expand)AuthorAgeFilesLines
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* 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-3/+5
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-4/+4
* Add KNNGIST support to contrib/btree_gist.Tom Lane2011-03-021-10/+33
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Add btree_gist support for searching on "not equals".Robert Haas2010-08-021-1/+5
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-8/+8
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-5/+30
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-181-2/+6
* ChangesTeodor Sigaev2006-06-281-1/+1
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-2/+0
* This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway2005-05-121-5/+5
* Fix float8->int64 transformationTeodor Sigaev2005-02-251-5/+0
* Pgindent run for 8.0.Bruce Momjian2004-08-291-188/+194
* Whack btree_gist code around until it has some small hope of buildingTom Lane2004-08-211-12/+9
* - Add aligment of variable data typesTeodor Sigaev2004-06-031-12/+11
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-281-0/+255