postgresql-14-repack_1.4.8-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-14-repack=1.4.8-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 14.

Checksums

MD5 8d4c72d9d1e111aaebef7c9275d237cb
SHA1 885b0310ee14c7ed507be617982460011ebc3ea2
SHA256 29857e1e25bf38d375a323799d11f422d5ffe87c021cfae07f9dc96aceef7bb2
SHA512 3ab5f472a8ca8e7f8b5e182284aadddb68b64739f1f9ee23674fdb82ab5851a513cc6d95bb56777325608069bce0e558a72842e7158b8230c57d8be311c50de2

Depends

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

Files

  • /usr/share/postgresql/14/extension/pg_repack.control
  • /usr/share/postgresql/14/extension/pg_repack--1.4.8.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

about 2 years ago

Package Size

103 KB

Installed Size

247 KB

Downloads

65

wget

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

Homepage

https://github.com/reorg/pg_repack