summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-022-2/+2
* Remove duplicate lines of codeDaniel Gustafsson2023-04-241-1/+0
* 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
* ecpg: Fix handling of strings in ORACLE compat code with SQLDAMichael Paquier2023-04-185-127/+310
* 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
* Code review for recent SQL/JSON commitsAlvaro Herrera2023-04-041-2/+2
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-314-53/+129
* 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
* Add missing .gitignore entries.Tom Lane2023-03-291-0/+2
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-299-0/+349
* 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-234-5/+5
* 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-163-3/+3
* 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
* Use ICU by default at initdb time.Jeff Davis2023-03-095-7/+3
* 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
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-041-8/+8
* meson: Fix typo in pkgconfig generationPeter Eisentraut2023-02-011-1/+1
* Update copyright for 2023Bruce Momjian2023-01-0265-65/+65
* Add copyright notices to meson filesAndrew Dunstan2022-12-2020-0/+40
* Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier2022-12-201-26/+39
* Non-decimal integer literalsPeter Eisentraut2022-12-141-44/+62
* Order getopt argumentsPeter Eisentraut2022-12-121-45/+46
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-071-0/+1
* 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