Commit Graph

75 Commits (f925c79b9f36c54b67053ade5ad225a75b8dc803)

Author SHA1 Message Date
Bruce Momjian 861ad67bd9 pg_upgrade: remove --single-transaction usage 13 years ago
Bruce Momjian a89c46f9bc Allow parallel copy/link in pg_upgrade 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian 6f1b9e4efd Add pg_upgrade --jobs parameter 13 years ago
Bruce Momjian 6dd9584507 Improve pg_upgrade's status display 13 years ago
Bruce Momjian 630cd14426 Add initdb --sync-only option to sync the data directory to durable 13 years ago
Bruce Momjian 25d1ed04a2 Revert initdb --sync-only patch that had incorrect commit messages. 13 years ago
Bruce Momjian cd7569a546 dummy commit 13 years ago
Bruce Momjian 1c59e37665 Revert: 13 years ago
Bruce Momjian 209772350b Remove pg_restore's --single-transaction option, as it throws errors in 13 years ago
Bruce Momjian 5eeab9c85c In pg_upgrade, improve status wording now that we have per-database 13 years ago
Bruce Momjian 12ee6ec71f In pg_upgrade, dump each database separately and use 13 years ago
Bruce Momjian a80b8037cf In pg_upgrade, pull the port number from postmaster.pid, like we do for 13 years ago
Tom Lane f763b77193 Fix pg_upgrade to cope with non-default unix_socket_directory scenarios. 13 years ago
Alvaro Herrera 088c065ce8 pg_upgrade: Fix exec_prog API to be less flaky 13 years ago
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