postgresql/src/backend
Tom Lane 5e0b5dcab6 Provide more detail in postmaster log for password authentication failures.
We tell people to examine the postmaster log if they're unsure why they are
getting auth failures, but actually only a few relatively-uncommon failure
cases were given their own log detail messages in commit 64e43c59b8.
Expand on that so that every failure case detected within md5_crypt_verify
gets a specific log detail message.  This should cover pretty much every
ordinary password auth failure cause.

So far I've not noticed user demand for a similar level of auth detail
for the other auth methods, but sooner or later somebody might want to
work on them.  This is not that patch, though.
2016-01-07 11:19:33 -05:00
..
access Fix overly-strict assertions in spgtextproc.c. 2016-01-02 16:24:50 -05:00
bootstrap Update copyright for 2016 2016-01-02 13:33:40 -05:00
catalog Comment typo fix. 2016-01-06 11:06:51 -05:00
commands Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy. 2016-01-03 20:53:35 -05:00
executor Update copyright for 2016 2016-01-02 13:33:40 -05:00
foreign Update copyright for 2016 2016-01-02 13:33:40 -05:00
lib Update copyright for 2016 2016-01-02 13:33:40 -05:00
libpq Provide more detail in postmaster log for password authentication failures. 2016-01-07 11:19:33 -05:00
main Update copyright for 2016 2016-01-02 13:33:40 -05:00
nodes Update copyright for 2016 2016-01-02 13:33:40 -05:00
optimizer Update copyright for 2016 2016-01-02 13:33:40 -05:00
parser Update copyright for 2016 2016-01-02 13:33:40 -05:00
po
port Windows: Make pg_ctl reliably detect service status 2016-01-07 11:59:08 -03:00
postmaster Update copyright for 2016 2016-01-02 13:33:40 -05:00
regex Update copyright for 2016 2016-01-02 13:33:40 -05:00
replication Update copyright for 2016 2016-01-02 13:33:40 -05:00
rewrite Update copyright for 2016 2016-01-02 13:33:40 -05:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Update copyright for 2016 2016-01-02 13:33:40 -05:00
tcop Update copyright for 2016 2016-01-02 13:33:40 -05:00
tsearch Update copyright for 2016 2016-01-02 13:33:40 -05:00
utils Add scale(numeric) 2016-01-05 19:02:13 -03:00
.gitignore
common.mk
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00
nls.mk