aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Fix command-line colorization on Windows with VT100-compatible environmentsMichael Paquier2020-03-02
* Fix typoPeter Eisentraut2020-02-19
* In pg_log_generic(), be more paranoid about preserving errno.Tom Lane2019-07-06
* 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
* Make spelling of "acknowledgment" consistentPeter Eisentraut2018-10-15
* Make src/common/exec.c's error logging less ugly.Tom Lane2018-10-09
* Add application_name to connection authorized msgStephen Frost2018-09-28
* Build src/common files as a library with -fPIC.Tom Lane2018-09-28
* Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane2018-09-26
* Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier2018-09-14
* Install a check for mis-linking of src/port and src/common functions.Tom Lane2018-09-09
* Minor cleanup/future-proofing for pg_saslprep().Tom Lane2018-09-08
* Require a C99-compliant snprintf(), and remove related workarounds.Tom Lane2018-08-16
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Produce compiler errors if errno is referenced inside elog/ereport calls.Tom Lane2018-08-11
* Add proper errcodes to new error messages for read() failuresMichael Paquier2018-07-23
* Rework error messages around file handlingMichael Paquier2018-07-18
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-11
* Adjust error messagePeter Eisentraut2018-06-11
* Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane2018-05-23
* Fix error message on short read of pg_controlMagnus Hagander2018-05-18
* Enlarge find_other_exec's meager fgets bufferAlvaro Herrera2018-04-19
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-09
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-08
* Fix EXEC BACKEND + Windows builds for group privsStephen Frost2018-04-07