Changeset: e8e8d392f375 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e8e8d392f375 Modified Files: .hgtags MonetDB.spec debian/changelog gdk/ChangeLog-Archive gdk/ChangeLog.Jul2017 libversions Branch: default Log Message:
Merge with Jul2017 branch. diffs (153 lines): diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -682,3 +682,6 @@ 1534ee14ff84fe5629becc6a5b5e2990b694d5a3 269ab71a82190d6024b3a920837089d657893493 Jul2017_SP1_release fce449d5af88de715fde36624815a56ef34c56bb Jul2017_7 fce449d5af88de715fde36624815a56ef34c56bb Jul2017_SP2_release +3d26c58579a18157659b590899a8f73f45954ec6 Jul2017_9 +fce449d5af88de715fde36624815a56ef34c56bb Jul2017_SP2_release +3d26c58579a18157659b590899a8f73f45954ec6 Jul2017_SP2_release diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -1041,6 +1041,44 @@ done %postun -p /sbin/ldconfig %changelog +* Mon Oct 23 2017 Sjoerd Mullender <sjo...@acm.org> - 11.27.9-20171023 +- Rebuilt. +- BZ#6207: identifier ambiguous when grouping and selecting the same + column twice +- BZ#6335: Sqlitelogictest crash in complex SQL query +- BZ#6405: Compilation error if DISABLE_PARENT_HASH not defined +- BZ#6412: Overflow in sys.epoch +- BZ#6413: Wrong answer for TPC-H Q17 +- BZ#6414: Using RPAD returns: could not allocate space +- BZ#6416: Sqlitelogictest crash in aggregation query with a NOT IN clause +- BZ#6417: Segfault encountered (sqlsmith) +- BZ#6418: Segfault in renaming (sqlsmith) +- BZ#6419: segfault in rel_optimizer (sqlsmith) +- BZ#6420: Assertion error in mergetable task (sqlsmith) +- BZ#6422: Another assertion error in rel_or (sqlsmith) +- BZ#6423: Dereference null pointer (sqlsmith) +- BZ#6424: Assertion error in rel_rename_expr (sqlsmith) +- BZ#6425: Assertion error in exp_bin (sqlsmith) +- BZ#6426: Assertion error in rel_find_exp_ (sqlsmith) +- BZ#6427: Assertion error in eq_typeswitchloop (sqlsmith) +- BZ#6428: Sqlitelogictest crash in aggregation query +- BZ#6430: Assertion raised in another eq_typeswitch error (sqlsmith) +- BZ#6431: Sqlitelogictest crash in aggregation query with a long + having clause +- BZ#6432: Assertion error in exp_bin (sqlsmith) +- BZ#6433: Sqlitelogictest crash in complex SELECT query with IN operator +- BZ#6435: Sqlitelogictest crash in simple select query +- BZ#6437: System schemas "profiler" and "json" shouldn't be allowed to + be dropped. +- BZ#6438: Implement functionality to enforce the restrict option in: + DROP SCHEMA xyz RESTRICT; +- BZ#6440: Faulty plan generated. Query returns more rows than expected + or existing in the view sys.tables. + +* Mon Oct 23 2017 Sjoerd Mullender <sjo...@acm.org> - 11.27.9-20171023 +- gdk: A serious bug, possibly resulting in database corruption, having to + do with appending data to a string BAT was fixed. + * Wed Oct 11 2017 Panagiotis Koutsourakis <kutsu...@monetdbsolutions.com> - 11.27.7-20171011 - Rebuilt. - BZ#4017: server crashes when executing particular loopback query in diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,47 @@ +monetdb (11.27.9) unstable; urgency=low + + * Rebuilt. + * BZ#6207: identifier ambiguous when grouping and selecting the same + column twice + * BZ#6335: Sqlitelogictest crash in complex SQL query + * BZ#6405: Compilation error if DISABLE_PARENT_HASH not defined + * BZ#6412: Overflow in sys.epoch + * BZ#6413: Wrong answer for TPC-H Q17 + * BZ#6414: Using RPAD returns: could not allocate space + * BZ#6416: Sqlitelogictest crash in aggregation query with a NOT IN clause + * BZ#6417: Segfault encountered (sqlsmith) + * BZ#6418: Segfault in renaming (sqlsmith) + * BZ#6419: segfault in rel_optimizer (sqlsmith) + * BZ#6420: Assertion error in mergetable task (sqlsmith) + * BZ#6422: Another assertion error in rel_or (sqlsmith) + * BZ#6423: Dereference null pointer (sqlsmith) + * BZ#6424: Assertion error in rel_rename_expr (sqlsmith) + * BZ#6425: Assertion error in exp_bin (sqlsmith) + * BZ#6426: Assertion error in rel_find_exp_ (sqlsmith) + * BZ#6427: Assertion error in eq_typeswitchloop (sqlsmith) + * BZ#6428: Sqlitelogictest crash in aggregation query + * BZ#6430: Assertion raised in another eq_typeswitch error (sqlsmith) + * BZ#6431: Sqlitelogictest crash in aggregation query with a long + having clause + * BZ#6432: Assertion error in exp_bin (sqlsmith) + * BZ#6433: Sqlitelogictest crash in complex SELECT query with IN operator + * BZ#6435: Sqlitelogictest crash in simple select query + * BZ#6437: System schemas "profiler" and "json" shouldn't be allowed to + be dropped. + * BZ#6438: Implement functionality to enforce the restrict option in: + DROP SCHEMA xyz RESTRICT; + * BZ#6440: Faulty plan generated. Query returns more rows than expected + or existing in the view sys.tables. + + -- Sjoerd Mullender <sjo...@acm.org> Mon, 23 Oct 2017 15:39:35 +0200 + +monetdb (11.27.9) unstable; urgency=low + + * gdk: A serious bug, possibly resulting in database corruption, having to + do with appending data to a string BAT was fixed. + + -- Sjoerd Mullender <sjo...@acm.org> Mon, 23 Oct 2017 15:39:35 +0200 + monetdb (11.27.7) unstable; urgency=low * Rebuilt. diff --git a/gdk/ChangeLog-Archive b/gdk/ChangeLog-Archive --- a/gdk/ChangeLog-Archive +++ b/gdk/ChangeLog-Archive @@ -1,6 +1,10 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Mon Oct 23 2017 Sjoerd Mullender <sjo...@acm.org> - 11.27.9-20171023 +- A serious bug, possibly resulting in database corruption, having to + do with appending data to a string BAT was fixed. + * Fri Jul 7 2017 Sjoerd Mullender <sjo...@acm.org> - 11.27.3-20170725 - Many functions in GDK are now annotated with the GCC attribute __warn_unused_result__ meaning that the compiler will issue a warning diff --git a/gdk/ChangeLog.Jul2017 b/gdk/ChangeLog.Jul2017 --- a/gdk/ChangeLog.Jul2017 +++ b/gdk/ChangeLog.Jul2017 @@ -1,7 +1,3 @@ # ChangeLog file for MonetDB # This file is updated with Maddlog -* Mon Oct 23 2017 Sjoerd Mullender <sjo...@acm.org> -- A serious bug, possibly resulting in database corruption, having to - do with appending data to a string BAT was fixed. - diff --git a/libversions b/libversions --- a/libversions +++ b/libversions @@ -36,13 +36,13 @@ # version of the GDK library (subdirectory gdk; also includes # common/options and common/utils) -GDK_VERSION=15:3:0 +GDK_VERSION=15:4:0 # version of the MAPI library (subdirectory clients/mapilib) MAPI_VERSION=9:2:0 # version of the MONETDB5 library (subdirectory monetdb5, not including extras) -MONETDB5_VERSION=23:3:0 +MONETDB5_VERSION=23:4:0 # version of the STREAM library (subdirectory common/stream) STREAM_VERSION=10:2:2 _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list