MonetDB: Apr2019 - Added Darwin kernel 18 so as to compile Monet...

2019-05-16 Thread Ying Zhang
Changeset: 96757d48f79a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=96757d48f79a Modified Files: configure.ag Branch: Apr2019 Log Message: Added Darwin kernel 18 so as to compile MonetDB on Mojave. Can we find a better solution for the fdatasync problem on Mac

MonetDB: Apr2019 - In the release branch, by default skip tests ...

2019-05-16 Thread Sjoerd Mullender
Changeset: c49ccc46d7e6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c49ccc46d7e6 Modified Files: sql/test/BugTracker-2013/Tests/All sql/test/BugTracker-2017/Tests/All sql/test/BugTracker-2018/Tests/All sql/test/BugTracker-2019/Tests/All

MonetDB: mtime - Approve output.

2019-05-16 Thread Sjoerd Mullender
Changeset: 5d5ec4116f33 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5d5ec4116f33 Modified Files: sql/test/emptydb-upgrade-chain-hge/Tests/upgrade.stable.out.int128 sql/test/emptydb-upgrade-chain/Tests/upgrade.stable.out.int128

MonetDB: cmake-fun - The Intel compiler no longer throws that ma...

2019-05-16 Thread Pedro Ferreira
Changeset: 13f102e8f3fa for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=13f102e8f3fa Modified Files: CMakeLists.txt Branch: cmake-fun Log Message: The Intel compiler no longer throws that many errors. diffs (13 lines): diff --git a/CMakeLists.txt b/CMakeLists.txt

monetdb-ruby: default - The MAPI protocol works in chunks of 819...

2019-05-16 Thread Sjoerd Mullender
Changeset: 53aae47a9483 for monetdb-ruby URL: https://dev.monetdb.org/hg/monetdb-ruby?cmd=changeset;node=53aae47a9483 Modified Files: lib/MonetDBConnection.rb Branch: default Log Message: The MAPI protocol works in chunks of 8190 bytes. Thanks to Jeremy Norris for finding the bug and for

MonetDB: mtime - Reduce code size by using some macros.

2019-05-16 Thread Sjoerd Mullender
Changeset: 64196817100d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=64196817100d Modified Files: clients/Tests/exports.stable.out monetdb5/modules/atoms/mtime.c Branch: mtime Log Message: Reduce code size by using some macros. diffs (truncated from

MonetDB: cmake-fun - Compiles with Intel compiler on Windows. Al...

2019-05-16 Thread Pedro Ferreira
Changeset: 542c16759449 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=542c16759449 Modified Files: CMakeLists.txt testing/CMakeLists.txt Branch: cmake-fun Log Message: Compiles with Intel compiler on Windows. Also fixed installation of testing python

MonetDB: cmake-fun - Merge with default again (it didn't had sql...

2019-05-16 Thread Pedro Ferreira
Changeset: 6019abc61afd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6019abc61afd Modified Files: NT/monetdb_config.h.in clients/Tests/exports.stable.out common/options/monet_options.c common/utils/msabaoth.c common/utils/msabaoth.h

MonetDB: cmake-fun - Merge with default.

2019-05-16 Thread Pedro Ferreira
Changeset: fb8735b42613 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fb8735b42613 Modified Files: CMakeLists.txt CMakeReadme.txt clients/Tests/exports.stable.out common/options/monet_options.c common/utils/msabaoth.c

MonetDB: mtime - Merge with default branch.

2019-05-16 Thread Sjoerd Mullender
Changeset: 91d2142cf3a3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=91d2142cf3a3 Modified Files: NT/monetdb_config.h.in clients/Tests/exports.stable.out common/options/monet_options.c common/utils/msabaoth.c common/utils/msabaoth.h

MonetDB: default - Use sabaoth server UUID as session UUID.

2019-05-16 Thread Sjoerd Mullender
Changeset: 2a895321ffa4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2a895321ffa4 Modified Files: clients/Tests/exports.stable.out common/utils/msabaoth.c common/utils/msabaoth.h monetdb5/mal/mal_profiler.c

MonetDB: default - Cleanup: treat tests with .mal and .malC exte...

2019-05-16 Thread Sjoerd Mullender
Changeset: 1bfc597f319d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1bfc597f319d Modified Files: testing/Mtest.py.in Branch: default Log Message: Cleanup: treat tests with .mal and .malC extension identically. diffs (91 lines): diff --git

MonetDB: default - Cleanup: remove configure --enable-console, m...

2019-05-16 Thread Sjoerd Mullender
Changeset: dcb52c3242cc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dcb52c3242cc Modified Files: NT/monetdb_config.h.in common/options/monet_options.c configure.ag monetdb5/modules/mal/clients.c

MonetDB: mtime - Implemented EXTRACT(CENTURY FROM x) and EXTRACT...

2019-05-16 Thread Sjoerd Mullender
Changeset: 556773d60cb3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=556773d60cb3 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/exports.stable.out

MonetDB: mtime - Update some MAL tests.

2019-05-16 Thread Sjoerd Mullender
Changeset: 4005f9416645 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4005f9416645 Modified Files: monetdb5/mal/Tests/All monetdb5/mal/Tests/tst021.malC monetdb5/modules/kernel/Tests/time01.malC monetdb5/optimizer/Tests/tst4002.malC

MonetDB: mtime - Implemented EXTRACT(DOW FROM x) and EXTRACT(DOY...

2019-05-16 Thread Sjoerd Mullender
Changeset: 72d9e1a03075 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=72d9e1a03075 Modified Files: sql/server/sql_datetime.c sql/server/sql_datetime.h sql/server/sql_parser.y sql/server/sql_scan.c Branch: mtime Log Message: Implemented

MonetDB: mtime - Week of year may be 1 (of next year) for the la...

2019-05-16 Thread Sjoerd Mullender
Changeset: 854ad256c263 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=854ad256c263 Modified Files: monetdb5/modules/atoms/mtime.c Branch: mtime Log Message: Week of year may be 1 (of next year) for the last few days of the year. diffs (33 lines): diff --git

MonetDB: mtime - Fix translation of ODBC scalar function extract.

2019-05-16 Thread Sjoerd Mullender
Changeset: 67ef4fb1263b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=67ef4fb1263b Modified Files: clients/odbc/driver/ODBCUtil.c Branch: mtime Log Message: Fix translation of ODBC scalar function extract. diffs (12 lines): diff --git

MonetDB: cmake-fun - Cmake doesn't support string case insensiti...

2019-05-16 Thread Pedro Ferreira
Changeset: a395c4a8d41a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a395c4a8d41a Modified Files: CMakeLists.txt gdk/gdk_logger.c monetdb_config.h.in Branch: cmake-fun Log Message: Cmake doesn't support string case insensitive compare, so convert

MonetDB: cmake-fun - Do it the hard way.

2019-05-16 Thread Pedro Ferreira
Changeset: 2277cd4217c1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2277cd4217c1 Modified Files: gdk/gdk_logger.c monetdb_config.h.in Branch: cmake-fun Log Message: Do it the hard way. diffs (25 lines): diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c

MonetDB: cmake-fun - The header file crtdbg.h is required for ms...

2019-05-16 Thread Pedro Ferreira
Changeset: c4818066e4a6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c4818066e4a6 Modified Files: tools/mserver/mserver5.c Branch: cmake-fun Log Message: The header file crtdbg.h is required for mserver5.c diffs (15 lines): diff --git

MonetDB: cmake-fun - Cleanup include header files for MSVC compi...

2019-05-16 Thread Pedro Ferreira
Changeset: 5d33871a5cd1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5d33871a5cd1 Modified Files: CMakeLists.txt CMakeReadme.txt clients/mapiclient/mclient.c clients/mapiclient/prompt.c clients/mapiclient/stethoscope.c