summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
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
2024-04-12Document PG_TEST_EXTRA=libpq_encryption and also check 'kerberos'Heikki Linnakangas
2024-04-12Move libpq encryption negotiation testsHeikki Linnakangas
2024-04-12Fix compilation with --with-gssapi --without-opensslHeikki Linnakangas
2024-04-09libpq error message fixesHeikki Linnakangas
2024-04-08Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas
2024-04-08Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas
2024-04-08Refactor libpq state machine for negotiating encryptionHeikki Linnakangas
2024-04-07With gssencmode='require', check credential cache before connectingHeikki Linnakangas
2024-04-07Support retrieval of results in chunks with libpq.Tom Lane
2024-04-04Fix old, misleading comment for PGRES_POLLING_ACTIVE.Robert Haas
2024-04-02Expose PQsocketPoll via libpqRobert Haas
2024-04-01Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms.Tom Lane
2024-03-25Fix typo in commentDaniel Gustafsson
2024-03-21Explicitly require password for SCRAM exchangeDaniel Gustafsson
2024-03-21Refactor SASL exchange to return tri-state statusDaniel Gustafsson
2024-03-12libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera
2024-03-12libpq: Move pg_cancel to fe-cancel.cAlvaro Herrera
2024-03-11Add missing connection statuses to docsAlvaro Herrera
2024-03-08Cope with a deficiency in OpenSSL 3.x's error reporting.Tom Lane
2024-02-28Remove AIX supportHeikki Linnakangas
2024-02-09Avoid concurrent calls to bindtextdomain().Tom Lane
2024-02-09Clean up Windows-specific mutex code in libpq and ecpglib.Tom Lane
2024-02-04libpq: Change some static functions to externAlvaro Herrera
2024-02-04libpq: Add pqReleaseConnHosts functionAlvaro Herrera
2024-01-31Exclude Threadsanitizer instrumentation in exit checkDaniel Gustafsson
2024-01-29libpq: Move cancellation related functions to fe-cancel.cAlvaro Herrera
2024-01-17Remove some comments related to pqPipelineSync() and PQsendPipelineSync()Michael Paquier
2024-01-16Don't test already-referenced pointer for nullnessAlvaro Herrera
2024-01-16libpq: Add PQsendPipelineSync()Michael Paquier
2024-01-16Fix a typo and some doc indentation related to libpq pipeline functionsMichael Paquier
2024-01-09Add new function, PQchangePassword(), to libpqJoe Conway
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02libpq: fix typo "occurences" -> "occurrences" in testsRobert Haas
2023-12-29Follow-up fixes for "Make all Perl warnings fatal"Peter Eisentraut
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-20Remove MSVC scriptsMichael Paquier
2023-12-11Be more wary about OpenSSL not setting errno on error.Tom Lane
2023-12-05Fix handling of errors in libpq pipelinesAlvaro Herrera
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-27Fix race condition with BIO methods initialization in libpq with threadsMichael Paquier
2023-11-23Fix timing-dependent failure in GSSAPI data transmission.Tom Lane
2023-11-08Call pqPipelineFlush from PQsendFlushRequestAlvaro Herrera
2023-11-06Remove distprepPeter Eisentraut
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-26Add some const qualifiersPeter Eisentraut
2023-08-29Fix comment of PQputCopyEnd()Michael Paquier