summaryrefslogtreecommitdiff
path: root/contrib/btree_gist
AgeCommit message (Expand)Author
2011-02-17Fix upgrade of contrib/btree_gist from 9.0.Tom Lane
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-10-26Add missing newlines at end of filesPeter Eisentraut
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-03Regression tests for new btree_gist "not equals" support.Robert Haas
2010-08-02Add btree_gist support for searching on "not equals".Robert Haas
2010-07-30Make details of the Numeric representation private to numeric.c.Robert Haas
2010-02-26pgindent run for 9.0Bruce Momjian
2009-12-02Preventing intersection of ranges during page split. Changes are onlyTeodor Sigaev
2009-08-04Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane
2009-06-11Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-08Add alternative expected output files for cs_CZ locale for btree_gist andHeikki Linnakangas
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
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-04-18Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2007-11-13Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
2007-09-29Support functions for index opclasses should be immutable.Tom Lane
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-09Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut
2007-01-03Fix btree_gist for new larger money type.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-07-10Add #include code to prevent multiple inclusion.Bruce Momjian
2006-07-10Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.Bruce Momjian
2006-06-28ChangesTeodor Sigaev
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-03-13Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-27contrib uninstall scriptsPeter Eisentraut
2006-01-26Update btree_gist for CIDR/INET changes --- there's really no need toTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-09Fix (hopefully for the last time) problems with datetime values displayingTom Lane
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane