postgresql/src
Peter Eisentraut a4327296df Set log_line_prefix and application name in test drivers
Before pg_regress runs psql, set the application name to the test name.
Similarly, set the application name to the test file name in the TAP
tests.  Also, set a default log_line_prefix that show the application
name, as well as the PID and a time stamp.

That way, the server log output can be correlated to the test input
files, making debugging a bit easier.
2016-09-30 21:32:33 -04:00
..
backend Silence compiler warnings 2016-09-28 19:31:58 -03:00
bin Improve error reporting in pg_upgrade's file copying/linking/rewriting. 2016-09-30 20:40:56 -04:00
common Fix compiler warnings 2016-09-29 12:00:00 -04:00
fe_utils Teach appendShellString() to not quote strings containing "-". 2016-09-06 14:53:31 -04:00
include Fix breakage in previous change 2016-09-30 15:27:51 -04:00
interfaces Refer to OS X as "macOS", except for the port name which is still "darwin". 2016-09-25 15:40:57 -04:00
makefiles Fix typos in comments and doc 2016-01-28 16:47:36 +09:00
pl Improve parser's and planner's handling of set-returning functions. 2016-09-13 13:54:24 -04:00
port Include <sys/select.h> where needed 2016-09-27 01:05:21 -03:00
template Refer to OS X as "macOS", except for the port name which is still "darwin". 2016-09-25 15:40:57 -04:00
test Set log_line_prefix and application name in test drivers 2016-09-30 21:32:33 -04:00
timezone Add regression test coverage for non-default timezone abbreviation sets. 2016-09-04 20:02:16 -04:00
tools Move fsync routines of initdb into src/common/ 2016-09-29 12:00:00 -04:00
tutorial Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore
DEVELOPERS
Makefile Install TAP test infrastructure so it's available for extension testing. 2016-09-23 15:50:00 -04:00
Makefile.global.in Provide and use a makefile target to build all generated headers. 2016-07-01 15:09:02 -04:00
Makefile.shlib Refer to OS X as "macOS", except for the port name which is still "darwin". 2016-09-25 15:40:57 -04:00
bcc32.mak
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00
win32.mak