Commit Graph

60 Commits (34c02044ed7e7defde5a853b26dcd806c872d974)

Author SHA1 Message Date
Bruce Momjian fbcfa90bb8 Fix pg_upgrade file share violation on Windows created by the commit 13 years ago
Alvaro Herrera 666d494d19 pg_upgrade: abstract out copying of files from old cluster to new 13 years ago
Heikki Linnakangas 038f3a0509 Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring. 13 years ago
Bruce Momjian b9212e379c In pg_upgrade, verify that the install user has the same oid on both 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Bruce Momjian 45ca31d6a7 Have pg_upgrade only use one extra log file for Win32, not two. 13 years ago
Bruce Momjian d226e236c6 On Windows, have pg_upgrade use different two files to log pg_ctl 13 years ago
Bruce Momjian 476291bef0 Adjust pg_upgrade to output a separate log file for pg_ctl output on 13 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Bruce Momjian faec2815c8 In pg_upgrade, create a script to incrementally generate more accurate 14 years ago
Bruce Momjian 7c8cfed78a Uppercase pg_upgrade status output title. 14 years ago
Bruce Momjian 717f6d6085 In pg_upgrade, add various logging improvements: 14 years ago
Bruce Momjian 2127aac6ef In pg_upgrade, only lock the old cluster if link mode is used, and do it 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 51eba98cf4 Remove pg_upgrade dependency on the 'postgres' database existing in the 14 years ago
Bruce Momjian caa1054df8 In pg_upgrade, use the new postmaster -C option to get the real data 14 years ago
Bruce Momjian f1312b5ed3 Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 14 years ago
Bruce Momjian 17a16eeb7c In pg_upgrade, fix the -l/log option to work on Windows. 14 years ago
Peter Eisentraut 912bc4f038 Make pg_upgrade output more consistent with project style 14 years ago
Bruce Momjian bda27e502f Add pg_upgrade check to make sure the user has full access permission in 15 years ago
Bruce Momjian 6c19bd96bc Allow pg_upgrade to honor libpq environment variables. Add 'local' 15 years ago
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 bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Bruce Momjian 497e65f822 In pg_upgrade, no need to initialize global struct values; they are 15 years ago
Alvaro Herrera b4a7e5980b Cleanup ClusterInfo initialization in pg_upgrade 15 years ago
Alvaro Herrera 8b2557553c Make pg_upgrade compile again 15 years ago
Bruce Momjian fe8f15d5d2 Adjust pg_upgrade error message, array freeing, and add error check. 15 years ago
Bruce Momjian 2bb87a61a8 Add pg_upgrade comment for why we can't use template1 inheritance for 15 years ago
Bruce Momjian 6238473adb Fix pg_upgrade to create pg_authid restore functions in the 'postgres' 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 002c105a07 In pg_upgrade, remove functions that did sequential array scans looking 15 years ago
Bruce Momjian ebaf648ad2 In pg_upgrade, clarify use of install_db_support_functions(). 15 years ago
Bruce Momjian 133641a48e Document why pg_upgrade preserves pg_auth.oid (because they are stored 15 years ago
Bruce Momjian 2f657e4d72 More pg_upgrade relfilenode C comments added. 15 years ago
Bruce Momjian 3095643d37 Simplify pg_upgrade C comment about what is preserved. 15 years ago
Bruce Momjian d8d3d2a4f3 Fix pg_upgrade of large object permissions by preserving pg_auth.oid, 15 years ago
Bruce Momjian 2896c87ce4 Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode. 15 years ago
Bruce Momjian 46d28820b6 Improve C comments about backend variables set by pg_upgrade_support 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
Robert Haas 5aa446c961 Cleanup various comparisons with the constant "true". 15 years ago
Robert Haas 11e482c350 Move copydir() prototype into its own header file. 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
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 804f96accb In pg_upgrade, prevent psql AUTOCOMMIT=off by not loading .psqlrc. 15 years ago