Changeset: 89dea9370a6c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/89dea9370a6c
Modified Files:
        gdk/ChangeLog.Jan2022
        monetdb5/ChangeLog.Jan2022
        sql/ChangeLog.Jan2022
Branch: Jan2022
Log Message:

Merge with Jul2021 branch.


diffs (41 lines):

diff --git a/gdk/ChangeLog.Jan2022 b/gdk/ChangeLog.Jan2022
--- a/gdk/ChangeLog.Jan2022
+++ b/gdk/ChangeLog.Jan2022
@@ -1,6 +1,10 @@
 # ChangeLog file for GDK
 # This file is updated with Maddlog
 
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org>
+- When processing the WAL, if a to-be-destroyed object cannot be found,
+  don't stop, but keep processing the rest of the WAL.
+
 * Mon Feb 20 2023 Sjoerd Mullender <sjo...@acm.org>
 - A race condition was fixed where certain write-ahead log messages
   could get intermingled, resulting in a corrupted WAL file.
diff --git a/monetdb5/ChangeLog.Jan2022 b/monetdb5/ChangeLog.Jan2022
--- a/monetdb5/ChangeLog.Jan2022
+++ b/monetdb5/ChangeLog.Jan2022
@@ -1,3 +1,7 @@
 # ChangeLog file for MonetDB5
 # This file is updated with Maddlog
 
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org>
+- Client connections are cleaned up better so that we get fewer instances
+  of clients that cannot connect.
+
diff --git a/sql/ChangeLog.Jan2022 b/sql/ChangeLog.Jan2022
--- a/sql/ChangeLog.Jan2022
+++ b/sql/ChangeLog.Jan2022
@@ -1,6 +1,12 @@
 # ChangeLog file for sql
 # This file is updated with Maddlog
 
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org>
+- Increased the size of a variable counting the number of changes made
+  to the database (e.g. in case more than a 2 billion rows are added to
+  a table).
+- Improved cleanup after failures such as failed memory allocations.
+
 * Mon Feb 13 2023 Sjoerd Mullender <sjo...@acm.org>
 - An insert into a table from which a column was dropped in a parallel
   transaction was incorrectly not flagged as a transaction conflict.
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to