summaryrefslogtreecommitdiff
path: root/contrib/cube
AgeCommit message (Expand)Author
2011-11-01Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-09-01Remove "fmgr.h" include in cube contrib --- caused crash on a GentooBruce Momjian
2011-08-27Allow more include files to be compiled in their own by adding missingBruce Momjian
2011-08-25Add "%option warn" to all flex input files that lacked it.Tom Lane
2011-04-25Support "make check" in contribPeter Eisentraut
2011-04-10Remove CRLF line endings in new cube results file.Andrew Dunstan
2011-04-10Adjust regression tests on cube and ECPG for MinGW 64 bit compiler.Andrew Dunstan
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2011-01-09Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-15Fix bug in cube picksplit algorithm.Robert Haas
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-23Fix various instances of "the the".Robert Haas
2009-08-28Derived files that are shipped in the distribution used to be built in thePeter Eisentraut
2009-06-11Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-11-26Add %expect 0 to all parser input files to prevent conflicts slipping by.Peter Eisentraut
2008-09-02Prevent memory leaks in our various bison parsers when an error occursTom Lane
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2008-08-25Add %option noinput to contrib's flex scanners, to suppress gcc 4.3Tom Lane
2008-05-29Fix some bugs introduced by the 8.2-era conversion of cube functions to V1Tom Lane
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
2007-09-29Support functions for index opclasses should be immutable.Tom Lane
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-03-07Athough cube is a varlena type, nowhere was a detoasting of cube's value, soTeodor Sigaev
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-09Remove useless CPPFLAGS.Peter Eisentraut
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-07-27Fix incorrect function return code in cube_cmp and cube_dim;Tom Lane
2006-07-27revert last change - broke non-AIX platforms.Andrew Dunstan
2006-07-27another try at keeping AIX/ppc happy on cube test.Andrew Dunstan
2006-07-27fix most regression tests for new cube code.Andrew Dunstan
2006-07-25/contrib/cube improvements:Bruce Momjian
2006-06-28ChangesTeodor Sigaev
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-04-03Put flex'ed and bison'ed files in contrib in the distribution tarball, asPeter Eisentraut