aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
Commit message (Expand)AuthorAge
* Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane2024-06-13
* libpq: Some message style normalizationPeter Eisentraut2024-06-13
* libpq: Add missing gettext markersPeter Eisentraut2024-06-12
* Fix typo in error messagePeter Eisentraut2024-06-12
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Remove option to fall back from direct to postgres SSL negotiationHeikki Linnakangas2024-05-16
* libpq: Fix error messages when server rejects SSL or GSSHeikki Linnakangas2024-04-29
* Fix documentation and comments on what happens after GSS rejectionHeikki Linnakangas2024-04-28
* Fix incorrect parameter name in prototypeDaniel Gustafsson2024-04-19
* Put back initialization of 'sslmode', to silence CoverityHeikki Linnakangas2024-04-14
* Fix compilation with --with-gssapi --without-opensslHeikki Linnakangas2024-04-12
* libpq error message fixesHeikki Linnakangas2024-04-09
* Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas2024-04-08
* Refactor libpq state machine for negotiating encryptionHeikki Linnakangas2024-04-08
* With gssencmode='require', check credential cache before connectingHeikki Linnakangas2024-04-08
* libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera2024-03-12
* Clean up Windows-specific mutex code in libpq and ecpglib.Tom Lane2024-02-09
* libpq: Change some static functions to externAlvaro Herrera2024-02-04
* libpq: Add pqReleaseConnHosts functionAlvaro Herrera2024-02-04
* libpq: Move cancellation related functions to fe-cancel.cAlvaro Herrera2024-01-29
* Update copyright for 2024Bruce Momjian2024-01-03
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* Remove --disable-thread-safety and related code.Thomas Munro2023-07-12
* Spell the values of libpq's gssdelegation parameter as "0" and "1".Tom Lane2023-05-22
* Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane2023-05-21
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Message style improvementsPeter Eisentraut2023-05-19
* libpq: Error message improvementAlvaro Herrera2023-05-16
* Make libpq error messages consistent for translationDaniel Gustafsson2023-04-21
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Allow to use system CA pool for certificate verificationDaniel Gustafsson2023-04-05
* Fix pointer cast for seed calculation on 32-bit systemsDaniel Gustafsson2023-03-30
* Support connection load balancing in libpqDaniel Gustafsson2023-03-29
* Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson2023-03-29
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-27
* libpq: Add sslcertmode option to control client certificatesMichael Paquier2023-03-24
* Rewrite error message related to sslmode in libpqMichael Paquier2023-03-24
* libpq: Use modern socket flags, if available.Thomas Munro2023-03-17
* libpq: Remove code for SCM credential authenticationMichael Paquier2023-03-17
* libpq: Add support for require_auth to control authorized auth methodsMichael Paquier2023-03-14
* Fix inconsistent error handling for GSS encryption in PQconnectPoll()Michael Paquier2023-03-13
* Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.cMichael Paquier2023-03-09
* Check for unbounded authentication exchanges in libpq.Heikki Linnakangas2023-02-22
* Update copyright for 2023Bruce Momjian2023-01-02
* libpq: Handle NegotiateProtocolVersion messagePeter Eisentraut2022-11-17
* libpq: Correct processing of startup response messagesPeter Eisentraut2022-11-17
* libpq error message refactoring, part 2Peter Eisentraut2022-11-15
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20