Commit Graph

223 Commits (REL9_1_STABLE)

Author SHA1 Message Date
Noah Misch a2385cac13 Obstruct shell, SQL, and conninfo injection via database and role names. 9 years ago
Tom Lane ce10086168 Register atexit hook only once in pg_upgrade. 10 years ago
Robert Haas 161a767155 Fix spelling mistake. 10 years ago
Bruce Momjian c36064e438 pg_upgrade: fix CopyFile() on Windows to fail on file existence 10 years ago
Bruce Momjian bdcbc2b471 pg_upgrade: properly detect file copy failure on Windows 10 years ago
Bruce Momjian c5391e9334 pg_dump, pg_upgrade: allow postgres/template1 tablespace moves 10 years ago
Peter Eisentraut c410881f84 Fix typos 11 years ago
Bruce Momjian acd75b2643 pg_upgrade: force timeline 1 in the new cluster 11 years ago
Bruce Momjian 321db71239 pg_upgrade: only allow template0 to be non-connectable 11 years ago
Tom Lane c68b06356d Fix assorted inconsistent function declarations. 11 years ago
Andrew Dunstan 22b3f5b26e Run pg_upgrade and pg_resetxlog with restricted token on Windows 11 years ago
Bruce Momjian 08aaae40e1 pg_upgrade: quote directory names in delete_old_cluster script 11 years ago
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