index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
libpq
Commit message (
Expand
)
Author
Age
*
Deprecate MD5 passwords.
Nathan Bossart
2024-12-02
*
Make the memory layout of Port struct independent of USE_OPENSSL
Heikki Linnakangas
2024-11-22
*
More logically order libpq func. includes, e.g., group GUC vals
Bruce Momjian
2024-11-20
*
Support configuring TLSv1.3 cipher suites
Daniel Gustafsson
2024-10-24
*
Make SASL max message length configurable
Daniel Gustafsson
2024-10-23
*
Avoid mixing custom and OpenSSL BIO functions
Daniel Gustafsson
2024-10-11
*
Restrict password hash length.
Nathan Bossart
2024-10-07
*
Add PQfullProtocolVersion() to surface the precise protocol version.
Robert Haas
2024-09-09
*
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-04
*
Use PqMsg_* macros in more places.
Nathan Bossart
2024-07-17
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
Change ALPN protocol ID to IANA-approved "postgresql"
Heikki Linnakangas
2024-05-11
*
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
*
Make libpqsrv_cancel's return const char *, not char *
Alvaro Herrera
2024-04-05
*
Remove translation markers from libpq-be-fe-helpers.h
Alvaro Herrera
2024-03-28
*
libpq-be-fe-helpers.h: wrap new cancel APIs
Alvaro Herrera
2024-03-28
*
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2024-03-22
*
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2024-03-22
*
Move initialization of the Port struct to the child process
Heikki Linnakangas
2024-03-12
*
Pass CAC as an argument to the backend process
Heikki Linnakangas
2024-03-12
*
Remove unused 'countincludesself' argument to pq_sendcountedtext()
Heikki Linnakangas
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2024-01-08
*
Remove excess #include "utils/wait_event.h".
Noah Misch
2024-01-08
*
Fix missing word in comment.
Noah Misch
2024-01-08
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Refactor ListenSocket array.
Heikki Linnakangas
2023-10-05
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
*
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2023-07-20
*
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2023-07-20
*
Remove db_user_namespace.
Nathan Bossart
2023-07-17
*
Remove support for OpenSSL 1.0.1
Michael Paquier
2023-07-03
*
Remove a few unused global variables and declarations.
Heikki Linnakangas
2023-06-12
*
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-20
*
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
*
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: Remove code for SCM credential authentication
Michael Paquier
2023-03-17
*
Add a hook for modifying the ldapbind password
Andrew Dunstan
2023-03-15
*
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
*
Change argument type of pq_sendbytes from char * to void *
Peter Eisentraut
2023-02-14
*
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-03
*
Add helper library for use of libpq inside the server environment
Andres Freund
2023-01-23
*
Store IdentLine->pg_user as an AuthToken
Michael Paquier
2023-01-16
*
Rename some variables related to ident files in hba.{c,h}
Michael Paquier
2023-01-12
[next]