MonetDB: Jun2023 - Add information on removed DEBUG statement an...

2023-05-10 Thread Martin van Dinther
Changeset: 78eb68129c79 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/78eb68129c79 Modified Files: monetdb5/ChangeLog.Jun2023 sql/ChangeLog.Jun2023 Branch: Jun2023 Log Message: Add information on removed DEBUG statement and MAL debugger. Extended text. diffs (51 lines):

MonetDB: txtsim-imp - Merge with Jun2023.

2023-05-10 Thread Lucas Pereira
Changeset: 8a962fd6c7c9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8a962fd6c7c9 Branch: txtsim-imp Log Message: Merge with Jun2023. diffs (82 lines): diff --git a/clients/mapiclient/mhelp.c b/clients/mapiclient/mhelp.c --- a/clients/mapiclient/mhelp.c +++ b/clients/mapiclient/mhelp

MonetDB: txtsim-imp - Introduce jarowinkler in upgrade code

2023-05-10 Thread Lucas Pereira
Changeset: 059fe7025325 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/059fe7025325 Modified Files: sql/backends/monet5/sql_upgrades.c Branch: txtsim-imp Log Message: Introduce jarowinkler in upgrade code diffs (39 lines): diff --git a/sql/backends/monet5/sql_upgrades.c b/sql/

MonetDB: smapi - Error checking in tls_read and tls_write

2023-05-10 Thread Panagiotis Koutsourakis
Changeset: c46fc5208688 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c46fc5208688 Modified Files: common/stream/tls_stream.c tools/merovingian/daemon/client.c Branch: smapi Log Message: Error checking in tls_read and tls_write diffs (117 lines): diff --git a/common/st