Path to this page:
Subject: CVS commit: pkgsrc/databases/postgresql-promscale_extension
From: Tobias Nygren
Date: 2022-10-29 17:29:06
Message id: 20221029152906.7AC4FFA90@cvs.NetBSD.org
Log Message:
postgresql-promscale_extension: update to 0.7.0
Added
Added _ps_catalog.chunks_to_vacuum_freeze to identify compressed chunks
containing tuples not yet frozen
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()
Added ability for database owners to override security checks in script
migrating from Promscale < 0.10.0
Fixed
Correctly remove all expired series
Fix migration when a metric is not compressed
Changed
The timescaledb extension is now a mandatory prerequisite
Reuse ingestion temp tables across batches
Drop non empty span name check constraint from _ps_trace.operation table
Files: