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