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
/
backend
/
libpq
/
be-secure.c
Age
Commit message (
Expand
)
Author
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-02-09
Make TLS write functions' buffer arguments pointers const
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-24
Support configuring TLSv1.3 cipher suites
Daniel Gustafsson
2024-07-26
Add tests for errors during SSL or GSSAPI handshake
Heikki Linnakangas
2024-04-08
Support TLS handshake directly without SSLRequest negotiation
Heikki Linnakangas
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-08-18
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-03-29
Allow matching the DN of a client certificate for authentication
Andrew Dunstan
2021-03-01
Introduce symbolic names for FeBeWaitSet positions.
Thomas Munro
2021-02-18
Allow specifying CRL directory
Peter Eisentraut
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-28
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-04-03
GSSAPI encryption support
Stephen Frost
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-04
Fix typo
Stephen Frost
2018-11-20
Add settings to control SSL/TLS protocol version
Peter Eisentraut
2018-10-20
Server-side fix for delayed NOTIFY and SIGTERM processing.
Tom Lane
2018-07-30
Add ssl_library preset parameter
Peter Eisentraut
2018-04-02
Make be-secure-common.c more consistent for future SSL implementations
Peter Eisentraut
2018-03-17
Add ssl_passphrase_command setting
Peter Eisentraut
2018-01-23
Extract common bits from OpenSSL implementation
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-07-31
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
2017-01-04
Re-allow SSL passphrase prompt at server start, but not thereafter.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2017-01-03
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-03-21
Introduce WaitEventSet API.
Andres Freund
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-12
Make idle backends exit if the postmaster dies.
Robert Haas
2015-07-28
Remove ssl renegotiation support.
Andres Freund
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-02-13
Simplify waiting logic in reading from / writing to client.
Heikki Linnakangas
2015-02-03
Process 'die' interrupts while reading/writing from the client socket.
Andres Freund
2015-02-03
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-02-03
Use a nonblocking socket for FE/BE communication and block using latches.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-02
Various Coverity-spotted fixes
Stephen Frost
2014-01-31
Disallow use of SSL v3 protocol in the server as well as in libpq.
Tom Lane
[next]