Changeset: 0bd9342b5394 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/0bd9342b5394 Modified Files: gdk/ChangeLog.Jul2021 sql/ChangeLog.Jul2021 Branch: Jul2021 Log Message:
Changelog blurbs. diffs (31 lines): diff --git a/gdk/ChangeLog.Jul2021 b/gdk/ChangeLog.Jul2021 --- a/gdk/ChangeLog.Jul2021 +++ b/gdk/ChangeLog.Jul2021 @@ -1,6 +1,13 @@ # ChangeLog file for GDK # This file is updated with Maddlog +* Mon Feb 13 2023 Sjoerd Mullender <sjo...@acm.org> +- When saving a bat failed for some reason during a low-level commit, + this was logged in the log file, but the error was then subsequently + ignored, possibly leading to files that are too short or even missing. +- The write-ahead log (WAL) is now rotated a bit more efficiently by + doing multiple log files in one go (i.e. in one low-level transaction). + * Mon Jan 16 2023 Sjoerd Mullender <sjo...@acm.org> - Fixed a race condition that could lead to a bat being added to the SQL catalog but nog being made persistent, causing a subsequent restart diff --git a/sql/ChangeLog.Jul2021 b/sql/ChangeLog.Jul2021 --- a/sql/ChangeLog.Jul2021 +++ b/sql/ChangeLog.Jul2021 @@ -1,6 +1,10 @@ # ChangeLog file for sql # This file is updated with Maddlog +* 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. + * Fri Dec 16 2022 Sjoerd Mullender <sjo...@acm.org> - Added some error checking to prevent crashes. Errors would mainly occur under memory pressure. _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org