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: Wed Feb 19 19:28:04 UTC 2025
Modified Files:
pkgsrc/databases/postgresql-timescaledb: Makefile PLIST distinfo
Log Message:
postgresql-timescaledb: updated to 2.18.2
2.18.2
This release contains performance improvements and bug fixes since
the 2.18.1 release. We recommend that you upgrade at the next
available opportunity.
Bugfixes
* Potential wrong aggregation result when using vectorized aggregation with hash grouping in reverse order
* Fix ExplainHook breaking call chain
* Block dropping internal compressed chunks with drop_chunk()
* License error when using hypercore handler
* Respect other extensions' ExecutorStart hooks
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/databases/postgresql-timescaledb/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/postgresql-timescaledb/PLIST
cvs rdiff -u -r1.35 -r1.36 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.37 pkgsrc/databases/postgresql-timescaledb/Makefile:1.38
--- pkgsrc/databases/postgresql-timescaledb/Makefile:1.37 Tue Feb 11 09:31:22 2025
+++ pkgsrc/databases/postgresql-timescaledb/Makefile Wed Feb 19 19:28:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2025/02/11 09:31:22 adam Exp $
+# $NetBSD: Makefile,v 1.38 2025/02/19 19:28:04 adam Exp $
-DISTNAME= timescaledb-2.18.1
+DISTNAME= timescaledb-2.18.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.33 pkgsrc/databases/postgresql-timescaledb/PLIST:1.34
--- pkgsrc/databases/postgresql-timescaledb/PLIST:1.33 Tue Feb 11 09:31:22 2025
+++ pkgsrc/databases/postgresql-timescaledb/PLIST Wed Feb 19 19:28:04 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2025/02/11 09:31:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.34 2025/02/19 19:28:04 adam Exp $
lib/postgresql/timescaledb-${PKGVERSION}.${SOEXT}
${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.${SOEXT}
lib/postgresql/timescaledb.${SOEXT}
@@ -28,6 +28,7 @@ share/postgresql/extension/timescaledb--
share/postgresql/extension/timescaledb--2.17.1--${PKGVERSION}.sql
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.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.35 pkgsrc/databases/postgresql-timescaledb/distinfo:1.36
--- pkgsrc/databases/postgresql-timescaledb/distinfo:1.35 Tue Feb 11 09:31:22 2025
+++ pkgsrc/databases/postgresql-timescaledb/distinfo Wed Feb 19 19:28:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2025/02/11 09:31:22 adam Exp $
+$NetBSD: distinfo,v 1.36 2025/02/19 19:28:04 adam Exp $
-BLAKE2s (timescaledb-2.18.1.tar.gz) = cc409ea582398f4e59bcf01f658ec27cccdcf7a3f889ef43f63e4f4d66b09d4a
-SHA512 (timescaledb-2.18.1.tar.gz) = 94d6d10b8b74a55211d8767887962f5c37bc1ecd4dcc13fa8740904a9503d885ff635d0c93c56a5b3daacddf882f16f89f3d0afe50bc351e9abb8015cc537efb
-Size (timescaledb-2.18.1.tar.gz) = 7903462 bytes
+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
Home |
Main Index |
Thread Index |
Old Index