summaryrefslogtreecommitdiff
path: root/contrib/cube/expected
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-4/+4
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-091-0/+25
* Change floating-point output format for improved performance.Andrew Gierth2019-02-132-22/+28
* Make float exponent output on Windows look the same as elsewhere.Tom Lane2018-10-121-106/+0
* Enforce cube dimension limit in all cube construction functionsAlexander Korotkov2018-08-311-0/+40
* Split contrib/cube platform-depended checks into separate testAlexander Korotkov2018-08-314-2108/+212
* llow negative coordinate for ~> (cube, int) operatorTeodor Sigaev2018-01-112-4/+332
* Fix behavior of ~> (cube, int) operatorTeodor Sigaev2018-01-112-244/+390
* Support index-only scans in contrib/cube and contrib/seg GiST indexes.Tom Lane2017-11-202-0/+44
* Fix typos in comments.Heikki Linnakangas2017-02-062-4/+4
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-292-0/+16
* Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs.Tom Lane2016-09-274-3506/+144
* Code and docs review for cube kNN support.Tom Lane2015-12-284-28/+28
* Cube extension kNN supportTeodor Sigaev2015-12-184-0/+1204
* Adjust cube.out expected output for new test queries.Heikki Linnakangas2013-10-222-0/+562
* Extend cube on-disk format to pack points more tightly.Heikki Linnakangas2013-10-212-0/+562
* Remove CRLF line endings in new cube results file.Andrew Dunstan2011-04-101-1128/+1128
* Adjust regression tests on cube and ECPG for MinGW 64 bit compiler.Andrew Dunstan2011-04-101-0/+1128
* Convert contrib modules to use the extension facility.Tom Lane2011-02-133-21/+3
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-233-18/+18
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-013-0/+180
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-053-3/+3
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-103-90/+90
* Fix incorrect function return code in cube_cmp and cube_dim;Tom Lane2006-07-273-15/+45
* revert last change - broke non-AIX platforms.Andrew Dunstan2006-07-271-4/+4
* another try at keeping AIX/ppc happy on cube test.Andrew Dunstan2006-07-271-4/+4
* fix most regression tests for new cube code.Andrew Dunstan2006-07-272-16/+43
* /contrib/cube improvements:Bruce Momjian2006-07-251-9/+42
* Woops: also update the alternative "expected" files for contrib/cube'sNeil Conway2006-03-012-12/+12
* Update the expected regression test results to account for the changes toNeil Conway2006-03-011-6/+6
* Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane2005-06-273-744/+0
* Add comparison file for exp-three-digits formatting.Tom Lane2004-10-241-0/+1292
* Add variant regression file to handle machines that convert -1e-700Tom Lane2004-09-301-0/+1292
* Make contrib/cube work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-141-25/+26
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-011-1/+1
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-61/+62
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-2/+2
* The attached patch provides cube with 4 functions for building cubesBruce Momjian2003-02-131-14/+68
* This is a patch to make cube output work like double precision outputBruce Momjian2002-11-231-18/+18
* Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane2002-11-011-2/+2
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-2/+2
* I haven't seen any objections, so here is a patch. It removes "#defineTom Lane2002-09-221-14/+14
* This is a comprehensive set of diffs (versus current CVS) that replaces thoseBruce Momjian2002-09-121-0/+27
* The changes I have made are described in CHANGES. This was based onBruce Momjian2002-08-291-17/+274
* Update contrib regression tests for OPAQUE datatype changes.Tom Lane2002-08-231-0/+2
* Remove test of 'inf' since it introduces a platform dependency (someTom Lane2001-08-231-12/+0
* Gene Selkov's CUBE datatype (GiST example code)Tom Lane2000-12-111-0/+962