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
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
2020-11-23
Fix a few comments that referred to copy.c.
Heikki Linnakangas
2020-11-07
Message style improvements
Alvaro Herrera
2020-11-03
Improve error handling in backend OpenSSL implementation
Magnus Hagander
2020-11-03
Fix unportable use of getnameinfo() in pg_hba_file_rules view.
Tom Lane
2020-10-21
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-10-15
Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encryption
Michael Paquier
2020-10-05
Overhaul pg_hba.conf clientcert's API
Bruce Momjian
2020-09-14
Message fixes and style improvements
Peter Eisentraut
2020-09-06
Refactor pg_get_line() to expose an alternative StringInfo-based API.
Tom Lane
2020-09-05
Fix typo in comment
Peter Eisentraut
2020-09-04
Remove arbitrary restrictions on password length.
Tom Lane
2020-09-03
Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.
Tom Lane
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
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
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-28
Add connection parameters to control SSL protocol min/max in libpq
Michael Paquier
2020-01-27
Fix some memory leaks and improve restricted token handling on Windows
Michael Paquier
2020-01-17
Move OpenSSL routines for min/max protocol setting to src/common/
Michael Paquier
2020-01-11
Extensive code review for GSSAPI encryption mechanism.
Tom Lane
2020-01-06
Remove support for OpenSSL 0.9.8 and 1.0.0
Michael Paquier
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-16
Sort out getpeereid() and peer auth handling on Windows
Peter Eisentraut
2019-12-14
Fix memory leak when initializing DH parameters in backend
Michael Paquier
[next]