postgresql-12-repack_1.4.7-2.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.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 12.

Checksums

MD5 cd471698919cce6f49ac5acc4f54a619
SHA1 8cee8e49e918eb59ee58586eb84c0a430ad3db20
SHA256 9e2724b786d2959c04c90f44aec5e80429ad98a951cdc0f2baf8ede3c26fd909
SHA512 70b6078c1320ab821f6ba2bc7d3979e699da6a30f0f23d82634ccd8a78ae0cdd6bea9c60dda5872ab9816b0731ebf57ac06d708addec28ee48d1353a651997d2

Depends

  • postgresql-12, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)

Files

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

over 3 years ago

Package Size

97.8 KB

Installed Size

223 KB

Downloads

17

wget

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

Homepage

https://github.com/reorg/pg_repack