summaryrefslogtreecommitdiff
path: root/contrib/btree_gist
AgeCommit message (Expand)Author
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
2005-07-21Fix storage size for btree_gist interval indexes. Fix penaltyTom Lane
2005-07-20/contrib/btree_gist adjustments for new 'day' interval value.Bruce Momjian
2005-07-01Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev
2005-06-29Clean up the rather historically encumbered interface to now() andTom Lane
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-04-25Fix btree_gist to handle timetz zone correctly per recent changes.Tom Lane
2005-03-01Simplify/clean up code for varlena typesTeodor Sigaev
2005-02-25Fix float8->int64 transformationTeodor Sigaev
2005-02-21Simplify definesTeodor Sigaev
2005-02-21Fix memory leak for timestamp(with and w/o tz) and indexesTeodor Sigaev
2004-11-01Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gistNeil Conway
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian