postgresql-12-repack_1.5.2-1.pgdg20.04+1_arm64.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-12-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 12.

Checksums

MD5 222c05b9ae84906ec39a13251238f240
SHA1 368f96a245ea43c162f5b75ca6e1b6722ed75c8d
SHA256 9e20afb20b54a0cf9cddd8d155cd426aed8bb5170cc359efa415eec695e8a4a6
SHA512 08141e46d0ef846c53f4a4ee26ed118bf94f05f78dab31fe2affb158ef2f36cdb29dafe6274a8d9ab1ee1e2e1d10c6632cccc586c3e950ca1e7c79b73ed9d5ee

Depends

  • postgresql-12, postgresql-12-jit-llvm (>= 10), libc6 (>= 2.17), libpq5 (>= 9.0~)

Files

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

Uploaded

4 months ago

Package Size

102 KB

Installed Size

235 KB

Downloads

6

wget

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

Homepage

https://github.com/reorg/pg_repack