Package postgresql16-pg_repack: Information

    Source package: postgresql16-pg_repack
    Version: 1.5.3-alt2
    Latest version according to Repology
    Build time:  Mar 18, 2026, 09:21 AM in the task #411743
    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.

    List of RPM packages built from this SRPM:
    postgresql16-pg_repack (x86_64, i586, aarch64)
    postgresql16-pg_repack-debuginfo (x86_64, i586, aarch64)

    Maintainer: Alexei Takaseev


    ACL:
    Alexei Takaseev
    @everybody

      1. libzstd-devel
      2. postgresql16-server-devel
      3. setproctitle-devel
      4. zlib-devel
      5. libecpg6-16-devel-static
      6. liblz4-devel
      7. libnuma-devel
      8. libssl-devel
      9. libreadline-devel

    Last changed


    March 18, 2026 Alexei Takaseev 1.5.3-alt2
    - Use LLVM if it used in PostgreSQL
    Oct. 27, 2025 Alexei Takaseev 1.5.3-alt1
    - 1.5.3
    Oct. 17, 2025 Alexei Takaseev 1.5.2-alt2
    - Add BR libnuma-devel
    - Enable JIT on LoongArch