Commit Graph

2089 Commits (4b77bfc37a1819fdfd3b767a52ff633cd28f9155)

Author SHA1 Message Date
Tom Lane a8b4b84360 Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv(). 14 years ago
Bruce Momjian 3946c28161 Fix pg_upgrade --help text for --user to not use a plural cluster name. 14 years ago
Bruce Momjian 6d5aae7afa Now that the shared library name can be adjusted in the library test, 14 years ago
Bruce Momjian a7f2c79a6e Improve plpython fix comment in pg_upgrade. 14 years ago
Bruce Momjian cfe443ab9d In pg_upgrade, when checking for the plpython library, we must check for 14 years ago
Bruce Momjian b95aec5290 Fix new SQL tablespace location function usage in pg_upgrade to properly 14 years ago
Robert Haas 6e3323d41d Triggered change notifications. 14 years ago
Bruce Momjian ecf7a2ea38 Add pg_upgrade C comment about why we check all relkinds for regtypes. 14 years ago
Peter Eisentraut 652300f539 pgcrypto: Remove inappropriate const qualifier 14 years ago
Tom Lane 89b3c6cc8b Fix one-byte buffer overrun in contrib/test_parser. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Peter Eisentraut 037a82704c Standardize treatment of strcmp() return value 14 years ago
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
Robert Haas e1042a3484 sepgsql: Check CREATE permissions for some object types. 14 years ago
Robert Haas ab7d4213f9 If pg_test_fsync is interrupted, clean up the temp file. 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
Tom Lane 6c8768c386 Fix overly-aggressive and inconsistent quoting in OS X start script. 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
Tom Lane 9b97b7f835 Fix citext upgrade script to update derived copies of pg_type.typcollation. 14 years ago
Bruce Momjian 7012b5edb7 Remove scandir() requirement in pg_upgrade; instead just use readdir() 14 years ago
Alvaro Herrera ef27c81d89 Don't quote language name 14 years ago
Alvaro Herrera b44dda7158 Don't quote language name 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 bb1afb528a Fix hstore regression tests. 14 years ago
Robert Haas b60653bc0b Remove hstore's text => text operator. 14 years ago
Tom Lane ced3a93ccb Fix assorted bugs in contrib/unaccent's configuration file parsing. 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
Tom Lane e3e3087d87 Fix bogus code in contrib/ tsearch dictionary examples. 14 years ago
Bruce Momjian 84b8fcaa92 Adjust pg_upgrade "new database skip" code, e.g. 'postgres', to more 14 years ago
Peter Eisentraut 654e1f96b0 Clean up whitespace and indentation in parser and scanner files 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
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 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
Robert Haas 1cb018dd09 Make pgstatindex respond to cancel interrupts. 14 years ago
Tom Lane 41e461d36f Improve define_custom_variable's handling of pre-existing settings. 14 years ago