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