postgresql/contrib/pg_upgrade
Bruce Momjian 052e621cc2 Fix pg_upgrade crash
Fix pg_upgrade crash in 9.0 caused by a new cluster database that
doesn't exist in the old cluster;  instead throw an error.  This was
reported to me by EnterpriseDB testing staff.  This bug does not exist
in git head.
2011-04-13 11:33:55 -04:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:06 +02:00
check.c Add removal of PG_VERSION to optional old cluster deletion script. 2010-10-19 15:52:44 +00:00
controldata.c Fix buffer overrun in pg_upgrade. 2010-11-02 17:31:54 -04:00
dump.c
exec.c Improve pg_upgrade's checks for required executables. 2010-12-29 13:43:58 -05:00
file.c Fix leak patch that was using fclose() instead of close(). 2010-09-28 21:37:14 +00:00
function.c
IMPLEMENTATION
info.c In pg_upgrade, copy pg_largeobject_metadata and its index for 9.0+ 2011-01-04 23:35:52 -05:00
Makefile
option.c Improve pg_upgrade's checks for required executables. 2010-12-29 13:43:58 -05:00
page.c Properly close files after read file failure to prevent potential 2010-09-28 19:25:13 +00:00
pg_upgrade.c
pg_upgrade.h Add removal of PG_VERSION to optional old cluster deletion script. 2010-10-19 15:52:44 +00:00
relfilenode.c Fix pg_upgrade crash 2011-04-13 11:33:55 -04:00
server.c
tablespace.c
TESTING
util.c Have pg_upgrade use strtoul(), not strtol(). 2010-09-29 02:40:26 +00:00
version_old_8_3.c Adjust check_for_isn_and_int8_passing_mismatch() so it is called for all 2010-07-25 03:47:33 +00:00
version.c