aboutsummaryrefslogtreecommitdiff
path: root/contrib/cube
Commit message (Expand)AuthorAge
* cube_1 variant is needed in 7.4 branch, per results from buildfarmTom Lane2005-07-16
* Make contrib/cube work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-14
* pgindent run.Bruce Momjian2003-08-04
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-01
* elog mop-up.Tom Lane2003-07-27
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Ensure that in all flex lexers that are part of the backend, aTom Lane2003-05-29
* Fix various recent build and regression-test problems in contrib/.Tom Lane2003-05-14
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* The attached patch provides cube with 4 functions for building cubesBruce Momjian2003-02-13
* Tweak bison build rules so that we get the same error messages fromTom Lane2003-01-31
* When I made the cube(text) function for 7.3, I neglected to add aBruce Momjian2002-11-23
* This is a patch to make cube output work like double precision outputBruce Momjian2002-11-23
* Fix a dozen or so places that were passing unpredictable data stringsTom Lane2002-11-22
* Remove no-longer-needed inclusions to improve backward compatibilityTom Lane2002-11-07
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-01
* Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane2002-11-01
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-21
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-18
* I haven't seen any objections, so here is a patch. It removes "#defineTom Lane2002-09-22
* This is a comprehensive set of diffs (versus current CVS) that replaces thoseBruce Momjian2002-09-12
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-05
* pgindent run.Bruce Momjian2002-09-04
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* Add cube changes file.Bruce Momjian2002-08-29
* The changes I have made are described in CHANGES. This was based onBruce Momjian2002-08-29
* Update contrib regression tests for OPAQUE datatype changes.Tom Lane2002-08-23
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Fix potential buffer overrun in cube_out(), per report fromTom Lane2002-08-18
* Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane2002-07-30
* Since we're depending on %option noyywrap in the main scanner now,Tom Lane2002-07-30
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-16
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-06
* Remove test of 'inf' since it introduces a platform dependency (someTom Lane2001-08-23
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* 1. null-safe interface to GiSTBruce Momjian2001-08-10
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-18
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-31
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-20
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-10
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Gene Selkov's CUBE datatype (GiST example code)Tom Lane2000-12-11