summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
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
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-08-07Translation updatesPeter Eisentraut
2023-07-17Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably.Tom Lane
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2023-07-09Rename port/thread.c to port/user.c.Thomas Munro
2023-07-09Remove obsolete comment and code from fe-auth.c.Thomas Munro
2023-07-04libpq: Add support for Close on portals and statementsMichael Paquier
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-06-26Translation updatesPeter Eisentraut
2023-06-16libpq: Add missing gettext triggerPeter Eisentraut
2023-06-15libpq: Fix up some error message codingPeter Eisentraut
2023-05-22Spell the values of libpq's gssdelegation parameter as "0" and "1".Tom Lane
2023-05-22Translation updatesPeter Eisentraut
2023-05-21Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Message style improvementsPeter Eisentraut
2023-05-16libpq: Error message improvementAlvaro Herrera
2023-05-16libpq: Error message improvementPeter Eisentraut
2023-05-02Fix typos in commentsMichael Paquier
2023-04-21Reorder connection markers in loadbalance testsDaniel Gustafsson
2023-04-21Make libpq error messages consistent for translationDaniel Gustafsson
2023-04-19Fix errormessage for missing system CA in OpenSSL 3.1Daniel Gustafsson
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost