Commit Graph

211 Commits (06646f52ea43ba7ac7e89a2bc2e4493539e805e8)

Author SHA1 Message Date
Bruce Momjian 2616a5d300 Remove tabs after spaces in C comments 12 years ago
Heikki Linnakangas 94095e341c Add missing SYSTEMQUOTEs 12 years ago
Bruce Momjian d73cc5857f Properly check for readdir/closedir() failures 12 years ago
Tom Lane 56ac625705 Use pg_dump's --quote-all-identifiers option in pg_upgrade. 13 years ago
Bruce Momjian ce4f365188 pg_upgrade: don't copy/link files for invalid indexes 13 years ago
Andrew Dunstan 812451d1c7 Unbreak 9.0 and 9.1 pg_upgrade. 13 years ago
Bruce Momjian 97a60fa5a0 Fix pg_upgrade for invalid indexes 13 years ago
Peter Eisentraut 67503753a7 pg_upgrade: Remove check for pg_config 13 years ago
Andrew Dunstan 26f4fc0184 Fix line end mishandling in pg_upgrade on Windows. 13 years ago
Andrew Dunstan a69b7a1c34 Indent fix_path_separator() header properly. 13 years ago
Andrew Dunstan d10ddf4d51 Use correct path separator for Windows builtin commands. 13 years ago
Bruce Momjian 0f3326175a In pg_upgrade, report pre-PG 8.1 plpython helper functions left in the 14 years ago
Bruce Momjian af97980b9a In pg_upgrade, verify that the install user has the same oid on both 14 years ago
Bruce Momjian 6cc2ed14f1 Fix pg_upgrade to properly upgrade a table that is stored in the cluster 14 years ago
Bruce Momjian 2815574615 In pg_upgrade, remove dependency on pg_config, as that might not be in 14 years ago
Bruce Momjian e96fcb06b9 Now that the shared library name can be adjusted in the library test, 14 years ago
Bruce Momjian fa4dad6cc0 In pg_upgrade, when checking for the plpython library, we must check for 14 years ago
Bruce Momjian 98fbce0931 In pg_upgrade, allow tables using regclass to be upgraded because we 14 years ago
Bruce Momjian 663e27c405 Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1. 14 years ago
Bruce Momjian 379aa2f5a4 Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL 14 years ago
Bruce Momjian 2e9633c362 In pg_upgrade, because toast table names can be mismatched with the heap 14 years ago
Bruce Momjian 8cdd62068d In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 14 years ago
Tom Lane 333eb32081 Fix not-backwards-compatible pg_upgrade test for prepared transactions. 15 years ago
Bruce Momjian 39a713ea05 In pg_upgrade, limit schema name filter to include toast tables. Bug 15 years ago
Bruce Momjian 96a770d5da In pg_upgrade, avoid dumping orphaned temporary tables. This makes the 15 years ago
Bruce Momjian 4d2d5b8196 Fix pg_update to properly test for the data directory's existence on 15 years ago
Bruce Momjian 7f4c34739b In pg_upgrade on Windows, check if the directory is writable by actually 15 years ago
Bruce Momjian c3810795e9 In pg_upgrade, fix the -l/log option to work on Windows. 15 years ago
Peter Eisentraut 469345e1e3 Fix use of unportable %m format 15 years ago
Peter Eisentraut c2fe8e70b2 Postgres -> PostgreSQL in error message 15 years ago
Bruce Momjian d9db32401c In pg_upgrade, check that the binary and data directories are the same 15 years ago
Bruce Momjian c6635bd7ba Adjust pg_upgrade check for pg_upgrade_support to happen after the 15 years ago
Bruce Momjian 3ccd16c5a9 Fix pg_upgrade status message capitalization mistake. 15 years ago
Bruce Momjian 5561fe2184 In pg_upgrade, check there are no prepared transactions. 15 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 15 years ago
Bruce Momjian 11c08c3fd7 In pg_upgrade, do case-insensitive checks of locale, encoding, and ctype 15 years ago
Bruce Momjian 1f35944607 In pg_upgrade, clean up handling of invalid directory specification by 15 years ago
Bruce Momjian 772a5f1e5b Improve pg_upgrade error reporting if the bin or data directories do not 15 years ago
Peter Eisentraut 0ee391b77a /contrib/foo -> contrib/foo 15 years ago
Bruce Momjian 92ff915018 Improve pg_upgrade X_OK comment. 15 years ago
Bruce Momjian 6fbf4e0e7c Fix pg_upgrade build problem on Windows when using X_OK access 15 years ago
Bruce Momjian e728701fb4 Update pg_upgrade directory check error message. 15 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
Peter Eisentraut 00fad9f6fe Format pg_upgrade --version in line with conventions 15 years ago
Peter Eisentraut 4c78846cb3 Add bug report line to pg_upgrade --help output 15 years ago
Bruce Momjian 5059cf6ebf In pg_upgrade, remove suggestion of setting pg_hba.conf to 'trust', now 15 years ago
Bruce Momjian 78318d63d7 In pg_upgrade, add status message about superuser check. 15 years ago
Bruce Momjian e6a7402842 Add C comment why client encoding can be set in pg_upgrade. 15 years ago
Bruce Momjian 1609ca5adb In pg_upgrade, report non-super-user username in error message. 15 years ago