Added new features to release 1.4

This commit is contained in:
Daniele Varrazzo 2017-03-23 17:42:39 +00:00
parent 3c717c3509
commit 9bef0d4fa7

View File

@ -468,10 +468,18 @@ Creating indexes concurrently comes with a few caveats, please see `the document
Releases 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 * pg_repack 1.3.4
* grab exclusive lock before dropping original table (#81) * grab exclusive lock before dropping original table (issue #81)
* do not attempt to repack unlogged tables (#71) * do not attempt to repack unlogged tables (issue #71)
* pg_repack 1.3.3 * pg_repack 1.3.3