summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2020-10-24Fix issue with --enable-coverage and the new unicode {de,re}composition codeMichael Paquier
2020-10-23Improve performance of Unicode {de,re}composition in the backendMichael Paquier
2020-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut
2020-10-12Fix compilation warning in unicode_norm.cMichael Paquier
2020-10-11Use perfect hash for NFC and NFKC Unicode Normalization quick checkMichael Paquier
2020-10-01Remove logging.c from the shared library of src/common/Michael Paquier
2020-09-29Revert "Change SHA2 implementation based on OpenSSL to use EVP digest routines"Michael Paquier
2020-09-28Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
2020-09-22Rethink API for pg_get_line.c, one more time.Tom Lane
2020-09-18Allow most keywords to be used as column labels without requiring AS.Tom Lane
2020-09-17Improve common/logging.c's support for multiple verbosity levels.Tom Lane
2020-09-07Skip unnecessary stat() calls in walkdir().Thomas Munro
2020-09-06Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-06-30Prevent compilation of frontend-only files in src/common/ with backendMichael Paquier
2020-06-11Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-04-19Fix update-unicode targetPeter Eisentraut
2020-04-13Improve error messages after LoadLibrary()Peter Eisentraut
2020-04-03Add checksum helper functions.Robert Haas
2020-04-02Add SQL functions for Unicode normalizationPeter Eisentraut
2020-04-01Add -c/--restore-target-wal to pg_rewindMichael Paquier
2020-03-24Add support for other normal forms to Unicode normalization APIPeter Eisentraut
2020-03-24Move routine building restore_command to src/common/Michael Paquier
2020-03-06Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane
2020-03-02Fix command-line colorization on Windows with VT100-compatible environmentsMichael Paquier
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-24Change client-side fsync_fname() to report errors fatallyPeter Eisentraut
2020-02-19Fix typoPeter Eisentraut
2020-02-19Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier
2020-02-10Simplify passing of configure arguments to pg_configPeter Eisentraut
2020-02-03Add declaration-level assertions for compile-time checksMichael Paquier
2020-01-29Move jsonapi.c and jsonapi.h to src/common.Robert Haas
2020-01-27Fix some memory leaks and improve restricted token handling on WindowsMichael Paquier
2020-01-17Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier
2020-01-16Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane
2020-01-16Update header comments for wchar.c and encnames.c.Tom Lane
2020-01-16Move wchar.c and encnames.c to src/common/.Tom Lane
2020-01-09Add support for automatically updating Unicode derived filesPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-11Fix output of Unicode normalization testPeter Eisentraut
2019-12-04Offer pnstrdup to frontend codeAlvaro Herrera
2019-11-28Use memcpy instead of a byte loop in pglz_decompressTomas Vondra
2019-11-05Make StringInfo available to frontend code.Andres Freund
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila