postgresql-14-repack_1.4.7-2.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-14-repack=1.4.7-2.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 14.

Checksums

MD5 7c4abfc9ebf8ff6520eae6b61c6d36b1
SHA1 cbac8b91d5b4586abc572f2d13a2690e6c172d80
SHA256 de8fbb8ecd98158b025e68ef5c6298c4da995afc10de8f7d26aa4d35502256af
SHA512 2a3bbe667b5d4a6814f855d3d2e9a73cd70c4051472317e0d55c8e09abb54e79ddac269582434e242e18f3e530e36a2780cd603e77ef639c71c778699c7555ea

Depends

  • postgresql-14, libc6 (>= 2.15), libpq5 (>= 8.3~rc1-1~)

Files

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

Uploaded

over 3 years ago

Package Size

102 KB

Installed Size

246 KB

Downloads

5,715

wget

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

Homepage

https://github.com/reorg/pg_repack