summaryrefslogtreecommitdiff
path: root/contrib/cube
Commit message (Expand)AuthorAgeFilesLines
* Looks like cube_1 variant is also needed in 7.3 branch.Tom Lane2005-07-171-0/+1236
* Tweak bison build rules so that we get the same error messages fromTom Lane2003-01-311-2/+8
* 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
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-61/+7
* Remove test of 'inf' since it introduces a platform dependency (someTom Lane2001-08-232-14/+0
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-65/+98
* 1. null-safe interface to GiSTBruce Momjian2001-08-101-16/+16
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-181-1/+2
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-311-34/+31
* pgindent run. Make it all clean.Bruce Momjian2001-03-224-873/+1001
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-2/+2
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-101-1/+5
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+0
* Gene Selkov's CUBE datatype (GiST example code)Tom Lane2000-12-1112-0/+6475