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 Jul 22 08:04:53 UTC 2026

Modified Files:
        pkgsrc/databases/postgresql-timescaledb: Makefile PLIST distinfo

Log Message:
postgresql-timescaledb: updated to 2.28.3

2.28.3

Bugfixes

* Wrong result when evaluating a function returning NULL in the columnar query execution pipeline
* Fix incorrect usage of sort transformation for sort key expressions with negative constants
* Allow enabling and disabling triggers on hypertables with columnstore enabled
* Fix columnstore sort pushdown to check for different query sort key collation
* Fix potentially wrong results for stddev(float4) and stddev(float8) when used with avg() in the columnar query execution pipeline
* Fix race condition when enabling compression on a hypertable
* Batch filtering for compressed DML should respect collation
* Direct delete failed to handle array predicates with NULL values and deleted more rows than intended
* Reuse existing dimension_slice IDs when possible
* Truncate constraint name before trying to rename


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/databases/postgresql-timescaledb/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/databases/postgresql-timescaledb/PLIST
cvs rdiff -u -r1.53 -r1.54 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.56 pkgsrc/databases/postgresql-timescaledb/Makefile:1.57
--- pkgsrc/databases/postgresql-timescaledb/Makefile:1.56       Tue Jun 30 15:14:59 2026
+++ pkgsrc/databases/postgresql-timescaledb/Makefile    Wed Jul 22 08:04:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2026/06/30 15:14:59 adam Exp $
+# $NetBSD: Makefile,v 1.57 2026/07/22 08:04:53 adam Exp $
 
-DISTNAME=      timescaledb-2.28.2
+DISTNAME=      timescaledb-2.28.3
 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.52 pkgsrc/databases/postgresql-timescaledb/PLIST:1.53
--- pkgsrc/databases/postgresql-timescaledb/PLIST:1.52  Tue Jun 30 15:14:59 2026
+++ pkgsrc/databases/postgresql-timescaledb/PLIST       Wed Jul 22 08:04:53 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.52 2026/06/30 15:14:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.53 2026/07/22 08:04:53 adam Exp $
 lib/postgresql/timescaledb-${PKGVERSION}.${SHLIB_EXT}
 ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.${SHLIB_EXT}
 lib/postgresql/timescaledb.${SHLIB_EXT}
@@ -61,6 +61,7 @@ share/postgresql/extension/timescaledb--
 share/postgresql/extension/timescaledb--2.27.2--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.28.0--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.28.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.28.2--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.9.0--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.9.1--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.9.2--${PKGVERSION}.sql

Index: pkgsrc/databases/postgresql-timescaledb/distinfo
diff -u pkgsrc/databases/postgresql-timescaledb/distinfo:1.53 pkgsrc/databases/postgresql-timescaledb/distinfo:1.54
--- pkgsrc/databases/postgresql-timescaledb/distinfo:1.53       Tue Jun 30 15:14:59 2026
+++ pkgsrc/databases/postgresql-timescaledb/distinfo    Wed Jul 22 08:04:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.53 2026/06/30 15:14:59 adam Exp $
+$NetBSD: distinfo,v 1.54 2026/07/22 08:04:53 adam Exp $
 
-BLAKE2s (timescaledb-2.28.2.tar.gz) = c418861b5f2d68bf5141ff1cbd08fb869d72dc67d376ebcecf2fa370c6f92d6a
-SHA512 (timescaledb-2.28.2.tar.gz) = 2474e76ded259ea643296285a20bd41e8d5561e52359062229c8fc7b138ba958ec47ed54528f3248b4eab2553fe17ede12420ba4f206fda532620b199e52c0e6
-Size (timescaledb-2.28.2.tar.gz) = 8888434 bytes
+BLAKE2s (timescaledb-2.28.3.tar.gz) = 14d25208806996a958510f20a5b5983a3bd2e14991c3777c54b8f16297ad8ad1
+SHA512 (timescaledb-2.28.3.tar.gz) = f1e8dc223431a8bc74802888bc2f426129f92026a4cdac8cf427043851b5ad6d6d15374de440618443053f7220f39daffd8f45453b5e1be90828a4aed91f31e6
+Size (timescaledb-2.28.3.tar.gz) = 8900951 bytes



Home | Main Index | Thread Index | Old Index