MonetDB: Jul2021 - Here the quick descriptor can be used. It sho...

2021-05-21 Thread Pedro Ferreira
Changeset: 6b690cdb5813 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6b690cdb5813 Modified Files: monetdb5/modules/kernel/bat5.c Branch: Jul2021 Log Message: Here the quick descriptor can be used. It should be fine diffs (23 lines): diff --git a/monetdb5/modules/kernel/bat5.c

MonetDB: Jul2021 - Issue on converting from void type

2021-05-21 Thread Pedro Ferreira
Changeset: 629c18038f89 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/629c18038f89 Modified Files: sql/test/SQLancer/Tests/sqlancer15.test Branch: Jul2021 Log Message: Issue on converting from void type diffs (27 lines): diff --git a/sql/test/SQLancer/Tests/sqlancer15.test b/

MonetDB: Jul2021 - Query with wrong results. Left join missing

2021-05-21 Thread Pedro Ferreira
Changeset: 2680cd29b2ea for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2680cd29b2ea Modified Files: sql/test/SQLancer/Tests/sqlancer15.test Branch: Jul2021 Log Message: Query with wrong results. Left join missing diffs (54 lines): diff --git a/sql/test/SQLancer/Tests/sqlancer15

MonetDB: default - Merged with Jul2021

2021-05-21 Thread Pedro Ferreira
Changeset: 58c413e884db for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/58c413e884db Modified Files: clients/Tests/exports.stable.out gdk/gdk_join.c gdk/gdk_select.c monetdb5/mal/mal_interpreter.c monetdb5/mal/mal_resource.c sql/backends/monet

MonetDB: Jul2021 - merged

2021-05-21 Thread Niels Nes
Changeset: b721a685cc0d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b721a685cc0d Branch: Jul2021 Log Message: merged diffs (279 lines): diff --git a/gdk/gdk_project.c b/gdk/gdk_project.c --- a/gdk/gdk_project.c +++ b/gdk/gdk_project.c @@ -176,7 +176,7 @@ project_oid(BAT *restrict bn

MonetDB: Jul2021 - add lock around appending changes (concurrent...

2021-05-21 Thread Niels Nes
Changeset: 76e2b60d98e5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/76e2b60d98e5 Modified Files: sql/include/sql_catalog.h sql/storage/sql_catalog.c sql/storage/store.c Branch: Jul2021 Log Message: add lock around appending changes (concurrent workers could appe

MonetDB: Jul2021 - Plugging another possible hole

2021-05-21 Thread Pedro Ferreira
Changeset: b03036338be8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b03036338be8 Modified Files: gdk/gdk_project.c sql/test/SQLancer/Tests/sqlancer15.test Branch: Jul2021 Log Message: Plugging another possible hole diffs (39 lines): diff --git a/gdk/gdk_project.c b/g

MonetDB: Jul2021 - Typo.

2021-05-21 Thread Sjoerd Mullender
Changeset: d515afcd5750 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d515afcd5750 Modified Files: sql/backends/monet5/sql_upgrades.c sql/test/emptydb-upgrade-chain-hge/Tests/upgrade.stable.out.int128 sql/test/emptydb-upgrade-chain-hge/Tests/upgrade.stable.out.ppc6

MonetDB: Jul2021 - Plug another hole.

2021-05-21 Thread Sjoerd Mullender
Changeset: 3dbb19fa6401 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/3dbb19fa6401 Modified Files: gdk/gdk_project.c Branch: Jul2021 Log Message: Plug another hole. diffs (20 lines): diff --git a/gdk/gdk_project.c b/gdk/gdk_project.c --- a/gdk/gdk_project.c +++ b/gdk/gdk_proje

MonetDB: Jul2021 - rel_remove_redundant_join cannot be applied b...

2021-05-21 Thread Pedro Ferreira
Changeset: f7b911fd8699 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f7b911fd8699 Modified Files: sql/server/rel_optimizer.c sql/test/SQLancer/Tests/sqlancer15.test Branch: Jul2021 Log Message: rel_remove_redundant_join cannot be applied between different join types di

MonetDB: Jul2021 - make sure we (sub)commit the bats when using ...

2021-05-21 Thread Niels Nes
Changeset: 44761c87698a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/44761c87698a Modified Files: gdk/gdk_logger.c Branch: Jul2021 Log Message: make sure we (sub)commit the bats when using sql_debug=128 diffs (214 lines): diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c --- a

MonetDB: Jul2021 - Added test

2021-05-21 Thread Pedro Ferreira
Changeset: 3175997f8251 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/3175997f8251 Modified Files: sql/test/SQLancer/Tests/sqlancer15.test Branch: Jul2021 Log Message: Added test diffs (28 lines): diff --git a/sql/test/SQLancer/Tests/sqlancer15.test b/sql/test/SQLancer/Tests/

MonetDB: Jul2021 - Merged with Oct2020

2021-05-21 Thread Pedro Ferreira
Changeset: 603d7da5e42d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/603d7da5e42d Modified Files: gdk/gdk_join.c sql/backends/monet5/rel_bin.c Branch: Jul2021 Log Message: Merged with Oct2020 diffs (32 lines): diff --git a/sql/backends/monet5/rel_bin.c b/sql/backends/

MonetDB: Oct2020 - Be defensive and check not null constraint mu...

2021-05-21 Thread Pedro Ferreira
Changeset: fcb573cb5938 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/fcb573cb5938 Modified Files: sql/backends/monet5/rel_bin.c Branch: Oct2020 Log Message: Be defensive and check not null constraint multiple times if so (this was an optimization I was trying to do a while ago