Changeset: 758bc1940062 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=758bc1940062 Modified Files: ChangeLog gdk/ChangeLog monetdb5/ChangeLog Branch: default Log Message:
Added some ChangeLog messages. diffs (53 lines): diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,16 @@ transferring large result sets. In addition, the new protocol supports compression using Snappy or LZ4. +* Mon Feb 20 2017 Sjoerd Mullender <[email protected]> +- Moved the sphinx extension module to its own repository. + See https://dev.monetdb.org/hg/MonetDB-sphinx/. + +* Thu Feb 16 2017 Sjoerd Mullender <[email protected]> +- Removed GSL module: it's now a separate (extension) package. + See https://dev.monetdb.org/hg/MonetDB-gsl/. +- The PCRE library is now optional for systems that support POSIX regular + expressions. + * Thu Jan 12 2017 Martin van Dinther <[email protected]> - Added 5 new sys schema tables: function_languages, function_types, key_types, index_types and privilege_codes. They are pre-loaded with diff --git a/gdk/ChangeLog b/gdk/ChangeLog --- a/gdk/ChangeLog +++ b/gdk/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog file for MonetDB # This file is updated with Maddlog +* Wed Mar 15 2017 Sjoerd Mullender <[email protected]> +- Improved error checking in the logger code (dealing with the write-ahead + log); changed return types a several functions from int to gdk_return + (i.e., they now return GDK_SUCCEED or GDK_FAIL). The logger no longer + calls GDKfatal on error. Instead the caller is responsible for dealing + with errors. + * Fri Feb 17 2017 Sjoerd Mullender <[email protected]> - BATsort may now create an order index as a by product. - Quantile calculations now use the order index if available (and use diff --git a/monetdb5/ChangeLog b/monetdb5/ChangeLog --- a/monetdb5/ChangeLog +++ b/monetdb5/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog -* Mon Feb 20 2017 Sjoerd Mullender <[email protected]> -- The sphinx module has been moved to its own repository - http://dev.monetdb.hg/hg/MonetDB-sphinx/. +* Thu Apr 20 2017 Sjoerd Mullender <[email protected]> +- The "sub" prefix of many functions, both at the MAL and the C level, + has been removed. * Thu Jan 5 2017 Sjoerd Mullender <[email protected]> - Changed the interfaces of the AUTH* functions: pass values, not pointers _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
