Package: postgresql-19-repack Source: pg-repack Version: 1.5.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 243 Depends: postgresql-19, libc6 (>= 2.38), libpq5 (>= 9.0~) Breaks: postgresql-19-jit-llvm (<< 21) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-19-repack_1.5.3-1.pgdg26.04+1_amd64.deb Size: 102152 SHA512: 5a7707144831f9f43958ca14055788dbb9eaf5324f9f9ca0ef727898237626d0fc168df5cbc351f4f2f5b9db8f403e55cfa14e9b23e63370194abe1818b1e099 SHA256: b397f80121f824a406f7dac85bb030c274af449cc6148238d683223b9ebe884e SHA1: fb8377e507dbe2fe9613746ce0cd481ee48c8e4a MD5sum: b5aee5ed9ed3e84d2bfb177ba3a3caca 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 19.