summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_int8.c
Commit message (Expand)AuthorAgeFilesLines
* Fix valgrind warning for btree_gist indexes on macaddr.Tom Lane2014-05-161-0/+1
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-9/+0
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-7/+7
* 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-7/+7
* Add KNNGIST support to contrib/btree_gist.Tom Lane2011-03-021-1/+52
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-3/+3
* Preventing intersection of ranges during page split. Changes are onlyTeodor Sigaev2009-12-021-6/+11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+5
* 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-1/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-6/+6
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-011-15/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-76/+82
* - Add aligment of variable data typesTeodor Sigaev2004-06-031-2/+1
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-281-0/+161