pg_repack 1.2 released - Mailing list pgsql-announce

From Daniele Varrazzo
Subject pg_repack 1.2 released
Date
Msg-id CA+mi_8Y9dRGD20qucds6ujs3k8da4ke0jF2PyPoob3gY58rgiA@mail.gmail.com
Whole thread Raw
List pgsql-announce
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.


pgsql-announce by date:

Previous
From: Sandro Santilli
Date:
Subject: PostGIS security releases 2.0.6 and 2.1.3
Next
From: Geoff Montee
Date:
Subject: tds_fdw 1.0.0 - Foreign Data Wrapper for MS SQL Server and Sybase