Package: postgresql-16-repack Source: pg-repack Version: 1.5.2-1.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 258 Depends: postgresql-16, postgresql-16-jit-llvm (>= 10), libc6 (>= 2.15), libpq5 (>= 9.0~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-16-repack_1.5.2-1.pgdg20.04+1_amd64.deb Size: 109896 SHA256: 5f2e42a3d1d3c03b43223062cc48a1fc609692f3f3d85d9d06808664f1f8cc69 SHA1: 1ea6b625b187f602b7bbccbb668b7c9f058d830f MD5sum: d05c26d41b70ae41ddcc155f6212854e 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.