postgresql/src
Tom Lane a2c3931a24 Fix pg_hba.conf matching so that replication connections only match records
with database = replication.  The previous coding would allow them to match
ordinary records too, but that seems like a recipe for security breaches.
Improve the messages associated with no-such-pg_hba.conf entry to report
replication connections as such, since that's now a critical aspect of
whether the connection matches.  Make some cursory improvements in the related
documentation, too.
2010-04-21 03:32:53 +00:00
..
backend Fix pg_hba.conf matching so that replication connections only match records 2010-04-21 03:32:53 +00:00
bin psql tab completion for ALTER DEFAULT PRIVILEGES and USER MAPPING FOR PUBLIC. 2010-04-07 03:51:19 +00:00
include Arrange for client authentication to occur before we select a specific 2010-04-20 23:48:47 +00:00
interfaces Make ecpg in line with other compilers in that it deletes its output if there was an error processing the input file. 2010-04-03 19:30:49 +00:00
makefiles Adjust windows makefiles too, now that the walreceiver dynamic module 2010-01-20 09:30:07 +00:00
pl Fix bogus order of cleanup steps in plperl_inline_handler. 2010-04-18 19:16:06 +00:00
port Update a number of broken links in comments. 2010-04-02 15:21:20 +00:00
template
test Add an 'enable_material' GUC. 2010-04-19 00:55:26 +00:00
timezone Improve message style for messages associated with not being able to 2010-04-15 18:46:45 +00:00
tools Add script to enumerate the timezones in the Windows registry and compare 2010-04-15 11:00:45 +00:00
tutorial Remove copyright mention of Andrew Yu, per author's permission. 2010-02-02 18:52:02 +00:00
bcc32.mak
DEVELOPERS
Makefile Rethink the way walreceiver is linked into the backend. Instead than shoving 2010-01-20 09:16:24 +00:00
Makefile.global.in Mark "installcheck-parallel", "world", "install-world" and "installcheck-world" make targets as PHONY. Fujii Masao. 2010-03-24 13:14:02 +00:00
Makefile.shlib Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
nls-global.mk Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
win32.mak