From abb6f002e7fc116665097a06738aa909ed9b2cb2 Mon Sep 17 00:00:00 2001 From: amit Date: Fri, 26 Feb 2016 10:44:20 +0900 Subject: [PATCH] Add release notes for 1.3.2 and 1.3.3 releases. --- doc/pg_repack.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index 4492288..e7eb75d 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -466,6 +466,20 @@ Creating indexes concurrently comes with a few caveats, please see `the document Releases -------- +* pg_repack 1.3.3 + + * Added support for PostgreSQL 9.5 + * Fixed possible deadlock when pg_repack command is interrupted (issue #55) + * Fixed exit code for when pg_repack is invoked with ``--help`` and + ``--version`` + * Added Japanese language user manual + +* pg_repack 1.3.2 + + * Fixed to clean up temporary objects when pg_repack command is interrupted. + * Fixed possible crash when pg_repack shared library is loaded alongside + pg_statsinfo (issue #43). + * pg_repack 1.3.1 * Added support for PostgreSQL 9.4.