Commit Graph

187 Commits (e6927270cd18d535b77cbe79c55c6584351524be)

Author SHA1 Message Date
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. 4 years ago
Tom Lane 112d411fbe Remove deprecated containment operators for contrib types. 4 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. 5 years ago
Tom Lane eb67623c96 Mark some contrib modules as "trusted". 5 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 5 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. 6 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
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 9 years ago
Tom Lane f31a931fad Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs. 9 years ago
Robert Haas 2910fc8239 Update extensions with GIN/GIST support for parallel query. 9 years ago
Tom Lane 749a787c5b Handle contrib's GIN/GIST support function signature changes honestly. 9 years ago
Tom Lane 9ff60273e3 Fix assorted inconsistencies in GiST opclass support function declarations. 10 years ago
Tom Lane 81ee726d87 Code and docs review for cube kNN support. 10 years ago
Peter Eisentraut 529fd74c09 Fix whitespace 10 years ago
Teodor Sigaev 33bd250f6c Cube extension kNN support 10 years ago
Heikki Linnakangas c80b5f66c6 Fix misc typos. 10 years ago
Alvaro Herrera 26df7066cc Move strategy numbers to include/access/stratnum.h 10 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 10 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 10 years ago
Tom Lane 09d8d110a6 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 11 years ago
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago