summaryrefslogtreecommitdiff
path: root/contrib/cube/cube.c
Commit message (Expand)AuthorAgeFilesLines
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-091-1/+2
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-071-1/+1
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-221-1/+1
* Build all Flex files standaloneJohn Naylor2022-09-041-3/+3
* Add binary I/O capability for cube datatype.Tom Lane2021-03-061-0/+56
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-16/+8
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-2/+1
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-1/+1
* Fix inconsistencies in the codeMichael Paquier2019-07-081-1/+1
* Initial pgindent run for v12.Tom Lane2019-05-221-5/+5
* Enforce cube dimension limit in all cube construction functionsAlexander Korotkov2018-08-311-0/+34
* Provide separate header file for built-in float typesTomas Vondra2018-07-291-1/+1
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-111-1/+0
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-6/+8
* llow negative coordinate for ~> (cube, int) operatorTeodor Sigaev2018-01-111-8/+36
* Fix behavior of ~> (cube, int) operatorTeodor Sigaev2018-01-111-25/+95
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-18/+18
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-181-75/+76
* Remove unnecessary castsPeter Eisentraut2017-09-051-4/+4
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-051-17/+17
* Phase 3 of pgindent updates.Tom Lane2017-06-211-4/+4
* Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs.Tom Lane2016-09-271-50/+20
* Code and docs review for cube kNN support.Tom Lane2015-12-281-64/+64
* Cube extension kNN supportTeodor Sigaev2015-12-181-0/+208
* Fix misc typos.Heikki Linnakangas2015-09-051-1/+1
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-151-1/+1
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-5/+0
* pgindent run for 9.4Bruce Momjian2014-05-061-41/+44
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-40/+0
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-311-3/+3
* Extend cube on-disk format to pack points more tightly.Heikki Linnakangas2013-10-211-194/+289
* Fix contrib/cube and contrib/seg to build with bison 3.0.Tom Lane2013-07-291-4/+4
* Remove prototype for cube(text) function that doesn't exist anymore.Heikki Linnakangas2013-04-231-2/+0
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-2/+2
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.Tom Lane2011-01-091-3/+3
* Fix bug in cube picksplit algorithm.Robert Haas2010-11-141-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-27/+28
* Fix some bugs introduced by the 8.2-era conversion of cube functions to V1Tom Lane2008-05-291-119/+84
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-1/+6
* pgindent run for 8.3.Bruce Momjian2007-11-151-50/+52
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-13/+1
* Athough cube is a varlena type, nowhere was a detoasting of cube's value, soTeodor Sigaev2007-03-071-112/+161
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-39/+27
* pgindent run for 8.2.Bruce Momjian2006-10-041-110/+129
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-101-1/+5
* Fix incorrect function return code in cube_cmp and cube_dim;Tom Lane2006-07-271-12/+10
* /contrib/cube improvements:Bruce Momjian2006-07-251-185/+541