MonetDB: Jul2017 - On certain upgrades, fix sys.types, sys.funct...

2017-05-10 Thread Sjoerd Mullender
Changeset: fb14248942a9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fb14248942a9 Modified Files: clients/mapiclient/dump.c sql/backends/monet5/sql_upgrades.c sql/scripts/25_debug.sql

MonetDB: malparsing - tests seem to run (for a large part)

2017-05-10 Thread Niels Nes
Changeset: 3e835de43b22 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3e835de43b22 Modified Files: monetdb5/mal/mal_scenario.c monetdb5/mal/mal_session.c monetdb5/modules/mal/mal_io.c Branch: malparsing Log Message: tests seem to run (for a large

MonetDB: Jul2017 - Combined args and functions check test into a...

2017-05-10 Thread Sjoerd Mullender
Changeset: 69e2191d7288 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=69e2191d7288 Modified Files: sql/test/emptydb-upgrade-chain-hge/Tests/check.stable.out.int128 sql/test/emptydb-upgrade-chain/Tests/check.stable.out

MonetDB: stratified_sampling - Perform sampling before projectio...

2017-05-10 Thread Mark Raasveldt
Changeset: b7df339ad803 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b7df339ad803 Modified Files: sql/server/rel_select.c Branch: stratified_sampling Log Message: Perform sampling before projection/group by rather than as an output modifier. diffs (90 lines):

MonetDB: stratified_sampling - explicitly cast oid to bun

2017-05-10 Thread Abe Wits
Changeset: 85bd91c69325 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=85bd91c69325 Modified Files: gdk/gdk_sample.c Branch: stratified_sampling Log Message: explicitly cast oid to bun diffs (21 lines): diff --git a/gdk/gdk_sample.c b/gdk/gdk_sample.c ---

MonetDB: stratified_sampling - explicitly cast oid to int

2017-05-10 Thread Abe Wits
Changeset: 14f6fd85b29f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=14f6fd85b29f Modified Files: gdk/gdk_sample.c Branch: stratified_sampling Log Message: explicitly cast oid to int diffs (12 lines): diff --git a/gdk/gdk_sample.c b/gdk/gdk_sample.c ---

MonetDB: default - Merge with Jul2017 branch.

2017-05-10 Thread Sjoerd Mullender
Changeset: 9b5802d75eba for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9b5802d75eba Modified Files: gdk/gdk_atoms.c gdk/gdk_storage.c monetdb5/mal/mal_profiler.c monetdb5/modules/atoms/str.c monetdb5/modules/mal/manifold.c

MonetDB: Jul2017 - Merge with Dec2016 branch.

2017-05-10 Thread Sjoerd Mullender
Changeset: 1735a48fdfe9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1735a48fdfe9 Modified Files: gdk/gdk_storage.c monetdb5/mal/mal_profiler.c monetdb5/modules/atoms/str.c monetdb5/modules/mal/manifold.c sql/server/rel_exp.c Branch:

MonetDB: Dec2016 - Cleanup *all* columns of trace table.

2017-05-10 Thread Sjoerd Mullender
Changeset: d508322853e6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d508322853e6 Modified Files: monetdb5/mal/mal_profiler.c Branch: Dec2016 Log Message: Cleanup *all* columns of trace table. (grafted from f9aa04614d2a49eebabbd3547f6acb789c6c07c7) diffs (20

MonetDB: Dec2016 - Fix out-of-bounds write (found by sanitizer).

2017-05-10 Thread Sjoerd Mullender
Changeset: 8cd0e2deb43d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8cd0e2deb43d Modified Files: monetdb5/modules/atoms/str.c Branch: Dec2016 Log Message: Fix out-of-bounds write (found by sanitizer). Also, don't use memmove to copy overlapping memory if that's

MonetDB: Dec2016 - Only look at sql->args[e->flag] it it actuall...

2017-05-10 Thread Sjoerd Mullender
Changeset: 10aca64c0a1f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=10aca64c0a1f Modified Files: sql/server/rel_exp.c Branch: Dec2016 Log Message: Only look at sql->args[e->flag] it it actually exists. This fixes a crash that happens consistently on 32 bit

MonetDB: Dec2016 - Off-by-one error: don't call BUNtail with val...

2017-05-10 Thread Sjoerd Mullender
Changeset: 6fad555ee85d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6fad555ee85d Modified Files: monetdb5/modules/mal/manifold.c Branch: Dec2016 Log Message: Off-by-one error: don't call BUNtail with value olimit. (grafted from

MonetDB: Jul2017 - Improved upgrade of database to server that c...

2017-05-10 Thread Sjoerd Mullender
Changeset: e22d0a28a582 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e22d0a28a582 Modified Files: sql/backends/monet5/sql_upgrades.c sql/test/emptydb-upgrade-chain/Tests/upgrade.stable.out.int128

MonetDB: Jul2017 - Merge with Dec2016 branch.

2017-05-10 Thread Sjoerd Mullender
Changeset: 262f40f92641 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=262f40f92641 Modified Files: gdk/gdk_atoms.c Branch: Jul2017 Log Message: Merge with Dec2016 branch. diffs (29 lines): diff --git a/gdk/gdk_atoms.c b/gdk/gdk_atoms.c --- a/gdk/gdk_atoms.c +++

MonetDB: Dec2016 - Recreating the hash table in a string heap ma...

2017-05-10 Thread Sjoerd Mullender
Changeset: 04657464c666 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=04657464c666 Modified Files: gdk/gdk_atoms.c Branch: Dec2016 Log Message: Recreating the hash table in a string heap makes it dirty. But we don't always actually change anything, so be