Commit Graph

177 Commits (ae453120085f7da8f4082bb912e9668410cdccab)

Author SHA1 Message Date
Peter Eisentraut ff89e182d4 Add missing Datum conversions 1 month ago
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 1f0de66ea2 seg: pure parser and reentrant scanner 9 months ago
Tom Lane 68dfecbef2 Use generateClonedIndexStmt to propagate CREATE INDEX to partitions. 11 months ago
Peter Eisentraut 9fb855fe1a Include bison header files into implementation files 1 year ago
Heikki Linnakangas 01e51ed780 Replace static buf with a stack-allocated one in 'seg' extension 1 year ago
Peter Eisentraut ab61c40bfa Add extern declarations for Bison global variables 1 year ago
Michael Paquier 2f35c14cfb seg: Add test "security" in meson.build 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut c538592959 Make all Perl warnings fatal 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
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
Noah Misch 681d9e4621 Replace last PushOverrideSearchPath() call with set_config_option(). 2 years ago
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 878ce16056 Convert contrib/seg's input function to report errors softly 3 years ago
Tom Lane 701c881f78 Fix contrib/seg to be more wary of long input numbers. 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Peter Eisentraut e4c61bedcb Use fabsf() instead of Abs() or fabs() where appropriate 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
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane d16ebfbff7 Stabilize contrib/seg regression test. 4 years ago
Andrew Dunstan 8b82de0164
Remove extraneous newlines added by perl copyright patch 4 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 4 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
Andrew Dunstan 7be5d8df1f Use perl warnings pragma consistently 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
Alvaro Herrera 3974c4a724 Remove useless "return;" lines 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Tom Lane 741b1aaf61 Fix PG_GETARG_SEG_P() definition. 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
Andrew Gierth df163230b9 Provide for contrib and pgxs modules to install include files. 7 years ago
Tom Lane de1d042f59 Support index-only scans in contrib/cube and contrib/seg GiST indexes. 8 years ago
Peter Eisentraut 0e1539ba0d Add some const decorations to prototypes 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