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
/
libpq-int.h
Commit message (
Expand
)
Author
Age
*
Fix timing-dependent failure in GSSAPI data transmission.
Tom Lane
2023-11-23
*
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-15
*
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
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-06
*
GSSAPI encryption support
Stephen Frost
2019-04-03
*
Restructure libpq's handling of send failures.
Tom Lane
2019-03-19
*
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
*
Add PQresultMemorySize function to report allocated size of a PGresult.
Tom Lane
2018-09-11
*
In libpq, don't look up all the hostnames at once.
Tom Lane
2018-08-23
*
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
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Refactor client-side SSL certificate checking code
Peter Eisentraut
2018-01-30
*
Move SSL API comments to header files
Peter Eisentraut
2018-01-23
*
Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut
2018-01-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add libpq connection parameter "scram_channel_binding"
Peter Eisentraut
2017-12-19
*
Support channel binding 'tls-unique' in SCRAM
Peter Eisentraut
2017-11-18
*
Allow multiple hostaddrs to go with multiple hostnames.
Heikki Linnakangas
2017-07-10
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
Refactor libpq authentication request processing.
Heikki Linnakangas
2017-04-13
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
*
Fix inclusions of postgres_fe.h from .h files.
Tom Lane
2017-03-08
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Allow password file name to be specified as a libpq connection parameter.
Tom Lane
2017-01-24
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
libpq: Add target_session_attrs parameter.
Robert Haas
2016-11-29
*
libpq: Allow connection strings and URIs to specify multiple hosts.
Robert Haas
2016-11-03
*
Remove a comment which is now incorrect.
Robert Haas
2016-10-20
*
Fix typo in comment.
Heikki Linnakangas
2016-09-23
*
Remove support for OpenSSL versions older than 0.9.8.
Heikki Linnakangas
2016-08-29
*
Add libpq support for recreating an error message with different verbosity.
Tom Lane
2016-04-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Improve PQhost() to return useful data for default Unix-socket connections.
Tom Lane
2015-11-27
*
Fix unwanted flushing of libpq's input buffer when socket EOF is seen.
Tom Lane
2015-11-12
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Put SSL_pending() call behind the new internal SSL API.
Heikki Linnakangas
2014-12-01
*
Support Subject Alternative Names in SSL server certificates.
Heikki Linnakangas
2014-09-12
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
[next]