aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-16
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-16
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* Adjust getpwuid() fix commit to display errno string on failureBruce Momjian2014-03-28
* Un-break peer authentication.Tom Lane2014-03-28
* Cleanups from the remove-native-krb5 patchMagnus Hagander2014-03-16
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Another round of Coverity fixesStephen Frost2014-03-03
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane2014-01-31
* Log a detail message for auth failures due to missing or expired password.Tom Lane2014-01-27
* Remove support for native krb5 authenticationMagnus Hagander2014-01-19
* Move username lookup functions from /port to /commonBruce Momjian2014-01-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-18
* SSL: Support ECDH key exchangePeter Eisentraut2013-12-07
* SSL: Add configuration option to prefer server cipher orderPeter Eisentraut2013-12-07
* Clear retry flags properly in replacement OpenSSL sock_write function.Tom Lane2013-12-05
* Fix new and latent bugs with errno handling in secure_read/secure_write.Tom Lane2013-11-24
* Add large object functions catering to SQL callers.Noah Misch2013-10-27
* Fix memory leak when an empty ident file is reloaded.Heikki Linnakangas2013-10-24
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Silence compiler warning when SSL not in useAlvaro Herrera2013-10-17
* Add use of asprintf()Peter Eisentraut2013-10-13
* Rework SSL renegotiation codeAlvaro Herrera2013-10-10
* Fix typo in comment.Heikki Linnakangas2013-08-16
* Avoid reading below the start of a stack variable in tokenize_file().Noah Misch2013-06-12
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Standardize spelling of "nonblocking"Peter Eisentraut2013-04-18
* Fix function return type confusionPeter Eisentraut2013-04-15
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Report pg_hba line number and contents when users fail to log inMagnus Hagander2013-03-10
* Update copyrights for 2013Bruce Momjian2013-01-01
* Attempt to un-break Windows builds with USE_LDAP.Tom Lane2012-12-04
* Fix build of LDAP URL featurePeter Eisentraut2012-12-04
* Add support for LDAP URLsPeter Eisentraut2012-12-03
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-29
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-27
* Remove unnecessary overhead in backend's large-object operations.Tom Lane2012-10-09
* Code review for 64-bit-large-object patch.Tom Lane2012-10-08
* Add API for 64-bit large object access. Now users can access up toTatsuo Ishii2012-10-07
* getnameinfo_unix has to be taught not to insist on NI_NUMERIC flags, too.Tom Lane2012-10-04
* Improve some LDAP authentication error messagesPeter Eisentraut2012-10-02
* Produce textual error messages for LDAP issues instead of numeric codesPeter Eisentraut2012-09-27
* Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas2012-09-21
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Remove unreachable codePeter Eisentraut2012-07-16
* Remove duplicate, unnecessary, variable declarationMagnus Hagander2012-07-04
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix bogus declaration of local variable.Tom Lane2012-05-13