aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
Commit message (Expand)AuthorAge
* libpq: PQhost to return active connected host or hostaddrPeter Eisentraut2018-03-27
* Set libpq sslcompression to off by defaultPeter Eisentraut2018-03-17
* Fix wording of "hostaddrs"Magnus Hagander2018-01-21
* Update copyright for 2018Bruce Momjian2018-01-02
* Add libpq connection parameter "scram_channel_binding"Peter Eisentraut2017-12-19
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Fix libpq to not require user's home directory to exist.Tom Lane2017-10-25
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-01
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-15
* Fix check for empty hostname.Heikki Linnakangas2017-07-10
* Allow multiple hostaddrs to go with multiple hostnames.Heikki Linnakangas2017-07-10
* Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane2017-06-28
* Support tcp_keepalives_idle option on Solaris.Tom Lane2017-06-27
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Re-run pgindent.Tom Lane2017-06-13
* libpq: Message style improvementsPeter Eisentraut2017-06-13
* Silence warning about uninitialized 'ret' variable on some compilers.Heikki Linnakangas2017-06-09
* Give a better error message on invalid hostaddr option.Heikki Linnakangas2017-06-09
* Clear auth context correctly when re-connecting after failed auth attempt.Heikki Linnakangas2017-06-07
* libpq: Try next host if one of them times out.Robert Haas2017-05-19
* Capitalize SHOW when testing whether target_session_attrs=read-write.Robert Haas2017-05-19
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Restore PGREQUIRESSL recognition in libpq.Noah Misch2017-05-08
* libpq: Fix inadvertent change in .pgpass lookup behavior.Robert Haas2017-05-01
* Partially revert commit 536d47bd9d5fce8d91929bee3128fa1d08dbcc57.Tom Lane2017-04-22
* Remove long-obsolete catering for platforms without F_SETFD/FD_CLOEXEC.Tom Lane2017-04-21
* Remove trailing spaces in some outputPeter Eisentraut2017-04-13
* Refactor libpq authentication request processing.Heikki Linnakangas2017-04-13
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Fix typo in commentMagnus Hagander2017-03-31
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* libpq: Make target_session_attrs=read-write consume empty result.Robert Haas2017-02-15
* Fix typo in comment.Robert Haas2017-02-14
* Avoid improbable null pointer dereference in pgpassfileWarning().Tom Lane2017-02-02
* Allow password file name to be specified as a libpq connection parameter.Tom Lane2017-01-24
* Update copyright via script for 2017Bruce Momjian2017-01-03
* libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f84694832.Robert Haas2016-12-05
* libpq: Fix inadvertent change in PQhost() behavior.Robert Haas2016-12-01
* libpq: Add target_session_attrs parameter.Robert Haas2016-11-29
* Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.Robert Haas2016-11-22
* Allow DOS-style line endings in ~/.pgpass files.Tom Lane2016-11-15
* libpq: Allow connection strings and URIs to specify multiple hosts.Robert Haas2016-11-03
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-25
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02