pg_repack 1.3.1 released

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pg_repack 1.3.1 released
Date: 2015-03-10 18:13:29
Message-ID: CA+mi_8Z+jmr=yT4+AfWGbyu0J8hreT-c=1wecn8SCMCkpjZ8ow@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

pg_repack 1.3.1 has just been released. This release implements
support to PostgreSQL 9.4.

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

Homepage: http://reorg.github.com/pg_repack/
Download: http://pgxn.org/dist/pg_repack/

Other features and bug fixes introduced in pg_repack 1.3 are:

* 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.

Browse pgsql-announce by date

  From Date Subject
Next Message Terry Erisman 2015-03-12 20:45:53 PG Columnar Store Extension cstore_fdw 1.2 Released
Previous Message Keith Fiske 2015-03-09 15:50:05 PG Partition Manager v1.8.2 Released