Thread: [ANNOUNCE] pg_repack 1.4 released

[ANNOUNCE] pg_repack 1.4 released

From
Daniele Varrazzo
Date:
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