Package: postgresql-19-repack Source: pg-repack Version: 1.5.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 245 Depends: postgresql-19, libc6 (>= 2.34), libpq5 (>= 9.0~) Breaks: postgresql-19-jit-llvm (<< 15) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-19-repack_1.5.3-1.pgdg22.04+1_amd64.deb Size: 103796 SHA512: 7f10b196803ad37a7031b0aab00a4fdc3daf35babcdbc951aa848d960e72c499140f8aa735071e6311137f916910cd17819ba1d294035b4331d291613e493c80 SHA256: 3a488679cde13395ecc069b7ecfad691f64b1fe345a0bf132d088229be25ed08 SHA1: 884ba4018852608c1dcf25cffbb21623e8e6b806 MD5sum: 1eb65b8024401295633523b90bccefc9 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.