summaryrefslogtreecommitdiff
path: root/contrib/cube
Commit message (Expand)AuthorAgeFilesLines
* Partial fixes for contrib build on AIX: include -lm where needed.Tom Lane2005-07-241-1/+2
* Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane2005-06-277-978/+13
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-12/+0
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-171-0/+1
* Add comparison file for exp-three-digits formatting.Tom Lane2004-10-241-0/+1292
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-211-4/+2
* Add variant regression file to handle machines that convert -1e-700Tom Lane2004-09-301-0/+1292
* Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane2004-09-143-54/+52
* Fix two typos in comments.Neil Conway2004-09-101-1/+1
* Fix ancient declaration inconsistency in cube & seg ... came across aTom Lane2004-09-021-2/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-291-1/+1
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-10/+14
* Make installation instructions match reality.Peter Eisentraut2004-07-121-6/+2
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-302-18/+16
* Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane2004-02-241-1/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Make contrib/cube work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-149-424/+221
* pgindent run.Bruce Momjian2003-08-041-34/+42
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-011-1/+1
* elog mop-up.Tom Lane2003-07-271-2/+0
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-243-81/+132
* Ensure that in all flex lexers that are part of the backend, aTom Lane2003-05-291-1/+3
* Fix various recent build and regression-test problems in contrib/.Tom Lane2003-05-141-8/+2
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-142-4/+2
* The attached patch provides cube with 4 functions for building cubesBruce Momjian2003-02-135-17/+205
* Tweak bison build rules so that we get the same error messages fromTom Lane2003-01-311-2/+8
* When I made the cube(text) function for 7.3, I neglected to add aBruce Momjian2002-11-231-0/+2
* This is a patch to make cube output work like double precision outputBruce Momjian2002-11-232-20/+27
* Fix a dozen or so places that were passing unpredictable data stringsTom Lane2002-11-221-1/+1
* Remove no-longer-needed inclusions to improve backward compatibilityTom Lane2002-11-071-5/+3
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-012-2/+6
* Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane2002-11-011-2/+2
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-211-1/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-183-149/+164
* I haven't seen any objections, so here is a patch. It removes "#defineTom Lane2002-09-222-15/+14
* This is a comprehensive set of diffs (versus current CVS) that replaces thoseBruce Momjian2002-09-128-59/+160
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-052-3/+4
* pgindent run.Bruce Momjian2002-09-041-119/+130
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-021-1/+2
* Add cube changes file.Bruce Momjian2002-08-291-0/+97
* The changes I have made are described in CHANGES. This was based onBruce Momjian2002-08-298-255/+695
* Update contrib regression tests for OPAQUE datatype changes.Tom Lane2002-08-231-0/+2
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-222-26/+18
* Fix potential buffer overrun in cube_out(), per report fromTom Lane2002-08-182-24/+21
* Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane2002-07-301-157/+23
* Since we're depending on %option noyywrap in the main scanner now,Tom Lane2002-07-301-2/+6
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-1/+3
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-161-2/+4
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-1/+1
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-6/+3