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. -- Sent via pgsql-announce mailing list (pgsql-announce@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-announce