Commit Graph

229 Commits (b55413d77f96b9fa2dfae4ddec43412b90ebf588)

Author SHA1 Message Date
Tom Lane e60b480d39 libpq should expose GSS-related parameters even when not implemented. 6 years ago
Andrew Dunstan 4dc6355210 libq support for sslpassword connection param, DER format keys 6 years ago
Jeff Davis d6e612f837 Add libpq parameter 'channel_binding'. 6 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 6 years ago
Michael Paquier d1a040543b Remove more unreferenced function declarations 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Michael Paquier 249d649996 Add support TCP user timeout in libpq and the backend server 7 years ago
Stephen Frost b0b39f72b9 GSSAPI encryption support 7 years ago
Tom Lane 1f39a1c064 Restructure libpq's handling of send failures. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Alvaro Herrera 6e5f8d489a psql: Show IP address in \conninfo 7 years ago
Tom Lane 758ce9b779 Incorporate strerror_r() into src/port/snprintf.c, too. 7 years ago
Tom Lane 2970afa6cf Add PQresultMemorySize function to report allocated size of a PGresult. 7 years ago
Tom Lane 5ca0077419 In libpq, don't look up all the hostnames at once. 7 years ago
Tom Lane d1c6a14bac Fix failure to reset libpq's state fully between connection attempts. 7 years ago
Heikki Linnakangas 77291139c7 Remove support for tls-unique channel binding. 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Peter Eisentraut f75a959155 Refactor client-side SSL certificate checking code 8 years ago
Peter Eisentraut f966101d19 Move SSL API comments to header files 8 years ago
Peter Eisentraut d3fb72ea6d Implement channel binding tls-server-end-point for SCRAM 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 4bbf110d2f Add libpq connection parameter "scram_channel_binding" 8 years ago
Peter Eisentraut 9288d62bb4 Support channel binding 'tls-unique' in SCRAM 8 years ago
Heikki Linnakangas 7b02ba62e9 Allow multiple hostaddrs to go with multiple hostnames. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane c079673dcb Preventive maintenance in advance of pgindent run. 8 years ago
Heikki Linnakangas 61bf96cab0 Refactor libpq authentication request processing. 9 years ago
Magnus Hagander a4777f3556 Remove symbol WIN32_ONLY_COMPILER 9 years ago
Tom Lane 9722bb5757 Fix inclusions of postgres_fe.h from .h files. 9 years ago
Heikki Linnakangas 818fd4a67d Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 9 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Tom Lane ba005f193d Allow password file name to be specified as a libpq connection parameter. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas 721f7bd3cb libpq: Add target_session_attrs parameter. 9 years ago
Robert Haas 274bb2b385 libpq: Allow connection strings and URIs to specify multiple hosts. 9 years ago
Robert Haas ec7db2b483 Remove a comment which is now incorrect. 9 years ago
Heikki Linnakangas 674e2de64d Fix typo in comment. 9 years ago
Heikki Linnakangas 9b7cd59af1 Remove support for OpenSSL versions older than 0.9.8. 9 years ago
Tom Lane e3161b231c Add libpq support for recreating an error message with different verbosity. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 40cb21f70b Improve PQhost() to return useful data for default Unix-socket connections. 10 years ago
Tom Lane c405918858 Fix unwanted flushing of libpq's input buffer when socket EOF is seen. 10 years ago
Tom Lane 0426f349ef Rearrange the handling of error context reports. 10 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 11 years ago
Tom Lane f2874feb7c Some more FLEXIBLE_ARRAY_MEMBER fixes. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Heikki Linnakangas 4e86f1b16d Put SSL_pending() call behind the new internal SSL API. 11 years ago
Heikki Linnakangas acd08d764a Support Subject Alternative Names in SSL server certificates. 11 years ago