Changeset: ab5d60be21cd for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ab5d60be21cd
Modified Files:
        MonetDB.spec
        debian/changelog
        misc/packages/deb/changelog
        misc/packages/rpm/changelog
        monetdb5/ChangeLog-Archive
        monetdb5/ChangeLog.Aug2024
        sql/ChangeLog-Archive
        sql/ChangeLog.Aug2024
        tools/merovingian/ChangeLog-Archive
        tools/merovingian/ChangeLog.Aug2024
Branch: Aug2024
Log Message:

Moved contents of ChangeLog.Aug2024 to MonetDB.spec, debian/changelog and 
ChangeLog-Archive.


diffs (truncated from 418 to 300 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -95,7 +95,7 @@ Group: Applications/Databases
 License: MPL-2.0
 URL: https://www.monetdb.org/
 BugURL: https://github.com/MonetDB/MonetDB/issues
-Source: 
https://www.monetdb.org/downloads/sources/Aug2024/MonetDB-%{version}.tar.bz2
+Source: 
https://www.monetdb.org/downloads/sources/Aug2024-SP1/MonetDB-%{version}.tar.bz2
 
 # The Fedora packaging document says we need systemd-rpm-macros for
 # the _unitdir and _tmpfilesdir macros to exist; however on RHEL 7
@@ -990,6 +990,57 @@ rm "${RPM_BUILD_ROOT}"%{_unitdir}/monetd
 %endif
 
 %changelog
+* Thu Oct 24 2024 Sjoerd Mullender <sjo...@acm.org> - 11.51.5-20241024
+- Rebuilt.
+- GH#7281: UDFs defined at compile time in a user schema should not become
+  system functions
+- GH#7563: Unexpected result when using `IS DISTINCT FROM` in `VIEW`
+- GH#7567: creating remote table from subquery crashes the server
+- GH#7569: Column of temporary table changes when another is updated
+- GH#7570: BUG in the "str_to_timestamp" function
+- GH#7571: Crash when integer overflow in `ORDER BY`
+- GH#7572: column max length is not stored as specified and accepted at
+  creation time
+- GH#7575: Incorrect BAT properties after mmapped BAT "leaks" to disk with
+  restart.
+- GH#7576: unescaping UTF-16 code units goes wrong in json.text
+- GH#7577: Crash when using `CHECK` constraint
+- GH#7580: statistics optimizer handles date difference incorrectly
+- GH#7582: SIGSEGV when creating a SQL function with RETURN CASE WHEN
+  EXISTS (..)
+- GH#7583: Query slowdown after deleting rows from large table
+- GH#7584: SO_KEEPALIVE should be configured sensibly
+- GH#7585: rel2bin_join: Assertion `sql->session->status == -10' failed.
+- GH#7587: Line/row numbers get out of sync with COPY INTO .. BEST EFFORT
+
+* Mon Oct 21 2024 Lucas Pereira <lucas.pere...@monetdbsolutions.com> - 
11.51.5-20241024
+- sql: Improve casting to generic decimal type by choosing a better fit for
+  precision and scale instead of defaulting to 18 and 3, respectively.
+
+* Thu Oct 17 2024 Sjoerd Mullender <sjo...@acm.org> - 11.51.5-20241024
+- sql: When for whatever reason the upgrade code produces an error, we now
+  exit the server.  Before the server would limp on with what is basically
+  a broken database.
+
+* Mon Oct 14 2024 stefanos mavros <stemav...@gmail.com> - 11.51.5-20241024
+- monetdb5: The server prints out an informative message for the case of a 
graceful
+  termination.
+
+* Mon Oct  7 2024 Joeri van Ruth <joeri.van.r...@monetdbsolutions.com> - 
11.51.5-20241024
+- merovingian: Tweak socket parameters to simulate network activity on client 
connections.
+  This prevents firewalls from killing connections that seem idle but are
+  actually waiting for a long-running query. Can be controlled with a new
+  'keepalive' option to monetdbd.
+
+* Thu Sep 26 2024 Martin van Dinther <martin.van.dint...@monetdbsolutions.com> 
- 11.51.5-20241024
+- sql: Improved the violation message of CHECK constraints when violated. It
+  now includes the schema name of the constraint and the check clause.
+
+* Fri Aug 23 2024 Joeri van Ruth <joeri.van.r...@monetdbsolutions.com> - 
11.51.5-20241024
+- sql: Increase the buffer size used by hot snapshot from 64kiB to 1MiB,
+  and make it configurable through setting 'hot_snapshot_buffer_size'.
+  It must be a multiple of 512.
+
 * Mon Aug 19 2024 Sjoerd Mullender <sjo...@acm.org> - 11.51.3-20240819
 - Rebuilt.
 - GH#7562: Assertion failure when comparing `INTERVAL` value
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,75 @@
+monetdb (11.51.5) unstable; urgency=low
+
+  * Rebuilt.
+  * GH#7281: UDFs defined at compile time in a user schema should not become
+    system functions
+  * GH#7563: Unexpected result when using `IS DISTINCT FROM` in `VIEW`
+  * GH#7567: creating remote table from subquery crashes the server
+  * GH#7569: Column of temporary table changes when another is updated
+  * GH#7570: BUG in the "str_to_timestamp" function
+  * GH#7571: Crash when integer overflow in `ORDER BY`
+  * GH#7572: column max length is not stored as specified and accepted at
+    creation time
+  * GH#7575: Incorrect BAT properties after mmapped BAT "leaks" to disk with
+    restart.
+  * GH#7576: unescaping UTF-16 code units goes wrong in json.text
+  * GH#7577: Crash when using `CHECK` constraint
+  * GH#7580: statistics optimizer handles date difference incorrectly
+  * GH#7582: SIGSEGV when creating a SQL function with RETURN CASE WHEN
+    EXISTS (..)
+  * GH#7583: Query slowdown after deleting rows from large table
+  * GH#7584: SO_KEEPALIVE should be configured sensibly
+  * GH#7585: rel2bin_join: Assertion `sql->session->status == -10' failed.
+  * GH#7587: Line/row numbers get out of sync with COPY INTO .. BEST EFFORT
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Thu, 24 Oct 2024 14:18:25 +0200
+
+monetdb (11.51.5) unstable; urgency=low
+
+  * sql: Improve casting to generic decimal type by choosing a better fit for
+    precision and scale instead of defaulting to 18 and 3, respectively.
+
+ -- Lucas Pereira <lucas.pere...@monetdbsolutions.com>  Mon, 21 Oct 2024 
14:18:25 +0200
+
+monetdb (11.51.5) unstable; urgency=low
+
+  * sql: When for whatever reason the upgrade code produces an error, we now
+    exit the server.  Before the server would limp on with what is basically
+    a broken database.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Thu, 17 Oct 2024 14:18:25 +0200
+
+monetdb (11.51.5) unstable; urgency=low
+
+  * monetdb5: The server prints out an informative message for the case of a 
graceful
+    termination.
+
+ -- stefanos mavros <stemav...@gmail.com>  Mon, 14 Oct 2024 14:18:25 +0200
+
+monetdb (11.51.5) unstable; urgency=low
+
+  * merovingian: Tweak socket parameters to simulate network activity on 
client connections.
+    This prevents firewalls from killing connections that seem idle but are
+    actually waiting for a long-running query. Can be controlled with a new
+    'keepalive' option to monetdbd.
+
+ -- Joeri van Ruth <joeri.van.r...@monetdbsolutions.com>  Mon, 7 Oct 2024 
14:18:25 +0200
+
+monetdb (11.51.5) unstable; urgency=low
+
+  * sql: Improved the violation message of CHECK constraints when violated. It
+    now includes the schema name of the constraint and the check clause.
+
+ -- Martin van Dinther <martin.van.dint...@monetdbsolutions.com>  Thu, 26 Sep 
2024 14:18:25 +0200
+
+monetdb (11.51.5) unstable; urgency=low
+
+  * sql: Increase the buffer size used by hot snapshot from 64kiB to 1MiB,
+    and make it configurable through setting 'hot_snapshot_buffer_size'.
+    It must be a multiple of 512.
+
+ -- Joeri van Ruth <joeri.van.r...@monetdbsolutions.com>  Fri, 23 Aug 2024 
14:18:25 +0200
+
 monetdb (11.51.3) unstable; urgency=low
 
   * Rebuilt.
diff --git a/misc/packages/deb/changelog b/misc/packages/deb/changelog
--- a/misc/packages/deb/changelog
+++ b/misc/packages/deb/changelog
@@ -1,3 +1,75 @@
+monetdb (11.51.5) unstable; urgency=low
+
+  * Rebuilt.
+  * GH#7281: UDFs defined at compile time in a user schema should not become
+    system functions
+  * GH#7563: Unexpected result when using `IS DISTINCT FROM` in `VIEW`
+  * GH#7567: creating remote table from subquery crashes the server
+  * GH#7569: Column of temporary table changes when another is updated
+  * GH#7570: BUG in the "str_to_timestamp" function
+  * GH#7571: Crash when integer overflow in `ORDER BY`
+  * GH#7572: column max length is not stored as specified and accepted at
+    creation time
+  * GH#7575: Incorrect BAT properties after mmapped BAT "leaks" to disk with
+    restart.
+  * GH#7576: unescaping UTF-16 code units goes wrong in json.text
+  * GH#7577: Crash when using `CHECK` constraint
+  * GH#7580: statistics optimizer handles date difference incorrectly
+  * GH#7582: SIGSEGV when creating a SQL function with RETURN CASE WHEN
+    EXISTS (..)
+  * GH#7583: Query slowdown after deleting rows from large table
+  * GH#7584: SO_KEEPALIVE should be configured sensibly
+  * GH#7585: rel2bin_join: Assertion `sql->session->status == -10' failed.
+  * GH#7587: Line/row numbers get out of sync with COPY INTO .. BEST EFFORT
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Thu, 24 Oct 2024 14:18:25 +0200
+
+monetdb (11.51.5) unstable; urgency=low
+
+  * sql: Improve casting to generic decimal type by choosing a better fit for
+    precision and scale instead of defaulting to 18 and 3, respectively.
+
+ -- Lucas Pereira <lucas.pere...@monetdbsolutions.com>  Mon, 21 Oct 2024 
14:18:25 +0200
+
+monetdb (11.51.5) unstable; urgency=low
+
+  * sql: When for whatever reason the upgrade code produces an error, we now
+    exit the server.  Before the server would limp on with what is basically
+    a broken database.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Thu, 17 Oct 2024 14:18:25 +0200
+
+monetdb (11.51.5) unstable; urgency=low
+
+  * monetdb5: The server prints out an informative message for the case of a 
graceful
+    termination.
+
+ -- stefanos mavros <stemav...@gmail.com>  Mon, 14 Oct 2024 14:18:25 +0200
+
+monetdb (11.51.5) unstable; urgency=low
+
+  * merovingian: Tweak socket parameters to simulate network activity on 
client connections.
+    This prevents firewalls from killing connections that seem idle but are
+    actually waiting for a long-running query. Can be controlled with a new
+    'keepalive' option to monetdbd.
+
+ -- Joeri van Ruth <joeri.van.r...@monetdbsolutions.com>  Mon, 7 Oct 2024 
14:18:25 +0200
+
+monetdb (11.51.5) unstable; urgency=low
+
+  * sql: Improved the violation message of CHECK constraints when violated. It
+    now includes the schema name of the constraint and the check clause.
+
+ -- Martin van Dinther <martin.van.dint...@monetdbsolutions.com>  Thu, 26 Sep 
2024 14:18:25 +0200
+
+monetdb (11.51.5) unstable; urgency=low
+
+  * sql: Increase the buffer size used by hot snapshot from 64kiB to 1MiB,
+    and make it configurable through setting 'hot_snapshot_buffer_size'.
+    It must be a multiple of 512.
+
+ -- Joeri van Ruth <joeri.van.r...@monetdbsolutions.com>  Fri, 23 Aug 2024 
14:18:25 +0200
+
 monetdb (11.51.3) unstable; urgency=low
 
   * Rebuilt.
@@ -3717,7 +3789,7 @@ monetdb (11.35.1) unstable; urgency=low
   * BZ#6722: window functions issues
   * BZ#6740: while upgrading the database from version (MonetDB-11.27.13)
     to (MonetDB-11.33.3) we are unable to bring up the database
-  * BZ#6754: in mclient a strange msg is reported after issuing command:
+  * BZ#6754: in mclient a strang msg is reported after issuing command:
     set schema sys;
   * BZ#6755: Assertion failure in rel_bin.c
   * BZ#6756: Error in optimizer garbageCollector on merge tables select
@@ -4854,7 +4926,7 @@ monetdb (11.29.1) unstable; urgency=low
 
   * Rebuilt.
   * BZ#3574: Add support for: create OR REPLACE view ...
-  * BZ#3831: Extend date part extraction and date formatting functions to
+  * BZ#3831: Extend date part extraction and date formating functions to
     support more formats like "quarter", "iso year/week"
   * BZ#6244: Add support for: TRUNCATE TABLE
   * BZ#6249: DEFAULT in row-values missing (sqlsmith)
@@ -7545,7 +7617,7 @@ monetdb (11.19.1) unstable; urgency=low
   * BZ#3595: Race/heap corruption on thread exit
   * BZ#3596: gdk_bat.c:2861: BATassertHeadProps: Assertion `!b->H->nonil ||
     cmp != 0' failed.
-  * BZ#3597: SQL to MAL listing loses types
+  * BZ#3597: SQL to MAL listing looses types
   * BZ#3598: SQL bulk load should ignore leading/trailing spaces also with
     type decimal (as with integers & real/double)
   * BZ#3599: Double-free of imprints
diff --git a/misc/packages/rpm/changelog b/misc/packages/rpm/changelog
--- a/misc/packages/rpm/changelog
+++ b/misc/packages/rpm/changelog
@@ -1,3 +1,54 @@
+* Thu Oct 24 2024 Sjoerd Mullender <sjo...@acm.org> - 11.51.5-20241024
+- Rebuilt.
+- GH#7281: UDFs defined at compile time in a user schema should not become
+  system functions
+- GH#7563: Unexpected result when using `IS DISTINCT FROM` in `VIEW`
+- GH#7567: creating remote table from subquery crashes the server
+- GH#7569: Column of temporary table changes when another is updated
+- GH#7570: BUG in the "str_to_timestamp" function
+- GH#7571: Crash when integer overflow in `ORDER BY`
+- GH#7572: column max length is not stored as specified and accepted at
+  creation time
+- GH#7575: Incorrect BAT properties after mmapped BAT "leaks" to disk with
+  restart.
+- GH#7576: unescaping UTF-16 code units goes wrong in json.text
+- GH#7577: Crash when using `CHECK` constraint
+- GH#7580: statistics optimizer handles date difference incorrectly
+- GH#7582: SIGSEGV when creating a SQL function with RETURN CASE WHEN
+  EXISTS (..)
+- GH#7583: Query slowdown after deleting rows from large table
+- GH#7584: SO_KEEPALIVE should be configured sensibly
+- GH#7585: rel2bin_join: Assertion `sql->session->status == -10' failed.
+- GH#7587: Line/row numbers get out of sync with COPY INTO .. BEST EFFORT
+
+* Mon Oct 21 2024 Lucas Pereira <lucas.pere...@monetdbsolutions.com> - 
11.51.5-20241024
+- sql: Improve casting to generic decimal type by choosing a better fit for
+  precision and scale instead of defaulting to 18 and 3, respectively.
+
+* Thu Oct 17 2024 Sjoerd Mullender <sjo...@acm.org> - 11.51.5-20241024
+- sql: When for whatever reason the upgrade code produces an error, we now
+  exit the server.  Before the server would limp on with what is basically
+  a broken database.
+
+* Mon Oct 14 2024 stefanos mavros <stemav...@gmail.com> - 11.51.5-20241024
+- monetdb5: The server prints out an informative message for the case of a 
graceful
+  termination.
+
+* Mon Oct  7 2024 Joeri van Ruth <joeri.van.r...@monetdbsolutions.com> - 
11.51.5-20241024
+- merovingian: Tweak socket parameters to simulate network activity on client 
connections.
+  This prevents firewalls from killing connections that seem idle but are
+  actually waiting for a long-running query. Can be controlled with a new
+  'keepalive' option to monetdbd.
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to