diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index d32a48d..2174630 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -40,7 +40,7 @@ Requirements ------------ PostgreSQL versions - PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5, 9.6 + PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 10 Disks Performing a full-table repack requires free disk space about twice as @@ -466,6 +466,12 @@ Creating indexes concurrently comes with a few caveats, please see `the document Releases -------- +* pg_repack 1.4.2 + + * added PostgreSQL 10 support (issue #120) + * fixed error DROP INDEX CONCURRENTLY cannot run inside a transaction block + (issue #129) + * pg_repack 1.4.1 * fixed broken ``--order-by`` option (issue #138)