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
*
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
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-04-08
*
Fix EXEC BACKEND + Windows builds for group privs
Stephen Frost
2018-04-07
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
*
restrict -> pg_restrict
Alvaro Herrera
2018-03-15
*
Move strtoint() to common
Peter Eisentraut
2018-03-13
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Rewrite strnlen replacement implementation from 8a241792f96.
Andres Freund
2017-10-10
*
Add pg_strnlen() a portable implementation of strlen.
Andres Freund
2017-10-09
*
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
*
Update copyright in recently added files
Alvaro Herrera
2017-07-26
*
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-28
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-17
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-05-03
*
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-28
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Fix perlcritic warnings
Peter Eisentraut
2017-04-17
[next]