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:   tnn
Date:           Tue Apr 12 22:02:49 UTC 2022

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

Log Message:
postgresql-timescaledb: update to 2.6.1

4121 Fix RENAME TO/SET SCHEMA on distributed hypertable
4122 Fix segfault on INSERT into distributed hypertable
4142 Ignore invalid relid when deleting hypertable
4159 Fix ADD COLUMN IF NOT EXISTS error on compressed hypertable
4161 Fix memory handling during scans
4176 Fix remote EXPLAIN with parameterized queries
4181 Fix spelling errors and omissions
4186 Fix owner change for distributed hypertable
4192 Abort sessions after extension reload
4193 Fix relcache callback handling causing crashes
4199 Remove signal-unsafe calls from signal handlers
4219 Do not modify aggregation state in finalize


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql-timescaledb/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql-timescaledb/PLIST
cvs rdiff -u -r1.12 -r1.13 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.13 pkgsrc/databases/postgresql-timescaledb/Makefile:1.14
--- pkgsrc/databases/postgresql-timescaledb/Makefile:1.13       Fri Mar 11 18:35:32 2022
+++ pkgsrc/databases/postgresql-timescaledb/Makefile    Tue Apr 12 22:02:49 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/03/11 18:35:32 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/12 22:02:49 tnn Exp $
 
-DISTNAME=      timescaledb-2.6.0
+DISTNAME=      timescaledb-2.6.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.10 pkgsrc/databases/postgresql-timescaledb/PLIST:1.11
--- pkgsrc/databases/postgresql-timescaledb/PLIST:1.10  Fri Mar 11 18:35:32 2022
+++ pkgsrc/databases/postgresql-timescaledb/PLIST       Tue Apr 12 22:02:49 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/03/11 18:35:32 tnn Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/04/12 22:02:49 tnn Exp $
 lib/postgresql/timescaledb-${PKGVERSION}.so
 ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.so
 lib/postgresql/timescaledb.so
@@ -27,5 +27,6 @@ share/postgresql/extension/timescaledb--
 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
+share/postgresql/extension/timescaledb--2.6.0--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb.control

Index: pkgsrc/databases/postgresql-timescaledb/distinfo
diff -u pkgsrc/databases/postgresql-timescaledb/distinfo:1.12 pkgsrc/databases/postgresql-timescaledb/distinfo:1.13
--- pkgsrc/databases/postgresql-timescaledb/distinfo:1.12       Fri Mar 11 18:35:32 2022
+++ pkgsrc/databases/postgresql-timescaledb/distinfo    Tue Apr 12 22:02:49 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2022/03/11 18:35:32 tnn Exp $
+$NetBSD: distinfo,v 1.13 2022/04/12 22:02:49 tnn Exp $
 
-BLAKE2s (timescaledb-2.6.0.tar.gz) = e946a339af2797b63b3ff7c697dc71e9d00cf85b1903647427ef7d2e27680e7c
-SHA512 (timescaledb-2.6.0.tar.gz) = b076a44e3b30e99986dba710079cdc1a38b59a9d65ecd9f78fa16f3b762f253d7a9236a34a4d7e7beb29c1051113ea8877973e07ed3116012c9d2175a77e2edc
-Size (timescaledb-2.6.0.tar.gz) = 2863860 bytes
+BLAKE2s (timescaledb-2.6.1.tar.gz) = 04d1c88cfa7ebb4e35072c9692d6267a3381452be524975ef67ba799056f742e
+SHA512 (timescaledb-2.6.1.tar.gz) = edcc84c37af9670c1a7bf527f5c430405e9b04e9a35e676d04e7ac70b20184032f992d05545a180b50ac2346b076aac4fc98348c355006345394910978864a8f
+Size (timescaledb-2.6.1.tar.gz) = 2876847 bytes
 SHA1 (patch-CMakeLists.txt) = 54b204442420b42d583e6c44165fdc4c003247b8



Home | Main Index | Thread Index | Old Index