pg_repack

PostgreSQL extension to remove bloat from tables and indexes

Description

pg_repack can re-organize tables on a postgres database
without any locks so that you can retrieve or update rows
in tables being reorganized.

The module is developed to be a better alternative of
CLUSTER and VACUUM FULL.
Website: http://pgxn.org/dist/pg_repack/
License: BSD
Vendor: Baruwa Enterprise Edition https://packages.baruwa.com/
Group: applications/databases

Packages

pg_repack-1.4.3-1.el6.x86_64 [53 KiB] Changelog by Andrew Colin Kissa (2018-05-20):
- Latest upstream
pg_repack-1.4.2-2.el6.x86_64 [53 KiB] Changelog by Andrew Colin Kissa (2018-03-06):
- CVE-2018-1058 fixes