summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2024-09-09Add PQfullProtocolVersion() to surface the precise protocol version.Robert Haas
2024-09-08Avoid core dump after getpwuid_r failure.Tom Lane
2024-09-05Check availability of module injection_points in TAP testsMichael Paquier
2024-09-03Fix typos in code comments and test dataDaniel Gustafsson
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-09-02More use of getpwuid_r() directlyPeter Eisentraut
2024-08-23Provide feature-test macros for libpq features added in v17.Tom Lane
2024-08-23thread-safety: gmtime_r(), localtime_r()Peter Eisentraut
2024-08-16libpq: Trace all messages received from the serverAlvaro Herrera
2024-08-16libpq: Fix minor TOCTOU violationPeter Eisentraut
2024-08-14libpq: Trace responses to SSLRequest and GSSENCRequestAlvaro Herrera
2024-08-12libpq: Trace frontend authentication challengesAlvaro Herrera
2024-08-09libpq: Trace StartupMessage/SSLRequest/GSSENCRequest correctlyAlvaro Herrera
2024-08-09libpq: Add suppress argument to pqTraceOutputNcharAlvaro Herrera
2024-08-01Convert some extern variables to static, Windows codePeter Eisentraut
2024-07-28libpq: Use strerror_r instead of strerrorPeter Eisentraut
2024-07-26Add tests for errors during SSL or GSSAPI handshakeHeikki Linnakangas
2024-07-26Add test for early backend startup errorsHeikki Linnakangas
2024-07-26Fix fallback behavior when server sends an ERROR early at startupHeikki Linnakangas
2024-07-08Fix outdated comment after removal of direct SSL fallbackHeikki Linnakangas
2024-07-04Fix copy/paste mistake in commentAlvaro Herrera
2024-07-03Clean up more unused variables in perl codeMichael Paquier
2024-07-01Fix copy-paste mistake in PQcancelCreateAlvaro Herrera
2024-06-26Use PqMsg_* macros in fe-auth.c.Nathan Bossart
2024-06-24Translation updatesPeter Eisentraut
2024-06-13Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane
2024-06-13libpq: Some message style normalizationPeter Eisentraut
2024-06-12libpq: Add missing gettext markersPeter Eisentraut
2024-06-12libpq: Remove a gettext markerPeter Eisentraut
2024-06-12Fix typo in error messagePeter Eisentraut
2024-05-27Fix check for memory allocationDaniel Gustafsson
2024-05-20Translation updatesPeter Eisentraut
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-16Remove option to fall back from direct to postgres SSL negotiationHeikki Linnakangas
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-06Translation updatesPeter Eisentraut
2024-05-05Fix comment regarding LibreSSL availabilityDaniel Gustafsson
2024-05-03Fix an assortment of typosDavid Rowley
2024-05-02Rename libpq trace internal functionsPeter Eisentraut
2024-04-30Fix compilation on OpenSSL 1.0.2 and LibreSSLHeikki Linnakangas
2024-04-29Reject SSL connection if ALPN is used but there's no common protocolHeikki Linnakangas
2024-04-29libpq: Enforce ALPN in direct SSL connectionsHeikki Linnakangas
2024-04-29libpq: Fix error messages when server rejects SSL or GSSHeikki Linnakangas
2024-04-29libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == ""Heikki Linnakangas
2024-04-28Fix documentation and comments on what happens after GSS rejectionHeikki Linnakangas
2024-04-19Fix incorrect parameter name in prototypeDaniel Gustafsson
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-17Add missing source file to libpq/nls.mkPeter Eisentraut
2024-04-14Put back initialization of 'sslmode', to silence CoverityHeikki Linnakangas