Skip to content

Commit f76fef9

Browse files
committed
More complete changes list for release 1.3.0
1 parent 779fd82 commit f76fef9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/pg_repack.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,14 @@ Releases
443443

444444
* pg_repack 1.3
445445

446-
* Added ``--dry-run`` to do a dry run.
447-
* Added ``--schema`` to repack only the specified schema.
446+
* Added ``--schema`` to repack only the specified schema (issue #20).
447+
* Added ``--dry-run`` to do a dry run (issue #21).
448+
* Fixed advisory locking for >2B OID values (issue #30).
449+
* Avoid possible deadlock when other sessions lock a to-be-repacked
450+
table (issue #32).
451+
* Performance improvement for performing sql_pop DELETEs many-at-a-time.
452+
* Attempt to avoid pg_repack taking forever when dealing with a
453+
constant heavy stream of changes to a table.
448454

449455
* pg_repack 1.2
450456

0 commit comments

Comments
 (0)