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
Age
Commit message (
Expand
)
Author
2025-01-12
Fix HBA option count
Daniel Gustafsson
2025-01-10
Fix missing ldapscheme option in pg_hba_file_rules()
Daniel Gustafsson
2024-08-19
Fix regression in TLS session ticket disabling
Daniel Gustafsson
2024-07-28
libpq: Use strerror_r instead of strerror
Peter Eisentraut
2024-07-26
Disable all TLS session tickets
Daniel Gustafsson
2024-03-12
Disconnect if socket cannot be put into non-blocking mode
Heikki Linnakangas
2024-03-08
Cope with a deficiency in OpenSSL 3.x's error reporting.
Tom Lane
2024-01-03
Avoid masking EOF (no-password-supplied) conditions in auth.c.
Tom Lane
2023-12-11
Be more wary about OpenSSL not setting errno on error.
Tom Lane
2023-11-28
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-23
Fix timing-dependent failure in GSSAPI data transmission.
Tom Lane
2023-07-27
Raise fixed token-length limit in hba.c.
Tom Lane
2023-02-15
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2022-05-26
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-03-02
Allow root-owned SSL private keys in libpq, not only the backend.
Tom Lane
2022-01-26
Fix pg_hba_file_rules for authentication method cert
Magnus Hagander
2022-01-25
Revert "graceful shutdown" changes for Windows, in back branches only.
Tom Lane
2021-12-07
On Windows, also call shutdown() while closing the client socket.
Tom Lane
2021-12-02
On Windows, close the client socket explicitly during backend shutdown.
Tom Lane
2021-11-08
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-03
Fix snapshot reference leak if lo_export fails.
Heikki Linnakangas
2021-08-17
Set type identifier on BIO
Daniel Gustafsson
2021-06-23
Don't assume GSSAPI result strings are null-terminated.
Tom Lane
2021-05-25
Disallow SSL renegotiation
Michael Paquier
2021-03-20
Fix memory leak when rejecting bogus DH parameters.
Tom Lane
2021-03-16
Avoid corner-case memory leak in SSL parameter processing.
Tom Lane
2020-12-30
Fix up usage of krb_server_keyfile GUC parameter.
Tom Lane
2020-12-28
Improve log messages related to pg_hba.conf not matching a connection.
Tom Lane
2020-12-28
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-11-07
Message style improvements
Alvaro Herrera
2020-11-03
Fix unportable use of getnameinfo() in pg_hba_file_rules view.
Tom Lane
2020-09-14
Message fixes and style improvements
Peter Eisentraut
2020-06-27
Fix list of SSL error codes for older OpenSSL versions.
Tom Lane
2020-06-27
Add hints about protocol-version-related SSL connection failures.
Tom Lane
2020-06-04
Fix comment in be-secure-openssl.c
Michael Paquier
2020-05-26
gss: add missing references to hostgssenc and hostnogssenc
Bruce Momjian
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-05
Fix severe memory leaks in GSSAPI encryption support.
Tom Lane
2020-04-29
Fix check for conflicting SSL min/max protocol settings
Michael Paquier
2020-04-13
Improve error messages after LoadLibrary()
Peter Eisentraut
2020-03-25
Provide a TLS init hook
Andrew Dunstan
2020-03-23
Add bound checks for ssl_min_protocol_version and ssl_max_protocol_version
Michael Paquier
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-02-21
Assume that we have utime() and <utime.h>.
Tom Lane
2020-02-19
Clean up some code, comments and docs referring to Windows 2000 and older
Michael Paquier
2020-01-31
Sprinkle some const decorations
Peter Eisentraut
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
[next]