postgresql/src
Tom Lane 2b39831587 Fix startup so that log prefix %h works for the log_connections message.
We entirely randomly chose to initialize port->remote_host just after
printing the log_connections message, when we could perfectly well do it
just before, allowing %h and %r to work for that message.  Per gripe from
Artem Tomyuk.
2016-01-26 15:38:33 -05:00
..
backend Fix startup so that log prefix %h works for the log_connections message. 2016-01-26 15:38:33 -05:00
bin Handle extension members when first setting object dump flags in pg_dump. 2016-01-13 18:55:27 -05:00
common Unlink static libraries before rebuilding them. 2015-03-01 13:06:33 -05:00
include Clean up some lack-of-STRICT issues in the core code, too. 2016-01-09 16:58:32 -05:00
interfaces Fix out-of-memory error handling in ParameterDescription message processing. 2015-12-14 18:40:51 +02:00
makefiles Consolidate makefile code for setting top_srcdir, srcdir and VPATH. 2015-07-30 20:49:22 -04:00
pl Avoid dump/reload problems when using both plpython2 and plpython3. 2016-01-11 19:55:40 -05:00
port Adopt the GNU convention for handling tar-archive members exceeding 8GB. 2015-11-21 20:22:39 -05:00
template AIX: Test the -qlonglong option before use. 2015-07-17 03:01:35 -04:00
test Clean up code for widget_in() and widget_out(). 2016-01-09 13:44:27 -05:00
timezone Update time zone data files to tzdata release 2015g. 2015-10-02 19:15:57 -04:00
tools Properly install dynloader.h on MSVC builds 2016-01-19 23:30:29 -05:00
tutorial pgindent run for 9.4 2014-05-06 12:12:18 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
DEVELOPERS
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in Back-patch fixes to make TAP tests work on Windows. 2015-11-17 14:10:24 -05:00
Makefile.shlib Unlink static libraries before rebuilding them. 2015-03-01 13:06:33 -05:00
nls-global.mk Setup error context callback for transaction lock waits 2014-03-19 15:10:36 -03:00
win32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00