Package: postgresql-16-repack Source: pg-repack Version: 1.5.2-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 252 Depends: postgresql-16, libc6 (>= 2.34), libpq5 (>= 9.0~) Breaks: postgresql-16-jit-llvm (<< 15) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-16-repack_1.5.2-2.pgdg22.04+1_amd64.deb Size: 107948 SHA256: d16c237b5c2d56f80ebcdbfc2c10fac90485d8ba716be5ba10317ddcf45bcc56 SHA1: cf95be00fee30eb3a1c5bf471075000e282ce95d MD5sum: 64e7ab6db3ebf20efca0fdf434b141bf 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 16.