summaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unified logging system for command-line programsPeter Eisentraut2019-04-015-121/+85
* Refactor more code logic to update the control fileMichael Paquier2019-03-181-9/+42
* Add routine able to update the control file to src/common/Michael Paquier2019-03-121-0/+94
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-091-2/+11
* Make get_controlfile not leak file descriptorsJoe Conway2019-02-281-2/+10
* Tolerate EINVAL when calling fsync() on a directory.Thomas Munro2019-02-241-1/+1
* More float test and portability fixes.Andrew Gierth2019-02-132-2/+2
* Fix an overlooked UINT32_MAX.Andrew Gierth2019-02-131-1/+1
* Change floating-point output format for improved performance.Andrew Gierth2019-02-137-3/+2606
* Remove useless castsPeter Eisentraut2019-02-131-1/+1
* Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane2019-01-092-43/+39
* Replace the data structure used for keyword lookup.Tom Lane2019-01-064-101/+119
* Update copyright for 2019Bruce Momjian2019-01-0228-30/+30
* Fix portability failure introduced in commits d2b0b60e7 et al.Tom Lane2018-12-261-1/+2
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-161-12/+4
* Improve detection of child-process SIGPIPE failures.Tom Lane2018-12-161-0/+43
* Improve our response to invalid format strings, and detect more cases.Tom Lane2018-12-061-2/+2
* Make spelling of "acknowledgment" consistentPeter Eisentraut2018-10-151-1/+1
* Make src/common/exec.c's error logging less ugly.Tom Lane2018-10-091-52/+72
* Add application_name to connection authorized msgStephen Frost2018-09-281-0/+34
* Build src/common files as a library with -fPIC.Tom Lane2018-09-281-10/+38
* Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane2018-09-261-0/+5
* Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier2018-09-141-2/+2
* Install a check for mis-linking of src/port and src/common functions.Tom Lane2018-09-092-1/+38
* Minor cleanup/future-proofing for pg_saslprep().Tom Lane2018-09-081-3/+8
* Require a C99-compliant snprintf(), and remove related workarounds.Tom Lane2018-08-161-59/+14
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-151-3/+3
* Produce compiler errors if errno is referenced inside elog/ereport calls.Tom Lane2018-08-111-6/+21
* Add proper errcodes to new error messages for read() failuresMichael Paquier2018-07-231-1/+2
* Rework error messages around file handlingMichael Paquier2018-07-181-4/+4
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-112-2/+2
* Adjust error messagePeter Eisentraut2018-06-111-2/+2
* Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane2018-05-231-2/+1
* Fix error message on short read of pg_controlMagnus Hagander2018-05-181-9/+26
* Enlarge find_other_exec's meager fgets bufferAlvaro Herrera2018-04-191-1/+1
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-091-7/+0
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-091-1/+0
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-081-1/+1
* Fix EXEC BACKEND + Windows builds for group privsStephen Frost2018-04-071-2/+7
* Allow group access on PGDATAStephen Frost2018-04-071-2/+70
* Refactor dir/file permissionsStephen Frost2018-04-072-2/+21
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-4/+4
* restrict -> pg_restrictAlvaro Herrera2018-03-151-1/+1
* Move strtoint() to commonPeter Eisentraut2018-03-131-0/+15
* Update copyright for 2018Bruce Momjian2018-01-0226-28/+28
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-1/+1
* Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund2017-10-101-20/+0