MonetDB: default - Defense at overwriting error messages in the ...

2021-08-31 Thread Martin Kersten
Changeset: 985ea67a022c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/985ea67a022c Modified Files: monetdb5/mal/mal_instruction.c tools/monetdbe/monetdbe.c Branch: default Log Message: Defense at overwriting error messages in the mdbe structure. The first one should be

MonetDB: default - Free previous exception before overwriting

2021-08-31 Thread Pedro Ferreira
Changeset: 7084820ef155 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/7084820ef155 Modified Files: monetdb5/mal/mal_interpreter.c Branch: default Log Message: Free previous exception before overwriting diffs (26 lines): diff --git a/monetdb5/mal/mal_interpreter.c

MonetDB: Jul2021 - Don't leak optimizer error message

2021-08-31 Thread Pedro Ferreira
Changeset: 3a8a37d1da2b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/3a8a37d1da2b Modified Files: monetdb5/optimizer/opt_wrapper.c Branch: Jul2021 Log Message: Don't leak optimizer error message diffs (14 lines): diff --git a/monetdb5/optimizer/opt_wrapper.c

MonetDB: default - Merged with Jul2021

2021-08-31 Thread Pedro Ferreira
Changeset: adf48b960aff for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/adf48b960aff Modified Files: monetdb5/optimizer/opt_pushselect.c monetdb5/optimizer/opt_support.c monetdb5/optimizer/opt_support.h Branch: default Log Message: Merged with Jul2021 diffs (29

MonetDB: Jul2021 - Use MAL namespace string in order for call to...

2021-08-31 Thread Pedro Ferreira
Changeset: ecdeafdb2aee for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ecdeafdb2aee Modified Files: monetdb5/optimizer/opt_pushselect.c monetdb5/optimizer/opt_support.c monetdb5/optimizer/opt_support.h sql/backends/monet5/UDF/pyapi3/pyapi3.c Branch: Jul2021

MonetDB: default - Don't call sprintf on MAL optimizers. Overall...

2021-08-31 Thread Pedro Ferreira
Changeset: ab557e39932c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ab557e39932c Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/exports.stable.out

MonetDB: string_imprints - Fix reading strimps from the disk

2021-08-31 Thread Panagiotis Koutsourakis
Changeset: 1d265612c715 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1d265612c715 Modified Files: gdk/gdk_strimps.c Branch: string_imprints Log Message: Fix reading strimps from the disk diffs (44 lines): diff --git a/gdk/gdk_strimps.c b/gdk/gdk_strimps.c ---

MonetDB: string_imprints - Use correct address to bitstrings

2021-08-31 Thread Panagiotis Koutsourakis
Changeset: 97a1a209934a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/97a1a209934a Modified Files: gdk/gdk_strimps.c Branch: string_imprints Log Message: Use correct address to bitstrings Specifically do not use the value of strimps.free because it is updated by multiple

MonetDB: string_imprints - Persist strimp when it is fully created

2021-08-31 Thread Panagiotis Koutsourakis
Changeset: 7bd939f4ba52 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/7bd939f4ba52 Modified Files: gdk/gdk_strimps.c Branch: string_imprints Log Message: Persist strimp when it is fully created A strimp is fully created when we have computed a bitstring for every string in the

MonetDB: string_imprints - Code cleanup

2021-08-31 Thread Panagiotis Koutsourakis
Changeset: 3ca155710c3f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/3ca155710c3f Modified Files: gdk/gdk_strimps.c Branch: string_imprints Log Message: Code cleanup diffs (88 lines): diff --git a/gdk/gdk_strimps.c b/gdk/gdk_strimps.c --- a/gdk/gdk_strimps.c +++

MonetDB: string_imprints - Do not create strimps for small bats

2021-08-31 Thread Panagiotis Koutsourakis
Changeset: 2e33639ce402 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2e33639ce402 Modified Files: gdk/gdk_strimps.h monetdb5/modules/mal/pcre.c Branch: string_imprints Log Message: Do not create strimps for small bats diffs (32 lines): diff --git a/gdk/gdk_strimps.h

MonetDB: string_imprints - Merge with default

2021-08-31 Thread Panagiotis Koutsourakis
Changeset: 8d90a78cdb68 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8d90a78cdb68 Modified Files: gdk/gdk.h gdk/gdk_bbp.c gdk/gdk_private.h monetdb5/optimizer/opt_prelude.c monetdb5/optimizer/opt_prelude.h sql/backends/monet5/sql.c