]> granicus.if.org Git - postgresql/history - contrib/cube
Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.
[postgresql] / contrib / cube /
2017-02-06 Heikki LinnakangasFix typos in comments.
2016-11-29 Tom LaneTest all contrib-created operator classes with amvalidate.
2016-09-27 Tom LaneImprove contrib/cube's handling of zero-D cubes, infini...
2016-06-14 Robert HaasUpdate extensions with GIN/GIST support for parallel...
2016-06-09 Tom LaneHandle contrib's GIN/GIST support function signature...
2016-01-19 Tom LaneFix assorted inconsistencies in GiST opclass support...
2015-12-28 Tom LaneCode and docs review for cube kNN support.
2015-12-19 Peter EisentrautFix whitespace
2015-12-18 Teodor SigaevCube extension kNN support
2015-09-05 Heikki LinnakangasFix misc typos.
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2014-08-25 Andres FreundFix typos in some error messages thrown by extension...
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-05-28 Tom LaneRevert "Fix bogus %name-prefix option syntax in all...
2014-05-28 Tom LaneFix bogus %name-prefix option syntax in all our Bison...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-10-22 Heikki LinnakangasAdjust cube.out expected output for new test queries.
2013-10-21 Heikki LinnakangasExtend cube on-disk format to pack points more tightly.
2013-07-29 Tom LaneFix contrib/cube and contrib/seg to build with bison...
2013-04-23 Heikki LinnakangasRemove prototype for cube(text) function that doesn...
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2012-10-11 Peter EisentrautRefactor flex and bison make rules
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2011-11-01 Peter EisentrautClean up whitespace and indentation in parser and scann...
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-09-01 Bruce MomjianRemove "fmgr.h" include in cube contrib --- caused...
2011-08-27 Bruce MomjianAllow more include files to be compiled in their own...
2011-08-25 Tom LaneAdd "%option warn" to all flex input files that lacked it.
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.
next