Commit Graph

1884 Commits (bc3c8db8ae2f899cfd65edce99fe9cf65caf1ed7)

Author SHA1 Message Date
Tom Lane d053a879bb Fix timing-dependent failure in GSSAPI data transmission. 2 years ago
Alvaro Herrera 1a5594b957
Call pqPipelineFlush from PQsendFlushRequest 2 years ago
Peter Eisentraut 721856ff24 Remove distprep 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Peter Eisentraut 64b787656d Add some const qualifiers 2 years ago
Michael Paquier 8bf7db0285 Fix comment of PQputCopyEnd() 2 years ago
Nathan Bossart f4b54e1ed9 Introduce macros for protocol characters. 2 years ago
Peter Eisentraut 2bdd7b262f Translation updates 2 years ago
Tom Lane 8fab4b3480 Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably. 2 years ago
Thomas Munro 68a4b58eca Remove --disable-thread-safety and related code. 2 years ago
Thomas Munro 89333db963 Rename port/thread.c to port/user.c. 3 years ago
Thomas Munro 1aadc504bf Remove obsolete comment and code from fe-auth.c. 3 years ago
Michael Paquier 28b5726561 libpq: Add support for Close on portals and statements 3 years ago
Michael Paquier 8e278b6576 Remove support for OpenSSL 1.0.1 3 years ago
Peter Eisentraut 3f0199da5a Translation updates 3 years ago
Peter Eisentraut c0d951262c libpq: Add missing gettext trigger 3 years ago
Peter Eisentraut d6326ba8fe libpq: Fix up some error message coding 3 years ago
Tom Lane 1f9f6aa491 Spell the values of libpq's gssdelegation parameter as "0" and "1". 3 years ago
Peter Eisentraut 473e02f6f9 Translation updates 3 years ago
Tom Lane a2eb99a01e Expand some more uses of "deleg" to "delegation" or "delegated". 3 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Peter Eisentraut 8e7912e73d Message style improvements 3 years ago
Alvaro Herrera 27debd05dc
libpq: Error message improvement 3 years ago
Peter Eisentraut c91f356083 libpq: Error message improvement 3 years ago
Michael Paquier 8961cb9a03 Fix typos in comments 3 years ago
Daniel Gustafsson a23ab2eebf Reorder connection markers in loadbalance tests 3 years ago
Daniel Gustafsson 60ce452729 Make libpq error messages consistent for translation 3 years ago
Daniel Gustafsson 0b5d1fb36a Fix errormessage for missing system CA in OpenSSL 3.1 3 years ago
David Rowley 3f58a4e296 Fix various typos and incorrect/outdated name references 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
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
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
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