pg_repack 1.4 released

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pg_repack 1.4 released
Date: 2017-04-26 10:26:22
Message-ID: CA+mi_8baq-BsL2f11KgwNph6bfwJwSvwVLCCrJN_d18J6dEfGw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Good morning,

we are proud to release pg_repack 1.4, including several new features
and bug fixes:

- added support for PostgreSQL 9.6, dropped support for versions before 9.1
- use 'AFTER' trigger to solve concurrency problems with 'INSERT
CONFLICT' (issue #106)
- added '--no-kill-backend' option (issue #108)
- added '--no-superuser-check' option (issue #114)
- added '--exclude-extension' option (#97)
- added '--parent-table' option (#117)
- restore TOAST storage parameters on repacked tables (issue #10)
- restore columns storage types in repacked tables (issue #94)

Documentation is available at http://reorg.github.io/pg_repack/1.4/

You can download the extension from the PGXN network:

https://pgxn.org/dist/pg_repack/

Or using the pgxn client:

sudo pgxn install pg_repack

Thank you very much to the several people who contributed ideas and
code, and above all to the kind, patient, and brilliant Masahiko
Sawada who has been the real force putting together this release. A
really special thank you from me and from all the people who will be
helped by your work!

-- Daniele

Browse pgsql-announce by date

  From Date Subject
Next Message Bo Peng 2017-04-28 06:53:33 Pgpool-II 3.6.3, 3.5.7, 3.4.11, 3.3.15, 3.2.20 and pgpoolAdmin 3.6.1 are now officially released.
Previous Message Christoph Berg 2017-04-25 11:33:12 New releases on apt.postgresql.org: Ubuntu zesty (17.04), Debian stretch (9)