Package: postgresql-15-repack Source: pg-repack Version: 1.5.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 250 Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.34), libpq5 (>= 9.0~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-15-repack_1.5.1-1.pgdg22.04+1_amd64.deb Size: 107368 SHA256: 4d831547b561b79bf2df747d36ddcf3ed945ece3c304f8997739379181ad3a2a SHA1: d25444cad29a1e18d5970420d191ef5319cd2ee9 MD5sum: 5a5e9239425df948ee54e05ebd344939 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.