aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-03
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-29
* Fix some memory leaks and improve restricted token handling on WindowsMichael Paquier2020-01-27
* Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier2020-01-17
* Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane2020-01-16
* Update header comments for wchar.c and encnames.c.Tom Lane2020-01-16
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-16
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-09
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix output of Unicode normalization testPeter Eisentraut2019-12-11
* Offer pnstrdup to frontend codeAlvaro Herrera2019-12-04
* Use memcpy instead of a byte loop in pglz_decompressTomas Vondra2019-11-28
* Make StringInfo available to frontend code.Andres Freund2019-11-05
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Update unicode.org URLsPeter Eisentraut2019-10-13
* Fix use of term "verifier"Peter Eisentraut2019-10-12
* Optimize partial TOAST decompressionTomas Vondra2019-10-01
* Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier2019-08-09
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* In pg_log_generic(), be more paranoid about preserving errno.Tom Lane2019-07-06
* Introduce safer encoding and decoding routines for base64.cMichael Paquier2019-07-04
* Make script output more pgindent compatiblePeter Eisentraut2019-06-24
* Correct script name in README filePeter Eisentraut2019-06-24
* Fix typos in various placesMichael Paquier2019-06-03
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Fix function names in comments.Fujii Masao2019-04-25
* Add support for partial TOAST decompressionStephen Frost2019-04-02
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Refactor more code logic to update the control fileMichael Paquier2019-03-18
* Add routine able to update the control file to src/common/Michael Paquier2019-03-12
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09
* Make get_controlfile not leak file descriptorsJoe Conway2019-02-28
* Tolerate EINVAL when calling fsync() on a directory.Thomas Munro2019-02-24
* More float test and portability fixes.Andrew Gierth2019-02-13
* Fix an overlooked UINT32_MAX.Andrew Gierth2019-02-13
* Change floating-point output format for improved performance.Andrew Gierth2019-02-13
* Remove useless castsPeter Eisentraut2019-02-13
* Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane2019-01-09
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix portability failure introduced in commits d2b0b60e7 et al.Tom Lane2018-12-26
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-16
* Improve detection of child-process SIGPIPE failures.Tom Lane2018-12-16
* Improve our response to invalid format strings, and detect more cases.Tom Lane2018-12-06