summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2023-05-22Spell the values of libpq's gssdelegation parameter as "0" and "1".Tom Lane
2023-05-22Translation updatesPeter Eisentraut
2023-05-21Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Message style improvementsPeter Eisentraut
2023-05-16libpq: Error message improvementAlvaro Herrera
2023-05-16libpq: Error message improvementPeter Eisentraut
2023-05-02Fix typos in commentsMichael Paquier
2023-04-21Reorder connection markers in loadbalance testsDaniel Gustafsson
2023-04-21Make libpq error messages consistent for translationDaniel Gustafsson
2023-04-19Fix errormessage for missing system CA in OpenSSL 3.1Daniel Gustafsson
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-04-05Allow to use system CA pool for certificate verificationDaniel Gustafsson
2023-03-30Fix pointer cast for seed calculation on 32-bit systemsDaniel Gustafsson
2023-03-29Support connection load balancing in libpqDaniel Gustafsson
2023-03-29Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-24libpq: Add sslcertmode option to control client certificatesMichael Paquier
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-03-24Rewrite error message related to sslmode in libpqMichael Paquier
2023-03-17libpq: Use modern socket flags, if available.Thomas Munro
2023-03-17libpq: Remove code for SCM credential authenticationMichael Paquier
2023-03-16pkg-config Requires.private entries should be comma-separatedPeter Eisentraut
2023-03-14libpq: Add support for require_auth to control authorized auth methodsMichael Paquier
2023-03-13Fix inconsistent error handling for GSS encryption in PQconnectPoll()Michael Paquier
2023-03-13meson: Make auto the default of the ssl optionPeter Eisentraut
2023-03-09Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.cMichael Paquier
2023-03-08Break up long GETTEXT_FILES listsPeter Eisentraut
2023-02-22Check for unbounded authentication exchanges in libpq.Heikki Linnakangas
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-06Properly NULL-terminate GSS receive buffer on error packet receptionMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-19Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier
2022-11-29Fix comment in fe-auth-scram.cMichael Paquier
2022-11-17libpq: Handle NegotiateProtocolVersion messagePeter Eisentraut
2022-11-17libpq: Correct processing of startup response messagesPeter Eisentraut
2022-11-15libpq error message refactoring, part 2Peter Eisentraut
2022-11-15libpq error message refactoringPeter Eisentraut
2022-11-13libpq: Add missing newlines to error messagesPeter Eisentraut
2022-11-13libpq: Remove unneeded cast and adjust format placeholderPeter Eisentraut
2022-10-14libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05meson: libpq: Revise static / shared library setupAndres Freund