Commit Graph

87 Commits (8396447cdbdff0b62914748de2fec04281dc9114)

Author SHA1 Message Date
Bruce Momjian 5c5f83507c Adjust pg_upgrade FATAL error messages to have consistent newlines. 15 years ago
Bruce Momjian 44091442db In pg_upgrade, avoid one start/stop of the postmaster; use the -w 15 years ago
Bruce Momjian 76dd09bbec Add postmaster/postgres undocumented -b option for binary upgrades. 15 years ago
Bruce Momjian 0262251c33 Pg_upgrade C comment addition. 15 years ago
Bruce Momjian 7228d02989 Throw error for mismatched pg_upgrade clusters 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Peter Eisentraut c75163842c Replace the confusing exit_nicely() by an atexit/on_exit hook 15 years ago
Bruce Momjian d367d41d66 Fix file descriptor leaks in pg_upgrade in failure code paths. 15 years ago
Tom Lane dfe18f18d2 Fix a couple more missing "static" markers. 15 years ago
Bruce Momjian fe8f15d5d2 Adjust pg_upgrade error message, array freeing, and add error check. 15 years ago
Bruce Momjian 2b6e2dee78 Fix wrong verb in pg_upgrade text message, per Haas. 15 years ago
Bruce Momjian 0a5f119931 A toast relid field are no longer needed in pg_upgrade's rel arrays, so 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Bruce Momjian 67c9e4442f Furter pg_upgrade optimizations to reduce function call argument count. 15 years ago
Bruce Momjian 6e6bee987f In pg_upgrade, remove use of whichCluster, and just pass old/new cluster 15 years ago
Bruce Momjian 16b5e08dec Use "upgrade" in preference over "migrate" in pg_upgrade messages and 15 years ago
Bruce Momjian 691a67b922 Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict. 15 years ago
Bruce Momjian 07456b45e6 Pgindent run on pg_upgrade source after restructuring. 15 years ago
Bruce Momjian e13f7e9a71 Restructure the pg_upgrade code to use several global structures rather 15 years ago
Bruce Momjian 722d5beeb2 In pg_upgrade, rename SHELL_EXT to SCRIPT_EXT, for clarity. 15 years ago
Bruce Momjian 51eeccd6cc Add removal of PG_VERSION to optional old cluster deletion script. 15 years ago
Bruce Momjian 9df96f9bb1 In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for clarity. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 8af787ea24 Adjust check_for_isn_and_int8_passing_mismatch() so it is called for all 15 years ago
Bruce Momjian f31b1fd7c1 Prevent pg_upgrade from migrating databases that use reg* data types 15 years ago
Bruce Momjian 804f96accb In pg_upgrade, prevent psql AUTOCOMMIT=off by not loading .psqlrc. 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Bruce Momjian da254e3d16 Make pg_upgrade copyrights just 2010, not 2010-2010. 15 years ago
Bruce Momjian de255a6eb1 Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom. 15 years ago
Bruce Momjian ccbe0c14e6 Add CVS tags to pg_upgrade and pg_upgrade_support files, per request 15 years ago
Bruce Momjian c1b617987d Add username designations to all pg_upgrade utility calls that support it. 15 years ago
Bruce Momjian 1dc7c796c9 Have pg_upgrade create its output files in the current directory, rather 15 years ago
Tom Lane add8044778 issue_warnings() has no business freeing its parameter, especially not when 16 years ago
Bruce Momjian 36d3afd2d4 Remove all mentions of EnterpriseDB Advanced Server from pg_upgrade; 16 years ago
Magnus Hagander 2b61b3e507 Assorted fixes to make pg_upgrade build on MSVC. 16 years ago
Bruce Momjian 9885206cab Move pg_upgrade shared library out into its own /contrib directory 16 years ago
Bruce Momjian c2e9b2f288 Add pg_upgrade to /contrib; will be in 9.0 beta2. 16 years ago