summaryrefslogtreecommitdiff
path: root/contrib/seg
AgeCommit message (Expand)Author
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-06-28ChangesTeodor Sigaev
2006-06-01Got tired of waiting for spoonbill's compiler to get fixed. Let'sTom Lane
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-04-03Put flex'ed and bison'ed files in contrib in the distribution tarball, asPeter Eisentraut
2006-03-13Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-27contrib uninstall scriptsPeter Eisentraut
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-10-18Fix several contrib makefiles that failed in VPATH builds, particularlyTom Lane
2005-10-15Suppress warnings on platforms where fprintf is a macro (eg, recentTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-06-27Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2004-10-24Add comparison file for exp-three-digits formatting.Tom Lane
2004-10-24Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan.Tom Lane
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-09-14Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane
2004-09-10Fix two typos in comments.Neil Conway
2004-09-02Fix ancient declaration inconsistency in cube & seg ... came across aTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-07-12Make installation instructions match reality.Peter Eisentraut
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2004-03-15Localize our dependencies on the way to create NAN or INFINITY.Tom Lane
2004-02-24Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-14Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane
2003-08-01Update contrib regression tests for recent error message editing.Tom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-05-29Ensure that in all flex lexers that are part of the backend, aTom Lane
2003-05-14Fix various recent build and regression-test problems in contrib/.Tom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-01-31Tweak bison build rules so that we get the same error messages fromTom Lane
2002-11-22Fix a dozen or so places that were passing unpredictable data stringsTom Lane
2002-11-07Remove no-longer-needed inclusions to improve backward compatibilityTom Lane
2002-11-01Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane
2002-11-01Arrange to compile flex output files as inclusions into other filesTom Lane
2002-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-09-22Remove extraneous | ... while bison 1.28 doesn't object, newer versionsTom Lane
2002-09-22I haven't seen any objections, so here is a patch. It removes "#defineTom Lane
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-08-23Update contrib regression tests for OPAQUE datatype changes.Tom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-07-30Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane