Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
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
Peter Eisentraut 52ce20589a Add missing format attributes 15 years ago
Tom Lane a7801b62f2 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 15 years ago
Bruce Momjian 3ced32d24e In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 15 years ago
Tom Lane 1609797c25 Clean up the #include mess a little. 15 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 15 years ago
Robert Haas 4232c4b406 Userspace access vector cache for contrib/sepgsql. 15 years ago
Robert Haas 3d14bd2563 Fix "is db labeled test?" in chkselinuxenv script. 15 years ago
Bruce Momjian d532184252 Remove "fmgr.h" include in cube contrib --- caused crash on a Gentoo 15 years ago
Tom Lane 731ebb64b7 Fix not-backwards-compatible pg_upgrade test for prepared transactions. 15 years ago
Bruce Momjian 4bd7333b14 Allow more include files to be compiled in their own by adding missing 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
Tom Lane 2e95f1f002 Add "%option warn" to all flex input files that lacked it. 15 years ago
Tom Lane bd165757f4 Add a regression test for pgstattuple. 15 years ago
Tom Lane af7d181298 Fix pgstatindex() to give consistent results for empty indexes. 15 years ago
Tom Lane d1d388603e Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS. 15 years ago
Tom Lane ba69b419a8 Avoid locale dependency in expected output. 15 years ago
Tom Lane cb5c2ba2d8 Fix multiple bugs in extension dropping. 15 years ago