index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-connect.c
Commit message (
Expand
)
Author
Age
*
Improve the granularity of PQsocketPoll's timeout parameter.
Tom Lane
2024-06-13
*
libpq: Some message style normalization
Peter Eisentraut
2024-06-13
*
libpq: Add missing gettext markers
Peter Eisentraut
2024-06-12
*
Fix typo in error message
Peter Eisentraut
2024-06-12
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Remove option to fall back from direct to postgres SSL negotiation
Heikki Linnakangas
2024-05-16
*
libpq: Fix error messages when server rejects SSL or GSS
Heikki Linnakangas
2024-04-29
*
Fix documentation and comments on what happens after GSS rejection
Heikki Linnakangas
2024-04-28
*
Fix incorrect parameter name in prototype
Daniel Gustafsson
2024-04-19
*
Put back initialization of 'sslmode', to silence Coverity
Heikki Linnakangas
2024-04-14
*
Fix compilation with --with-gssapi --without-openssl
Heikki Linnakangas
2024-04-12
*
libpq error message fixes
Heikki Linnakangas
2024-04-09
*
Support TLS handshake directly without SSLRequest negotiation
Heikki Linnakangas
2024-04-08
*
Refactor libpq state machine for negotiating encryption
Heikki Linnakangas
2024-04-08
*
With gssencmode='require', check credential cache before connecting
Heikki Linnakangas
2024-04-08
*
libpq: Add encrypted and non-blocking query cancellation routines
Alvaro Herrera
2024-03-12
*
Clean up Windows-specific mutex code in libpq and ecpglib.
Tom Lane
2024-02-09
*
libpq: Change some static functions to extern
Alvaro Herrera
2024-02-04
*
libpq: Add pqReleaseConnHosts function
Alvaro Herrera
2024-02-04
*
libpq: Move cancellation related functions to fe-cancel.c
Alvaro Herrera
2024-01-29
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
*
Remove --disable-thread-safety and related code.
Thomas Munro
2023-07-12
*
Spell the values of libpq's gssdelegation parameter as "0" and "1".
Tom Lane
2023-05-22
*
Expand some more uses of "deleg" to "delegation" or "delegated".
Tom Lane
2023-05-21
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Message style improvements
Peter Eisentraut
2023-05-19
*
libpq: Error message improvement
Alvaro Herrera
2023-05-16
*
Make libpq error messages consistent for translation
Daniel Gustafsson
2023-04-21
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
*
Allow to use system CA pool for certificate verification
Daniel Gustafsson
2023-04-05
*
Fix pointer cast for seed calculation on 32-bit systems
Daniel Gustafsson
2023-03-30
*
Support connection load balancing in libpq
Daniel Gustafsson
2023-03-29
*
Copy and store addrinfo in libpq-owned private memory
Daniel Gustafsson
2023-03-29
*
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-27
*
libpq: Add sslcertmode option to control client certificates
Michael Paquier
2023-03-24
*
Rewrite error message related to sslmode in libpq
Michael Paquier
2023-03-24
*
libpq: Use modern socket flags, if available.
Thomas Munro
2023-03-17
*
libpq: Remove code for SCM credential authentication
Michael Paquier
2023-03-17
*
libpq: Add support for require_auth to control authorized auth methods
Michael Paquier
2023-03-14
*
Fix inconsistent error handling for GSS encryption in PQconnectPoll()
Michael Paquier
2023-03-13
*
Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.c
Michael Paquier
2023-03-09
*
Check for unbounded authentication exchanges in libpq.
Heikki Linnakangas
2023-02-22
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
libpq: Handle NegotiateProtocolVersion message
Peter Eisentraut
2022-11-17
*
libpq: Correct processing of startup response messages
Peter Eisentraut
2022-11-17
*
libpq error message refactoring, part 2
Peter Eisentraut
2022-11-15
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
[next]