aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_utils_var.c
Commit message (Expand)AuthorAge
* Suppress some more valgrind whining about btree_gist.Tom Lane2014-05-16
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Make contrib/btree_gist's GiST penalty function a bit saner.Tom Lane2013-02-07
* Fix erroneous range-union logic for varlena types in contrib/btree_gist.Tom Lane2013-02-07
* Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian2011-08-26
* Fix contrib/btree_gist to handle collations properly.Tom Lane2011-04-22
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Per-column collation supportPeter Eisentraut2011-02-08
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add btree_gist support for searching on "not equals".Robert Haas2010-08-02
* 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
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-05
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Add additional includes needed on some platforms.Bruce Momjian2006-07-14
* Adjust /contrib for new include file contents.Bruce Momjian2006-07-13
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-11
* ChangesTeodor Sigaev2006-06-28
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-01
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-21
* Fix typo in comment.Neil Conway2005-05-16
* This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway2005-05-12
* Simplify/clean up code for varlena typesTeodor Sigaev2005-03-01
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Whack btree_gist code around until it has some small hope of buildingTom Lane2004-08-21
* - 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