Changeset: 0cf18494e588 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0cf18494e588
Modified Files:
        gdk/ChangeLog.Jun2020
        sql/ChangeLog.Jun2020
        tools/merovingian/ChangeLog.Jun2020
Branch: Jun2020
Log Message:

Changelog blurbs.


diffs (42 lines):

diff --git a/gdk/ChangeLog.Jun2020 b/gdk/ChangeLog.Jun2020
--- a/gdk/ChangeLog.Jun2020
+++ b/gdk/ChangeLog.Jun2020
@@ -1,3 +1,13 @@
 # ChangeLog file for GDK
 # This file is updated with Maddlog
 
+* Mon May  9 2022 Sjoerd Mullender <[email protected]>
+- Improve the heuristic for growing the result bat in a rangejoin.
+- Improved management of bats around commit time, both at the SQL level
+  (write-ahead log) and low level (so-called subcommit).
+- Improved BATproject for string bats.
+- Improved low-level algorithm selection in join.
+- Bugs were fixed that could in rare cases cause an empty string that
+  had been added to a BAT earlier to be seen as a non-empty string,
+  even as one with an invalid UTF-8 encoding.
+
diff --git a/sql/ChangeLog.Jun2020 b/sql/ChangeLog.Jun2020
--- a/sql/ChangeLog.Jun2020
+++ b/sql/ChangeLog.Jun2020
@@ -1,3 +1,11 @@
 # ChangeLog file for sql
 # This file is updated with Maddlog
 
+* Mon May  9 2022 Sjoerd Mullender <[email protected]>
+- Print current query when using CALL
+  logging.setcomplevel('SQL_EXECUTION', 'INFO');
+- Comments inside queries are now available in the sys.queue
+  function/view.
+- Fixed an issue where under heavy concurrent workloads, data could be
+  lost in a sequence of truncate/delete all queries.
+
diff --git a/tools/merovingian/ChangeLog.Jun2020 
b/tools/merovingian/ChangeLog.Jun2020
--- a/tools/merovingian/ChangeLog.Jun2020
+++ b/tools/merovingian/ChangeLog.Jun2020
@@ -1,3 +1,6 @@
 # ChangeLog file for sql/src/backends/monet5/merovingian
 # This file is updated with mchangelog
 
+* Mon May  9 2022 Sjoerd Mullender <[email protected]>
+- Allow -1 for exittimeout, with the meaning: terminate and wait.
+
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to