Commit Graph

438 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Andrew Dunstan f8c81c5dde In pg_upgrade, try a few times to open a log file. 14 years ago
Andrew Dunstan f8f5cf33a3 Fix pg_upgrade test script's line end handling on Windows. 14 years ago
Andrew Dunstan ea0b414a0d Fix line end mishandling in pg_upgrade on Windows. 14 years ago
Tom Lane b98fd52a55 Silence -Wunused-result warning in contrib/pg_upgrade. 14 years ago
Bruce Momjian 022cd22f0f In pg_upgrade, document why we can't issue \n\n in the command logfile 14 years ago
Andrew Dunstan 2042185baf Fix transcription error. 14 years ago
Andrew Dunstan 0829c7087e Fix command echoing in pg_upgade's analyze script for Windows. 14 years ago
Andrew Dunstan 2f0c7d5854 Indent fix_path_separator() header properly. 14 years ago
Andrew Dunstan e442b0f0c6 Allow pg_upgrade "make check" to run on Windows/MSys. 14 years ago
Bruce Momjian a80b8037cf In pg_upgrade, pull the port number from postmaster.pid, like we do for 14 years ago
Andrew Dunstan 504aeea692 Use correct path separator for Windows builtin commands. 14 years ago
Andrew Dunstan 6259678f8f Fix bugs in exec.c that prevented pg_upgrade working in Windows. 14 years ago
Tom Lane f763b77193 Fix pg_upgrade to cope with non-default unix_socket_directory scenarios. 14 years ago
Alvaro Herrera 088c065ce8 pg_upgrade: Fix exec_prog API to be less flaky 14 years ago
Alvaro Herrera 34c02044ed Fix thinko in comment 14 years ago
Alvaro Herrera ab577e63fa Remove analyze_new_cluster.sh on make clean, too 14 years ago
Peter Eisentraut 7afa8bed65 pg_upgrade: Run the created scripts in the test suite 14 years ago
Bruce Momjian 85642ec00b Prevent pg_upgrade from crashing if it can't write to the current 14 years ago
Bruce Momjian fbcfa90bb8 Fix pg_upgrade file share violation on Windows created by the commit 14 years ago
Bruce Momjian e8969c4733 In pg_upgrade, use pg_log() instead of prep_status() for 14 years ago
Bruce Momjian 4da8fc05f0 Simplify pg_upgrade's handling when returning directory listings. 14 years ago
Tom Lane faf26bf117 Get rid of useless global variable in pg_upgrade. 14 years ago
Tom Lane 3d6ec663bb Improve pg_upgrade's load_directory() function. 14 years ago
Bruce Momjian c742d1dbe7 Update pg_upgrade comments for recent configpath fix. 14 years ago
Bruce Momjian 2eeb5eb23f Fix PGDATAOLD and PGDATANEW to properly set pgconfig location, per 14 years ago
Alvaro Herrera 666d494d19 pg_upgrade: abstract out copying of files from old cluster to new 14 years ago
Alvaro Herrera 4741e9afb9 Make the pg_upgrade log files contain actual commands 14 years ago
Alvaro Herrera 9e26326ad6 pg_upgrade: fix off-by-one mistake in snprintf 14 years ago
Heikki Linnakangas 038f3a0509 Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring. 14 years ago
Peter Eisentraut bb7520cc26 Make documentation of --help and --version options more consistent 14 years ago
Bruce Momjian 877b55c619 Improve pg_upgrade wording for pg_ctl start failure; could be 14 years ago
Bruce Momjian b9212e379c In pg_upgrade, verify that the install user has the same oid on both 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Bruce Momjian 8fcbfea788 In pg_upgrade, report pre-PG 8.1 plpython helper functions left in the 14 years ago
Bruce Momjian 4498a3407a Improve pg_upgrade C comment. 14 years ago
Bruce Momjian 20a3830b81 Add C comment explaining why we can't exclude checking functions in the 14 years ago
Bruce Momjian d4696fa68f Add pg_update C comment about problems with plpython_call_handler(). 14 years ago
Bruce Momjian 45ca31d6a7 Have pg_upgrade only use one extra log file for Win32, not two. 14 years ago
Bruce Momjian d226e236c6 On Windows, have pg_upgrade use different two files to log pg_ctl 14 years ago
Bruce Momjian 476291bef0 Adjust pg_upgrade to output a separate log file for pg_ctl output on 14 years ago
Peter Eisentraut c8e086795a Remove whitespace from end of lines 14 years ago
Peter Eisentraut 081ca7a0d1 Tweak contrib --help output to match common style 14 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Bruce Momjian 38458e4573 Fix pg_upgrade to properly upgrade a table that is stored in the cluster 14 years ago
Tom Lane 98316e211b Silence compiler warning about uninitialized variable. 14 years ago
Peter Eisentraut 1b12c3e836 pg_upgrade: Add new generated file to .gitignore 14 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 7c8cfed78a Uppercase pg_upgrade status output title. 14 years ago