Commit Graph

87 Commits (8396447cdbdff0b62914748de2fec04281dc9114)

Author SHA1 Message Date
Alvaro Herrera 8396447cdb Create libpgcommon, and move pg_malloc et al to it 13 years ago
Bruce Momjian a9ceaa53be pg_upgrade: detect stale postmaster.pid lock files 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 e95c4bd113 Fix pg_upgrade for invalid indexes 13 years ago
Bruce Momjian 12ee6ec71f In pg_upgrade, dump each database separately and use 13 years ago
Bruce Momjian 16e1ae77f9 In pg_upgrade, fix a few place that used maloc/free rather than 13 years ago
Bruce Momjian ce75457949 In pg_upgrade, use full path name for analyze_new_cluster.sh script. 13 years ago
Bruce Momjian b61837a49f In pg_upgrade, try to convert the locale names to canonical form before 13 years ago
Andrew Dunstan 2042185baf Fix transcription error. 13 years ago
Andrew Dunstan 0829c7087e Fix command echoing in pg_upgade's analyze script for Windows. 13 years ago
Andrew Dunstan 2f0c7d5854 Indent fix_path_separator() header properly. 13 years ago
Bruce Momjian a80b8037cf In pg_upgrade, pull the port number from postmaster.pid, like we do for 13 years ago
Andrew Dunstan 504aeea692 Use correct path separator for Windows builtin commands. 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
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 02b183acb4 In pg_upgrade, remove dependency on pg_config, as that might not be in 14 years ago
Bruce Momjian ced53c38d7 In pg_upgrade, move new echo quote define into include file. 14 years ago
Bruce Momjian faec2815c8 In pg_upgrade, create a script to incrementally generate more accurate 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 ecf7a2ea38 Add pg_upgrade C comment about why we check all relkinds for regtypes. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 0e8f6bf0e7 In pg_upgrade, allow tables using regclass to be upgraded because we 14 years ago
Bruce Momjian 32fb4546e3 Remove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary. 14 years ago
Bruce Momjian 5df1403b0f Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing to 14 years ago
Bruce Momjian a50d860ae1 Allow pg_upgrade to upgrade an old cluster that doesn't have a 14 years ago
Bruce Momjian 9846dcfb9e Clarify pg_upgrade error message that the 'postgres' database must exist 14 years ago
Bruce Momjian a3996754cc In pg_upgrade, improve popen() failure detection by checking for fgets() 14 years ago
Bruce Momjian 3ced32d24e In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 14 years ago
Tom Lane 731ebb64b7 Fix not-backwards-compatible pg_upgrade test for prepared transactions. 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 a88f4496b7 Change pg_upgrade to use port 50432 by default to avoid unintended 14 years ago
Bruce Momjian 0b44818ead In pg_upgrade, check that the binary and data directories are the same 14 years ago
Bruce Momjian 3b3c2cf180 In pg_upgrade, fix odd function parameter wrapping. 14 years ago
Bruce Momjian effbe6ecb4 Rename pg_upgrade directory validation function, for clarity. 14 years ago
Bruce Momjian 559b114dd4 Adjust pg_upgrade check for pg_upgrade_support to happen after the 14 years ago
Bruce Momjian b06ad7def8 Fix pg_upgrade status message capitalization mistake. 14 years ago
Bruce Momjian 07d17a73ec In pg_upgrade, check there are no prepared transactions. 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Bruce Momjian 11c08c3fd7 In pg_upgrade, do case-insensitive checks of locale, encoding, and ctype 15 years ago
Peter Eisentraut 0ee391b77a /contrib/foo -> contrib/foo 15 years ago
Bruce Momjian 78318d63d7 In pg_upgrade, add status message about superuser check. 15 years ago
Bruce Momjian 1609ca5adb In pg_upgrade, report non-super-user username in error message. 15 years ago
Bruce Momjian 81301b8578 Check that the pg_upgrade user specified is a super-user. 15 years ago