postgresql/contrib/pg_upgrade
Bruce Momjian df161c94e7 pg_upgrade: force timeline 1 in the new cluster
Previously, this prevented promoted standby servers from being upgraded
because of a missing WAL history file.  (Timeline 1 doesn't need a
history file, and we don't copy WAL files anyway.)

Report by Christian Echerer(?), Alexey Klyukin

Backpatch through 9.0
2015-05-16 00:40:18 -04:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:06 +02:00
check.c pg_upgrade: only allow template0 to be non-connectable 2015-05-16 00:10:03 -04:00
controldata.c Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
dump.c Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
exec.c Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
file.c Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
function.c Prevent pg_upgrade from migrating databases that use reg* data types 2010-07-25 03:28:39 +00:00
IMPLEMENTATION
info.c pg_upgrade: don't copy/link files for invalid indexes 2013-03-30 22:20:53 -04:00
Makefile
option.c Improve pg_upgrade's checks for required executables. 2010-12-29 13:43:58 -05:00
page.c Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
pg_upgrade.c pg_upgrade: force timeline 1 in the new cluster 2015-05-16 00:40:18 -04:00
pg_upgrade.h Unbreak 9.0 and 9.1 pg_upgrade. 2013-01-25 11:39:17 -05:00
relfilenode.c Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
server.c Backpatch pg_upgrade fixes to 9.0: 2010-07-13 20:15:51 +00:00
tablespace.c pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
TESTING Backpatch pg_upgrade fixes to 9.0: 2010-07-13 20:15:51 +00:00
util.c Have pg_upgrade use strtoul(), not strtol(). 2010-09-29 02:40:26 +00:00
version_old_8_3.c In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 2011-09-07 14:42:36 -04:00
version.c