Commit Graph

178 Commits (d37aa3d35832afde94e100c4d2a9618b3eb76472)

Author SHA1 Message Date
Peter Eisentraut f14aad5169 Remove unnecessary uses of Abs() 3 years ago
Tom Lane 58640f37d9 Remove useless character-length checks in contrib/ltree. 3 years ago
Tom Lane ca71131eeb Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. 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
Tom Lane 0a20ff54f5 Split up guc.c for better build speed and ease of maintenance. 3 years ago
Andres Freund 8cf64d35ea Mark all symbols exported from extension libraries PGDLLEXPORT. 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
David Rowley b0e5f02ddc Fix various typos and spelling mistakes in code comments 3 years ago
Alexander Korotkov 7e74aafc43 Fix default signature length for gist_ltree_ops 3 years ago
Michael Paquier 68f7c4b57a Clean up more code using "(expr) ? true : false" 4 years ago
Michael Paquier fd0625c7a9 Clean up some code using "(expr) ? true : false" 4 years ago
David Rowley 245de48455 Adjust MSVC build scripts to parse Makefiles for defines 4 years ago
Tom Lane 7eeb1d9861 Make contrib modules' installation scripts more secure. 5 years ago
Tom Lane 044c99bc56 Use query collation, not column's collation, while examining statistics. 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Tom Lane 17ca067995 Clean up parsing of ltree and lquery some more. 5 years ago
Tom Lane 949a9f043e Add support for binary I/O of ltree, lquery, and ltxtquery types. 5 years ago
Tom Lane a80818605e Improve selectivity estimation for assorted match-style operators. 5 years ago
Tom Lane 70dc4c509b Fix lquery's NOT handling, and add ability to quantify non-'*' items. 5 years ago
Tom Lane e07e2a40bd Improve error messages in ltree_in and lquery_in. 5 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 5 years ago
Tom Lane 2743d9ae4a Cosmetic improvements in ltree code. 5 years ago
Tom Lane 9950c8aadf Fix lquery's behavior for consecutive '*' items. 5 years ago
Tom Lane 95f7ddfdad Protect against overflow of ltree.numlevel and lquery.numlevel. 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
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
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 6 years ago
Tom Lane 8255c7a5ee Phase 2 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
Tom Lane c87cb5f7a6 Allow btree comparison functions to return INT_MIN. 7 years ago
Andrew Gierth df163230b9 Provide for contrib and pgxs modules to install include files. 7 years ago
Tom Lane 28a1ae5342 Fix crash in contrib/ltree's lca() function for empty input array. 7 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Tom Lane 4bd1994650 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 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
Peter Eisentraut a47b38c9ee Spelling fixes 8 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 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