Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-connect.c
Age
Commit message (
Expand
)
Author
2025-05-23
Fix assorted new memory leaks in libpq.
Tom Lane
2025-04-29
oauth: Classify oauth_client_secret as a password
Jacob Champion
2025-04-21
Fix a few more duplicate words in comments
David Rowley
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-13
Mark sslkeylogfile as Debug option
Daniel Gustafsson
2025-04-03
libpq: Add support for dumping SSL key material to file
Daniel Gustafsson
2025-04-02
Make cancel request keys longer
Heikki Linnakangas
2025-04-02
libpq: Add min/max_protocol_version connection options
Heikki Linnakangas
2025-04-02
libpq: Handle NegotiateProtocolVersion message differently
Heikki Linnakangas
2025-02-20
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-02-06
libpq: Handle asynchronous actions during SASL
Daniel Gustafsson
2025-01-31
require_auth: prepare for multiple SASL mechanisms
Daniel Gustafsson
2025-01-16
Fix error handling of pg_b64_decode()
Peter Eisentraut
2025-01-15
postgres_fdw: SCRAM authentication pass-through
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-18
libpq: Add service name to PGconn and PQservice()
Michael Paquier
2024-11-19
libpq: Improve error message when parsing URI parameters and keywords
Michael Paquier
2024-11-11
libpq: Bail out during SSL/GSS negotiation errors
Michael Paquier
2024-10-06
libpq: Discard leading and trailing spaces for parameters and values in URIs
Michael Paquier
2024-10-02
Parse libpq's "keepalives" option more like other integer options.
Tom Lane
2024-09-29
In passwordFromFile, don't leak the open file after stat failures.
Tom Lane
2024-09-09
Add PQfullProtocolVersion() to surface the precise protocol version.
Robert Haas
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-02
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-09-02
More use of getpwuid_r() directly
Peter Eisentraut
2024-08-16
libpq: Trace all messages received from the server
Alvaro Herrera
2024-08-16
libpq: Fix minor TOCTOU violation
Peter Eisentraut
2024-08-14
libpq: Trace responses to SSLRequest and GSSENCRequest
Alvaro Herrera
2024-07-26
Fix fallback behavior when server sends an ERROR early at startup
Heikki Linnakangas
2024-07-08
Fix outdated comment after removal of direct SSL fallback
Heikki Linnakangas
2024-06-13
Improve the granularity of PQsocketPoll's timeout parameter.
Tom Lane
2024-06-13
libpq: Some message style normalization
Peter Eisentraut
2024-06-12
libpq: Add missing gettext markers
Peter Eisentraut
2024-06-12
Fix typo in error message
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-16
Remove option to fall back from direct to postgres SSL negotiation
Heikki Linnakangas
2024-04-29
libpq: Fix error messages when server rejects SSL or GSS
Heikki Linnakangas
2024-04-28
Fix documentation and comments on what happens after GSS rejection
Heikki Linnakangas
2024-04-19
Fix incorrect parameter name in prototype
Daniel Gustafsson
2024-04-14
Put back initialization of 'sslmode', to silence Coverity
Heikki Linnakangas
2024-04-12
Fix compilation with --with-gssapi --without-openssl
Heikki Linnakangas
2024-04-09
libpq error message fixes
Heikki Linnakangas
2024-04-08
Support TLS handshake directly without SSLRequest negotiation
Heikki Linnakangas
2024-04-08
Refactor libpq state machine for negotiating encryption
Heikki Linnakangas
2024-04-07
With gssencmode='require', check credential cache before connecting
Heikki Linnakangas
2024-03-12
libpq: Add encrypted and non-blocking query cancellation routines
Alvaro Herrera
2024-02-09
Clean up Windows-specific mutex code in libpq and ecpglib.
Tom Lane
2024-02-04
libpq: Change some static functions to extern
Alvaro Herrera
2024-02-04
libpq: Add pqReleaseConnHosts function
Alvaro Herrera
2024-01-29
libpq: Move cancellation related functions to fe-cancel.c
Alvaro Herrera
[next]