summaryrefslogtreecommitdiff
path: root/src/include/libpq
AgeCommit message (Expand)Author
2021-04-07Refactor hba_authnameMagnus Hagander
2021-04-07Add some information about authenticated identity via log_connectionsMichael Paquier
2021-04-02Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
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-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-03-01Introduce symbolic names for FeBeWaitSet positions.Thomas Munro
2021-02-18Allow specifying CRL directoryPeter Eisentraut
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-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-03Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2020-07-08code: replace 'master' with 'leader' where appropriate.Andres Freund
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-31Allow building without default socket directoryPeter Eisentraut
2020-01-31Sprinkle some const decorationsPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-13In the postmaster, rely on the signal infrastructure to block signals.Tom Lane
2019-10-12Fix use of term "verifier"Peter Eisentraut
2019-07-05Update hardcoded DH parameters to IANA standardsMichael Paquier
2019-06-09Switch position of some declarations in libpq.hMichael Paquier
2019-06-08Move be-gssapi-common.h into src/include/libpq/Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-23Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier
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-03-09Add new clientcert hba option verify-fullMagnus Hagander
2019-02-14Get rid of another unconstify through API changesPeter Eisentraut
2019-01-31Add more columns to pg_stat_sslPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Add settings to control SSL/TLS protocol versionPeter Eisentraut
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-10-16Correct constness of a few variables.Andres Freund
2018-09-28Add application_name to connection authorized msgStephen Frost
2018-08-14Remove duplicate function declarations.Tom Lane
2018-08-05Remove support for tls-unique channel binding.Heikki Linnakangas
2018-07-30Add ssl_library preset parameterPeter Eisentraut
2018-06-27Change pqformat.h's integer handling functions to take unsigned integers.Andres Freund
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-02Make be-secure-common.c more consistent for future SSL implementationsPeter Eisentraut
2018-03-17Add ssl_passphrase_command settingPeter Eisentraut
2018-01-26Use abstracted SSL API in server connection log messagesPeter Eisentraut