]> granicus.if.org Git - postgresql/history - contrib/cube
Fix up pg_dump to emit shell-type definitions at the proper time, to
[postgresql] / contrib / cube /
2006-03-01 Neil ConwayWoops: also update the alternative "expected" files...
2006-03-01 Neil ConwayUpdate the expected regression test results to account...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-18 Tom LaneFix several contrib makefiles that failed in VPATH...
2005-10-15 Tom LaneSuppress warnings on platforms where fprintf is a macro...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-07-24 Tom LanePartial fixes for contrib build on AIX: include -lm...
2005-06-27 Tom LaneRemove the << >> &< and &> operators for contrib/cube...
2005-05-21 Neil ConwayCleanup of GiST extensions in contrib/: now that we...
2005-05-17 Neil ConwayCleanup GiST header files. Since GiST extensions are...
2004-10-24 Tom LaneAdd comparison file for exp-three-digits formatting.
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2004-09-30 Tom LaneAdd variant regression file to handle machines that...
2004-09-14 Tom LaneFix contrib/cube and contrib/seg to compile on Windows.
2004-09-10 Neil ConwayFix two typos in comments.
2004-09-02 Tom LaneFix ancient declaration inconsistency in cube & seg...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-07-12 Peter EisentrautMake installation instructions match reality.
2004-03-30 Teodor SigaevCleanup vectors of GISTENTRY and eliminate problem...
2004-02-24 Tom LaneAdd %option nodefault to all our flex lexers. Fix...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-14 Tom LaneMake contrib/cube work with flex 2.5.31. Fix it up...
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneUpdate contrib regression tests for recent error messag...
2003-07-27 Tom Laneelog mop-up.
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-05-29 Tom LaneEnsure that in all flex lexers that are part of the...
2003-05-14 Tom LaneFix various recent build and regression-test problems...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-02-13 Bruce MomjianThe attached patch provides cube with 4 functions for...
2003-01-31 Tom LaneTweak bison build rules so that we get the same error...
2002-11-23 Bruce MomjianWhen I made the cube(text) function for 7.3, I neglecte...
2002-11-23 Bruce MomjianThis is a patch to make cube output work like double...
2002-11-22 Tom LaneFix a dozen or so places that were passing unpredictabl...
2002-11-07 Tom LaneRemove no-longer-needed inclusions to improve backward...
2002-11-01 Tom LaneArrange to compile flex output files as inclusions...
2002-11-01 Tom LaneOoops, forgot to fix contrib regression tests for WARNI...
2002-10-21 Bruce MomjianSET autocommit no longer needed in /contrib because...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-09-22 Tom LaneI haven't seen any objections, so here is a patch....
2002-09-12 Bruce MomjianThis is a comprehensive set of diffs (versus current...
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-08-29 Bruce MomjianAdd cube changes file.
2002-08-29 Bruce MomjianThe changes I have made are described in CHANGES. This...
2002-08-23 Tom LaneUpdate contrib regression tests for OPAQUE datatype...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-18 Tom LaneFix potential buffer overrun in cube_out(), per report...
2002-07-30 Tom LaneReplace ad-hoc insertions into pg_opclass and friends...
2002-07-30 Tom LaneSince we're depending on %option noyywrap in the main...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2001-11-16 Peter EisentrautMake the yacc rules safe for parallel make. See discus...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
2001-08-23 Tom LaneRemove test of 'inf' since it introduces a platform...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-10 Bruce Momjian1. null-safe interface to GiST
2001-06-18 Bruce MomjianThe attached patch enables the contrib subtree to build...
2001-05-31 Tom LaneUpdates to make GIST work with multi-key indexes (from...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-20 Peter EisentrautMake sure -L and -I's for our source tree are always...
2001-02-10 Peter EisentrautOnly look for bison as YACC; other yaccs need to be...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-12-11 Tom LaneGene Selkov's CUBE datatype (GiST example code)