Thread: pg_repack 1.2 released

pg_repack 1.2 released

From
Daniele Varrazzo
Date:
We are proud to announce the release of pg_repack 1.2.

pg_repack is a tool to remove tables and indexes bloat in PostgreSQL
databases with minimal locks.

pg_repack 1.2 offers several improvements and bugfixes on the previous
pg_reorg/pg_repack release 1.1.8. Among the new features:

- added the possibility to move tables and indexes across tablespaces
  (online SET TABLESPACE)
- added the possibility to repack only the indexes of a table
- faster, parallel index operations
- more friendly command line switches and error messages

Please check the online documentation for the list of all changes:

    http://reorg.github.com/pg_repack/

You can download and install pg_repack 1.2 from the PostgreSQL
Extensions Network:

    http://pgxn.org/dist/pg_repack/

Many thanks to everybody involved in the development and release of
pg_repack.