[ANNOUNCE] pg_repack 1.4 released - Mailing list pgsql-announce

From Daniele Varrazzo
Subject [ANNOUNCE] pg_repack 1.4 released
Date
Msg-id CA+mi_8baq-BsL2f11KgwNph6bfwJwSvwVLCCrJN_d18J6dEfGw@mail.gmail.com
Whole thread Raw
List 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


pgsql-announce by date:

Previous
From: Christoph Berg
Date:
Subject: [ANNOUNCE] New releases on apt.postgresql.org: Ubuntu zesty (17.04), Debianstretch (9)
Next
From: Bo Peng
Date:
Subject: [ANNOUNCE] Pgpool-II 3.6.3, 3.5.7, 3.4.11, 3.3.15, 3.2.20 and pgpoolAdmin3.6.1 are now officially released.