Commit Graph

2025 Commits (e6d800981ed0cd8889660d40cb5e813dfad87344)

Author SHA1 Message Date
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
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
Tom Lane cacd42d62c Rewrite libxml error handling to be more robust. 15 years ago
Peter Eisentraut bf6be7af25 Put inline declaration before return type 15 years ago
Tom Lane 1af37ec96d Replace errdetail("%s", ...) with errdetail_internal("%s", ...). 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
Tom Lane 6e6cc5910b Make the file_fdw validator check that a filename option has been provided. 15 years ago
Peter Eisentraut 76dfcb942f Postgres -> PostgreSQL in error message 15 years ago
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 15 years ago
Tom Lane acb9198b96 Make distprep and *clean build targets recurse into all subdirectories. 15 years ago
Bruce Momjian a88f4496b7 Change pg_upgrade to use port 50432 by default to avoid unintended 15 years ago
Alvaro Herrera 6f3efa76b0 Remove rel.h from objectaddress.h; only relcache.h is necessary. 15 years ago
Joe Conway 8af3596d6b Async dblink functions require a named connection, and therefore should 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