Path to this page:
NOTICE: This package has been removed from pkgsrc./
databases/postgresql-promscale_extension,
The Promscale extension for PostgreSQL
Branch: CURRENT,
Version: 0.8.0nb1,
Package name: postgresql13-promscale_extension-0.8.0nb1,
Maintainer: pkgsrc-usersThis PostgreSQL extension contains support functions to improve the performance
of Promscale. While Promscale will run without it, adding this extension will
cause it to perform better.
Required to run:[
lang/clang] [
databases/postgresql14-client] [
databases/postgresql14-server]
Required to build:[
lang/rust]
Master sites:
Filesize: 665.586 KB
Version history: (Expand)
- (2023-10-21) Package deleted from pkgsrc
- (2023-04-19) Updated to version: postgresql13-promscale_extension-0.8.0nb1
- (2023-01-11) Updated to version: postgresql14-promscale_extension-0.8.0
- (2022-11-23) Updated to version: postgresql14-promscale_extension-0.7.0nb1
- (2022-10-29) Updated to version: postgresql14-promscale_extension-0.7.0
- (2022-09-04) Updated to version: postgresql14-promscale_extension-0.6.0
CVS history: (Expand)
2023-10-20 18:44:06 by Tobias Nygren | Files touched by this commit (13) | |
Log message:
promscale: remove
Upstream EOLd the project February 2023. The pgx crate then broke after
lang/clang was updated to 16 (due to bindgen incompatibility) and it's
too much work to locally patch it to use pgrx instead of pgx.
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-01-11 04:33:46 by Tobias Nygren | Files touched by this commit (7) | |
Log message:
postgresql-promscale_extension: update to 0.8.0
Adds support for PostgreSQL 15.
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message:
massive revision bump after textproc/icu update
|
2022-10-29 17:29:06 by Tobias Nygren | Files touched by this commit (3) | |
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
|
2022-09-04 13:55:41 by Tobias Nygren | Files touched by this commit (6) | |
Log message:
postgresql-promscale_extension: update to 0.6.0
Added
prom_api.get_default_chunk_interval()
prom_api.get_metric_chunk_interval(TEXT)
_ps_trace.text_matches()
_ps_trace.tag_v_text_eq_matching_tags()
Fixed
Don't fail metric deletion if some tables or views are missing
Incorrect type coercion when using tag_map with = operator
During upgrade from 0.3.x only alter relations which actually exist
Changed
ps_trace.delete_all_traces() can only be executed when no Promscale
connectors are running
|
2022-07-19 21:40:32 by Tobias Nygren | Files touched by this commit (1) |
Log message:
postgresql-promscale_extension: don't bomb when build user is root
|
2022-07-19 00:14:25 by Tobias Nygren | Files touched by this commit (3) |
Log message:
postgresql-promscale_extension: fix include paths for bindgen
|