Changelog updated with last developments

This commit is contained in:
Daniele Varrazzo 2017-09-25 03:15:58 +01:00
parent d7b4e75c10
commit 1cb3a52ccb

View File

@ -40,7 +40,7 @@ Requirements
------------
PostgreSQL versions
PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5, 9.6
PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 10
Disks
Performing a full-table repack requires free disk space about twice as
@ -466,6 +466,12 @@ Creating indexes concurrently comes with a few caveats, please see `the document
Releases
--------
* pg_repack 1.4.2
* added PostgreSQL 10 support (issue #120)
* fixed error DROP INDEX CONCURRENTLY cannot run inside a transaction block
(issue #129)
* pg_repack 1.4.1
* fixed broken ``--order-by`` option (issue #138)