postgresql/contrib/pg_upgrade
Bruce Momjian 76dd09bbec Add postmaster/postgres undocumented -b option for binary upgrades.
This option turns off autovacuum, prevents non-super-user connections,
and enables oid setting hooks in the backend.  The code continues to use
the old autoavacuum disable settings for servers with earlier catalog
versions.

This includes a catalog version bump to identify servers that support
the -b option.
2011-04-25 12:00:21 -04:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
IMPLEMENTATION Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
TESTING Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
check.c Add postmaster/postgres undocumented -b option for binary upgrades. 2011-04-25 12:00:21 -04:00
controldata.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
dump.c Fix pg_upgrade of large object permissions by preserving pg_auth.oid, 2011-01-07 21:59:29 -05:00
exec.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
file.c In pg_upgrade, only compile copy_file() on non-Win32 systems. 2011-04-23 20:28:29 -04:00
function.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
info.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
option.c Replace the confusing exit_nicely() by an atexit/on_exit hook 2011-04-06 23:00:44 +03:00
page.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_upgrade.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
pg_upgrade.h Add postmaster/postgres undocumented -b option for binary upgrades. 2011-04-25 12:00:21 -04:00
relfilenode.c Throw error for mismatched pg_upgrade clusters 2011-04-19 21:00:29 -04:00
server.c Add postmaster/postgres undocumented -b option for binary upgrades. 2011-04-25 12:00:21 -04:00
tablespace.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
util.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
version.c Fix file descriptor leaks in pg_upgrade in failure code paths. 2011-03-08 21:36:17 -05:00
version_old_8_3.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00