aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
Commit message (Expand)AuthorAge
* In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane2020-10-19
* Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane2020-09-01
* Fix bugs in libpq's management of GSS encryption state.Tom Lane2020-07-13
* Fix dispsize for libpq connection parameters channel_binding and gssencmodeMichael Paquier2020-01-29
* Extensive code review for GSSAPI encryption mechanism.Tom Lane2020-01-11
* libpq should expose GSS-related parameters even when not implemented.Tom Lane2019-12-20
* Fix thinkos from 4f4061b for libpq integer parsingMichael Paquier2019-10-23
* Fix error reporting of connect_timeout in libpq for value parsingMichael Paquier2019-10-21
* Fix parsing of integer values for connection parameters in libpqMichael Paquier2019-10-21
* Message style fixesPeter Eisentraut2019-09-06
* libpq: ccache -> credential cachePeter Eisentraut2019-09-06
* Fix failures to ignore \r when reading Windows-style newlines.Tom Lane2019-07-25
* Tweak libpq's PQhost, PQhostaddr, and psql's \connectAlvaro Herrera2019-06-14
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* GSSAPI: Improve documentation and testsStephen Frost2019-04-19
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Handle errors during GSSAPI startup betterStephen Frost2019-04-04
* GSSAPI encryption supportStephen Frost2019-04-03
* Restructure libpq's handling of send failures.Tom Lane2019-03-19
* Remove duplicate variable declaration in fe-connect.cMichael Paquier2019-02-22
* Update copyright for 2019Bruce Momjian2019-01-02
* psql: Show IP address in \conninfoAlvaro Herrera2018-11-19
* Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane2018-09-26
* Parse more strictly integer parameters from connection strings in libpqMichael Paquier2018-09-12
* Install a check for mis-linking of src/port and src/common functions.Tom Lane2018-09-09
* libpq: Change "options" dispchar to normalPeter Eisentraut2018-09-07
* In libpq, don't look up all the hostnames at once.Tom Lane2018-08-23
* Fix libpq's implementation of per-host connection timeouts.Tom Lane2018-08-13
* Fix failure to reset libpq's state fully between connection attempts.Tom Lane2018-08-06
* Remove support for tls-unique channel binding.Heikki Linnakangas2018-08-05
* Fix libpq's code for searching .pgpass; rationalize empty-list-item cases.Tom Lane2018-08-01
* Fix error message when a hostaddr cannot be parsed.Heikki Linnakangas2018-07-19
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* 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