summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
AgeCommit message (Expand)Author
2019-02-22Remove duplicate variable declaration in fe-connect.cMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-19psql: Show IP address in \conninfoAlvaro Herrera
2018-09-26Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane
2018-09-12Parse more strictly integer parameters from connection strings in libpqMichael Paquier
2018-09-09Install a check for mis-linking of src/port and src/common functions.Tom Lane
2018-09-07libpq: Change "options" dispchar to normalPeter Eisentraut
2018-08-23In libpq, don't look up all the hostnames at once.Tom Lane
2018-08-13Fix libpq's implementation of per-host connection timeouts.Tom Lane
2018-08-06Fix failure to reset libpq's state fully between connection attempts.Tom Lane
2018-08-05Remove support for tls-unique channel binding.Heikki Linnakangas
2018-08-01Fix libpq's code for searching .pgpass; rationalize empty-list-item cases.Tom Lane
2018-07-19Fix error message when a hostaddr cannot be parsed.Heikki Linnakangas
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-03-27libpq: PQhost to return active connected host or hostaddrPeter Eisentraut
2018-03-17Set libpq sslcompression to off by defaultPeter Eisentraut
2018-01-21Fix wording of "hostaddrs"Magnus Hagander
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-19Add libpq connection parameter "scram_channel_binding"Peter Eisentraut
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-25Fix libpq to not require user's home directory to exist.Tom Lane
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-08-15Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
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-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-07Clear auth context correctly when re-connecting after failed auth attempt.Heikki Linnakangas
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 pgindent runBruce Momjian
2017-05-08Restore PGREQUIRESSL recognition in libpq.Noah Misch
2017-05-01libpq: Fix inadvertent change in .pgpass lookup behavior.Robert Haas
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-13Remove trailing spaces in some outputPeter Eisentraut
2017-04-13Refactor libpq authentication request processing.Heikki Linnakangas
2017-04-11Remove symbol WIN32_ONLY_COMPILERMagnus Hagander
2017-03-31Fix typo in commentMagnus Hagander
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas