summaryrefslogtreecommitdiff
path: root/contrib/cube
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-19Prevent redeclaration of typedef yyscan_tPeter Eisentraut
2024-12-18cube: pure parser and reentrant scannerPeter Eisentraut
2024-08-02Include bison header files into implementation filesPeter Eisentraut
2024-07-25Add extern declarations for Bison global variablesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-06Remove distprepPeter Eisentraut
2023-07-05Handle \v as a whitespace character in parsersMichael Paquier
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-09Convert a few datatype input functions to use "soft" error reporting.Tom Lane
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-09Bump minimum version of Bison to 2.3John Naylor
2022-09-04Build all Flex files standaloneJohn Naylor
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2021-03-06Add binary I/O capability for cube datatype.Tom Lane
2021-03-05Remove deprecated containment operators for contrib types.Tom Lane
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-05-22Initial pgindent run for v12.Tom Lane
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2018-10-12Make float exponent output on Windows look the same as elsewhere.Tom Lane
2018-08-31Enforce cube dimension limit in all cube construction functionsAlexander Korotkov
2018-08-31Split contrib/cube platform-depended checks into separate testAlexander Korotkov
2018-07-31Provide for contrib and pgxs modules to install include files.Andrew Gierth
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-01-11llow negative coordinate for ~> (cube, int) operatorTeodor Sigaev
2018-01-11Fix behavior of ~> (cube, int) operatorTeodor Sigaev
2017-11-21Support index-only scans in contrib/cube and contrib/seg GiST indexes.Tom Lane
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-09-13Distinguish selectivity of < from <= and > from >=.Tom Lane
2017-09-05Remove unnecessary castsPeter Eisentraut
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut