Commit Graph

203 Commits (7e5e1bba034ee02245e8a3833aa1f6ea7253b584)

Author SHA1 Message Date
Peter Eisentraut c9f0624bc2 Add support for abstract Unix-domain sockets 5 years ago
Michael Paquier ceaeac54f7 Fix minor issues with new unicode {de,re}composition code 5 years ago
Tom Lane fd2997565c Second thoughts on TOAST decompression. 5 years ago
Tom Lane dfc797730f Fix two issues in TOAST decompression. 5 years ago
Michael Paquier 2771fcee18 Fix issue with --enable-coverage and the new unicode {de,re}composition code 5 years ago
Michael Paquier 783f0cc64d Improve performance of Unicode {de,re}composition in the backend 5 years ago
Peter Eisentraut 8a58347a3c Fix -Wcast-function-type warnings on Windows/MinGW 5 years ago
Michael Paquier e578c17d81 Fix compilation warning in unicode_norm.c 5 years ago
Michael Paquier 80f8eb79e2 Use perfect hash for NFC and NFKC Unicode Normalization quick check 5 years ago
Michael Paquier 6b1c5cacec Remove logging.c from the shared library of src/common/ 5 years ago
Michael Paquier fe0a1dc52c Revert "Change SHA2 implementation based on OpenSSL to use EVP digest routines" 5 years ago
Michael Paquier e21cbb4b89 Change SHA2 implementation based on OpenSSL to use EVP digest routines 5 years ago
Tom Lane 931487018c Rethink API for pg_get_line.c, one more time. 5 years ago
Tom Lane 06a7c3154f Allow most keywords to be used as column labels without requiring AS. 5 years ago
Tom Lane 99175141c9 Improve common/logging.c's support for multiple verbosity levels. 5 years ago
Thomas Munro 861c6e7c8e Skip unnecessary stat() calls in walkdir(). 5 years ago
Tom Lane 8e3c58e6e4 Refactor pg_get_line() to expose an alternative StringInfo-based API. 5 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 5 years ago
Peter Eisentraut 1784f278a6 Replace remaining StrNCpy() by strlcpy() 5 years ago
Michael Paquier 324435eb14 Prevent compilation of frontend-only files in src/common/ with backend 6 years ago
Michael Paquier a3b2bf1fe7 Move frontend-side archive APIs from src/common/ to src/fe_utils/ 6 years ago
Tom Lane fa27dd40d5 Run pgindent with new pg_bsd_indent version 2.1.1. 6 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 6 years ago
Alvaro Herrera 17cc133f01
Dial back -Wimplicit-fallthrough to level 3 6 years ago
Alvaro Herrera 3e9744465d
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS 6 years ago
Peter Eisentraut 73afabcdc2 Fix update-unicode target 6 years ago
Peter Eisentraut 0c620a5803 Improve error messages after LoadLibrary() 6 years ago
Robert Haas c12e43a2e0 Add checksum helper functions. 6 years ago
Peter Eisentraut 2991ac5fc9 Add SQL functions for Unicode normalization 6 years ago
Michael Paquier a7e8ece41c Add -c/--restore-target-wal to pg_rewind 6 years ago
Peter Eisentraut d40d564c5a Add support for other normal forms to Unicode normalization API 6 years ago
Michael Paquier e09ad07b21 Move routine building restore_command to src/common/ 6 years ago
Tom Lane a6525588b7 Allow Unicode escapes in any server encoding, not only UTF-8. 6 years ago
Michael Paquier 3b77dce863 Fix command-line colorization on Windows with VT100-compatible environments 6 years ago
Robert Haas 05d8449e73 Move src/backend/utils/hash/hashfn.c to src/common 6 years ago
Peter Eisentraut 1420617b14 Change client-side fsync_fname() to report errors fatally 6 years ago
Peter Eisentraut 2f9c46a32b Fix typo 6 years ago
Michael Paquier e2e02191e2 Clean up some code, comments and docs referring to Windows 2000 and older 6 years ago
Peter Eisentraut b691c189c6 Simplify passing of configure arguments to pg_config 6 years ago
Michael Paquier f1f10a1ba9 Add declaration-level assertions for compile-time checks 6 years ago
Robert Haas beb4699091 Move jsonapi.c and jsonapi.h to src/common. 6 years ago
Michael Paquier 10a525230f Fix some memory leaks and improve restricted token handling on Windows 6 years ago
Michael Paquier f7cd5896a6 Move OpenSSL routines for min/max protocol setting to src/common/ 6 years ago
Tom Lane 5afaa2e426 Rationalize code placement between wchar.c, encnames.c, and mbutils.c. 6 years ago
Tom Lane 3d4cb5d6c1 Update header comments for wchar.c and encnames.c. 6 years ago
Tom Lane e6afa8918c Move wchar.c and encnames.c to src/common/. 6 years ago
Peter Eisentraut f85a485f89 Add support for automatically updating Unicode derived files 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Peter Eisentraut b802412106 Fix output of Unicode normalization test 6 years ago
Alvaro Herrera 0b9466fce2 Offer pnstrdup to frontend code 6 years ago