summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_utils_var.c
AgeCommit message (Expand)Author
2011-02-08Per-column collation supportPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-02Add btree_gist support for searching on "not equals".Robert Haas
2010-02-26pgindent run for 9.0Bruce Momjian
2009-12-02Preventing intersection of ranges during page split. Changes are onlyTeodor Sigaev
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2006-10-05Make use of qsort_arg in several places that were formerly using klugyTom Lane
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-07-14Add additional includes needed on some platforms.Bruce Momjian
2006-07-13Adjust /contrib for new include file contents.Bruce Momjian
2006-07-11Sort reference of include files, "A" - "F".Bruce Momjian
2006-06-28ChangesTeodor Sigaev
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-01Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2005-05-16Fix typo in comment.Neil Conway
2005-05-12This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway
2005-03-01Simplify/clean up code for varlena typesTeodor Sigaev
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-21Whack btree_gist code around until it has some small hope of buildingTom Lane
2004-06-03- Add aligment of variable data typesTeodor Sigaev
2004-05-28New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev