Raw Package Information

Package: postgresql-15-repack
Source: pg-repack
Version: 1.5.2-1.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-15, postgresql-15-jit-llvm (>= 10), libc6 (>= 2.15), 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.2-1.pgdg20.04+1_amd64.deb
Size: 110040
SHA256: 5524355457b2fb0da5502f8c8585d0280e896de9478e6f6bdb71e612e6c840bb
SHA1: 74ab9ca4e08666a9d3056028c3600db1c247c37a
MD5sum: bb41eef589370fe2f8d4ab46533215c8
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.