Tags: cpaelzer/pg_repack
Tags
pg_repack 1.2.0 released * Added ``--tablespace`` and ``--moveidx`` options to perform online SET TABLESPACE. * Added ``--index`` to repack indexes only. * Added ``--jobs`` option for parallel operation. * Don't require ``--no-order`` to perform a VACUUM FULL on non-clustered tables (pg_repack issue reorg#6). * Don't wait for locks held in other databases (pg_repack issue reorg#11). * Bugfix: correctly handle key indexes with options such as DESC, NULL FIRST/LAST, COLLATE (pg_repack issue reorg#3). * Fixed data corruption bug on delete (pg_repack issue reorg#23). * More helpful program output and error messages.
PreviousNext