summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2014-01-31Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane
2014-01-28Log a detail message for auth failures due to missing or expired password.Tom Lane
2014-01-19Remove support for native krb5 authenticationMagnus Hagander
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
2013-12-07SSL: Support ECDH key exchangePeter Eisentraut
2013-12-07SSL: Add configuration option to prefer server cipher orderPeter Eisentraut
2013-12-05Clear retry flags properly in replacement OpenSSL sock_write function.Tom Lane
2013-11-24Fix new and latent bugs with errno handling in secure_read/secure_write.Tom Lane
2013-10-28Add large object functions catering to SQL callers.Noah Misch
2013-10-24Fix memory leak when an empty ident file is reloaded.Heikki Linnakangas
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-17Silence compiler warning when SSL not in useAlvaro Herrera
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-11Rework SSL renegotiation codeAlvaro Herrera
2013-08-16Fix typo in comment.Heikki Linnakangas
2013-06-12Avoid reading below the start of a stack variable in tokenize_file().Noah Misch
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-19Standardize spelling of "nonblocking"Peter Eisentraut
2013-04-16Fix function return type confusionPeter Eisentraut
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-10Report pg_hba line number and contents when users fail to log inMagnus Hagander
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-04Attempt to un-break Windows builds with USE_LDAP.Tom Lane
2012-12-04Fix build of LDAP URL featurePeter Eisentraut
2012-12-04Add support for LDAP URLsPeter Eisentraut
2012-11-30Produce a more useful error message for over-length Unix socket paths.Tom Lane
2012-11-27Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas
2012-10-09Remove unnecessary overhead in backend's large-object operations.Tom Lane
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-10-05getnameinfo_unix has to be taught not to insist on NI_NUMERIC flags, too.Tom Lane
2012-10-03Improve some LDAP authentication error messagesPeter Eisentraut
2012-09-28Produce textual error messages for LDAP issues instead of numeric codesPeter Eisentraut
2012-09-21Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas
2012-08-10Support having multiple Unix-domain sockets per postmaster.Tom Lane
2012-07-16Remove unreachable codePeter Eisentraut
2012-07-04Remove duplicate, unnecessary, variable declarationMagnus Hagander
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-13Fix bogus declaration of local variable.Tom Lane
2012-04-24Lots of doc corrections.Robert Haas
2012-03-21Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut
2012-02-26Remove useless castPeter Eisentraut
2012-02-24Add some enumeration commas, for consistencyPeter Eisentraut
2012-02-23Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane
2012-02-23Fix build without OpenSSLPeter Eisentraut
2012-02-22Add parameters for controlling locations of server-side SSL filesPeter Eisentraut
2012-02-01initdb: Add options --auth-local and --auth-hostPeter Eisentraut
2012-01-27Revert unfortunate whitespace changePeter Eisentraut