postgresql/contrib/pg_upgrade
Peter Eisentraut 1eb2231fc4 Allow pg_upgrade with PGCLIENTENCODING set
This used to work, but since PGCLIENTENCODING is now a connection
option variable, pg_upgrade would prevent it.
2011-04-07 19:24:47 +03: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 Replace the confusing exit_nicely() by an atexit/on_exit hook 2011-04-06 23:00:44 +03:00
controldata.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05: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 Repair multiple breakage in Windows-specific code for appending '.exe'. 2011-02-02 20:26:43 -05:00
file.c Remove unused copy_dir() function from pg_upgrade. 2011-03-15 20:52:35 -04:00
function.c Fix pg_upgrade to handle extensions. 2011-02-09 19:18:08 -05:00
info.c Simplify structure of query used to gather database object information 2011-04-07 06:23:12 -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 In pg_upgrade, no need to initialize global struct values; they are 2011-02-16 15:17:28 -05:00
pg_upgrade.h Replace the confusing exit_nicely() by an atexit/on_exit hook 2011-04-06 23:00:44 +03:00
relfilenode.c Adjust pg_upgrade error message, array freeing, and add error check. 2011-02-15 15:00:47 -05:00
server.c Allow pg_upgrade with PGCLIENTENCODING set 2011-04-07 19:24:47 +03:00
tablespace.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
util.c Replace the confusing exit_nicely() by an atexit/on_exit hook 2011-04-06 23:00:44 +03: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 Fix file descriptor leaks in pg_upgrade in failure code paths. 2011-03-08 21:36:17 -05:00