From 4cd04066870b70dafdbb30f684c78a2ee7c5315d Mon Sep 17 00:00:00 2001 From: Artur Zakirov Date: Thu, 12 Dec 2024 12:10:01 +0100 Subject: [PATCH] Release of pg_repack 1.5.2 Just add release notes. The version was already bumped within META.json before. --- doc/pg_repack.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index ebcaa54..5c6d9c7 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -478,6 +478,11 @@ Creating indexes concurrently comes with a few caveats, please see `the document Releases -------- +* pg_repack 1.5.2 + + * Allow to run pg_repack by non-superusers (issue/pull request #431) + * Make ``--error-on-invalid-index`` the default behavior (issue #422) + * pg_repack 1.5.1 * Added support for PostgreSQL 17