Package: postgresql-15-repack Source: pg-repack Version: 1.5.0-1.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 255 Depends: postgresql-15, postgresql-15-jit-llvm (>= 10), libc6 (>= 2.15), libpq5 (>= 8.3~rc1-1~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-15-repack_1.5.0-1.pgdg20.04+1_amd64.deb Size: 108656 SHA256: 78eb557412eed0b77c757b12109da56ee8d2519f06c5043def2ecf99ed4bd17f SHA1: e9017e9ae65c4a965b6e79ce6f6d3790400b58da MD5sum: 6d9e0c92f94f9c4cc9f6681eaf0e4605 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 15.