Commit Graph

4511 Commits (77dedeb2c45745f592b504e181fa9d391d9afff0)

Author SHA1 Message Date
David Rowley 3f58a4e296 Fix various typos and incorrect/outdated name references 3 years ago
Michael Paquier f180290847 ecpg: Fix handling of strings in ORACLE compat code with SQLDA 3 years ago
David Rowley b4dbf3e924 Fix various typos 3 years ago
Stephen Frost 6633cfb216 De-Revert "Add support for Kerberos credential delegation" 3 years ago
Stephen Frost 3d03b24c35 Revert "Add support for Kerberos credential delegation" 3 years ago
Stephen Frost 3d4fa227bc Add support for Kerberos credential delegation 3 years ago
Daniel Gustafsson 8eda731465 Allow to use system CA pool for certificate verification 3 years ago
Alvaro Herrera 71bfd1543f
Code review for recent SQL/JSON commits 3 years ago
Alvaro Herrera 6ee30209a6
SQL/JSON: support the IS JSON predicate 3 years ago
Daniel Gustafsson 2fe7a6df94 Fix pointer cast for seed calculation on 32-bit systems 3 years ago
Daniel Gustafsson 7f5b19817e Support connection load balancing in libpq 3 years ago
Daniel Gustafsson 44d85ba5a3 Copy and store addrinfo in libpq-owned private memory 3 years ago
Tom Lane 3aa961378b Add missing .gitignore entries. 3 years ago
Alvaro Herrera 7081ac46ac
SQL/JSON: add standard JSON constructor functions 3 years ago
Daniel Gustafsson b577743000 Make SCRAM iteration count configurable 3 years ago
Michael Paquier 36f40ce2dc libpq: Add sslcertmode option to control client certificates 3 years ago
Andres Freund e522049f23 meson: add install-{quiet, world} targets 3 years ago
Michael Paquier bcaa1fafc8 Rewrite error message related to sslmode in libpq 3 years ago
Thomas Munro bfc9497ece libpq: Use modern socket flags, if available. 3 years ago
Michael Paquier 98ae2c84a4 libpq: Remove code for SCM credential authentication 3 years ago
Peter Eisentraut 4ef1be5a0b pkg-config Requires.private entries should be comma-separated 3 years ago
Michael Paquier 3a465cc678 libpq: Add support for require_auth to control authorized auth methods 3 years ago
Michael Paquier e0a09d4e35 Fix inconsistent error handling for GSS encryption in PQconnectPoll() 3 years ago
Peter Eisentraut 6a3002715e meson: Make auto the default of the ssl option 3 years ago
Jeff Davis 27b62377b4 Use ICU by default at initdb time. 3 years ago
Michael Paquier b6dfee28f2 Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.c 3 years ago
Peter Eisentraut 2a71ad64cb Break up long GETTEXT_FILES lists 3 years ago
Heikki Linnakangas 5e044471a1 Check for unbounded authentication exchanges in libpq. 3 years ago
Michael Paquier 9244c11afe Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates 3 years ago
Michael Paquier 71c37797d7 Properly NULL-terminate GSS receive buffer on error packet reception 3 years ago
Dean Rasheed faff8f8e47 Allow underscores in integer and numeric constants. 3 years ago
Peter Eisentraut 253432f426 meson: Fix typo in pkgconfig generation 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Michael Paquier b3bb7d12af Remove hardcoded dependency to cryptohash type in the internals of SCRAM 3 years ago
Peter Eisentraut 6fcda9aba8 Non-decimal integer literals 3 years ago
Peter Eisentraut df8b8968d4 Order getopt arguments 3 years ago
Andres Freund 3f0e786ccb meson: Add 'running' test setup, as a replacement for installcheck 3 years ago
Michael Paquier d74a366aa2 Fix comment in fe-auth-scram.c 3 years ago
Peter Eisentraut bbf9c282ce libpq: Handle NegotiateProtocolVersion message 3 years ago
Peter Eisentraut dce92e59b1 libpq: Correct processing of startup response messages 3 years ago
Peter Eisentraut a9e9a9f32b libpq error message refactoring, part 2 3 years ago
Peter Eisentraut 0873b2d354 libpq error message refactoring 3 years ago
Peter Eisentraut 45d5ecab49 libpq: Add missing newlines to error messages 3 years ago
Peter Eisentraut 062e133f6d libpq: Remove unneeded cast and adjust format placeholder 3 years ago
Alvaro Herrera db1b931a4e
libpq: Reset singlerow flag correctly in pipeline mode 3 years ago
Peter Eisentraut f14aad5169 Remove unnecessary uses of Abs() 3 years ago
Andres Freund e5555657ba meson: Add support for building with precompiled headers 3 years ago
David Rowley cd4e8caaa0 Fix final warnings produced by -Wshadow=compatible-local 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago