Commit Graph

2002 Commits (375aa7b393843800a2bfefcbc13fa68ca82dee53)

Author SHA1 Message Date
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
Bruce Momjian b06ad7def8 Fix pg_upgrade status message capitalization mistake. 15 years ago
Tom Lane ca59dfa6f7 Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). 15 years ago
Bruce Momjian e3df3572f6 In pg_upgrade, clean up code layout in validateDirectoryOption(). 15 years ago
Bruce Momjian 07d17a73ec In pg_upgrade, check there are no prepared transactions. 15 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 15 years ago
Tom Lane 3ebc061c18 Make citext's equality and hashing functions collation-insensitive. 15 years ago
Peter Eisentraut ba4cacf075 Recode non-ASCII characters in source to UTF-8 15 years ago
Peter Eisentraut 4d7d6386d7 Remove literal tabs from message strings 15 years ago
Bruce Momjian 11c08c3fd7 In pg_upgrade, do case-insensitive checks of locale, encoding, and ctype 15 years ago
Heikki Linnakangas ea896da394 Replace strdup() with pstrdup(), to avoid leaking memory. 15 years ago
Bruce Momjian 1f35944607 In pg_upgrade, clean up handling of invalid directory specification by 15 years ago
Bruce Momjian 772a5f1e5b Improve pg_upgrade error reporting if the bin or data directories do not 15 years ago
Peter Eisentraut 0ee391b77a /contrib/foo -> contrib/foo 15 years ago
Bruce Momjian 92ff915018 Improve pg_upgrade X_OK comment. 15 years ago
Bruce Momjian 6fbf4e0e7c Fix pg_upgrade build problem on Windows when using X_OK access 15 years ago
Bruce Momjian e728701fb4 Update pg_upgrade directory check error message. 15 years ago
Bruce Momjian bda27e502f Add pg_upgrade check to make sure the user has full access permission in 15 years ago
Bruce Momjian 6c19bd96bc Allow pg_upgrade to honor libpq environment variables. Add 'local' 15 years ago
Alvaro Herrera c6eb5740b3 Fix assorted typos 15 years ago
Peter Eisentraut 94a8fde403 Put options help in alphabetical order 15 years ago
Peter Eisentraut 00fad9f6fe Format pg_upgrade --version in line with conventions 15 years ago
Peter Eisentraut 4c78846cb3 Add bug report line to pg_upgrade --help output 15 years ago
Peter Eisentraut 3a8dcd9a1f Put pg_test_fsync --help and --version output in line with conventions 15 years ago