summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-148-53/+57
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-132-75/+75
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-122-75/+75
* Fix update-unicode targetPeter Eisentraut2020-04-191-2/+7
* Improve error messages after LoadLibrary()Peter Eisentraut2020-04-131-2/+2
* Add checksum helper functions.Robert Haas2020-04-032-0/+191
* Add SQL functions for Unicode normalizationPeter Eisentraut2020-04-024-3/+203
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-013-2/+130
* Add support for other normal forms to Unicode normalization APIPeter Eisentraut2020-03-245-35/+50
* Move routine building restore_command to src/common/Michael Paquier2020-03-242-0/+122
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-061-20/+38
* Fix command-line colorization on Windows with VT100-compatible environmentsMichael Paquier2020-03-021-1/+49
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-272-0/+693
* Change client-side fsync_fname() to report errors fatallyPeter Eisentraut2020-02-241-8/+6
* Fix typoPeter Eisentraut2020-02-191-1/+1
* Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier2020-02-191-131/+1
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-102-6/+1
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-031-0/+3
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-292-0/+1115
* Fix some memory leaks and improve restricted token handling on WindowsMichael Paquier2020-01-271-12/+22
* Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier2020-01-172-1/+120
* Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane2020-01-162-509/+25
* Update header comments for wchar.c and encnames.c.Tom Lane2020-01-162-9/+20
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-164-7/+2668
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-094-17/+68
* Update copyrights for 2020Bruce Momjian2020-01-0136-38/+38
* Fix output of Unicode normalization testPeter Eisentraut2019-12-111-6/+9
* Offer pnstrdup to frontend codeAlvaro Herrera2019-12-041-0/+27
* Use memcpy instead of a byte loop in pglz_decompressTomas Vondra2019-11-281-11/+41
* Make StringInfo available to frontend code.Andres Freund2019-11-052-0/+344
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-7/+30
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-251-2/+1
* Update unicode.org URLsPeter Eisentraut2019-10-132-5/+5
* Fix use of term "verifier"Peter Eisentraut2019-10-121-2/+2
* Optimize partial TOAST decompressionTomas Vondra2019-10-011-0/+37
* Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier2019-08-091-0/+22
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-291-1/+1
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-221-1/+1
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-071-3/+3
* In pg_log_generic(), be more paranoid about preserving errno.Tom Lane2019-07-061-0/+2
* Introduce safer encoding and decoding routines for base64.cMichael Paquier2019-07-042-14/+104
* Make script output more pgindent compatiblePeter Eisentraut2019-06-241-1/+2
* Correct script name in README filePeter Eisentraut2019-06-241-1/+1
* Fix typos in various placesMichael Paquier2019-06-031-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-222-10/+10
* Initial pgindent run for v12.Tom Lane2019-05-226-30/+29
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-147-6/+243
* Fix function names in comments.Fujii Masao2019-04-251-1/+1
* Add support for partial TOAST decompressionStephen Frost2019-04-021-23/+19