Up to [cvs.NetBSD.org] / pkgsrc / databases / postgresql-promscale_extension
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.20 / (download) - annotate - [select for diffs], Wed Jan 11 03:33:46 2023 UTC (3 weeks, 6 days ago) by tnn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +5 -15
lines
Diff to previous 1.19 (colored)
postgresql-promscale_extension: update to 0.8.0 Adds support for PostgreSQL 15.
Revision 1.19 / (download) - annotate - [select for diffs], Wed Nov 23 16:19:37 2022 UTC (2 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
massive revision bump after textproc/icu update
Revision 1.18 / (download) - annotate - [select for diffs], Sat Oct 29 15:29:06 2022 UTC (3 months, 1 week ago) by tnn
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
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
Revision 1.17 / (download) - annotate - [select for diffs], Sun Sep 4 11:55:41 2022 UTC (5 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.16: +3 -3
lines
Diff to previous 1.16 (colored)
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
Revision 1.16 / (download) - annotate - [select for diffs], Tue Jul 19 19:40:32 2022 UTC (6 months, 2 weeks ago) by tnn
Branch: MAIN
Changes since 1.15: +5 -2
lines
Diff to previous 1.15 (colored)
postgresql-promscale_extension: don't bomb when build user is root
Revision 1.15 / (download) - annotate - [select for diffs], Mon Jul 18 22:14:25 2022 UTC (6 months, 2 weeks ago) by tnn
Branch: MAIN
Changes since 1.14: +7 -1
lines
Diff to previous 1.14 (colored)
postgresql-promscale_extension: fix include paths for bindgen
Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 18 19:47:26 2022 UTC (6 months, 3 weeks ago) by tnn
Branch: MAIN
Changes since 1.13: +27 -11
lines
Diff to previous 1.13 (colored)
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.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 18 19:10:39 2022 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
revbump for textproc/icu update
Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 11 18:47:30 2022 UTC (10 months, 4 weeks ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
postgresql-promscale_extension: update to 0.3.2 - Fix search path in update script
Revision 1.11 / (download) - annotate - [select for diffs], Fri Dec 10 11:44:19 2021 UTC (13 months, 4 weeks ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.10: +3 -16
lines
Diff to previous 1.10 (colored)
postgresql-promscale_extension: update to 0.3.0 Support for PostgreSQL 14
Revision 1.10 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:42 2021 UTC (13 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
revbump for icu and libffi
Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 25 11:38:35 2021 UTC (17 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.8: +6 -4
lines
Diff to previous 1.8 (colored)
postgresql-promscale_extension: use correct pgx tree. Bump. Readme.md say to pull the pgx crates from the "timescale" branch, but the Cargo.toml specifies the "guardless" branch ...
Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 25 11:06:28 2021 UTC (17 months, 1 week ago) by tnn
Branch: MAIN
Changes since 1.7: +13 -6
lines
Diff to previous 1.7 (colored)
postgresql-promscale_extension: fix previous update and bump rev The update was incomplete because I forgot to update the GITHUB_TAG.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 24 18:26:28 2021 UTC (17 months, 2 weeks ago) by tnn
Branch: MAIN
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
postgresql-promscale_extension: update to 0.2.0 minor bugfixes
Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 21 11:41:14 2021 UTC (21 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
revbump for textproc/icu
Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 3 19:03:44 2021 UTC (22 months ago) by tnn
Branch: MAIN
Changes since 1.4: +7 -5
lines
Diff to previous 1.4 (colored)
postgresql-promscale_extension: fix build with PostgreSQL 13. This uses the upstream commit hash that will likely become version 0.1.2 but that is not formally release so call this 0.1.1 with PKGREVISION 2.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 13 10:59:13 2021 UTC (23 months, 3 weeks ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
postgresql-promscale_extension: upstream says not for PostgreSQL 11.x
Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 5 09:07:43 2020 UTC (2 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
*: Recursive revbump from textproc/icu-68.1
Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 3 23:05:49 2020 UTC (2 years, 3 months ago) by tnn
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
postgresql-promscale_extension: fix HOMEPAGE
Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 3 22:59:35 2020 UTC (2 years, 3 months ago) by tnn
Branch: MAIN
databases/postgresql-promscale_extension: import postgresql12-promscale_extension-0.1.1 This 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.