summaryrefslogtreecommitdiff
path: root/contrib/cube/sql/cube.sql
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-1/+1
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-091-0/+6
* Change floating-point output format for improved performance.Andrew Gierth2019-02-131-1/+7
* Enforce cube dimension limit in all cube construction functionsAlexander Korotkov2018-08-311-1/+19
* Split contrib/cube platform-depended checks into separate testAlexander Korotkov2018-08-311-17/+0
* llow negative coordinate for ~> (cube, int) operatorTeodor Sigaev2018-01-111-0/+8
* Fix behavior of ~> (cube, int) operatorTeodor Sigaev2018-01-111-13/+22
* Support index-only scans in contrib/cube and contrib/seg GiST indexes.Tom Lane2017-11-201-0/+7
* Fix typos in comments.Heikki Linnakangas2017-02-061-2/+2
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-291-0/+5
* Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs.Tom Lane2016-09-271-3/+8
* Cube extension kNN supportTeodor Sigaev2015-12-181-0/+53
* Extend cube on-disk format to pack points more tightly.Heikki Linnakangas2013-10-211-0/+59
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-9/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-6/+6
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-1/+1
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-101-30/+30
* fix most regression tests for new cube code.Andrew Dunstan2006-07-271-0/+2
* /contrib/cube improvements:Bruce Momjian2006-07-251-2/+12
* Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane2005-06-271-57/+0
* The attached patch provides cube with 4 functions for building cubesBruce Momjian2003-02-131-0/+18
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-211-1/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-0/+1
* This is a comprehensive set of diffs (versus current CVS) that replaces thoseBruce Momjian2002-09-121-0/+10
* The changes I have made are described in CHANGES. This was based onBruce Momjian2002-08-291-8/+68
* Remove test of 'inf' since it introduces a platform dependency (someTom Lane2001-08-231-2/+0
* Gene Selkov's CUBE datatype (GiST example code)Tom Lane2000-12-111-0/+246