Commit Graph

216 Commits (caeeabd11066a360c8a9986581da320dd5aa09b9)

Author SHA1 Message Date
Peter Eisentraut c8b2ef05f4 Convert *GetDatum() and DatumGet*() macros to inline functions 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
Peter Eisentraut e8d78581bb Revert "Convert *GetDatum() and DatumGet*() macros to inline functions" 3 years ago
Peter Eisentraut 595836e99b Convert *GetDatum() and DatumGet*() macros to inline functions 3 years ago
Peter Eisentraut 258f48f858 Change some unnecessary MemSet calls 3 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Michael Paquier fd0625c7a9 Clean up some code using "(expr) ? true : false" 4 years ago
Daniel Gustafsson bb466c6b09 Prohibit map and grep in void context 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. 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 7eeb1d9861 Make contrib modules' installation scripts more secure. 5 years ago
Tom Lane 20e7e1fe31 Remove <@ from contrib/intarray's GiST operator classes. 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Andrew Dunstan 7be5d8df1f Use perl warnings pragma consistently 5 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 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
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Thomas Munro 7815e7efdb Add reusable routine for making arrays unique. 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
Tom Lane efc77cf5f1 Fix intarray's GiST opclasses to not fail for empty arrays with <@. 6 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 6 years ago
Michael Paquier c74d49d41c Fix many typos and inconsistencies 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Tom Lane 02a6a54ecd Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andrew Gierth 757c5182f2 Avoid crashes in contrib/intarray gist__int_ops (bug #15518) 7 years ago
Tom Lane 01783ac36d Fix yet more problems with incorrectly-constructed zero-length arrays. 7 years ago
Andrew Dunstan 3a7cc727c7 Don't fall off the end of perl functions 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 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
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Bruce Momjian ce55481032 Post-PG 10 beta1 pgperltidy run 8 years ago
Tom Lane 9aab83fc50 Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed. 8 years ago
Peter Eisentraut facde2a98f Clean up Perl code according to perlcritic 8 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 8 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 years ago
Peter Eisentraut 5d7c9c906a Remove unnecessary prototypes in loadable modules 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 9 years ago