| Age | Commit message (Expand) | Author |
| 2013-03-22 | Allow I/O reliability checks using 16-bit checksums | Simon Riggs |
| 2013-03-04 | Add a materialized view relations. | Kevin Grittner |
| 2013-02-28 | Improve pg_upgrade commentary on multixact change | Alvaro Herrera |
| 2013-02-14 | pg_upgrade: conditionally create cluster delete script | Bruce Momjian |
| 2013-02-14 | Fix pg_upgrade log file cleanup code | Bruce Momjian |
| 2013-02-12 | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera |
| 2013-01-24 | pg_upgrade: detect stale postmaster.pid lock files | Bruce Momjian |
| 2013-01-24 | Use the catversion to distinguish old/new clusters | Alvaro Herrera |
| 2013-01-24 | Don't require oldestMultixact if server doesn't have it | Alvaro Herrera |
| 2013-01-24 | pg_upgrade: report failed cluster name | Bruce Momjian |
| 2013-01-23 | Improve concurrency of foreign key locking | Alvaro Herrera |
| 2013-01-23 | pg_upgrade: remove --single-transaction usage | Bruce Momjian |
| 2013-01-18 | Improve pg_upgrade error report | Bruce Momjian |
| 2013-01-12 | Extend and improve use of EXTRA_REGRESS_OPTS. | Andrew Dunstan |
| 2013-01-09 | Allow parallel copy/link in pg_upgrade | Bruce Momjian |
| 2013-01-03 | Prevent creation of postmaster's TCP socket during pg_upgrade testing. | Tom Lane |
| 2013-01-03 | Adjust a few pg_upgrade functions to return void. | Bruce Momjian |
| 2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
| 2012-12-27 | Add pg_upgrade --jobs parameter | Bruce Momjian |
| 2012-12-20 | Avoid using NAMEDATALEN in pg_upgrade | Bruce Momjian |
| 2012-12-20 | Add pg_upgrade comment about mismatch error | Bruce Momjian |
| 2012-12-11 | Fix pg_upgrade for invalid indexes | Bruce Momjian |
| 2012-12-11 | Fix pg_upgrade -O/-o options | Bruce Momjian |
| 2012-12-07 | Improve pg_upgrade's status display | Bruce Momjian |
| 2012-12-04 | In pg_upgrade testing script, turn off command echo at the end so status | Bruce Momjian |
| 2012-12-04 | Restore set -x in pg_upgrade/test.sh, so the user can see what is being | Bruce Momjian |
| 2012-12-04 | Add initdb --sync-only option to sync the data directory to durable | Bruce Momjian |
| 2012-12-04 | Revert initdb --sync-only patch that had incorrect commit messages. | Bruce Momjian |
| 2012-12-04 | dummy commit | Bruce Momjian |
| 2012-12-04 | dummy commit | Bruce Momjian |
| 2012-12-01 | In pg_upgrade, remove 'set -x' from test script. | Bruce Momjian |
| 2012-12-01 | Revert: | Bruce Momjian |
| 2012-12-01 | Remove pg_restore's --single-transaction option, as it throws errors in | Bruce Momjian |
| 2012-12-01 | In pg_upgrade, improve status wording now that we have per-database | Bruce Momjian |
| 2012-11-30 | In pg_upgrade, dump each database separately and use | Bruce Momjian |
| 2012-11-30 | Clean environment for pg_upgrade test. | Andrew Dunstan |
| 2012-11-25 | In pg_upgrade, simplify function copy_file() by using pg_malloc() and | Bruce Momjian |
| 2012-11-25 | In pg_upgrade, fix a few place that used maloc/free rather than | Bruce Momjian |
| 2012-11-19 | In pg_upgrade, report errno string if file existence check returns an | Bruce Momjian |
| 2012-11-15 | In pg_upgrade, add third meaningless parameter to open(). | Bruce Momjian |
| 2012-11-14 | In pg_upgrade, copy fsm, vm, and extent files by checking for file | Bruce Momjian |
| 2012-11-14 | Mark pg_upgrade's free_db_and_rel_infos() as a static function. | Bruce Momjian |
| 2012-11-06 | In pg_upgrade, set synchronous_commit=off for the new cluster, to | Bruce Momjian |
| 2012-10-18 | Use a more portable platform test. | Andrew Dunstan |
| 2012-10-10 | In pg_upgrade, issue proper error message when we can't open PG_VERSION. | Bruce Momjian |
| 2012-10-03 | In pg_upgrade, use full path name for analyze_new_cluster.sh script. | Bruce Momjian |
| 2012-10-02 | Work around unportable behavior of malloc(0) and realloc(NULL, 0). | Tom Lane |
| 2012-10-02 | In pg_upgrade, improve error reporting when the number of relation | Bruce Momjian |
| 2012-10-02 | Adjust pg_upgrade query so toast tables related to system catalog schema | Bruce Momjian |
| 2012-10-02 | In pg_upgrade, try to convert the locale names to canonical form before | Bruce Momjian |