We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779fd82 commit f76fef9Copy full SHA for f76fef9
doc/pg_repack.rst
@@ -443,8 +443,14 @@ Releases
443
444
* pg_repack 1.3
445
446
- * Added ``--dry-run`` to do a dry run.
447
- * Added ``--schema`` to repack only the specified schema.
+ * Added ``--schema`` to repack only the specified schema (issue #20).
+ * 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.
454
455
* pg_repack 1.2
456
0 commit comments