Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 daysAllow larger packets during GSSAPI authentication exchange.Tom Lane
14 daysoauth: Correct missing comma in Requires.privateJacob Champion
14 daysoauth: Limit JSON parsing depth in the clientJacob Champion
2025-05-23Fix assorted new memory leaks in libpq.Tom Lane
2025-05-22Replace deprecated log_connections values in docs and testsMelanie Plageman
2025-05-19ecpg: Add missing newline in meson.buildMichael Paquier
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-05-08Use more mundane 'int' type for cancel key lengths in libpqHeikki Linnakangas
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-05-05Translation updatesPeter Eisentraut
2025-05-02oauth: Correct SSL dependency for libpq-oauth.aJacob Champion
2025-05-01oauth: Fix Autoconf build on macOSJacob Champion
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-25Fix terminology in comment and messagePeter Eisentraut
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-28Revert "Tidy up locale thread safety in ECPG library."Peter Eisentraut
2025-03-28Tidy up locale thread safety in ECPG library.Peter Eisentraut
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-23Fix "make clean" for new TAP suite.Noah Misch
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-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-11Update nls.mk for newly added filePeter Eisentraut
2025-03-05ecpg: Fix compiler warning in ecpg build with Meson.Fujii Masao
2025-03-04Add .gitignore entry for ecpg test detritus.Tom Lane
2025-03-04ecpg: Add TAP test for the ecpg command.Fujii Masao
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-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson