postgresql/contrib/pg_upgrade
Bruce Momjian 2896c87ce4 Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode.
Toast tables have identical pg_class.oid and pg_class.relfilenode, but
for clarity it is good to preserve the pg_class.oid.

Update comments regarding what is preserved, and do some
variable/function renaming for clarity.
2011-01-07 21:26:13 -05: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 Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
TESTING Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
check.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
controldata.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
dump.c Simplify functions and parameters used by pg_upgrade. 2011-01-04 19:11:37 -05:00
exec.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
file.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
function.c Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode. 2011-01-07 21:26:13 -05:00
info.c Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode. 2011-01-07 21:26:13 -05:00
option.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
page.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_upgrade.c Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode. 2011-01-07 21:26:13 -05:00
pg_upgrade.h Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode. 2011-01-07 21:26:13 -05:00
relfilenode.c In pg_upgrade, adjust transfer_relfile()'s parameters to be more logical. 2011-01-05 12:07:45 -05:00
server.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tablespace.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
util.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
version.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
version_old_8_3.c Clarify pg_upgrade's creation of the map file structure. Also clean 2011-01-05 11:37:08 -05:00