Commit Graph

1984 Commits (cab19af9fb573f87b713b604a99799a6a242668b)

Author SHA1 Message Date
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
Bruce Momjian 5059cf6ebf In pg_upgrade, remove suggestion of setting pg_hba.conf to 'trust', now 15 years ago
Bruce Momjian 78318d63d7 In pg_upgrade, add status message about superuser check. 15 years ago
Bruce Momjian e6a7402842 Add C comment why client encoding can be set in pg_upgrade. 15 years ago
Bruce Momjian 1609ca5adb In pg_upgrade, report non-super-user username in error message. 15 years ago
Bruce Momjian 81301b8578 Check that the pg_upgrade user specified is a super-user. 15 years ago
Bruce Momjian 5c5f83507c Adjust pg_upgrade FATAL error messages to have consistent newlines. 15 years ago
Peter Eisentraut b24181b26f Improve pg_archivecleanup and pg_standby --help output 15 years ago
Peter Eisentraut d6d823c8b0 Improve formatting of pg_upgrade --help output 15 years ago
Bruce Momjian 6c4d2bd914 Now that pg_upgrade uses -w in pg_ctl, remove loop that retried testing 15 years ago
Bruce Momjian 44091442db In pg_upgrade, avoid one start/stop of the postmaster; use the -w 15 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago
Bruce Momjian 76dd09bbec Add postmaster/postgres undocumented -b option for binary upgrades. 15 years ago
Bruce Momjian f6322b3191 In pg_upgrade, only compile copy_file() on non-Win32 systems. 15 years ago
Tom Lane bb85030630 Fix contrib/btree_gist to handle collations properly. 15 years ago
Tom Lane 474ff212e5 De-kludge contrib/btree_gin for collations. 15 years ago
Bruce Momjian 0262251c33 Pg_upgrade C comment addition. 15 years ago
Bruce Momjian 7228d02989 Throw error for mismatched pg_upgrade clusters 15 years ago
Bruce Momjian 0341944706 Add C comment 15 years ago