Commit Graph

227 Commits (9f60880207c6c7d00a2e4e4d904ef720de58f45b)

Author SHA1 Message Date
Peter Eisentraut d383c23f6f Remove support for on_exit() 14 years ago
Peter Eisentraut c317a3ac16 Run "make all" as a prerequisite of "make check" 14 years ago
Magnus Hagander 16d8e594ac Remove spclocation field from pg_tablespace 14 years ago
Bruce Momjian 0e8f6bf0e7 In pg_upgrade, allow tables using regclass to be upgraded because we 14 years ago
Tom Lane 9c6aa8cca0 Move EXTRA_CLEAN to where it actually works. 14 years ago
Peter Eisentraut b258ceb3ad pg_upgrade: Disable installcheck 14 years ago
Peter Eisentraut 08da2d282f Add pg_upgrade test suite 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 7012b5edb7 Remove scandir() requirement in pg_upgrade; instead just use readdir() 14 years ago
Bruce Momjian ee3ef8f30c Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1. 14 years ago
Bruce Momjian 988f907d24 Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL 14 years ago
Bruce Momjian b735757c32 Remove pg_upgrade function no longer called (dir_matching_filenames). 14 years ago
Robert Haas b76c61f1e8 Silence bogus compiler warning. 14 years ago
Robert Haas c9f48b572c Check the return value of getcwd(), instead of assuming success. 14 years ago
Bruce Momjian 84b8fcaa92 Adjust pg_upgrade "new database skip" code, e.g. 'postgres', to more 14 years ago
Bruce Momjian 09d1174e5a Update pg_upgrade comment on missing 'postgres' database. 14 years ago
Bruce Momjian a50d860ae1 Allow pg_upgrade to upgrade an old cluster that doesn't have a 14 years ago
Bruce Momjian 51eba98cf4 Remove pg_upgrade dependency on the 'postgres' database existing in the 14 years ago
Bruce Momjian 9846dcfb9e Clarify pg_upgrade error message that the 'postgres' database must exist 14 years ago
Bruce Momjian 38f3c7c4dd Update pg_upgrade testing instructions. 14 years ago
Bruce Momjian 0dc3f57ba0 In pg_upgrade, add -o/-O options to pass parameters to the servers, and 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 a3996754cc In pg_upgrade, improve popen() failure detection by checking for fgets() 14 years ago
Bruce Momjian 878b74e094 In pg_upgrade, remove unnecessary local variable. 14 years ago
Bruce Momjian 5e5958428b In pg_upgrade, because toast table names can be mismatched with the heap 14 years ago
Peter Eisentraut 52ce20589a Add missing format attributes 15 years ago
Bruce Momjian 3ced32d24e In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 15 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 15 years ago
Tom Lane 731ebb64b7 Fix not-backwards-compatible pg_upgrade test for prepared transactions. 15 years ago
Bruce Momjian f1312b5ed3 Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 15 years ago
Bruce Momjian eb013ede59 In pg_upgrade, limit schema name filter to include toast tables. Bug 15 years ago
Bruce Momjian 00a7c9014a In pg_upgrade, don't copy visibility map files from clusters that did not 15 years ago
Bruce Momjian 2411fbdac4 In pg_upgrade, avoid dumping orphaned temporary tables. This makes the 15 years ago
Bruce Momjian a31dc392d6 Fix pg_update to properly test for the data directory's existence on 15 years ago
Bruce Momjian 081a5518c0 In pg_upgrade on Windows, check if the directory is writable by actually 15 years ago
Bruce Momjian 43aa40e155 In pg_upgrade, add C comment about why we don't try to do shared file 15 years ago
Bruce Momjian 17a16eeb7c In pg_upgrade, fix the -l/log option to work on Windows. 15 years ago
Bruce Momjian 6b43fddee4 In pg_upgrade, use pg_strudup(), for consistency. 15 years ago
Peter Eisentraut 912bc4f038 Make pg_upgrade output more consistent with project style 15 years ago
Peter Eisentraut d7fb49314d Fix use of unportable %m format 15 years ago
Peter Eisentraut 76dfcb942f Postgres -> PostgreSQL in error message 15 years ago
Bruce Momjian a88f4496b7 Change pg_upgrade to use port 50432 by default to avoid unintended 15 years ago
Bruce Momjian 0b44818ead In pg_upgrade, check that the binary and data directories are the same 15 years ago
Bruce Momjian 3b3c2cf180 In pg_upgrade, fix odd function parameter wrapping. 15 years ago
Bruce Momjian effbe6ecb4 Rename pg_upgrade directory validation function, for clarity. 15 years ago
Bruce Momjian 559b114dd4 Adjust pg_upgrade check for pg_upgrade_support to happen after the 15 years ago
Bruce Momjian b06ad7def8 Fix pg_upgrade status message capitalization mistake. 15 years ago
Bruce Momjian e3df3572f6 In pg_upgrade, clean up code layout in validateDirectoryOption(). 15 years ago
Bruce Momjian 07d17a73ec In pg_upgrade, check there are no prepared transactions. 15 years ago