summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_utils_var.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress some more valgrind whining about btree_gist.Tom Lane2014-05-161-8/+10
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-1/+0
* pgindent run for release 9.3Bruce Momjian2013-05-291-3/+0
* Make contrib/btree_gist's GiST penalty function a bit saner.Tom Lane2013-02-071-14/+10
* Fix erroneous range-union logic for varlena types in contrib/btree_gist.Tom Lane2013-02-071-10/+11
* 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-84/+71
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Per-column collation supportPeter Eisentraut2011-02-081-1/+2
* 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/+4
* pgindent run for 9.0Bruce Momjian2010-02-261-2/+2
* Preventing intersection of ranges during page split. Changes are onlyTeodor Sigaev2009-12-021-2/+7
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-16/+16
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-20/+15
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-051-12/+8
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-1/+2
* Add additional includes needed on some platforms.Bruce Momjian2006-07-141-0/+2
* Adjust /contrib for new include file contents.Bruce Momjian2006-07-131-0/+2
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-111-1/+1
* ChangesTeodor Sigaev2006-06-281-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-75/+79
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-011-78/+84
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-47/+14
* Fix typo in comment.Neil Conway2005-05-161-1/+1
* This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway2005-05-121-10/+9
* Simplify/clean up code for varlena typesTeodor Sigaev2005-03-011-53/+34
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-1/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-291-476/+502
* Whack btree_gist code around until it has some small hope of buildingTom Lane2004-08-211-25/+24
* - Add aligment of variable data typesTeodor Sigaev2004-06-031-9/+9
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-281-0/+617