Commits

Showing commits that first shipped in 9.0 (backpatches included). Clear

DateSubjectAuthorReleases
2015-05-22 Back-patch libpq support for TLS versions beyond v1. Tom Lane 9.0.21
2015-01-24 Replace a bunch more uses of strncpy() with safer coding. Tom Lane 9.0.19
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 9.0.18
2013-09-23 Fix SSL deadlock risk in libpq Stephen Frost 9.0.14
2013-08-18 libpq: Report strerror on pthread_mutex_lock() failure Peter Eisentraut 9.0.14
2013-08-01 Improve handling of pthread_mutex_lock error case Stephen Frost 9.0.14
2013-08-01 Add locking around SSL_context usage in libpq Stephen Frost 9.0.14
2013-07-23 Check for NULL result from strdup Alvaro Herrera 9.0.14
2012-02-23 Remove arbitrary limitation on length of common name in SSL certificates. Tom Lane 9.0.7
2011-12-03 Treat ENOTDIR as ENOENT when looking for client certificate file Magnus Hagander 9.0.7
2011-07-25 Fix previous patch so it also works if not USE_SSL (mea culpa). Tom Lane 9.0.5
2011-07-24 Improve libpq's error reporting for SSL failures. Tom Lane 9.0.5
2011-07-24 Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. Tom Lane 9.0.5
2011-03-04 In initialize_SSL, don't fail unnecessarily when home dir is unavailable. Tom Lane 9.0.4
2010-07-14 Allow full SSL certificate verification (wherein libpq checks its host name Tom Lane 9.0.0
2010-07-06 pgindent run for 9.0, second run Bruce Momjian 9.0.0
2010-05-26 Rearrange libpq's SSL initialization to simplify it and make it handle some Tom Lane 9.0.0
2010-05-25 Add missing newlines to some SSL-related error messages. Noted while testing. Tom Lane 9.0.0
2010-02-26 pgindent run for 9.0 Bruce Momjian 9.0.0
2010-01-02 Update copyright for the year 2010. Bruce Momjian 9.0.0
2009-12-30 Set errno to zero before invoking SSL_read or SSL_write. It appears that Tom Lane 9.0.0
2009-12-09 Reject certificates with embedded NULLs in the commonName field. This stops Magnus Hagander 9.0.0
2009-07-24 Avoid extra system calls to block SIGPIPE if the platform provides either Tom Lane 9.0.0