Пакет postgresql14-pg_repack: Информация
Исходный пакет: postgresql14-pg_repack
Версия: 1.5.3-alt2
Собран: 18 марта 2026 г. 9:21 в задании #411743
Категория: Базы данных
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/reorg/pg_repack
Лицензия: BSD
О пакете: pg_repack is a PostgreSQL extension which lets you remove bloat from tables and indexes
Описание:
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.
Список бинарных RPM-пакетов, собираемых из данного SRPM:
postgresql14-pg_repack (x86_64, i586, aarch64)
postgresql14-pg_repack-debuginfo (x86_64, i586, aarch64)
postgresql14-pg_repack (x86_64, i586, aarch64)
postgresql14-pg_repack-debuginfo (x86_64, i586, aarch64)
Сопровождающий: Alexei Takaseev
Последнее изменение
18 марта 2026 г. Alexei Takaseev 1.5.3-alt2
- Use LLVM if it used in PostgreSQL
27 октября 2025 г. Alexei Takaseev 1.5.3-alt1
- 1.5.3
17 октября 2025 г. Alexei Takaseev 1.5.2-alt2
- Add BR libnuma-devel - Enable JIT on LoongArch