summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-2/+2
* Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian2011-08-261-0/+2
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-17/+16
* Add KNNGIST support to contrib/btree_gist.Tom Lane2011-03-021-1/+121
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-4/+4
* Preventing intersection of ranges during page split. Changes are onlyTeodor Sigaev2009-12-021-6/+10
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-7/+9
* 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-34/+49
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-2/+12
* ChangesTeodor Sigaev2006-06-281-1/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-27/+27
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-091-2/+0
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-011-37/+25
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-0/+3
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-5/+0
* Fix memory leak for timestamp(with and w/o tz) and indexesTeodor Sigaev2005-02-211-6/+8
* Pgindent run for 8.0.Bruce Momjian2004-08-291-158/+167
* - Add aligment of variable data typesTeodor Sigaev2004-06-031-4/+6
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-281-237/+230
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-301-5/+5
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-2/+8
* We just released new version of contrib/btree_gistBruce Momjian2003-02-191-0/+282