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 Feb 11 09:31:22 UTC 2025

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

Log Message:
postgresql-timescaledb: updated to 2.18.1

2.18.1

Features

* Remove limitation of compression policy for continuous aggregates

Bugfixes

* Fix lock order when dropping index
* Allow EXPLAIN in read-only mode
* Fix DELETE on compressed chunk with non-btree operators
* Allow non-btree operator pushdown in UPDATE/DELETE queries on compressed chunks
* Push down orderby scankeys to Hypercore TAM
* Block merging of frozen chunks
* Don't abort additional INSERTs when hitting first conflict

GUCs

enable_hypercore_scankey_pushdown: Push down qualifiers as scankeys when using Hypercore TAM introduced with


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/postgresql-timescaledb/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/databases/postgresql-timescaledb/PLIST
cvs rdiff -u -r1.34 -r1.35 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.36 pkgsrc/databases/postgresql-timescaledb/Makefile:1.37
--- pkgsrc/databases/postgresql-timescaledb/Makefile:1.36       Sat Jan 25 12:07:48 2025
+++ pkgsrc/databases/postgresql-timescaledb/Makefile    Tue Feb 11 09:31:22 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2025/01/25 12:07:48 adam Exp $
+# $NetBSD: Makefile,v 1.37 2025/02/11 09:31:22 adam Exp $
 
-DISTNAME=      timescaledb-2.18.0
+DISTNAME=      timescaledb-2.18.1
 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.32 pkgsrc/databases/postgresql-timescaledb/PLIST:1.33
--- pkgsrc/databases/postgresql-timescaledb/PLIST:1.32  Sat Jan 25 12:07:48 2025
+++ pkgsrc/databases/postgresql-timescaledb/PLIST       Tue Feb 11 09:31:22 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2025/01/25 12:07:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.33 2025/02/11 09:31:22 adam Exp $
 lib/postgresql/timescaledb-${PKGVERSION}.${SOEXT}
 ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.${SOEXT}
 lib/postgresql/timescaledb.${SOEXT}
@@ -27,6 +27,7 @@ share/postgresql/extension/timescaledb--
 share/postgresql/extension/timescaledb--2.17.0--${PKGVERSION}.sql
 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.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.34 pkgsrc/databases/postgresql-timescaledb/distinfo:1.35
--- pkgsrc/databases/postgresql-timescaledb/distinfo:1.34       Sat Jan 25 12:07:48 2025
+++ pkgsrc/databases/postgresql-timescaledb/distinfo    Tue Feb 11 09:31:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2025/01/25 12:07:48 adam Exp $
+$NetBSD: distinfo,v 1.35 2025/02/11 09:31:22 adam Exp $
 
-BLAKE2s (timescaledb-2.18.0.tar.gz) = 8c23070309ca034c28a18046fe38ce52c8118bf91e0e5510609491522fc4c573
-SHA512 (timescaledb-2.18.0.tar.gz) = 6a41c49b0262064d70e6b754a95a3914b43b518523c63a9a9604612df2188117733b237330cb28ffe5d7da10e64e7db11fe952b976878dff5624c799d8d37220
-Size (timescaledb-2.18.0.tar.gz) = 7890767 bytes
+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



Home | Main Index | Thread Index | Old Index