MonetDB: analytics - Round a double floating-point output column...

2018-10-01 Thread Pedro Ferreira
Changeset: a4aa59308ee4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a4aa59308ee4 Modified Files: sql/test/analytics/Tests/analytics02.sql sql/test/analytics/Tests/analytics02.stable.out sql/test/analytics/Tests/analytics03.sql

MonetDB: analytics - Merge with default

2018-10-01 Thread Pedro Ferreira
Changeset: 243bf58a8094 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=243bf58a8094 Added Files: clients/R/Tests/deps-install.timeout Modified Files: clients/R/Tests/dbapply.R clients/R/Tests/deps-install.R clients/R/Tests/deps-test.R

MonetDB: client-filetrans - Merge with default branch.

2018-10-01 Thread Sjoerd Mullender
Changeset: 2da88edaecd3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2da88edaecd3 Modified Files: sql/common/sql_types.c testing/exportutils.py Branch: client-filetrans Log Message: Merge with default branch. diffs (86 lines): diff --git

MonetDB: default - Merge with Aug2018 branch.

2018-10-01 Thread Sjoerd Mullender
Changeset: 14a8e3730764 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=14a8e3730764 Modified Files: testing/exportutils.py Branch: default Log Message: Merge with Aug2018 branch. diffs (38 lines): diff --git a/testing/exportutils.py b/testing/exportutils.py ---

MonetDB: sample-with-seed - Use stdint's UINT64_MAX for cross pl...

2018-10-01 Thread Aris Koning
Changeset: acbef6e0f2db for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=acbef6e0f2db Modified Files: gdk/xoshiro256starstar.h Branch: sample-with-seed Log Message: Use stdint's UINT64_MAX for cross platform compatibility. diffs (16 lines): diff --git

MonetDB: Aug2018 - Improve preprocess so that glued-together arg...

2018-10-01 Thread Sjoerd Mullender
Changeset: 8aed76657b28 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8aed76657b28 Modified Files: testing/exportutils.py Branch: Aug2018 Log Message: Improve preprocess so that glued-together arguments are considered. diffs (13 lines): diff --git

MonetDB: analytics - Added remaining batsql analytic functions t...

2018-10-01 Thread Pedro Ferreira
Changeset: 659539daabec for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=659539daabec Modified Files: clients/Tests/exports.stable.out monetdb5/optimizer/opt_prelude.c monetdb5/optimizer/opt_prelude.h monetdb5/optimizer/opt_support.c

MonetDB: Aug2018 - Move unchanging calculation out of loop.

2018-10-01 Thread Sjoerd Mullender
Changeset: 48904cdb1465 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=48904cdb1465 Modified Files: testing/exportutils.py Branch: Aug2018 Log Message: Move unchanging calculation out of loop. diffs (28 lines): diff --git a/testing/exportutils.py