Changeset: db5ef78c155a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=db5ef78c155a Modified Files: sql/ChangeLog.Jun2010 Branch: default Log Message:
Merge: Added some belated changelog messages. diffs (30 lines): diff -r 1ae7d5c90635 -r db5ef78c155a MonetDB5/ChangeLog.Jun2010 --- a/MonetDB5/ChangeLog.Jun2010 Thu Aug 19 17:09:48 2010 +0200 +++ b/MonetDB5/ChangeLog.Jun2010 Thu Aug 19 17:50:22 2010 +0200 @@ -1,6 +1,10 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog +* Thu Aug 19 2010 Sjoerd Mullender <[email protected]> +- If extensions such as SQL and GEOM are properly installed, they are + loaded automatically when mserver5 starts. This fixes bug 2522. + * Fri Jul 30 2010 Niels Nes <[email protected]> - Fixed bug 2557. There was a bug in the mergetable optimizer which was triggered by multi column (at least 32 columns). diff -r 1ae7d5c90635 -r db5ef78c155a sql/ChangeLog.Jun2010 --- a/sql/ChangeLog.Jun2010 Thu Aug 19 17:09:48 2010 +0200 +++ b/sql/ChangeLog.Jun2010 Thu Aug 19 17:50:22 2010 +0200 @@ -1,6 +1,12 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Thu Aug 19 2010 Sjoerd Mullender <[email protected]> +- A bug was fixed where updates were missing in large transaction. + This fixes bug 2543. +- A memory leak was fixed which caused the server to grow when loading + and emptying a table. This was bug 2539. + * Fri Aug 13 2010 Niels Nes <[email protected]> - Fixed bug 2643 added more defensive code, when an aggregation function doesn't exist _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
