summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2024-05-17A few follow-up fixes for GUC name quotingPeter Eisentraut
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-14Fix memory leaks in error reporting with LOG levelDaniel Gustafsson
2024-04-29Reject SSL connection if ALPN is used but there's no common protocolHeikki Linnakangas
2024-04-25Remove unnecessary code from be_lo_put()Peter Eisentraut
2024-04-24Support SSL_R_VERSION_TOO_LOW when using LibreSSLDaniel Gustafsson
2024-04-24Support disallowing SSL renegotiation when using LibreSSLDaniel Gustafsson
2024-04-08Fix check for 'outlen' return from SSL_select_next_proto()Heikki Linnakangas
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-04-07Avoid needless large memcpys in libpq socket writingDavid Rowley
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-12Fix copying SockAddr structHeikki Linnakangas
2024-03-12Move initialization of the Port struct to the child processHeikki Linnakangas
2024-03-12Set socket options in child process after forkingHeikki Linnakangas
2024-03-12Disconnect if socket cannot be put into non-blocking modeHeikki Linnakangas
2024-03-08Cope with a deficiency in OpenSSL 3.x's error reporting.Tom Lane
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Remove unused 'countincludesself' argument to pq_sendcountedtext()Heikki Linnakangas
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03Avoid masking EOF (no-password-supplied) conditions in auth.c.Tom Lane
2023-12-15Fix bugs in manipulation of large objects.Tom Lane
2023-12-11Be more wary about OpenSSL not setting errno on error.Tom Lane
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-23Fix timing-dependent failure in GSSAPI data transmission.Tom Lane
2023-11-23Use ResourceOwner to track WaitEventSets.Heikki Linnakangas
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-05Refactor ListenSocket array.Heikki Linnakangas
2023-09-22Avoid potential pfree on NULL on OpenSSL errorsDaniel Gustafsson
2023-09-06Use more consistent names for wait event objects and typesMichael Paquier
2023-08-26Generate new LOG for "trust" connections under log_connectionsMichael Paquier
2023-08-24Use FD_CLOEXEC on ListenSocketsHeikki Linnakangas
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-08-09struct PQcommMethods: use C99 designated initializersAlvaro Herrera
2023-07-27Eliminate fixed token-length limit in hba.c.Tom Lane
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-17Remove db_user_namespace.Nathan Bossart
2023-07-10Message wording improvementsPeter Eisentraut
2023-07-09Remove unnecessary unbind in LDAP search+bind modePeter Eisentraut
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Remove stray mid-sentence tabs in commentsPeter Eisentraut
2023-04-14NULL is not an ideal way to spell bool "false".Tom Lane
2023-04-13Remove code in charge of freeing regexps generation by Lab.cMichael Paquier