summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2021-04-07libpq: Set Server Name Indication (SNI) for SSL connectionsPeter Eisentraut
2021-04-06Fix compiler warning in fe-trace.c for MSVCDavid Rowley
2021-04-03Refactor HMAC implementationsMichael Paquier
2021-03-31Remove setvbuf() call from PQtrace()Alvaro Herrera
2021-03-31Initialize conn->Pfdebug to NULL when creating a connectionAlvaro Herrera
2021-03-31Fix unportable use of isprint().Tom Lane
2021-03-31Fix portability and safety issues in pqTraceFormatTimestamp.Tom Lane
2021-03-30Improve PQtrace() output formatAlvaro Herrera
2021-03-30In messages, use singular nouns for -1, like we do for +1.Bruce Momjian
2021-03-21Fix new memory leaks in libpqAlvaro Herrera
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-03-11Re-simplify management of inStart in pqParseInput3's subroutines.Tom Lane
2021-03-11Set libcrypto callbacks for all connection threads in libpqMichael Paquier
2021-03-10Revert changes for SSL compression in libpqMichael Paquier
2021-03-09libpq: Remove deprecated connection parameters authtype and ttyPeter Eisentraut
2021-03-09Switch back sslcompression to be a normal input field in libpqMichael Paquier
2021-03-09Remove support for SSL compressionMichael Paquier
2021-03-04Avoid extra newline in errors received in FE protocol version 2.Heikki Linnakangas
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-03-03Extend the abilities of libpq's target_session_attrs parameter.Tom Lane
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-10Simplify code related to compilation of SSL and OpenSSLMichael Paquier
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-22Move SSL information callback earlier to capture more informationMichael Paquier
2021-01-21Improve new wording of libpq's connection failure messages.Tom Lane
2021-01-11Try next host after a "cannot connect now" failure.Tom Lane
2021-01-11Uniformly identify the target host in libpq connection failure reports.Tom Lane
2021-01-11In libpq, always append new error messages to conn->errorMessage.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Fix bugs in libpq's GSSAPI encryption support.Tom Lane
2020-12-28Expose the default for channel_binding in PQconndefaults().Tom Lane
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-10-18Update the Winsock API version requested by libpq.Tom Lane
2020-10-17In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane
2020-10-15Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encryptionMichael Paquier
2020-10-10Recognize network-failure errnos as indicating hard connection loss.Tom Lane
2020-09-22Remove arbitrary line length limit for libpq service files.Tom Lane
2020-09-10Add libpq's openssl dependencies to pkg-config filePeter Eisentraut
2020-09-01Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane
2020-07-13Fix bugs in libpq's management of GSS encryption state.Tom Lane
2020-06-29Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane
2020-06-27Fix list of SSL error codes for older OpenSSL versions.Tom Lane
2020-06-27Add hints about protocol-version-related SSL connection failures.Tom Lane
2020-06-27Change libpq's default ssl_min_protocol_version to TLSv1.2.Tom Lane
2020-06-15Error message refactoringPeter Eisentraut
2020-06-07Try to read data from the socket in pqSendSome's write_failed paths.Tom Lane
2020-05-26Message wording tweaksPeter Eisentraut
2020-05-21Clear some style deviations.Noah Misch