[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package pg_repack-1.4.6-4.el9.aarch64 download

Name pg_repack
Epoch 0
Version 1.4.6
Release 4.el9
Architecture aarch64
Website/URL http://reorg.github.io/pg_repack/
License BSD
Build Time 2024-10-28 21:15:46
Build Host builder-arm64-1.inferitos.ru
Summary Reorganize tables in PostgreSQL databases without any locks
Repositories AppStream
Description 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. Please check the documentation (in the doc directory or online) for installation and usage instructions.
Errata
Size 88 KiB
Source Project pg_repack-1.4.6-4.el9
SHA-256 checksum 8d1c6cc026c27e1911f8153d9bd7fd56b8a711bbcc6dca23b22d796e688fb17c
× Full screenshot
Changelog link
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.4.6-4
- Rebuilt for MSVSphere 9.1.

* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.6-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.6-3
- Rebuilt for RHEL 9 BETA for openssl 3.0
  Related: rhbz#1971065

* Thu Apr 22 2021 Honza Horak <hhorak@redhat.com> - 1.4.6-2
- Build jit based on what postgresql server does
  Related: #1933048