More complete changes list for release 1.3.0

This commit is contained in:
Daniele Varrazzo 2015-03-10 15:21:06 +00:00
parent 779fd82ddb
commit f76fef94b6

View File

@ -443,8 +443,14 @@ Releases
* pg_repack 1.3
* Added ``--dry-run`` to do a dry run.
* 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).
* Fixed advisory locking for >2B OID values (issue #30).
* Avoid possible deadlock when other sessions lock a to-be-repacked
table (issue #32).
* Performance improvement for performing sql_pop DELETEs many-at-a-time.
* Attempt to avoid pg_repack taking forever when dealing with a
constant heavy stream of changes to a table.
* pg_repack 1.2