Changeset: 1a91fbb643e2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1a91fbb643e2 Removed Files: sql/ChangeLog.linear-hashing Modified Files: gdk/ChangeLog.Jul2021 sql/ChangeLog.Jul2021 Branch: Jul2021 Log Message:
Update changelogs. diffs (62 lines): diff --git a/gdk/ChangeLog.Jul2021 b/gdk/ChangeLog.Jul2021 --- a/gdk/ChangeLog.Jul2021 +++ b/gdk/ChangeLog.Jul2021 @@ -1,6 +1,16 @@ # ChangeLog file for GDK # This file is updated with Maddlog +* Wed Sep 22 2021 Sjoerd Mullender <[email protected]> +- Some deadlock and race condition issues were fixed. +- Handling of the list of free bats has been improved, leading to less + thread contention. +- A problem was fixed where the server wouldn't start with a message from + BBPcheckbats about files being too small. The issue was not that the + file was too small, but that BBPcheckbats was looking at the wrong file. +- An issue was fixed where a "short read" error was produced when memory + was getting tight. + * Wed Aug 11 2021 Sjoerd Mullender <[email protected]> - When appending to a string bat, we made an optimization where the string heap was sometimes copied completely to avoid having to insert strings diff --git a/sql/ChangeLog.Jul2021 b/sql/ChangeLog.Jul2021 --- a/sql/ChangeLog.Jul2021 +++ b/sql/ChangeLog.Jul2021 @@ -1,14 +1,23 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Wed Sep 22 2021 Sjoerd Mullender <[email protected]> +- If the server has been idle for a while with no active clients, the + write-ahead log is now rotated. +- A problem was fixed where files belonging to bats that had been deleted + internally were not cleaned up, leading to a growing database (dbfarm) + directory. +- A leak was fixed where extra bats were created but never cleaned up, + each taking up several kilobytes of memory. + * Tue Aug 17 2021 Ying Zhang <[email protected]> - [This feature was already released in Jul2021 (11.41.5), but the ChangeLog was missing] Grant indirect privileges. With "GRANT SELECT ON <my_view> TO <another_user>" and "GRANT EXECUTE ON FUNCTION <my_func> TO <another_user>", one can grant access to "my_view" and "my_func" - to another user who does not have access to the underlying database - objects (e.g. tables, views) used in "my_view" and "my_func". The - grantee will only be able to access data revealed by "my_view" or + to another user who does not have access to the underlying database + objects (e.g. tables, views) used in "my_view" and "my_func". The + grantee will only be able to access data revealed by "my_view" or conduct operations provided by "my_func". * Mon Aug 16 2021 Sjoerd Mullender <[email protected]> diff --git a/sql/ChangeLog.linear-hashing b/sql/ChangeLog.linear-hashing deleted file mode 100644 --- a/sql/ChangeLog.linear-hashing +++ /dev/null @@ -1,7 +0,0 @@ -# ChangeLog file for sql -# This file is updated with Maddlog - -* Tue Mar 3 2020 Pedro Ferreira <[email protected]> -- Removed sys.pause(int), sys.resume(int) and sys.stop(int) - procedures. They were redundant compared to the bigint versions. - _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
