summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
9 daysUse 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
9 daysUse more mundane 'int' type for cancel key lengths in libpqHeikki Linnakangas
13 daysWith GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
13 daysTranslation updatesPeter Eisentraut
2025-05-01oauth: Move the builtin flow into a separate moduleJacob Champion
2025-04-29oauth: Classify oauth_client_secret as a passwordJacob Champion
2025-04-23Allocate JsonLexContexts on the heap to avoid warningsDaniel Gustafsson
2025-04-21Fix a few more duplicate words in commentsDavid Rowley
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-16Fixup various new-to-v18 usages of appendPQExpBufferDavid Rowley
2025-04-13Mark sslkeylogfile as Debug optionDaniel Gustafsson
2025-04-07libpq: Fix some issues in TAP tests for service filesMichael Paquier
2025-04-05Quote filename in error messageDaniel Gustafsson
2025-04-03oauth: Fix build on platforms without epoll/kqueueDaniel Gustafsson
2025-04-03libpq: Add support for dumping SSL key material to fileDaniel Gustafsson
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-04-02libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas
2025-04-02libpq: Handle NegotiateProtocolVersion message differentlyHeikki Linnakangas
2025-03-27libpq: Add TAP tests for service files and namesMichael Paquier
2025-03-26Move GSSAPI includes into its own headerDaniel Gustafsson
2025-03-25libpq: Deprecate pg_int64.Thomas Munro
2025-03-20Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut
2025-03-19Fix compiler warning for commit 434dbf69.Thomas Munro
2025-03-19oauth: Simplify copy of PGoauthBearerRequestThomas Munro
2025-03-19oauth: Fix postcondition for set_timer on macOSThomas Munro
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-01Work around OAuth/EVFILT_TIMER quirk on NetBSD.Thomas Munro
2025-02-24oauth: Rename macro to avoid collisions on WindowsDaniel Gustafsson
2025-02-24oauth: Fix incorrect const markers in structDaniel Gustafsson
2025-02-24libpq: Trace all NegotiateProtocolVersion fieldsRobert Haas
2025-02-24libpq: Add PQfullProtocolVersion to exports.txtRobert Haas
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-02-15Make escaping functions retain trailing bytes of an invalid character.Tom Lane
2025-02-14Fix PQescapeLiteral()/PQescapeIdentifier() length handlingAndres Freund
2025-02-12Remove unnecessary (char *) casts [mem]Peter Eisentraut
2025-02-10Fix handling of invalidly encoded data in escaping functionsAndres Freund
2025-02-06libpq: Handle asynchronous actions during SASLDaniel Gustafsson
2025-02-06Remove support for linking with libeay32 and ssleay32Daniel Gustafsson
2025-02-04meson: Add missing dependencies for libpq testsAndres Freund
2025-01-31require_auth: prepare for multiple SASL mechanismsDaniel Gustafsson
2025-01-16Fix error handling of pg_b64_decode()Peter Eisentraut
2025-01-15IWYU widely useful pragmasPeter Eisentraut
2025-01-15postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut
2025-01-14Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-18libpq: Add service name to PGconn and PQservice()Michael Paquier
2024-11-19libpq: Improve error message when parsing URI parameters and keywordsMichael Paquier
2024-11-11libpq: Bail out during SSL/GSS negotiation errorsMichael Paquier
2024-10-23Fix incorrect struct reference in commentDaniel Gustafsson
2024-10-11Avoid mixing custom and OpenSSL BIO functionsDaniel Gustafsson