summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2017-07-10Translation updatesAlvaro Herrera
2017-07-10Fix check for empty hostname.Heikki Linnakangas
2017-07-10Allow multiple hostaddrs to go with multiple hostnames.Heikki Linnakangas
2017-06-28Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-27Support tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Fix typo in code commentPeter Eisentraut
2017-06-13Re-run pgindent.Tom Lane
2017-06-13libpq: Message style improvementsPeter Eisentraut
2017-06-09Silence warning about uninitialized 'ret' variable on some compilers.Heikki Linnakangas
2017-06-09Give a better error message on invalid hostaddr option.Heikki Linnakangas
2017-06-09Fix script name in README.Heikki Linnakangas
2017-06-07Clear auth context correctly when re-connecting after failed auth attempt.Heikki Linnakangas
2017-06-07Fix double-free bug in GSS authentication.Heikki Linnakangas
2017-05-25Fix whitespacePeter Eisentraut
2017-05-23Verify that the server constructed the SCRAM nonce correctly.Heikki Linnakangas
2017-05-23Synced ecpg's pg_type.h with the one used in the backend.Michael Meskes
2017-05-19libpq: Try next host if one of them times out.Robert Haas
2017-05-19Capitalize SHOW when testing whether target_session_attrs=read-write.Robert Haas
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-15Translation updatesPeter Eisentraut
2017-05-08Restore PGREQUIRESSL recognition in libpq.Noah Misch
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-05-07Fix memory leaks if random salt generation fails.Heikki Linnakangas
2017-05-05Misc cleanup of SCRAM code.Heikki Linnakangas
2017-05-04Fix PQencryptPasswordConn to work with older server versions.Heikki Linnakangas
2017-05-03Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas
2017-05-01libpq: Fix inadvertent change in .pgpass lookup behavior.Robert Haas
2017-04-28Misc SCRAM code cleanups.Heikki Linnakangas
2017-04-23Don't include sys/poll.h anymore.Andres Freund
2017-04-22Partially revert commit 536d47bd9d5fce8d91929bee3128fa1d08dbcc57.Tom Lane
2017-04-21Remove long-obsolete catering for platforms without F_SETFD/FD_CLOEXEC.Tom Lane
2017-04-20Add missing erand48.c to libpq/.gitignore.Tom Lane
2017-04-14Remove trailing spaces in some outputPeter Eisentraut
2017-04-13Improve the SASL authentication protocol.Heikki Linnakangas
2017-04-13Refactor libpq authentication request processing.Heikki Linnakangas
2017-04-11Remove symbol WIN32_ONLY_COMPILERMagnus Hagander
2017-04-11Remove support for bcc and msvc standalone libpq buildsMagnus Hagander
2017-04-08Add newly-symlinked files to "make clean" target.Tom Lane
2017-04-07Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas
2017-04-06Remove bogus SCRAM_ITERATION_LEN constant.Heikki Linnakangas
2017-03-31Fix typo in commentMagnus Hagander
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-03-20Add missed "make clean" logic in src/interfaces/libpq/Makefile.Tom Lane
2017-03-18Fix schedule of ecpg test files to only try two-phase commit test when possible.Michael Meskes
2017-03-14ecpg: Improve some variable namesPeter Eisentraut