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
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
2022-01-14
Revert error handling improvements for cryptohashes
Michael Paquier
2022-01-11
Improve error handling of cryptohash computations
Michael Paquier
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-09-16
Message style improvements
Peter Eisentraut
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-31
Fix RADIUS error reporting in hba file parsing
Peter Eisentraut
2021-05-25
Disallow SSL renegotiation
Michael Paquier
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-29
pg_hba.conf.sample: Reword connection type section
Peter Eisentraut
2021-04-28
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-23
Factor out system call names from error messages
Peter Eisentraut
2021-04-23
Use correct format placeholder for WSAGetLastError()
Peter Eisentraut
2021-04-07
Refactor hba_authname
Magnus Hagander
2021-04-07
Add some information about authenticated identity via log_connections
Michael Paquier
2021-04-03
Refactor HMAC implementations
Michael Paquier
2021-04-02
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-03-29
Allow matching the DN of a client certificate for authentication
Andrew Dunstan
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
2021-03-09
Remove support for SSL compression
Michael Paquier
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-01
Introduce symbolic names for FeBeWaitSet positions.
Thomas Munro
2021-03-01
Use signalfd(2) for epoll latches.
Thomas Munro
2021-02-23
Change the error message for logical replication authentication failure.
Amit Kapila
2021-02-18
Allow specifying CRL directory
Peter Eisentraut
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-15
Add result size as argument of pg_cryptohash_final() for overflow checks
Michael Paquier
2021-02-10
Simplify code related to compilation of SSL and OpenSSL
Michael Paquier
2021-02-01
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-01-22
Move SSL information callback earlier to capture more information
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
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-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-26
Allow ssl_passphrase_command to prompt the terminal
Bruce Momjian
2020-12-04
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-02
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-11-25
Make error hint from bind() failure more accurate
Peter Eisentraut
2020-11-25
Add support for abstract Unix-domain sockets
Peter Eisentraut
[next]