Package: postgresql-14-repack Source: pg-repack Version: 1.5.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 243 Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.0~) Breaks: postgresql-14-jit-llvm (<< 21) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-14-repack_1.5.3-1.pgdg26.04+1_amd64.deb Size: 101300 SHA256: 9267317d9d9bc64f9681301c8cd0822c63e4154456200803e77e641394b51279 SHA1: c511517d1a70389cd7146838dc3c6d5c415a05f0 MD5sum: 2093b5dae5c179f4333e597321fd5a5f Description: reorganize tables in PostgreSQL databases with minimal locks 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. . This package contains the pg_repack program and the server extension for PostgreSQL 14.