From 9bef0d4fa72a948fec88b76a5ce6ae4c05fc09dc Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 23 Mar 2017 17:42:39 +0000 Subject: [PATCH] Added new features to release 1.4 --- doc/pg_repack.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index 2205cbb..daff1e0 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -468,10 +468,18 @@ Creating indexes concurrently comes with a few caveats, please see `the document Releases -------- +* pg_repack 1.4 + + * added support for PostgreSQL 9.6 + * use ``AFTER`` trigger to solve concurrency problems with ``INSERT + CONFLICT`` (issue #106) + * added ``--no-kill-backend`` option (issue #108) + * added ``--no-superuser-check`` option (issue #114) + * pg_repack 1.3.4 - * grab exclusive lock before dropping original table (#81) - * do not attempt to repack unlogged tables (#71) + * grab exclusive lock before dropping original table (issue #81) + * do not attempt to repack unlogged tables (issue #71) * pg_repack 1.3.3