From edbce64cf0f53b06559321aa1a818e74c67fb23a Mon Sep 17 00:00:00 2001 From: melkij Date: Mon, 3 Apr 2023 19:09:46 +0300 Subject: [PATCH] prepare release 1.4.9 --- .github/workflows/regression.yml | 1 + META.json | 4 ++-- doc/pg_repack.rst | 5 ++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index bf997992..812c5a1e 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -7,6 +7,7 @@ jobs: fail-fast: false matrix: pg: + - 16 - 15 - 14 - 13 diff --git a/META.json b/META.json index 556447a2..c66a72f8 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "pg_repack", "abstract": "PostgreSQL module for data reorganization", "description": "Reorganize tables in PostgreSQL databases with minimal locks", - "version": "1.4.8", + "version": "1.4.9", "maintainer": [ "Beena Emerson ", "Josh Kupershmidt ", @@ -15,7 +15,7 @@ "provides": { "pg_repack": { "file": "lib/pg_repack.sql", - "version": "1.4.8", + "version": "1.4.9", "abstract": "Reorganize tables in PostgreSQL databases with minimal locks" } }, diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index 6b0d6c9c..30fc3d08 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -40,7 +40,7 @@ Requirements ------------ PostgreSQL versions - PostgreSQL 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15 + PostgreSQL 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15, 16 Disks Performing a full-table repack requires free disk space about twice as @@ -469,8 +469,11 @@ Releases * pg_repack 1.4.9 (unreleased) + * Added support for PostgreSQL 16 * 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) + * Documentation: adjust the wait timeout flag (issue #188) + * Trying to get a lock in loop with timeouts during cleanup (issue #298) * pg_repack 1.4.8