Commit Graph

47 Commits (master)

Author SHA1 Message Date
Andrew Dunstan b1665bf01e Allow hyphens in ltree labels 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
Peter Geoghegan 0faf7d933f Harmonize parameter names in contrib code. 3 years ago
Andres Freund 8cf64d35ea Mark all symbols exported from extension libraries PGDLLEXPORT. 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 4 years ago
David Rowley 245de48455 Adjust MSVC build scripts to parse Makefiles for defines 4 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Tom Lane 70dc4c509b Fix lquery's NOT handling, and add ability to quantify non-'*' items. 6 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 6 years ago
Tom Lane 2743d9ae4a Cosmetic improvements in ltree code. 6 years ago
Tom Lane 9950c8aadf Fix lquery's behavior for consecutive '*' items. 6 years ago
Tom Lane 95f7ddfdad Protect against overflow of ltree.numlevel and lquery.numlevel. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane 4bd1994650 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 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 33cb96ba1a Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro." 9 years ago
Tom Lane c8ead2a397 Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro. 9 years ago
Tom Lane 09d8d110a6 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 11 years ago
Noah Misch 31400a6733 Predict integer overflow to avoid buffer overruns. 12 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 13 years ago
Bruce Momjian f1312b5ed3 Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 14 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Teodor Sigaev 8eee65c996 ltree support for multibyte encodings. Patch was made by 17 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 18 years ago
Bruce Momjian 224f91f66d Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the 18 years ago
Tom Lane 9f652d430f Fix up several contrib modules that were using varlena datatypes in not-so-obvious 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Teodor Sigaev 4fe8ba63fe Fix bug corrupting query in gist consistent function. 19 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Neil Conway 8e5a10d46c This patch makes the error message strings throughout the backend 20 years ago
Tom Lane 33feb55c47 Replace bitwise looping with bytewise looping in hemdistsign and 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian b492c3accc Add parentheses to macros when args are used in computations. Without 21 years ago
Tom Lane 380bd04c16 Standardize on using the Min, Max, and Abs macros that are in our c.h file, 21 years ago
Teodor Sigaev 239760209b Correct type for isalnum 22 years ago
Tom Lane e8db9b26d0 elog mop-up. 22 years ago
Bruce Momjian 47d5c3d5e7 Changes: 23 years ago
Bruce Momjian 71e1f531d3 Please apply patches for contrib/ltree. 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Bruce Momjian 87cfb8eb29 Fixed very stupid but important bug: mixing calls of some founctions from 23 years ago
Bruce Momjian be2de3b9c8 The patch solves this problem, I hope... 23 years ago
Bruce Momjian 978c8c6d2f please find attached patch to current CVS ( contrib/ltree ) 23 years ago
Bruce Momjian 1dedbf2da5 Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov. 23 years ago