aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpq-int.h
Commit message (Expand)AuthorAge
* Fix timing-dependent failure in GSSAPI data transmission.Tom Lane2023-11-23
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* 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
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* GSSAPI encryption supportStephen Frost2019-04-03
* Restructure libpq's handling of send failures.Tom Lane2019-03-19
* 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
* Add PQresultMemorySize function to report allocated size of a PGresult.Tom Lane2018-09-11
* In libpq, don't look up all the hostnames at once.Tom Lane2018-08-23
* 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
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Refactor client-side SSL certificate checking codePeter Eisentraut2018-01-30
* Move SSL API comments to header filesPeter Eisentraut2018-01-23
* Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut2018-01-04
* Update copyright for 2018Bruce Momjian2018-01-02
* Add libpq connection parameter "scram_channel_binding"Peter Eisentraut2017-12-19
* Support channel binding 'tls-unique' in SCRAMPeter Eisentraut2017-11-18
* Allow multiple hostaddrs to go with multiple hostnames.Heikki Linnakangas2017-07-10
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* Refactor libpq authentication request processing.Heikki Linnakangas2017-04-13
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Fix inclusions of postgres_fe.h from .h files.Tom Lane2017-03-08
* 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
* Fix typos in comments.Heikki Linnakangas2017-02-06
* 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: Add target_session_attrs parameter.Robert Haas2016-11-29
* libpq: Allow connection strings and URIs to specify multiple hosts.Robert Haas2016-11-03
* Remove a comment which is now incorrect.Robert Haas2016-10-20
* Fix typo in comment.Heikki Linnakangas2016-09-23
* Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas2016-08-29
* Add libpq support for recreating an error message with different verbosity.Tom Lane2016-04-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Improve PQhost() to return useful data for default Unix-socket connections.Tom Lane2015-11-27
* Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane2015-11-12
* Rearrange the handling of error context reports.Tom Lane2015-09-05
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane2015-02-21
* Update copyright for 2015Bruce Momjian2015-01-06
* Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas2014-12-01
* Support Subject Alternative Names in SSL server certificates.Heikki Linnakangas2014-09-12
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11