Changeset: 96a94b95f7f7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/96a94b95f7f7 Modified Files: gdk/ChangeLog.Jul2021 monetdb5/ChangeLog.Jul2021 sql/ChangeLog.Jul2021 Branch: Jul2021 Log Message:
Changelog blurbs. diffs (35 lines): diff --git a/gdk/ChangeLog.Jul2021 b/gdk/ChangeLog.Jul2021 --- a/gdk/ChangeLog.Jul2021 +++ b/gdk/ChangeLog.Jul2021 @@ -1,3 +1,7 @@ # 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. + diff --git a/monetdb5/ChangeLog.Jul2021 b/monetdb5/ChangeLog.Jul2021 --- a/monetdb5/ChangeLog.Jul2021 +++ b/monetdb5/ChangeLog.Jul2021 @@ -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.Jul2021 b/sql/ChangeLog.Jul2021 --- a/sql/ChangeLog.Jul2021 +++ b/sql/ChangeLog.Jul2021 @@ -1,3 +1,9 @@ # 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. + _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org