summaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade
AgeCommit message (Expand)Author
2011-07-05Postgres -> PostgreSQL in error messagePeter Eisentraut
2011-07-01Change pg_upgrade to use port 50432 by default to avoid unintendedBruce Momjian
2011-06-23In pg_upgrade, check that the binary and data directories are the sameBruce Momjian
2011-06-22In pg_upgrade, fix odd function parameter wrapping.Bruce Momjian
2011-06-22Rename pg_upgrade directory validation function, for clarity.Bruce 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-15In pg_upgrade, clean up code layout in validateDirectoryOption().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
2011-03-30Expand comment on how pg_upgrade is turning off autovacuum.Bruce Momjian
2011-03-29In pg_upgrade, add C comment about how autovacuum is disabled.Bruce Momjian
2011-03-16Remove unused copy_dir() function from pg_upgrade.Bruce Momjian
2011-03-09Fix file descriptor leaks in pg_upgrade in failure code paths.Bruce Momjian
2011-03-07Tighten pg_upgrade check for pre-8.4 toast table name matching.Bruce Momjian
2011-03-07Fix a couple more missing "static" markers.Tom Lane
2011-03-06Improve pg_upgrade relation name check logic for pre-8.4 servers.Bruce Momjian
2011-03-06Update new pg_upgrade comment about pre-8.4 TOAST tables.Bruce Momjian
2011-03-06Restructure pg_upgrade checks because pre-8.4 Postgres did not renameBruce Momjian
2011-03-06Fix pg_upgrade to print the proper database name for file transferBruce Momjian