summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2019-10-13Update unicode.org URLsPeter Eisentraut
2019-10-12Fix use of term "verifier"Peter Eisentraut
2019-10-01Optimize partial TOAST decompressionTomas Vondra
2019-08-09Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-07Use consistent style for checking return from system callsPeter Eisentraut
2019-07-06In pg_log_generic(), be more paranoid about preserving errno.Tom Lane
2019-07-04Introduce safer encoding and decoding routines for base64.cMichael Paquier
2019-06-24Make script output more pgindent compatiblePeter Eisentraut
2019-06-24Correct script name in README filePeter Eisentraut
2019-06-03Fix typos in various placesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-04-25Fix function names in comments.Fujii Masao
2019-04-02Add support for partial TOAST decompressionStephen Frost
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-18Refactor more code logic to update the control fileMichael Paquier
2019-03-12Add routine able to update the control file to src/common/Michael Paquier