summaryrefslogtreecommitdiff
path: root/contrib/cube
Commit message (Expand)AuthorAgeFilesLines
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-102-11/+39
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-58/+1
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-16/+8
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+4
* 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
* Change floating-point output format for improved performance.Andrew Gierth2019-02-133-23/+35
* 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-313-1/+93
* Split contrib/cube platform-depended checks into separate testAlexander Korotkov2018-08-317-2126/+235
* Provide for contrib and pgxs modules to install include files.Andrew Gierth2018-07-311-0/+2
* Provide separate header file for built-in float typesTomas Vondra2018-07-292-2/+2
* 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-114-12/+376
* Fix behavior of ~> (cube, int) operatorTeodor Sigaev2018-01-114-282/+507
* Support index-only scans in contrib/cube and contrib/seg GiST indexes.Tom Lane2017-11-206-2/+98
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-18/+18
* Exclude flex-generated code from coverage testingPeter Eisentraut2017-10-161-0/+4
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-182-78/+79
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-133-2/+15
* 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
* Phase 2 of pgindent updates.Tom Lane2017-06-211-4/+4
* Fix typos in comments.Heikki Linnakangas2017-02-063-6/+6
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-293-0/+21
* Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs.Tom Lane2016-09-279-3626/+275
* Update extensions with GIN/GIST support for parallel query.Robert Haas2016-06-142-40/+81
* Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane2016-06-094-3/+23
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-191-5/+5
* Code and docs review for cube kNN support.Tom Lane2015-12-285-92/+92
* Fix whitespacePeter Eisentraut2015-12-192-2/+0
* Cube extension kNN supportTeodor Sigaev2015-12-1811-4/+1588
* 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-264-19/+10
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-201-8/+7
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-281-1/+1
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-281-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-062-47/+50
* 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
* Adjust cube.out expected output for new test queries.Heikki Linnakangas2013-10-222-0/+562