summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAgeFilesLines
* libpq: Error message improvementAlvaro Herrera2023-05-161-2/+2
* libpq: Error message improvementPeter Eisentraut2023-05-161-1/+1
* Fix typos in commentsMichael Paquier2023-05-022-2/+2
* Reorder connection markers in loadbalance testsDaniel Gustafsson2023-04-212-12/+12
* Make libpq error messages consistent for translationDaniel Gustafsson2023-04-211-2/+2
* Fix errormessage for missing system CA in OpenSSL 3.1Daniel Gustafsson2023-04-191-3/+21
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-191-1/+1
* Fix various typosDavid Rowley2023-04-182-5/+5
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-136-5/+54
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-086-54/+5
* Add support for Kerberos credential delegationStephen Frost2023-04-076-5/+54
* Allow to use system CA pool for certificate verificationDaniel Gustafsson2023-04-053-6/+119
* Fix pointer cast for seed calculation on 32-bit systemsDaniel Gustafsson2023-03-301-1/+1
* Support connection load balancing in libpqDaniel Gustafsson2023-03-295-1/+326
* Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson2023-03-292-34/+85
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-276-3/+13
* libpq: Add sslcertmode option to control client certificatesMichael Paquier2023-03-244-1/+114
* meson: add install-{quiet, world} targetsAndres Freund2023-03-232-3/+3
* Rewrite error message related to sslmode in libpqMichael Paquier2023-03-241-2/+2
* libpq: Use modern socket flags, if available.Thomas Munro2023-03-171-1/+25
* libpq: Remove code for SCM credential authenticationMichael Paquier2023-03-172-74/+0
* pkg-config Requires.private entries should be comma-separatedPeter Eisentraut2023-03-161-1/+1
* libpq: Add support for require_auth to control authorized auth methodsMichael Paquier2023-03-144-0/+319
* Fix inconsistent error handling for GSS encryption in PQconnectPoll()Michael Paquier2023-03-131-9/+14
* meson: Make auto the default of the ssl optionPeter Eisentraut2023-03-131-1/+1
* Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.cMichael Paquier2023-03-093-60/+60
* Break up long GETTEXT_FILES listsPeter Eisentraut2023-03-081-1/+14
* Check for unbounded authentication exchanges in libpq.Heikki Linnakangas2023-02-221-12/+39
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-152-3/+8
* Properly NULL-terminate GSS receive buffer on error packet receptionMichael Paquier2023-02-061-0/+2
* Update copyright for 2023Bruce Momjian2023-01-0235-35/+35
* Add copyright notices to meson filesAndrew Dunstan2022-12-203-0/+6
* Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier2022-12-201-26/+39
* Fix comment in fe-auth-scram.cMichael Paquier2022-11-301-1/+2
* libpq: Handle NegotiateProtocolVersion messagePeter Eisentraut2022-11-173-5/+73
* libpq: Correct processing of startup response messagesPeter Eisentraut2022-11-171-2/+1
* libpq error message refactoring, part 2Peter Eisentraut2022-11-1512-774/+463
* libpq error message refactoringPeter Eisentraut2022-11-155-5/+79
* libpq: Add missing newlines to error messagesPeter Eisentraut2022-11-131-5/+5
* libpq: Remove unneeded cast and adjust format placeholderPeter Eisentraut2022-11-131-2/+2
* libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera2022-10-141-6/+6
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+2
* Fix final warnings produced by -Wshadow=compatible-localDavid Rowley2022-10-071-6/+6
* meson: Add windows resource filesAndres Freund2022-10-052-3/+28
* meson: libpq: Revise static / shared library setupAndres Freund2022-10-051-10/+18
* Adjust PQsslAttributeNames() to match PQsslAttribute().Tom Lane2022-09-301-2/+13
* Fix bogus behavior of PQsslAttribute(conn, "library").Tom Lane2022-09-291-3/+10
* Remove PQsendQuery support in pipeline modeAlvaro Herrera2022-09-232-111/+24
* meson: Add initial version of meson based build systemAndres Freund2022-09-213-0/+124
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-205-18/+18