Commit Graph

206 Commits (e35add48ccc2e5aa94de360f1a43c6c150bda54a)

Author SHA1 Message Date
Peter Eisentraut a5b40d156e Mark commented out code as unused 1 month ago
Álvaro Herrera 35e3fae738
Remove #include <math.h> where not needed 2 months ago
Michael Paquier b8cfcb9e00 Fix typos and inconsistencies in code and comments 2 months ago
Bruce Momjian 451c43974f Update copyright for 2026 2 months ago
Jeff Davis 7f007e4a04 ltree: fix case-insensitive matching. 3 months ago
Jeff Davis 84d5efa7e3 Fix multibyte issue in ltree_strncasecmp(). 3 months ago
Michael Paquier 31d3847a37 Use more palloc_object() and palloc_array() in contrib/ 3 months ago
Tom Lane ff8aba65d4 Fix contrib/ltree's subpath() with negative offset. 4 months ago
Tom Lane 665c3dbba4 Mop-up for Datum conversion cleanups. 7 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 11 months ago
Peter Eisentraut 3e4d868615 Remove various unnecessary (char *) casts 1 year ago
Bruce Momjian 50e6eb731d Update copyright for 2025 1 year ago
Peter Eisentraut d3aad4ac57 Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint() 1 year ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 1 year ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 1 year ago
Tom Lane 485f0aa859 Add hash support functions and hash opclass for contrib/ltree. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Alexander Korotkov 8bbd0cce92 Validate ltree siglen GiST option to be int-aligned 3 years ago
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
Peter Eisentraut aa69541046 Remove useless casts to (void *) in arguments of some system functions 3 years ago
Peter Eisentraut d952373a98 New header varatt.h split off from postgres.h 3 years ago
Andrew Dunstan b1665bf01e Allow hyphens in ltree labels 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 203942243c Fix oversight in 7a05425d96 3 years ago
Andrew Dunstan 7a05425d96 Convert contrib/ltree's input functions to report errors softly 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Tom Lane d02ef65bce Standardize error reports in unimplemented I/O functions. 3 years ago
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. 4 years ago
Andres Freund 8cf64d35ea Mark all symbols exported from extension libraries PGDLLEXPORT. 4 years ago
Peter Eisentraut 258f48f858 Change some unnecessary MemSet calls 4 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 4 years ago
David Rowley b0e5f02ddc Fix various typos and spelling mistakes in code comments 4 years ago
Alexander Korotkov 7e74aafc43 Fix default signature length for gist_ltree_ops 4 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" 5 years ago
David Rowley 245de48455 Adjust MSVC build scripts to parse Makefiles for defines 5 years ago
Tom Lane 7eeb1d9861 Make contrib modules' installation scripts more secure. 6 years ago
Tom Lane 044c99bc56 Use query collation, not column's collation, while examining statistics. 6 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 6 years ago
Tom Lane 17ca067995 Clean up parsing of ltree and lquery some more. 6 years ago
Tom Lane 949a9f043e Add support for binary I/O of ltree, lquery, and ltxtquery types. 6 years ago
Tom Lane a80818605e Improve selectivity estimation for assorted match-style operators. 6 years ago
Tom Lane 70dc4c509b Fix lquery's NOT handling, and add ability to quantify non-'*' items. 6 years ago