Package postgresql16-pg_repack: Information
Source package: postgresql16-pg_repack
Version: 1.5.3-alt2
Build time: Mar 18, 2026, 09:21 AM in the task #411743
Category: Databases
Report package bugHome page: https://github.com/reorg/pg_repack
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)
postgresql16-pg_repack (x86_64, i586, aarch64)
postgresql16-pg_repack-debuginfo (x86_64, i586, aarch64)
Maintainer: Alexei Takaseev
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