Commit Graph

205 Commits (master)

Author SHA1 Message Date
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 6 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Peter Eisentraut 301de6a6f6 Partial pgindent of .l and .y files 9 months ago
Peter Eisentraut 382092a0cd Prevent redeclaration of typedef yyscan_t 9 months ago
Peter Eisentraut 802fe923e3 cube: pure parser and reentrant scanner 9 months ago
Peter Eisentraut 9fb855fe1a Include bison header files into implementation files 1 year ago
Peter Eisentraut ab61c40bfa Add extern declarations for Bison global variables 1 year ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut 721856ff24 Remove distprep 2 years ago
Michael Paquier ae6d06f096 Handle \v as a whitespace character in parsers 2 years ago
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
Peter Eisentraut d952373a98 New header varatt.h split off from postgres.h 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Tom Lane ccff2d20ed Convert a few datatype input functions to use "soft" error reporting. 3 years ago
Peter Eisentraut f14aad5169 Remove unnecessary uses of Abs() 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Peter Geoghegan 0faf7d933f Harmonize parameter names in contrib code. 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
John Naylor b086a47a27 Bump minimum version of Bison to 2.3 3 years ago
John Naylor dac048f71e Build all Flex files standalone 3 years ago
Peter Eisentraut 30ed71e423 Indent C code in flex and bison files 3 years ago
Tom Lane 1265a9c8f8 Add binary I/O capability for cube datatype. 5 years ago
Tom Lane 112d411fbe Remove deprecated containment operators for contrib types. 5 years ago
Tom Lane 7eeb1d9861 Make contrib modules' installation scripts more secure. 5 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
Tom Lane eb67623c96 Mark some contrib modules as "trusted". 6 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 6 years ago
Michael Paquier 6b8548964b Fix inconsistencies in the code 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Andrew Gierth 02ddd49932 Change floating-point output format for improved performance. 7 years ago
Tom Lane f1885386f6 Make float exponent output on Windows look the same as elsewhere. 7 years ago
Alexander Korotkov f919c165eb Enforce cube dimension limit in all cube construction functions 7 years ago
Alexander Korotkov 38970ce862 Split contrib/cube platform-depended checks into separate test 7 years ago
Andrew Gierth df163230b9 Provide for contrib and pgxs modules to install include files. 7 years ago
Tomas Vondra 6bf0bc842b Provide separate header file for built-in float types 7 years ago
Alvaro Herrera f2c587067a Rethink how to get float.h in old Windows API for isnan/isinf 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Teodor Sigaev f50c80dbb1 llow negative coordinate for ~> (cube, int) operator 8 years ago
Teodor Sigaev 563a053bdd Fix behavior of ~> (cube, int) operator 8 years ago
Tom Lane de1d042f59 Support index-only scans in contrib/cube and contrib/seg GiST indexes. 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Peter Eisentraut 4211673622 Exclude flex-generated code from coverage testing 8 years ago
Tom Lane 4bd1994650 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 8 years ago
Tom Lane 7d08ce286c Distinguish selectivity of < from <= and > from >=. 8 years ago
Peter Eisentraut ec3a437596 Remove unnecessary casts 8 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago