Changeset: 5d8c8370afb4 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5d8c8370afb4 Modified Files: monetdb5/ChangeLog Branch: default Log Message:
Documentation issues diffs (25 lines): diff --git a/monetdb5/ChangeLog b/monetdb5/ChangeLog --- a/monetdb5/ChangeLog +++ b/monetdb5/ChangeLog @@ -1,3 +1,21 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog +* Tue Aug 2 2011 [email protected] +- mal_interpreter.mx Protect against concurrent exceptions If multiple + parallel blocks access the exception variables and perform GDKfree + on old messages, then we may enter a case that one thread attempts a + second free. Simple lock-based protection is the first line of defense. + +* Tue Aug 2 2011 [email protected] +- bpm and partitions have been moved to the attic. It is replaced by + the partition optimizer, still under construction. + +* Tue Aug 2 2011 [email protected] +- The MAL debugger next/step operations semantics have been fixed. + The profiler also now clearly shows entrance/exit of a MAL function. + +* Tue Aug 2 2011 [email protected] +- The dataflow optimizer uses a less strict side-effect test for BAT + new operations and better recognizes trivial plans. + _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
