Skip to content

Tags: reorg/pg_repack

Tags

ver_1.5.3

Toggle ver_1.5.3's commit message
pg_repack 1.5.3 released

  * Cleanup temporary indexes on error when using --only-indexes to avoid artefacts after failures (issue #437, pull request #440)
  * Acquire SHARE UPDATE EXCLUSIVE lock on the target table during a full-table repack instead of ACCESS SHARE (issue #420, pull request #452)
  * Fix subtransactions cache overflow (issue #457, pull request #460)

ver_1.5.2

Toggle ver_1.5.2's commit message

Verified

This tag was signed with the committer’s verified signature.
za-arthur Artur Zakirov
pg_repack 1.5.2 released

  * Allow to run pg_repack by non-superusers (issue/pull request #431)
  * Make --error-on-invalid-index the default behavior (issue #422)

ver_1.5.1

Toggle ver_1.5.1's commit message
pg_repack 1.5.1 released

  * Added support for PostgreSQL 17
  * Fix wrong OID format type in repack_trigger (issue #380)
  * Fix check of NOT NULL by repack.primary_keys (issue #282)
  * Fixed processing of tablespace names requiring quoted identifiers (issue #386)
  * Replace ``PQconnectdb()`` by ``PQconnectdbParams()`` (issue #382)
  * Added ``--apply-count`` option (issue #392)
  * Do not include a declaratively partitioned table with option ``--only-indexes`` (issue #389)
  * Fix possible two vacuums concurrently processing the same relfilenode (issue #399)
  * Use savepoints when retrying to take AccessShareLock (issue #383)
  * Fix swap of relfrozenxid, relfrozenxid and relallvisible (issue #377, #157)

ver_1.5.0

Toggle ver_1.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
pg_repack 1.5.0 released

* Added support for PostgreSQL 16
* Fix possible SQL injection (issue #368)
* Support longer password length (issue #357)
* Fixed infinite loop on empty password (issue #354)
* Added ``--switch-threshold`` option (issue #347)
* Fixed crash in ``get_order_by()`` using invalid relations (issue #321)
* Added support for tables that have been previously rewritten with `VACUUM FULL` and use storage=plain for all columns (issue #313)
* More careful locks acquisition (issue #298)

ver_1.4.8

Toggle ver_1.4.8's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
pg_repack 1.4.8 released

* Added support for PostgreSQL 15
* Fixed --parent-table on declarative partitioned tables (issue #288)
* Removed connection info from error log (issue #285)

ver_1.4.7

Toggle ver_1.4.7's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
pg_repack 1.4.7 released

* Added support for PostgreSQL 14

ver_1.4.6

Toggle ver_1.4.6's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
pg_repack 1.4.6 released

* Added support for PostgreSQL 13
* Dropped support for PostgreSQL before 9.4

ver_1.4.5

Toggle ver_1.4.5's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
pg_repack 1.4.5 released

* Added support for PostgreSQL 12
* Fixed parallel processing for indexes with operators from public schema

ver_1.4.4

Toggle ver_1.4.4's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
pg_repack 1.4.4 released

* Added support for PostgreSQL 11 (issue #181)
* Remove duplicate password prompt (issue #184)

ver_1.4.3

Toggle ver_1.4.3's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
* Fixed possible CVE-2018-1058 attack paths (issue #168)

* Fixed "unexpected index definition" after CVE-2018-1058 changes in
  PostgreSQL (issue #169)
* Fixed build with recent Ubuntu packages (issue #179)