summaryrefslogtreecommitdiff
path: root/contrib/cube
AgeCommit message (Expand)Author
2005-06-27Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2005-05-17Cleanup GiST header files. Since GiST extensions are often written asNeil Conway
2004-10-24Add comparison file for exp-three-digits formatting.Tom Lane
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-09-30Add variant regression file to handle machines that convert -1e-700Tom 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-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/cube work with flex 2.5.31. Fix it up to have a realTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-08-01Update contrib regression tests for recent error message editing.Tom Lane
2003-07-27elog mop-up.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-02-13The attached patch provides cube with 4 functions for building cubesBruce Momjian
2003-01-31Tweak bison build rules so that we get the same error messages fromTom Lane
2002-11-23When I made the cube(text) function for 7.3, I neglected to add aBruce Momjian
2002-11-23This is a patch to make cube output work like double precision outputBruce Momjian
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-01Arrange to compile flex output files as inclusions into other filesTom Lane
2002-11-01Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom 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-22I haven't seen any objections, so here is a patch. It removes "#defineTom Lane
2002-09-12This is a comprehensive set of diffs (versus current CVS) that replaces thoseBruce Momjian
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-08-29Add cube changes file.Bruce Momjian
2002-08-29The changes I have made are described in CHANGES. This was based onBruce 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-08-18Fix potential buffer overrun in cube_out(), per report fromTom Lane
2002-07-30Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane
2002-07-30Since we're depending on %option noyywrap in the main scanner now,Tom Lane
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2001-11-16Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut