This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
0.7.0
Requirements
- PostgreSQL: 12.x, 13.x, 14.x.
- TimescaleDB: >= 2.6.1 single-node (multi-node is not supported in this release)
- Promscale Connector: 0.15.0
Added
- Added
_ps_catalog.chunks_to_vacuum_freeze
to identify compressed chunks
containing tuples not yet frozen [#503] and [#509] - Added three functions used for coordinating the vacuum engine
_prom_catalog.get_advisory_lock_id_vacuum_engine
,
_prom_catalog.lock_for_vacuum_engine
, and
_prom_catalog.unlock_for_vacuum_engine()
[#511] - Added ability for database owners to override security checks in script migrating from Promscale < 0.10.0 [#524]