MonetDB: default - Merge with Jul2017 branch.

2017-12-12 Thread Sjoerd Mullender
Changeset: b42ce916c639 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b42ce916c639 Modified Files: gdk/gdk.h gdk/gdk_atoms.c gdk/gdk_bbp.c gdk/gdk_hash.c gdk/gdk_heap.c gdk/gdk_imprints.c gdk/gdk_logger.c gdk/g

MonetDB: default - If we can't easily determine the number of co...

2017-12-12 Thread Sjoerd Mullender
Changeset: e901a749aa57 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e901a749aa57 Modified Files: gdk/gdk_system.c Branch: default Log Message: If we can't easily determine the number of cores, just use 1. Easily means using a system call. All our testing systems

MonetDB: default - Remove configure options --enable-profile and...

2017-12-12 Thread Sjoerd Mullender
Changeset: 007c4ff77252 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=007c4ff77252 Modified Files: clients/Tests/exports.stable.out configure.ag gdk/gdk_system.c gdk/gdk_system.h Branch: default Log Message: Remove configure options --enable

MonetDB: Jul2017 - Split FORCEMITOMASK into two: FORCEMITOMASK a...

2017-12-12 Thread Sjoerd Mullender
Changeset: 30313f954490 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=30313f954490 Modified Files: gdk/gdk.h gdk/gdk_atoms.c gdk/gdk_bbp.c gdk/gdk_hash.c gdk/gdk_heap.c gdk/gdk_imprints.c gdk/gdk_logger.c gdk/g

MonetDB: Jul2017 - Check for system call failures

2017-12-12 Thread Pedro Ferreira
Changeset: cb3246622ad6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cb3246622ad6 Modified Files: gdk/gdk_system.c Branch: Jul2017 Log Message: Check for system call failures diffs (100 lines): diff --git a/gdk/gdk_system.c b/gdk/gdk_system.c --- a/gdk/gdk_syst

MonetDB: default - Merge with Jul2017 branch.

2017-12-12 Thread Sjoerd Mullender
Changeset: 0e0de4ab838a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0e0de4ab838a Modified Files: clients/odbc/driver/ODBCUtil.c tools/merovingian/daemon/argvcmds.c Branch: default Log Message: Merge with Jul2017 branch. diffs (87 lines): diff --git a/c

MonetDB: Jul2017 - Typo.

2017-12-12 Thread Sjoerd Mullender
Changeset: d7c9fb3dfb38 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d7c9fb3dfb38 Modified Files: tools/merovingian/daemon/argvcmds.c Branch: Jul2017 Log Message: Typo. diffs (12 lines): diff --git a/tools/merovingian/daemon/argvcmds.c b/tools/merovingian/daem

MonetDB: default - Implemented {escape 'X'} escape sequence.

2017-12-12 Thread Sjoerd Mullender
Changeset: 508619cb3fb4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=508619cb3fb4 Modified Files: clients/odbc/driver/ODBCUtil.c Branch: default Log Message: Implemented {escape 'X'} escape sequence. diffs (57 lines): diff --git a/clients/odbc/driver/ODBCUtil.c

MonetDB: Jul2017 - Adjust length correctly.

2017-12-12 Thread Sjoerd Mullender
Changeset: 490f8b344ff8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=490f8b344ff8 Modified Files: clients/odbc/driver/ODBCUtil.c Branch: Jul2017 Log Message: Adjust length correctly. diffs (75 lines): diff --git a/clients/odbc/driver/ODBCUtil.c b/clients/odbc/d

MonetDB: default - Merge with Jul2017 branch.

2017-12-12 Thread Sjoerd Mullender
Changeset: 1f7f1b21df01 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1f7f1b21df01 Added Files: sql/test/BugTracker-2017/Tests/sqlitelogictest-select-in-column.Bug-6490.sql sql/test/BugTracker-2017/Tests/sqlitelogictest-select-in-column.Bug-6490.stable.err

MonetDB: Jul2017 - Don't use == to compare values of type pthrea...

2017-12-12 Thread Sjoerd Mullender
Changeset: 969ed6be1826 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=969ed6be1826 Modified Files: gdk/gdk_system.c Branch: Jul2017 Log Message: Don't use == to compare values of type pthread_t, use pthread_equal instead. diffs (12 lines): diff --git a/gdk/gdk_s

MonetDB: Jul2017 - Only write into string heap if we actually ch...

2017-12-12 Thread Sjoerd Mullender
Changeset: ba14c1199e06 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ba14c1199e06 Modified Files: gdk/gdk_atoms.c Branch: Jul2017 Log Message: Only write into string heap if we actually change something. This only matters if the heap was memory mapped, since then

MonetDB: Jul2017 - Added queries related to bug 6490 still failing

2017-12-12 Thread Pedro Ferreira
Changeset: f0b359491fbd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f0b359491fbd Modified Files: sql/test/BugTracker-2017/Tests/sqlitelogictest-select-in-column.Bug-6490.sql Branch: Jul2017 Log Message: Added queries related to bug 6490 still failing diffs (10

MonetDB: Jul2017 - Don't ignore persisted hash tables.

2017-12-12 Thread Sjoerd Mullender
Changeset: 394dbcf8bb99 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=394dbcf8bb99 Modified Files: gdk/gdk_storage.c Branch: Jul2017 Log Message: Don't ignore persisted hash tables. This fixes bug 6492. diffs (11 lines): diff --git a/gdk/gdk_storage.c b/gdk/gdk_