aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_int8.c
Commit message (Expand)AuthorAge
* Add index-only scan support to btree_gist.Heikki Linnakangas2015-03-27
* Minor refactoring of btree_gist code.Heikki Linnakangas2015-03-26
* Fix valgrind warning for btree_gist indexes on macaddr.Tom Lane2014-05-16
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian2011-08-26
* 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
* pgindent run for 9.0Bruce Momjian2010-02-26
* Preventing intersection of ranges during page split. Changes are onlyTeodor Sigaev2009-12-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
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-01
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* - 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