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