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
|
2022-07-18 21:47:26 by Tobias Nygren | Files touched by this commit (6) |  |
Log message:
postgresql-promscale_extension: update to 0.5.2
0.5.x is a major release of the Promscale Database Extension.
The Promscale extension is mandatory for the connector deployment starting
with this release, as all the SQL codebase has been migrated to the
Promscale extension.
This has been done to improve performance and the query experience.
As such this version should only be used with promscale 0.11 or higher.
|
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) |  |
Log message:
revbump for textproc/icu update
|