From f76fef94b6c1908f351c371bbb367569d17c1a28 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 10 Mar 2015 15:21:06 +0000 Subject: [PATCH] More complete changes list for release 1.3.0 --- doc/pg_repack.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index 713ec89..bb453a7 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -443,8 +443,14 @@ Releases * pg_repack 1.3 - * Added ``--dry-run`` to do a dry run. - * Added ``--schema`` to repack only the specified schema. + * Added ``--schema`` to repack only the specified schema (issue #20). + * Added ``--dry-run`` to do a dry run (issue #21). + * Fixed advisory locking for >2B OID values (issue #30). + * Avoid possible deadlock when other sessions lock a to-be-repacked + table (issue #32). + * Performance improvement for performing sql_pop DELETEs many-at-a-time. + * Attempt to avoid pg_repack taking forever when dealing with a + constant heavy stream of changes to a table. * pg_repack 1.2