summaryrefslogtreecommitdiff
path: root/contrib/cube
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-282-5/+5
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-096-30/+95
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-071-1/+1
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-221-1/+1
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+53
* Bump minimum version of Bison to 2.3John Naylor2022-09-091-4/+1
* Build all Flex files standaloneJohn Naylor2022-09-046-34/+45
* Indent C code in flex and bison filesPeter Eisentraut2022-05-131-4/+4
* Add binary I/O capability for cube datatype.Tom Lane2021-03-062-0/+69
* Remove deprecated containment operators for contrib types.Tom Lane2021-03-053-2/+10
* 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