postgresql/contrib/pg_upgrade
Alvaro Herrera 4741e9afb9 Make the pg_upgrade log files contain actual commands
Now the log file not only contains the output from commands executed by
system(), but also what command it was in the first place.  This
arrangement makes debugging a lot simpler.
2012-06-29 11:39:11 -04:00
..
.gitignore pg_upgrade: Add new generated file to .gitignore 2012-03-20 20:40:31 +02:00
IMPLEMENTATION Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
Makefile Run "make all" as a prerequisite of "make check" 2011-12-27 20:27:24 +02:00
TESTING Remove whitespace from end of lines 2012-05-15 22:19:41 +03:00
check.c In pg_upgrade, verify that the install user has the same oid on both 2012-06-13 12:19:18 -04:00
controldata.c pg_upgrade: fix off-by-one mistake in snprintf 2012-06-28 23:37:27 -04:00
dump.c In pg_upgrade, add various logging improvements: 2012-03-12 19:48:03 -04:00
exec.c Make the pg_upgrade log files contain actual commands 2012-06-29 11:39:11 -04:00
file.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
function.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
info.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
option.c Make documentation of --help and --version options more consistent 2012-06-18 02:46:59 +03:00
page.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_upgrade.c Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring. 2012-06-26 07:49:02 +03:00
pg_upgrade.h Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring. 2012-06-26 07:49:02 +03:00
relfilenode.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
server.c Improve pg_upgrade wording for pg_ctl start failure; could be 2012-06-15 19:57:01 -04:00
tablespace.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
test.sh Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
util.c In pg_upgrade, add various logging improvements: 2012-03-12 19:48:03 -04:00
version.c In pg_upgrade, add various logging improvements: 2012-03-12 19:48:03 -04:00
version_old_8_3.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00