pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/postgresql-timescaledb
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 8 07:33:08 UTC 2025
Modified Files:
pkgsrc/databases/postgresql-timescaledb: Makefile PLIST distinfo
Log Message:
postgresql-timescaledb: updated to 2.19.2
2.19.2
This release contains bug fixes since the 2.19.1 release. We recommend that you upgrade at the next available opportunity.
2.19.1
This release contains bug fixes since the 2.19.0 release. We recommend that you upgrade at the next available opportunity.
2.19.0
This release contains performance improvements and bug fixes since the 2.18.2 release. We recommend that you upgrade at the next available opportunity.
Improved concurrency of INSERT, UPDATE, and DELETE operations on the columnstore by no longer blocking DML statements during the recompression of a chunk.
Improved system performance during continuous aggregate refreshes by breaking them into smaller batches. This reduces systems pressure and minimizes the risk of spilling to disk.
Faster and more up-to-date results for queries against continuous aggregates by materializing the most recent data first, as opposed to old data first in prior versions.
Faster analytical queries with SIMD vectorization of aggregations over text columns and GROUP BY over multiple columns.
Enable optimizing the chunk size for better query performance in the columnstore by merging them with merge_chunk.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/databases/postgresql-timescaledb/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/postgresql-timescaledb/PLIST
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/postgresql-timescaledb/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/postgresql-timescaledb/Makefile
diff -u pkgsrc/databases/postgresql-timescaledb/Makefile:1.38 pkgsrc/databases/postgresql-timescaledb/Makefile:1.39
--- pkgsrc/databases/postgresql-timescaledb/Makefile:1.38 Wed Feb 19 19:28:04 2025
+++ pkgsrc/databases/postgresql-timescaledb/Makefile Tue Apr 8 07:33:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2025/02/19 19:28:04 adam Exp $
+# $NetBSD: Makefile,v 1.39 2025/04/08 07:33:08 adam Exp $
-DISTNAME= timescaledb-2.18.2
+DISTNAME= timescaledb-2.19.2
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/}
Index: pkgsrc/databases/postgresql-timescaledb/PLIST
diff -u pkgsrc/databases/postgresql-timescaledb/PLIST:1.34 pkgsrc/databases/postgresql-timescaledb/PLIST:1.35
--- pkgsrc/databases/postgresql-timescaledb/PLIST:1.34 Wed Feb 19 19:28:04 2025
+++ pkgsrc/databases/postgresql-timescaledb/PLIST Tue Apr 8 07:33:08 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.34 2025/02/19 19:28:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.35 2025/04/08 07:33:08 adam Exp $
lib/postgresql/timescaledb-${PKGVERSION}.${SOEXT}
${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.${SOEXT}
lib/postgresql/timescaledb.${SOEXT}
@@ -29,6 +29,9 @@ share/postgresql/extension/timescaledb--
share/postgresql/extension/timescaledb--2.17.2--${PKGVERSION}.sql
share/postgresql/extension/timescaledb--2.18.0--${PKGVERSION}.sql
share/postgresql/extension/timescaledb--2.18.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.18.2--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.19.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.19.1--${PKGVERSION}.sql
share/postgresql/extension/timescaledb--2.5.0--${PKGVERSION}.sql
share/postgresql/extension/timescaledb--2.5.1--${PKGVERSION}.sql
share/postgresql/extension/timescaledb--2.5.2--${PKGVERSION}.sql
Index: pkgsrc/databases/postgresql-timescaledb/distinfo
diff -u pkgsrc/databases/postgresql-timescaledb/distinfo:1.36 pkgsrc/databases/postgresql-timescaledb/distinfo:1.37
--- pkgsrc/databases/postgresql-timescaledb/distinfo:1.36 Wed Feb 19 19:28:04 2025
+++ pkgsrc/databases/postgresql-timescaledb/distinfo Tue Apr 8 07:33:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2025/02/19 19:28:04 adam Exp $
+$NetBSD: distinfo,v 1.37 2025/04/08 07:33:08 adam Exp $
-BLAKE2s (timescaledb-2.18.2.tar.gz) = 1d68c9a442c694d4bac6bec7b44e571052ffa181798e8426d649cb1ff7a84d14
-SHA512 (timescaledb-2.18.2.tar.gz) = eb5c2d5ab1568ca9c213c775fd665c66ae0f78d4ce18d4bddcba3de20f1a9fce8bd9bc782efd8c9c537575dfae0e8f701f34368d1a3370789f43a7d82b988f7c
-Size (timescaledb-2.18.2.tar.gz) = 7908965 bytes
+BLAKE2s (timescaledb-2.19.2.tar.gz) = 01a2940228c3f1197a9288c82b6c73aad9e7dc92f808b857fea13dc98906bc9f
+SHA512 (timescaledb-2.19.2.tar.gz) = a340d1306e26cf7bd73517aeced5d2f2c65ba1275867e870551cc0919fb1cd28399bc797bfb2ffa3871b88bae5f9d71689a7ee83ae3e775cf4c012248e00348f
+Size (timescaledb-2.19.2.tar.gz) = 8001249 bytes
Home |
Main Index |
Thread Index |
Old Index