Package postgresql14-pg_repack: Information

    Binary package: postgresql14-pg_repack
    Version: 1.5.0-alt2
    Architecture: e2kv5
    Build time:  Apr 18, 2024, 03:17 PM
    Source package: postgresql14-pg_repack
    Category: Databases
    Report package bug
    License: BSD
    Summary: pg_repack is a PostgreSQL extension which lets you remove bloat from tables and indexes
    Description: 
    pg_repack_ is a PostgreSQL extension which lets you remove bloat from
    tables and indexes, and optionally restore the physical order of clustered
    indexes. Unlike CLUSTER_ and `VACUUM FULL`_ it works online, without
    holding an exclusive lock on the processed tables during processing.
    pg_repack is efficient to boot, with performance comparable to using
    CLUSTER directly.

    Maintainer: Alexei Takaseev


    Last changed


    April 17, 2024 Alexei Takaseev 1.5.0-alt2
    - Support PG version 12 and newer
    March 17, 2024 Alexey Sheplyakov 1.5.0-alt1.1
    - NMU: fixed FTBFS on LoongArch
    March 15, 2024 Alexei Takaseev 1.5.0-alt1
    - Initial build for ALT Linux