summaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade
AgeCommit message (Expand)Author
2012-01-25Now that the shared library name can be adjusted in the library test,Bruce Momjian
2012-01-25In pg_upgrade, when checking for the plpython library, we must check forBruce Momjian
2011-12-05In pg_upgrade, allow tables using regclass to be upgraded because weBruce Momjian
2011-11-17Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1.Bruce Momjian
2011-11-17Fix pg_upgrade's pg_scandir_internal() to properly handle a NULLBruce Momjian
2011-09-29In pg_upgrade, because toast table names can be mismatched with the heapBruce Momjian
2011-09-07In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltreeBruce Momjian
2011-08-30Fix not-backwards-compatible pg_upgrade test for prepared transactions.Tom Lane
2011-08-26In pg_upgrade, limit schema name filter to include toast tables. BugBruce Momjian
2011-08-16In pg_upgrade, avoid dumping orphaned temporary tables. This makes theBruce Momjian
2011-07-30Fix pg_update to properly test for the data directory's existence onBruce Momjian
2011-07-24In pg_upgrade on Windows, check if the directory is writable by actuallyBruce Momjian
2011-07-20In pg_upgrade, fix the -l/log option to work on Windows.Bruce Momjian
2011-07-07Fix use of unportable %m formatPeter Eisentraut
2011-07-05Postgres -> PostgreSQL in error messagePeter Eisentraut
2011-06-23In pg_upgrade, check that the binary and data directories are the sameBruce Momjian
2011-06-22Adjust pg_upgrade check for pg_upgrade_support to happen after theBruce Momjian
2011-06-22Fix pg_upgrade status message capitalization mistake.Bruce Momjian
2011-06-14In pg_upgrade, check there are no prepared transactions.Bruce Momjian
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-05-24In pg_upgrade, do case-insensitive checks of locale, encoding, and ctypeBruce Momjian
2011-05-19In pg_upgrade, clean up handling of invalid directory specification byBruce Momjian
2011-05-18Improve pg_upgrade error reporting if the bin or data directories do notBruce Momjian
2011-05-18/contrib/foo -> contrib/fooPeter Eisentraut
2011-05-18Improve pg_upgrade X_OK comment.Bruce Momjian
2011-05-18Fix pg_upgrade build problem on Windows when using X_OK accessBruce Momjian
2011-05-16Update pg_upgrade directory check error message.Bruce Momjian
2011-05-16Add pg_upgrade check to make sure the user has full access permission inBruce Momjian
2011-05-16Allow pg_upgrade to honor libpq environment variables. Add 'local'Bruce Momjian
2011-05-10Format pg_upgrade --version in line with conventionsPeter Eisentraut
2011-05-10Add bug report line to pg_upgrade --help outputPeter Eisentraut
2011-05-10In pg_upgrade, remove suggestion of setting pg_hba.conf to 'trust', nowBruce Momjian
2011-05-09In pg_upgrade, add status message about superuser check.Bruce Momjian
2011-05-08Add C comment why client encoding can be set in pg_upgrade.Bruce Momjian
2011-05-07In pg_upgrade, report non-super-user username in error message.Bruce Momjian
2011-05-07Check that the pg_upgrade user specified is a super-user.Bruce Momjian
2011-05-07Adjust pg_upgrade FATAL error messages to have consistent newlines.Bruce Momjian
2011-05-05Improve formatting of pg_upgrade --help outputPeter Eisentraut
2011-04-26Now that pg_upgrade uses -w in pg_ctl, remove loop that retried testingBruce Momjian
2011-04-26In pg_upgrade, avoid one start/stop of the postmaster; use the -wBruce Momjian
2011-04-25Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian
2011-04-24In pg_upgrade, only compile copy_file() on non-Win32 systems.Bruce Momjian
2011-04-20Pg_upgrade C comment addition.Bruce Momjian
2011-04-20Throw error for mismatched pg_upgrade clustersBruce Momjian
2011-04-19Add C commentBruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-07Allow pg_upgrade with PGCLIENTENCODING setPeter Eisentraut
2011-04-07Simplify structure of query used to gather database object informationBruce Momjian
2011-04-06Replace the confusing exit_nicely() by an atexit/on_exit hookPeter Eisentraut
2011-03-30Mention pg_upgrade sets autovacuum_freeze_max_age to maximum.Bruce Momjian