MonetDB: txtsim - Add lib link to CMake in str and batstr modules.

2023-03-09 Thread Lucas Pereira
Changeset: 8d2e3b9a2ecb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8d2e3b9a2ecb Modified Files: monetdb5/modules/atoms/CMakeLists.txt monetdb5/modules/kernel/CMakeLists.txt Branch: txtsim Log Message: Add lib link to CMake in str and batstr modules. diffs (22 lines):

MonetDB: txtsim - Merge with default.

2023-03-09 Thread Lucas Pereira
Changeset: d546ec70563a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d546ec70563a Branch: txtsim Log Message: Merge with default. diffs (184 lines): diff --git a/clients/mapiclient/mclient.c b/clients/mapiclient/mclient.c --- a/clients/mapiclient/mclient.c +++ b/clients/mapiclient/mc

MonetDB: default - merged with sep2022

2023-03-09 Thread Niels Nes
Changeset: a0104be272e6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a0104be272e6 Modified Files: clients/mapiclient/mclient.c monetdb5/mal/mal_interpreter.c Branch: default Log Message: merged with sep2022 diffs (60 lines): diff --git a/clients/mapiclient/mclient.c b

MonetDB: default - small perf optimization, ie only lookup funct...

2023-03-09 Thread Niels Nes
Changeset: 643101b7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/643101b7 Modified Files: sql/backends/monet5/rel_bin.c Branch: default Log Message: small perf optimization, ie only lookup function when needed diffs (21 lines): diff --git a/sql/backends/monet5/rel_bin

MonetDB: Sep2022 - Take query control check for pause or quit ou...

2023-03-09 Thread Lucas Pereira
Changeset: c063b23d31a2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c063b23d31a2 Modified Files: monetdb5/mal/mal_interpreter.c Branch: Sep2022 Log Message: Take query control check for pause or quit out of NDEBUG if. diffs (33 lines): diff --git a/monetdb5/mal/mal_interpret