2010-01-18:	8.4.13
o  Improve tablespace handling for migrations to 8.5
o  Reorganize source code for clarity

2010-01-16:	8.4.12
o  Support 8.5 version-specific tablespace directories
o  Create script to delete old cluster
o  Use new 8.5 facilities to avoid toast table renaming

2010-01-04:	8.4.11
o  Migrate FSM and VM files when migrating from 8.4 to 8.5
o  Simplify status output

2009-12-29:	8.4.10
o  Updated INSTALL instructions

2009-12-28:	8.4.9
o  Add PGDLLIMPORT for Win32

2009-12-28:	8.4.8
o  Updated README

2009-12-27:	8.4.7
o  Remove restriction of migrating user-defined array/composite/enum types
   when migrating to PG 8.5 or later
o  Set autovacuum_freeze_max_age to its maximum, rather than compare values
o  Allow --check mode to be run while the old server is still running

2009-12-16:	8.4.6
o  Add support for migration to PostgreSQL 8.5 CVS HEAD
o  Check that the new autovacuum_freeze_max_age is not smaller than old

2009-12-10:	8.4.5
o  Fix failure to migrate a database where pg_largeobject had been reindexed;
   previously, an error was reported by pg_migrator and the migration terminated.

2009-08-07:	8.4.4
o  Documentation and status display improvements

2009-08-06:	8.4.3
o  Improve tests for invalid composites, arrays, and enums

2009-08-05:	8.4.2
o  Add support for EnterpriseDB Advance Server migration
o  Error out of composite, array, or enum user columns are present

2009-07-20:	8.4.1
o  Properly migrate sequences
o  Properly migrate large object indexes

2009-07-06:	8.4
o  First release of new codebase for Postgres 8.4


2007-01-30:	0.5
o  Final release of old codebase.
