index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-connect.c
Commit message (
Expand
)
Author
Age
*
In libpq for Windows, call WSAStartup once and WSACleanup not at all.
Tom Lane
2020-10-19
*
Teach libpq to handle arbitrary-length lines in .pgpass files.
Tom Lane
2020-09-01
*
Fix bugs in libpq's management of GSS encryption state.
Tom Lane
2020-07-13
*
Fix dispsize for libpq connection parameters channel_binding and gssencmode
Michael Paquier
2020-01-29
*
Extensive code review for GSSAPI encryption mechanism.
Tom Lane
2020-01-11
*
libpq should expose GSS-related parameters even when not implemented.
Tom Lane
2019-12-20
*
Fix thinkos from 4f4061b for libpq integer parsing
Michael Paquier
2019-10-23
*
Fix error reporting of connect_timeout in libpq for value parsing
Michael Paquier
2019-10-21
*
Fix parsing of integer values for connection parameters in libpq
Michael Paquier
2019-10-21
*
Message style fixes
Peter Eisentraut
2019-09-06
*
libpq: ccache -> credential cache
Peter Eisentraut
2019-09-06
*
Fix failures to ignore \r when reading Windows-style newlines.
Tom Lane
2019-07-25
*
Tweak libpq's PQhost, PQhostaddr, and psql's \connect
Alvaro Herrera
2019-06-14
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
GSSAPI: Improve documentation and tests
Stephen Frost
2019-04-19
*
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-06
*
Handle errors during GSSAPI startup better
Stephen Frost
2019-04-04
*
GSSAPI encryption support
Stephen Frost
2019-04-03
*
Restructure libpq's handling of send failures.
Tom Lane
2019-03-19
*
Remove duplicate variable declaration in fe-connect.c
Michael Paquier
2019-02-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
psql: Show IP address in \conninfo
Alvaro Herrera
2018-11-19
*
Incorporate strerror_r() into src/port/snprintf.c, too.
Tom Lane
2018-09-26
*
Parse more strictly integer parameters from connection strings in libpq
Michael Paquier
2018-09-12
*
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-09-09
*
libpq: Change "options" dispchar to normal
Peter Eisentraut
2018-09-07
*
In libpq, don't look up all the hostnames at once.
Tom Lane
2018-08-23
*
Fix libpq's implementation of per-host connection timeouts.
Tom Lane
2018-08-13
*
Fix failure to reset libpq's state fully between connection attempts.
Tom Lane
2018-08-06
*
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-05
*
Fix libpq's code for searching .pgpass; rationalize empty-list-item cases.
Tom Lane
2018-08-01
*
Fix error message when a hostaddr cannot be parsed.
Heikki Linnakangas
2018-07-19
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
libpq: PQhost to return active connected host or hostaddr
Peter Eisentraut
2018-03-27
*
Set libpq sslcompression to off by default
Peter Eisentraut
2018-03-17
*
Fix wording of "hostaddrs"
Magnus Hagander
2018-01-21
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add libpq connection parameter "scram_channel_binding"
Peter Eisentraut
2017-12-19
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Fix libpq to not require user's home directory to exist.
Tom Lane
2017-10-25
*
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
*
Fix check for empty hostname.
Heikki Linnakangas
2017-07-10
*
Allow multiple hostaddrs to go with multiple hostnames.
Heikki Linnakangas
2017-07-10
*
Second try at fixing tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-28
*
Support tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-27
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
[next]