postgresql-16-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-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 353e66c51417a93d749ea649598d6354
SHA1 298132fdde3a8c0ea5984e506df4dea29cb0db16
SHA256 f8b14e4e8c8514cbc327067df1c9fcd3c5dd8e6c1b2a2f914c5fdef41c911523
SHA512 cc4628f5e371aa5facb2626d26e2408b594cb3c2fb686392508e99d67ea4a431104159c788c819f9db0981bb12155982e99b7a6772da453ddf5e7041dcb5de50

Depends

  • postgresql-16, postgresql-16-jit-llvm (>= 10), libc6 (>= 2.17), 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

105 KB

Installed Size

243 KB

Downloads

5

wget

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

Homepage

https://github.com/reorg/pg_repack