Skip to content

Commit

Permalink
prepare release 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkij committed Apr 3, 2023
1 parent edf1a9c commit edbce64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
fail-fast: false
matrix:
pg:
- 16
- 15
- 14
- 13
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"Josh Kupershmidt <[email protected]>",
Expand All @@ -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"
}
},
Expand Down
5 changes: 4 additions & 1 deletion doc/pg_repack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit edbce64

Please sign in to comment.