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
*
Fix bugs in libpq's GSSAPI encryption support.
Tom Lane
2020-12-28
*
Expose the default for channel_binding in PQconndefaults().
Tom Lane
2020-12-28
*
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
*
Change libpq's default ssl_min_protocol_version to TLSv1.2.
Tom Lane
2020-06-27
*
Use explicit_bzero() when clearing sslpassword in libpq
Michael Paquier
2020-05-21
*
Add missing newlines in error messages
Peter Eisentraut
2020-05-03
*
Rename connection parameters to control min/max SSL protocol version in libpq
Michael Paquier
2020-04-30
*
Fix issues around .pgpass file.
Fujii Masao
2020-03-05
*
Fix assorted error-cleanup bugs in SSL min/max protocol version code.
Tom Lane
2020-02-02
*
Allow building without default socket directory
Peter Eisentraut
2020-01-31
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Fix dispsize for libpq connection parameters channel_binding and gssencmode
Michael Paquier
2020-01-29
*
Add connection parameters to control SSL protocol min/max in libpq
Michael Paquier
2020-01-28
*
Extensive code review for GSSAPI encryption mechanism.
Tom Lane
2020-01-11
*
Improve GSSAPI Encryption startup comment in libpq
Stephen Frost
2020-01-08
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
libpq should expose GSS-related parameters even when not implemented.
Tom Lane
2019-12-20
*
Sort out getpeereid() and peer auth handling on Windows
Peter Eisentraut
2019-12-16
*
Remove PQsslpassword function
Andrew Dunstan
2019-12-07
*
libq support for sslpassword connection param, DER format keys
Andrew Dunstan
2019-11-30
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
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
*
Add libpq parameter 'channel_binding'.
Jeff Davis
2019-09-23
*
Restructure libpq code to remove some duplicity
Alvaro Herrera
2019-09-10
*
Message style fixes
Peter Eisentraut
2019-09-06
*
libpq: ccache -> credential cache
Peter Eisentraut
2019-09-06
*
Use explicit_bzero
Peter Eisentraut
2019-09-05
*
Avoid conflicts with library versions of inet_net_ntop() and friends.
Tom Lane
2019-08-18
*
Refactor logic to remove trailing CR/LF characters from strings
Michael Paquier
2019-08-09
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix failures to ignore \r when reading Windows-style newlines.
Tom Lane
2019-07-25
*
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-07-04
*
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
[next]