summaryrefslogtreecommitdiff
path: root/src/include/libpq/libpq-be.h
AgeCommit message (Expand)Author
2025-04-07Add local-address escape "%L" to log_line_prefix.Tom Lane
2025-03-26Move GSSAPI includes into its own headerDaniel Gustafsson
2025-02-09Make TLS write functions' buffer arguments pointers constPeter Eisentraut
2025-01-15postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-22Make the memory layout of Port struct independent of USE_OPENSSLHeikki Linnakangas
2024-10-11Avoid mixing custom and OpenSSL BIO functionsDaniel Gustafsson
2024-04-08Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas
2024-04-08Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas
2024-03-22Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2024-03-22Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2024-03-12Move initialization of the Port struct to the child processHeikki Linnakangas
2024-03-12Pass CAC as an argument to the backend processHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-07-20Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2023-07-20Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-06Remove exclusive backup modeStephen Frost
2022-01-08Update copyright for 2022Bruce Momjian
2021-04-07Add some information about authenticated identity via log_connectionsMichael Paquier
2021-03-29Allow matching the DN of a client certificate for authenticationAndrew Dunstan
2021-03-25Improve connection denied error message during recovery.Fujii Masao
2021-03-09Remove support for SSL compressionMichael Paquier
2021-02-10Simplify code related to compilation of SSL and OpenSSLMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-17Only provide openssl_tls_init_hook if building with opensslAndrew Dunstan
2020-03-25Fix assorted portability issues in commit 896fcdb23.Tom Lane
2020-03-25Provide a TLS init hookAndrew Dunstan
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-05Update hardcoded DH parameters to IANA standardsMichael Paquier
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-06Add support TCP user timeout in libpq and the backend serverMichael Paquier
2019-04-04Move the be_gssapi_get_* prototypesStephen Frost
2019-04-03GSSAPI encryption supportStephen Frost
2019-01-31Add more columns to pg_stat_sslPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian