pg_repack 1.3.1 released - Mailing list pgsql-announce

From Daniele Varrazzo
Subject pg_repack 1.3.1 released
Date
Msg-id CA+mi_8Z+jmr=yT4+AfWGbyu0J8hreT-c=1wecn8SCMCkpjZ8ow@mail.gmail.com
Whole thread Raw
List 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.


pgsql-announce by date:

Previous
From: Keith Fiske
Date:
Subject: PG Partition Manager v1.8.2 Released
Next
From: "Terry Erisman"
Date:
Subject: PG Columnar Store Extension cstore_fdw 1.2 Released