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
/
libpq-int.h
Commit message (
Expand
)
Author
Age
*
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
10 days
*
Use more mundane 'int' type for cancel key lengths in libpq
Heikki Linnakangas
10 days
*
libpq: Add support for dumping SSL key material to file
Daniel Gustafsson
2025-04-03
*
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-04-02
*
Move GSSAPI includes into its own header
Daniel Gustafsson
2025-03-26
*
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-02-20
*
libpq: Handle asynchronous actions during SASL
Daniel Gustafsson
2025-02-06
*
require_auth: prepare for multiple SASL mechanisms
Daniel Gustafsson
2025-01-31
*
IWYU widely useful pragmas
Peter Eisentraut
2025-01-15
*
postgres_fdw: SCRAM authentication pass-through
Peter Eisentraut
2025-01-15
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
libpq: Add service name to PGconn and PQservice()
Michael Paquier
2024-12-18
*
Avoid mixing custom and OpenSSL BIO functions
Daniel Gustafsson
2024-10-11
*
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-09-02
*
libpq: Trace all messages received from the server
Alvaro Herrera
2024-08-16
*
libpq: Trace responses to SSLRequest and GSSENCRequest
Alvaro Herrera
2024-08-14
*
libpq: Trace frontend authentication challenges
Alvaro Herrera
2024-08-12
*
Improve the granularity of PQsocketPoll's timeout parameter.
Tom Lane
2024-06-13
*
Remove option to fall back from direct to postgres SSL negotiation
Heikki Linnakangas
2024-05-16
*
Support TLS handshake directly without SSLRequest negotiation
Heikki Linnakangas
2024-04-08
*
Refactor libpq state machine for negotiating encryption
Heikki Linnakangas
2024-04-08
*
Support retrieval of results in chunks with libpq.
Tom Lane
2024-04-06
*
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
*
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
*
Fix handling of errors in libpq pipelines
Alvaro Herrera
2023-12-05
*
Fix timing-dependent failure in GSSAPI data transmission.
Tom Lane
2023-11-23
*
Remove --disable-thread-safety and related code.
Thomas Munro
2023-07-12
*
libpq: Add support for Close on portals and statements
Michael Paquier
2023-07-04
*
Remove support for OpenSSL 1.0.1
Michael Paquier
2023-07-03
*
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
*
Fix typos in comments
Michael Paquier
2023-05-02
*
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
*
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
*
libpq: Add support for require_auth to control authorized auth methods
Michael Paquier
2023-03-14
*
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-15
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
libpq: Handle NegotiateProtocolVersion message
Peter Eisentraut
2022-11-17
[next]