summaryrefslogtreecommitdiff
path: root/contrib/cube
AgeCommit message (Expand)Author
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
2001-08-23Remove test of 'inf' since it introduces a platform dependency (someTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-101. null-safe interface to GiSTBruce Momjian
2001-06-18The attached patch enables the contrib subtree to build cleanly underBruce Momjian
2001-05-31Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-10Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-12-11Gene Selkov's CUBE datatype (GiST example code)Tom Lane