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
REL_18_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
/
include
/
libpq
Age
Commit message (
Expand
)
Author
2025-01-15
postgres_fdw: SCRAM authentication pass-through
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-24
Remove pgrminclude annotations
Peter Eisentraut
2024-12-02
Deprecate MD5 passwords.
Nathan Bossart
2024-11-22
Make the memory layout of Port struct independent of USE_OPENSSL
Heikki Linnakangas
2024-11-20
More logically order libpq func. includes, e.g., group GUC vals
Bruce Momjian
2024-10-24
Support configuring TLSv1.3 cipher suites
Daniel Gustafsson
2024-10-23
Make SASL max message length configurable
Daniel Gustafsson
2024-10-11
Avoid mixing custom and OpenSSL BIO functions
Daniel Gustafsson
2024-10-07
Restrict password hash length.
Nathan Bossart
2024-09-09
Add PQfullProtocolVersion() to surface the precise protocol version.
Robert Haas
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-05-11
Change ALPN protocol ID to IANA-approved "postgresql"
Heikki Linnakangas
2024-04-08
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-05
Make libpqsrv_cancel's return const char *, not char *
Alvaro Herrera
2024-03-28
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-22
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-12
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-04
Remove unused 'countincludesself' argument to pq_sendcountedtext()
Heikki Linnakangas
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-01-08
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-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-05
Refactor ListenSocket array.
Heikki Linnakangas
2023-08-23
Introduce macros for protocol characters.
Nathan Bossart
2023-07-20
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-17
Remove db_user_namespace.
Nathan Bossart
2023-07-03
Remove support for OpenSSL 1.0.1
Michael Paquier
2023-06-12
Remove a few unused global variables and declarations.
Heikki Linnakangas
2023-05-21
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Add support for Kerberos credential delegation
Stephen Frost
2023-03-29
Copy and store addrinfo in libpq-owned private memory
Daniel Gustafsson
2023-03-27
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-17
libpq: Remove code for SCM credential authentication
Michael Paquier
2023-03-15
Add a hook for modifying the ldapbind password
Andrew Dunstan
2023-03-14
libpq: Add support for require_auth to control authorized auth methods
Michael Paquier
2023-02-15
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-14
Change argument type of pq_sendbytes from char * to void *
Peter Eisentraut
2023-02-02
Retire PG_SETMASK() macro.
Thomas Munro
[next]