| Age | Commit message (Expand) | Author |
| 2012-03-06 | In pg_upgrade, only lock the old cluster if link mode is used, and do it | Bruce Momjian |
| 2012-02-22 | Improve wording of pg_upgrade logfile option: | Bruce Momjian |
| 2012-02-15 | Have pg_upgrade output 'link' or 'copy' when reporting its status. | Bruce Momjian |
| 2012-01-27 | Fix pg_upgrade --help text for --user to not use a plural cluster name. | Bruce Momjian |
| 2012-01-25 | Now that the shared library name can be adjusted in the library test, | Bruce Momjian |
| 2012-01-25 | Improve plpython fix comment in pg_upgrade. | Bruce Momjian |
| 2012-01-25 | In pg_upgrade, when checking for the plpython library, we must check for | Bruce Momjian |
| 2012-01-25 | Fix new SQL tablespace location function usage in pg_upgrade to properly | Bruce Momjian |
| 2012-01-19 | Add pg_upgrade C comment about why we check all relkinds for regtypes. | Bruce Momjian |
| 2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
| 2011-12-27 | Remove support for on_exit() | Peter Eisentraut |
| 2011-12-27 | Run "make all" as a prerequisite of "make check" | Peter Eisentraut |
| 2011-12-07 | Remove spclocation field from pg_tablespace | Magnus Hagander |
| 2011-12-05 | In pg_upgrade, allow tables using regclass to be upgraded because we | Bruce Momjian |
| 2011-11-30 | Move EXTRA_CLEAN to where it actually works. | Tom Lane |
| 2011-11-29 | pg_upgrade: Disable installcheck | Peter Eisentraut |
| 2011-11-27 | Add pg_upgrade test suite | Peter Eisentraut |
| 2011-11-26 | Remove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary. | Bruce Momjian |
| 2011-11-24 | Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing to | Bruce Momjian |
| 2011-11-18 | Remove scandir() requirement in pg_upgrade; instead just use readdir() | 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-11-17 | Remove pg_upgrade function no longer called (dir_matching_filenames). | Bruce Momjian |
| 2011-11-04 | Silence bogus compiler warning. | Robert Haas |
| 2011-11-04 | Check the return value of getcwd(), instead of assuming success. | Robert Haas |
| 2011-11-03 | Adjust pg_upgrade "new database skip" code, e.g. 'postgres', to more | Bruce Momjian |
| 2011-11-01 | Update pg_upgrade comment on missing 'postgres' database. | Bruce Momjian |
| 2011-11-01 | Allow pg_upgrade to upgrade an old cluster that doesn't have a | Bruce Momjian |
| 2011-10-29 | Remove pg_upgrade dependency on the 'postgres' database existing in the | Bruce Momjian |
| 2011-10-28 | Clarify pg_upgrade error message that the 'postgres' database must exist | Bruce Momjian |
| 2011-10-28 | Update pg_upgrade testing instructions. | Bruce Momjian |
| 2011-10-10 | In pg_upgrade, add -o/-O options to pass parameters to the servers, and | Bruce Momjian |
| 2011-10-07 | In pg_upgrade, use the new postmaster -C option to get the real data | Bruce Momjian |
| 2011-10-06 | In pg_upgrade, improve popen() failure detection by checking for fgets() | Bruce Momjian |
| 2011-10-01 | In pg_upgrade, remove unnecessary local variable. | Bruce Momjian |
| 2011-09-29 | In pg_upgrade, because toast table names can be mismatched with the heap | Bruce Momjian |
| 2011-09-10 | Add missing format attributes | Peter Eisentraut |
| 2011-09-07 | In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree | Bruce Momjian |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-08-30 | Fix not-backwards-compatible pg_upgrade test for prepared transactions. | Tom Lane |
| 2011-08-27 | Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and | Bruce Momjian |
| 2011-08-26 | In pg_upgrade, limit schema name filter to include toast tables. Bug | Bruce Momjian |
| 2011-08-19 | In pg_upgrade, don't copy visibility map files from clusters that did not | 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-21 | In pg_upgrade, add C comment about why we don't try to do shared file | Bruce Momjian |
| 2011-07-20 | In pg_upgrade, fix the -l/log option to work on Windows. | Bruce Momjian |
| 2011-07-20 | In pg_upgrade, use pg_strudup(), for consistency. | Bruce Momjian |
| 2011-07-12 | Make pg_upgrade output more consistent with project style | Peter Eisentraut |