summaryrefslogtreecommitdiff
path: root/contrib/cube/expected
AgeCommit message (Expand)Author
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2018-10-12Make float exponent output on Windows look the same as elsewhere.Tom Lane
2018-08-31Enforce cube dimension limit in all cube construction functionsAlexander Korotkov
2018-08-31Split contrib/cube platform-depended checks into separate testAlexander Korotkov
2018-01-11llow negative coordinate for ~> (cube, int) operatorTeodor Sigaev
2018-01-11Fix behavior of ~> (cube, int) operatorTeodor Sigaev
2017-11-21Support index-only scans in contrib/cube and contrib/seg GiST indexes.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-09-27Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs.Tom Lane
2015-12-28Code and docs review for cube kNN support.Tom Lane
2015-12-18Cube extension kNN supportTeodor Sigaev
2013-10-22Adjust cube.out expected output for new test queries.Heikki Linnakangas
2013-10-21Extend cube on-disk format to pack points more tightly.Heikki Linnakangas
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-14Convert contrib modules to use the extension facility.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
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-03-01Woops: also update the alternative "expected" files for contrib/cube'sNeil Conway
2006-03-01Update the expected regression test results to account for the changes toNeil Conway
2005-06-27Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane
2004-10-24Add comparison file for exp-three-digits formatting.Tom Lane
2004-09-30Add variant regression file to handle machines that convert -1e-700Tom Lane
2003-09-14Make contrib/cube work with flex 2.5.31. Fix it up to have a realTom Lane
2003-08-01Update contrib regression tests for recent error message editing.Tom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-02-13The attached patch provides cube with 4 functions for building cubesBruce Momjian
2002-11-23This is a patch to make cube output work like double precision outputBruce Momjian
2002-11-01Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
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-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
2001-08-23Remove test of 'inf' since it introduces a platform dependency (someTom Lane
2000-12-11Gene Selkov's CUBE datatype (GiST example code)Tom Lane