summaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade
AgeCommit message (Expand)Author
2012-03-06In pg_upgrade, only lock the old cluster if link mode is used, and do itBruce Momjian
2012-02-22Improve wording of pg_upgrade logfile option:Bruce Momjian
2012-02-15Have pg_upgrade output 'link' or 'copy' when reporting its status.Bruce Momjian
2012-01-27Fix pg_upgrade --help text for --user to not use a plural cluster name.Bruce Momjian
2012-01-25Now that the shared library name can be adjusted in the library test,Bruce Momjian
2012-01-25Improve plpython fix comment in pg_upgrade.Bruce Momjian
2012-01-25In pg_upgrade, when checking for the plpython library, we must check forBruce Momjian
2012-01-25Fix new SQL tablespace location function usage in pg_upgrade to properlyBruce Momjian
2012-01-19Add pg_upgrade C comment about why we check all relkinds for regtypes.Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Remove support for on_exit()Peter Eisentraut
2011-12-27Run "make all" as a prerequisite of "make check"Peter Eisentraut
2011-12-07Remove spclocation field from pg_tablespaceMagnus Hagander
2011-12-05In pg_upgrade, allow tables using regclass to be upgraded because weBruce Momjian
2011-11-30Move EXTRA_CLEAN to where it actually works.Tom Lane
2011-11-29pg_upgrade: Disable installcheckPeter Eisentraut
2011-11-27Add pg_upgrade test suitePeter Eisentraut
2011-11-26Remove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary.Bruce Momjian
2011-11-24Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing toBruce Momjian
2011-11-18Remove scandir() requirement in pg_upgrade; instead just use readdir()Bruce Momjian
2011-11-17Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1.Bruce Momjian
2011-11-17Fix pg_upgrade's pg_scandir_internal() to properly handle a NULLBruce Momjian
2011-11-17Remove pg_upgrade function no longer called (dir_matching_filenames).Bruce Momjian
2011-11-04Silence bogus compiler warning.Robert Haas
2011-11-04Check the return value of getcwd(), instead of assuming success.Robert Haas
2011-11-03Adjust pg_upgrade "new database skip" code, e.g. 'postgres', to moreBruce Momjian
2011-11-01Update pg_upgrade comment on missing 'postgres' database.Bruce Momjian
2011-11-01Allow pg_upgrade to upgrade an old cluster that doesn't have aBruce Momjian
2011-10-29Remove pg_upgrade dependency on the 'postgres' database existing in theBruce Momjian
2011-10-28Clarify pg_upgrade error message that the 'postgres' database must existBruce Momjian
2011-10-28Update pg_upgrade testing instructions.Bruce Momjian
2011-10-10In pg_upgrade, add -o/-O options to pass parameters to the servers, andBruce Momjian
2011-10-07In pg_upgrade, use the new postmaster -C option to get the real dataBruce Momjian
2011-10-06In pg_upgrade, improve popen() failure detection by checking for fgets()Bruce Momjian
2011-10-01In pg_upgrade, remove unnecessary local variable.Bruce Momjian
2011-09-29In pg_upgrade, because toast table names can be mismatched with the heapBruce Momjian
2011-09-10Add missing format attributesPeter Eisentraut
2011-09-07In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltreeBruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-30Fix not-backwards-compatible pg_upgrade test for prepared transactions.Tom Lane
2011-08-27Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian
2011-08-26In pg_upgrade, limit schema name filter to include toast tables. BugBruce Momjian
2011-08-19In pg_upgrade, don't copy visibility map files from clusters that did notBruce Momjian
2011-08-16In pg_upgrade, avoid dumping orphaned temporary tables. This makes theBruce Momjian
2011-07-30Fix pg_update to properly test for the data directory's existence onBruce Momjian
2011-07-24In pg_upgrade on Windows, check if the directory is writable by actuallyBruce Momjian
2011-07-21In pg_upgrade, add C comment about why we don't try to do shared fileBruce Momjian
2011-07-20In pg_upgrade, fix the -l/log option to work on Windows.Bruce Momjian
2011-07-20In pg_upgrade, use pg_strudup(), for consistency.Bruce Momjian
2011-07-12Make pg_upgrade output more consistent with project stylePeter Eisentraut