Commit Graph

349 Commits (a42fc1c903b54ba94374e5e0c08905b9a1479f19)

Author SHA1 Message Date
Tom Lane 3ed2005ff5 Introduce macros for typalign and typstorage constants. 5 years ago
Robert Haas 05d8449e73 Move src/backend/utils/hash/hashfn.c to src/common 5 years ago
Peter Geoghegan 612a1ab767 Add equalimage B-Tree support functions. 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Tom Lane bd1ef5799b Handle empty-string edge cases correctly in strpos(). 6 years ago
Tom Lane c160b8928c Straighten out leakproofness markings on text comparison functions. 6 years ago
Tom Lane 2810396312 Fix up handling of nondeterministic collations with pattern_ops opclasses. 6 years ago
Robert Haas 8b94dab066 Split tuptoaster.c into three separate files. 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 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
Stephen Frost 4d0e994eed Add support for partial TOAST decompression 6 years ago
Peter Eisentraut 5e1963fb76 Collations with nondeterministic comparison 6 years ago
Alvaro Herrera af38498d4c Move hash_any prototype from access/hash.h to utils/hashutils.h 6 years ago
Tom Lane 6119060d01 Fix possibly-uninitialized-variable warning from commit 9556aa01c. 7 years ago
Heikki Linnakangas 9556aa01c6 Use single-byte Boyer-Moore-Horspool search even with multibyte encodings. 7 years ago
Tom Lane eaf0380ecc Fix C++ compile failures in headers. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 2ece7c07dc Add text-vs-name cross-type operators, and unify name_ops with text_ops. 7 years ago
Tom Lane 586b98fdf1 Make type "name" collation-aware. 7 years ago
Peter Eisentraut 0a8590b2a0 Apply unconstify() in more places 7 years ago
Tom Lane f3eb76b399 Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. 7 years ago
Andres Freund 86eaf208ea Hand code string to integer conversion for performance. 7 years ago
Teodor Sigaev 710d90da1f Add prefix operator for TEXT type. 7 years ago
Peter Eisentraut 10cfce34c0 Add user-callable SHA-2 functions 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Andres Freund 101c7ee3ee Use new overflow aware integer operations. 8 years ago
Peter Eisentraut 0e1539ba0d Add some const decorations to prototypes 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Peter Eisentraut 6dda0998af Allow ICU to use SortSupport on Windows with UTF-8 8 years ago
Tom Lane ed22fb8b00 Cache datatype-output-function lookup info across calls of concat(). 8 years ago
Tom Lane b6159202c9 Fix memory leakage in ICU encoding conversion, and other code review. 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
Tom Lane a69dfe5f40 Don't downcase entries within shared_preload_libraries et al. 8 years ago
Peter Eisentraut 41839b7abc Fix ICU collation use on Windows 8 years ago
Tom Lane 9ae2661fe1 Tighten checks for whitespace in functions that parse identifiers etc. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane 23c6eb0336 Remove create_singleton_array(), hard-coding the case in its sole caller. 8 years ago
Peter Eisentraut 066e3a68ae Fix locale pointer use in WIN32 code path 8 years ago
Peter Eisentraut eccfef81e1 ICU support 8 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 8 years ago
Fujii Masao e14ec7d346 Fix typo in comment. 8 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Alvaro Herrera 9a34123bc3 Make messages mentioning type names more uniform 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane da6c4f6ca8 Refer to OS X as "macOS", except for the port name which is still "darwin". 9 years ago
Heikki Linnakangas ec136d19b2 Move code shared between libpq and backend from backend/libpq/ to common/. 9 years ago
Peter Eisentraut 8a56d4e361 Make format() error messages consistent again 9 years ago