From 1cb3a52ccb259f1551b1004d283062a2355b3e73 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 25 Sep 2017 03:15:58 +0100 Subject: [PATCH] Changelog updated with last developments --- doc/pg_repack.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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)