From c2cbef7a8837f8f3590638145122ce35ae4cc53a Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 22 Nov 2023 21:10:04 +0100 Subject: [PATCH] docs: add missing history entries for the new release --- doc/pg_repack.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index 35eddc3e..b2e566ff 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -475,8 +475,14 @@ Releases * pg_repack 1.4.9 (unreleased) + * Added support for PostgreSQL 16 + * Fix possible SQL injection (issue #368) + * Support longer password length (issue #357) + * Fixed infinite loop on empty password (issue #354) + * Added ``--switch-threshold`` option (issue #347) * Fixed crash in ``get_order_by()`` using invalid relations (issue #321) * Added support for tables that have been previously rewritten with `VACUUM FULL` and use storage=plain for all columns (issue #313) + * More careful locks acquisition (issue #298) * pg_repack 1.4.8