MonetDB: Mar2018 - remove redundant bit masking from mkey/GDK_RO...

2018-07-26 Thread Stefan Manegold
Changeset: 6a0efb9558d0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6a0efb9558d0 Modified Files: monetdb5/modules/mal/mkey.c Branch: Mar2018 Log Message: remove redundant bit masking from mkey/GDK_ROTATE() this speeds-up mkey.bulk_rotate_xor_hash() by 20% diffs

MonetDB: Mar2018 - SQLULEN appears to be a long unsigned int, co...

2018-07-26 Thread Martin van Dinther
Changeset: ae6bde40c483 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ae6bde40c483 Modified Files: clients/odbc/samples/testStmtAttr.c Branch: Mar2018 Log Message: SQLULEN appears to be a long unsigned int, correcting printing formats. diffs (29 lines): diff --g

MonetDB: Mar2018 - Added ODBC test program to test calls to SQLG...

2018-07-26 Thread Martin van Dinther
Changeset: 9e3e1cb0b59b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9e3e1cb0b59b Added Files: clients/odbc/samples/testStmtAttr.c Modified Files: clients/odbc/samples/Makefile.ag clients/odbc/samples/arraytest.c clients/odbc/samples/odbcsam

MonetDB: merge-partitions - Merge with default.

2018-07-26 Thread Pedro Ferreira
Changeset: 541d31c03a43 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=541d31c03a43 Added Files: sql/test/BugTracker-2018/Tests/sqlitelogictest-cast-null-add.Bug-6630.sql sql/test/BugTracker-2018/Tests/sqlitelogictest-cast-null-add.Bug-6630.stable.err

MonetDB: default - Merge with Mar2018

2018-07-26 Thread Pedro Ferreira
Changeset: b74cf32f221f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b74cf32f221f Modified Files: clients/Tests/exports.stable.out configure.ag gdk/gdk.h gdk/gdk_imprints.c gdk/gdk_private.h monetdb5/mal/mal_exception.c

MonetDB: Mar2018 - Another check.

2018-07-26 Thread Pedro Ferreira
Changeset: db868995a1d5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=db868995a1d5 Modified Files: sql/common/sql_types.c Branch: Mar2018 Log Message: Another check. diffs (12 lines): diff --git a/sql/common/sql_types.c b/sql/common/sql_types.c --- a/sql/common/

MonetDB: Mar2018 - Use the proper types.

2018-07-26 Thread Pedro Ferreira
Changeset: ea7596b43412 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ea7596b43412 Modified Files: sql/server/sql_atom.c sql/server/sql_datetime.c Branch: Mar2018 Log Message: Use the proper types. diffs (33 lines): diff --git a/sql/server/sql_atom.c b/s

MonetDB: Mar2018 - Check for huge integer compilation.

2018-07-26 Thread Pedro Ferreira
Changeset: 0530f2916524 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0530f2916524 Modified Files: sql/backends/monet5/sql.c sql/server/sql_env.c sql/server/sql_env.h sql/server/sql_parser.y Branch: Mar2018 Log Message: Check for huge intege

MonetDB: Mar2018 - Check for returns_nonnull attribute.

2018-07-26 Thread Sjoerd Mullender
Changeset: c27d490d3c21 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c27d490d3c21 Modified Files: monetdb5/mal/mal_exception.h Branch: Mar2018 Log Message: Check for returns_nonnull attribute. diffs (14 lines): diff --git a/monetdb5/mal/mal_exception.h b/monetd