Commit Graph

2078 Commits (9f60880207c6c7d00a2e4e4d904ef720de58f45b)

Author SHA1 Message Date
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
Bruce Momjian 878b74e094 In pg_upgrade, remove unnecessary local variable. 14 years ago
Tom Lane 0a5d5a49d9 Cache the result of makesign() across calls of gtrgm_penalty(). 14 years ago
Bruce Momjian 5e5958428b In pg_upgrade, because toast table names can be mismatched with the heap 14 years ago
Tom Lane cc4ff8742b Take sepgsql regression tests out of the regular regression test mechanism. 14 years ago
Robert Haas a9d845be49 sepgsql uavc comment improvements. 14 years ago
Robert Haas 291873c155 Teach sepgsql about database labels. 14 years ago
Robert Haas e50b052a3b Add missing brackets to chkselinuxenv. 14 years ago
Tom Lane 86a3f2d492 Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper. 14 years ago
Tom Lane e6faf910d7 Redesign the plancache mechanism for more flexibility and efficiency. 14 years ago
Tom Lane 5f42e5945b Remove no-longer-used variable. 15 years ago
Peter Eisentraut 1b81c2fe6e Remove many -Wcast-qual warnings 15 years ago