index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
In pg_log_generic(), be more paranoid about preserving errno.
Tom Lane
2019-07-06
*
Introduce safer encoding and decoding routines for base64.c
Michael Paquier
2019-07-04
*
Make script output more pgindent compatible
Peter Eisentraut
2019-06-24
*
Correct script name in README file
Peter Eisentraut
2019-06-24
*
Fix typos in various places
Michael Paquier
2019-06-03
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Fix function names in comments.
Fujii Masao
2019-04-25
*
Add support for partial TOAST decompression
Stephen Frost
2019-04-02
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Refactor more code logic to update the control file
Michael Paquier
2019-03-18
*
Add routine able to update the control file to src/common/
Michael Paquier
2019-03-12
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
Make get_controlfile not leak file descriptors
Joe Conway
2019-02-28
*
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2019-02-24
*
More float test and portability fixes.
Andrew Gierth
2019-02-13
*
Fix an overlooked UINT32_MAX.
Andrew Gierth
2019-02-13
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
*
Remove useless casts
Peter Eisentraut
2019-02-13
*
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-09
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix portability failure introduced in commits d2b0b60e7 et al.
Tom Lane
2018-12-26
*
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-12-16
*
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-16
*
Improve our response to invalid format strings, and detect more cases.
Tom Lane
2018-12-06
*
Make spelling of "acknowledgment" consistent
Peter Eisentraut
2018-10-15
*
Make src/common/exec.c's error logging less ugly.
Tom Lane
2018-10-09
*
Add application_name to connection authorized msg
Stephen Frost
2018-09-28
*
Build src/common files as a library with -fPIC.
Tom Lane
2018-09-28
*
Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.
Tom Lane
2018-09-26
*
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-09-14
*
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-09-09
*
Minor cleanup/future-proofing for pg_saslprep().
Tom Lane
2018-09-08
*
Require a C99-compliant snprintf(), and remove related workarounds.
Tom Lane
2018-08-16
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Produce compiler errors if errno is referenced inside elog/ereport calls.
Tom Lane
2018-08-11
*
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-23
*
Rework error messages around file handling
Michael Paquier
2018-07-18
*
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
*
Adjust error message
Peter Eisentraut
2018-06-11
*
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-23
*
Fix error message on short read of pg_control
Magnus Hagander
2018-05-18
*
Enlarge find_other_exec's meager fgets buffer
Alvaro Herrera
2018-04-19
*
Fix partial-build problems introduced by having more generated headers.
Tom Lane
2018-04-09
[next]