Commit Graph

4770 Commits (bee23ea4ddc46198c95a4e73a83f453c09e04bf8)

Author SHA1 Message Date
Peter Eisentraut 7fb3c38e7d libpq: Message style improvements 6 months ago
Daniel Gustafsson 917c00d761 Fix allocation check to test the right variable 7 months ago
Peter Eisentraut f24fdf9855 libpq-oauth: Add exports.list to .gitignore 7 months ago
Tom Lane 137935bd11 Don't reduce output request size on non-Unix-socket connections. 7 months ago
Tom Lane d98cefe114 Allow larger packets during GSSAPI authentication exchange. 7 months ago
Jacob Champion a8f093234d oauth: Correct missing comma in Requires.private 8 months ago
Jacob Champion cbc8fd0c9a oauth: Limit JSON parsing depth in the client 8 months ago
Tom Lane b7ab88ddb1 Fix assorted new memory leaks in libpq. 8 months ago
Melanie Plageman cb1456423d Replace deprecated log_connections values in docs and tests 8 months ago
Michael Paquier 11b2dc3709 ecpg: Add missing newline in meson.build 8 months ago
Heikki Linnakangas b28c59a6cd Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 8 months ago
Heikki Linnakangas 965213d9c5 Use more mundane 'int' type for cancel key lengths in libpq 8 months ago
Noah Misch 627acc3caa With GB18030, prevent SIGSEGV from reading past end of allocation. 8 months ago
Peter Eisentraut 18c4fff640 Translation updates 8 months ago
Jacob Champion 3db68212a3 oauth: Correct SSL dependency for libpq-oauth.a 8 months ago
Jacob Champion 4ea1254f35 oauth: Fix Autoconf build on macOS 8 months ago
Jacob Champion b0635bfda0 oauth: Move the builtin flow into a separate module 8 months ago
Jacob Champion e974f1c216 oauth: Classify oauth_client_secret as a password 8 months ago
Peter Eisentraut 385959bdea Fix terminology in comment and message 9 months ago
Daniel Gustafsson 994a100b37 Allocate JsonLexContexts on the heap to avoid warnings 9 months ago
David Rowley 78eda9e264 Fix a few more duplicate words in comments 9 months ago
Michael Paquier 88e947136b Fix typos and grammar in the code 9 months ago
David Rowley 3fae25cbb3 Fixup various new-to-v18 usages of appendPQExpBuffer 9 months ago
Daniel Gustafsson 2970c75dd9 Mark sslkeylogfile as Debug option 9 months ago
Michael Paquier 2c7bd2ba50 libpq: Fix some issues in TAP tests for service files 9 months ago
Daniel Gustafsson 683df3f4de Quote filename in error message 9 months ago
Daniel Gustafsson 8ae0a37932 oauth: Fix build on platforms without epoll/kqueue 9 months ago
Daniel Gustafsson 2da74d8d64 libpq: Add support for dumping SSL key material to file 9 months ago
Heikki Linnakangas a460251f0a Make cancel request keys longer 9 months ago
Heikki Linnakangas 285613c60a libpq: Add min/max_protocol_version connection options 9 months ago
Heikki Linnakangas 5070349102 libpq: Handle NegotiateProtocolVersion message differently 9 months ago
Peter Eisentraut 3c8e463b0d Revert "Tidy up locale thread safety in ECPG library." 9 months ago
Peter Eisentraut 8e993bff53 Tidy up locale thread safety in ECPG library. 9 months ago
Michael Paquier 72c2f36d57 libpq: Add TAP tests for service files and names 10 months ago
Daniel Gustafsson e92c0632c1 Move GSSAPI includes into its own header 10 months ago
Thomas Munro 3c86223c99 libpq: Deprecate pg_int64. 10 months ago
Noah Misch f0446384ea Fix "make clean" for new TAP suite. 10 months ago
Peter Eisentraut 618c64ffd3 Revert workarounds for -Wmissing-braces false positives on old GCC 10 months ago
Thomas Munro 0b53c08677 Fix compiler warning for commit 434dbf69. 10 months ago
Thomas Munro 1cf4c56480 oauth: Simplify copy of PGoauthBearerRequest 10 months ago
Thomas Munro 434dbf6907 oauth: Fix postcondition for set_timer on macOS 10 months ago
Michael Paquier 19c6e92b13 Apply more consistent style for command options in TAP tests 10 months ago
Peter Eisentraut 3691edfab9 pg_noreturn to replace pg_attribute_noreturn() 10 months ago
Peter Eisentraut 12c5f797ea Update nls.mk for newly added file 10 months ago
Fujii Masao 9f25b9f739 ecpg: Fix compiler warning in ecpg build with Meson. 10 months ago
Tom Lane 9b4bdf876a Add .gitignore entry for ecpg test detritus. 10 months ago
Fujii Masao 28f04984f0 ecpg: Add TAP test for the ecpg command. 10 months ago
Thomas Munro c301a0a74a Work around OAuth/EVFILT_TIMER quirk on NetBSD. 10 months ago
Daniel Gustafsson d1146dc2a7 oauth: Rename macro to avoid collisions on Windows 11 months ago
Daniel Gustafsson 03366b61df oauth: Fix incorrect const markers in struct 11 months ago