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
Commit message (
Expand
)
Author
Age
*
libpq: Use strerror_r instead of strerror
Peter Eisentraut
2024-07-28
*
Fix fallback behavior when server sends an ERROR early at startup
Heikki Linnakangas
2024-07-26
*
Fix outdated comment after removal of direct SSL fallback
Heikki Linnakangas
2024-07-08
*
Fix copy/paste mistake in comment
Alvaro Herrera
2024-07-04
*
Fix copy-paste mistake in PQcancelCreate
Alvaro Herrera
2024-07-01
*
Use PqMsg_* macros in fe-auth.c.
Nathan Bossart
2024-06-26
*
Translation updates
Peter Eisentraut
2024-06-24
*
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
*
libpq: Remove a gettext marker
Peter Eisentraut
2024-06-12
*
Fix typo in error message
Peter Eisentraut
2024-06-12
*
Fix check for memory allocation
Daniel Gustafsson
2024-05-27
*
Translation updates
Peter Eisentraut
2024-05-20
*
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
*
Pre-beta mechanical code beautification.
Tom Lane
2024-05-14
*
Translation updates
Peter Eisentraut
2024-05-06
*
Fix comment regarding LibreSSL availability
Daniel Gustafsson
2024-05-05
*
Fix an assortment of typos
David Rowley
2024-05-04
*
Rename libpq trace internal functions
Peter Eisentraut
2024-05-02
*
Fix compilation on OpenSSL 1.0.2 and LibreSSL
Heikki Linnakangas
2024-04-30
*
Reject SSL connection if ALPN is used but there's no common protocol
Heikki Linnakangas
2024-04-29
*
libpq: Enforce ALPN in direct SSL connections
Heikki Linnakangas
2024-04-29
*
libpq: Fix error messages when server rejects SSL or GSS
Heikki Linnakangas
2024-04-29
*
libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == ""
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
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Add missing source file to libpq/nls.mk
Peter Eisentraut
2024-04-17
*
Put back initialization of 'sslmode', to silence Coverity
Heikki Linnakangas
2024-04-14
*
Document PG_TEST_EXTRA=libpq_encryption and also check 'kerberos'
Heikki Linnakangas
2024-04-12
*
Move libpq encryption negotiation tests
Heikki Linnakangas
2024-04-12
*
Fix compilation with --with-gssapi --without-openssl
Heikki Linnakangas
2024-04-12
*
libpq error message fixes
Heikki Linnakangas
2024-04-09
*
Send ALPN in TLS handshake, require it in direct SSL connections
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-08
*
With gssencmode='require', check credential cache before connecting
Heikki Linnakangas
2024-04-08
*
Support retrieval of results in chunks with libpq.
Tom Lane
2024-04-06
*
Fix old, misleading comment for PGRES_POLLING_ACTIVE.
Robert Haas
2024-04-04
*
Expose PQsocketPoll via libpq
Robert Haas
2024-04-02
*
Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms.
Tom Lane
2024-04-01
*
Fix typo in comment
Daniel Gustafsson
2024-03-25
*
Explicitly require password for SCRAM exchange
Daniel Gustafsson
2024-03-21
*
Refactor SASL exchange to return tri-state status
Daniel Gustafsson
2024-03-21
*
libpq: Add encrypted and non-blocking query cancellation routines
Alvaro Herrera
2024-03-12
*
libpq: Move pg_cancel to fe-cancel.c
Alvaro Herrera
2024-03-12
*
Add missing connection statuses to docs
Alvaro Herrera
2024-03-11
*
Cope with a deficiency in OpenSSL 3.x's error reporting.
Tom Lane
2024-03-07
[next]