postgresql-16-repack_1.5.2-1.pgdg20.04+1_amd64.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/instructure/insops/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/instructure/insops/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install postgresql-16-repack=1.5.2-1.pgdg20.04+1

reorganize tables in PostgreSQL databases with minimal locks

Full 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 16.

Checksums

MD5 d05c26d41b70ae41ddcc155f6212854e
SHA1 1ea6b625b187f602b7bbccbb668b7c9f058d830f
SHA256 5f2e42a3d1d3c03b43223062cc48a1fc609692f3f3d85d9d06808664f1f8cc69
SHA512 9832a3189a7a3bb5abf24de09cd6f8e2317da906f8844ef28faff6531d8e0c8b34c9bbc6d5a6706c5ad697eeb7c2d7e34bba3312b7cf221005ede628bd7a707b

Depends

  • postgresql-16, postgresql-16-jit-llvm (>= 10), libc6 (>= 2.15), libpq5 (>= 9.0~)

Files

  • /usr/share/postgresql/16/extension/pg_repack.control
  • /usr/share/postgresql/16/extension/pg_repack--1.5.2.sql
  • /usr/share/doc/postgresql-16-repack/style.css
  • /usr/share/doc/postgresql-16-repack/release.rst
  • /usr/share/doc/postgresql-16-repack/pg_repack.rst.gz
  • /usr/share/doc/postgresql-16-repack/pg_repack_jp.rst.gz
  • /usr/share/doc/postgresql-16-repack/Makefile
  • /usr/share/doc/postgresql-16-repack/copyright
  • /usr/share/doc/postgresql-16-repack/changelog.Debian.gz
  • /usr/lib/postgresql/16/lib/pg_repack.so
  • /usr/lib/postgresql/16/lib/bitcode/pg_repack/repack.bc
  • /usr/lib/postgresql/16/lib/bitcode/pg_repack/pgut/pgut-spi.bc
  • /usr/lib/postgresql/16/lib/bitcode/pg_repack.index.bc
  • /usr/lib/postgresql/16/bin/pg_repack

Uploaded

4 months ago

Package Size

107 KB

Installed Size

252 KB

Downloads

3

wget

wget --content-disposition "https://packagecloud.io/instructure/insops/packages/ubuntu/focal/postgresql-16-repack_1.5.2-1.pgdg20.04+1_amd64.deb/download.deb?distro_version_id=210"

Homepage

https://github.com/reorg/pg_repack