OSDN Git Service

Add composite-type attributes to information_schema.element_types view
[pg-rex/syncrep.git] / contrib / cube /
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-10 Andrew DunstanRemove CRLF line endings in new cube results file.
2011-04-10 Andrew DunstanAdjust regression tests on cube and ECPG for MinGW...
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-01-09 Tom LaneUse array_contains_nulls instead of ARR_HASNULL on...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-15 Robert HaasFix bug in cube picksplit algorithm.
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-23 Robert HaasFix various instances of "the the".
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2009-06-11 Tom LaneMark contrib's GiST and GIN opclass support functions...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-11-26 Peter EisentrautAdd %expect 0 to all parser input files to prevent...
2008-09-02 Tom LanePrevent memory leaks in our various bison parsers when...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-08-25 Tom LaneAdd %option noinput to contrib's flex scanners, to...
2008-05-29 Tom LaneFix some bugs introduced by the 8.2-era conversion...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-09-29 Tom LaneSupport functions for index opclasses should be immutable.
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-03-07 Teodor SigaevAthough cube is a varlena type, nowhere was a detoastin...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-09 Peter EisentrautRemove useless CPPFLAGS.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-10 Tom LaneRename contrib contains/contained-by operators to ...
2006-07-27 Tom LaneFix incorrect function return code in cube_cmp and...
2006-07-27 Andrew Dunstanrevert last change - broke non-AIX platforms.
2006-07-27 Andrew Dunstananother try at keeping AIX/ppc happy on cube test.
2006-07-27 Andrew Dunstanfix most regression tests for new cube code.
2006-07-25 Bruce Momjian/contrib/cube improvements:
2006-06-28 Teodor SigaevChanges
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-04-03 Peter EisentrautPut flex'ed and bison'ed files in contrib in the distri...
2006-03-13 Neil ConwayFix a number of syntax errors in contrib modules' unins...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
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...
next