Commit Graph

2045 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
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. 14 years ago
Peter Eisentraut 1b81c2fe6e Remove many -Wcast-qual warnings 14 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
Robert Haas a4b3feebc4 Clean up 'chkselinuxenv' script. 15 years ago
Robert Haas 10c378f235 Fix contrib/sepgsql and contrib/xml2 to always link required libraries. 15 years ago
Robert Haas a64bdf5f65 Allow sepgsql regression tests to be run from a user homedir. 15 years ago
Bruce Momjian 00a7c9014a In pg_upgrade, don't copy visibility map files from clusters that did not 15 years ago
Robert Haas ffaf9eca4c Typo fix. 15 years ago
Bruce Momjian 2411fbdac4 In pg_upgrade, avoid dumping orphaned temporary tables. This makes the 15 years ago
Peter Eisentraut 85612039b9 Message style improvements 15 years ago
Robert Haas b69f2e3640 Teach vacuumlo to limit number of removals, via new -l option. 15 years ago
Robert Haas 68cbb9f4e7 Modestly improve pgbench's checking for invalid ranges. 15 years ago
Robert Haas 4af43ee3f1 Make pgbench use erand48() rather than random(). 15 years ago
Bruce Momjian a31dc392d6 Fix pg_update to properly test for the data directory's existence on 15 years ago
Robert Haas 60fb25a3f5 Move new pgbench options to correct section of --help output. 15 years ago
Robert Haas 8cca49d8a0 Add some environment checks prior to sepgsql regression testing. 15 years ago
Robert Haas 7c26395661 Add new pgbench options, --tablespace and --index-tablespace. 15 years ago
Robert Haas 2d6fee09eb Add new pgbench switch, --unlogged-tables. 15 years ago