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