MonetDB: txtsim-imp - Fix strimps usage and disable strimps with...

2023-05-23 Thread Lucas Pereira
Changeset: ae92513c9901 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ae92513c9901 Modified Files: monetdb5/modules/atoms/str.c Branch: txtsim-imp Log Message: Fix strimps usage and disable strimps with anti for now(testing purposes) diffs (194 lines): diff --git a/monetdb5/mo

MonetDB: Jul2021 - Introduced a --set tablet_threads=N option wi...

2023-05-23 Thread Sjoerd Mullender
Changeset: fbea53aed4a1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/fbea53aed4a1 Modified Files: monetdb5/ChangeLog.Jul2021 monetdb5/modules/mal/tablet.c tools/merovingian/client/monetdb.1 tools/merovingian/daemon/forkmserver.c tools/merovingian/d

MonetDB: smapi - Merge with default

2023-05-23 Thread Panagiotis Koutsourakis
Changeset: 007fcc77507d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/007fcc77507d Modified Files: cmake/monetdb-defines.cmake Branch: smapi Log Message: Merge with default diffs (truncated from 5974 to 300 lines): diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@

MonetDB: smapi - Don't use block streams when proxying

2023-05-23 Thread Panagiotis Koutsourakis
Changeset: 48fb19325595 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/48fb19325595 Modified Files: tools/merovingian/daemon/proxy.c Branch: smapi Log Message: Don't use block streams when proxying diffs (29 lines): diff --git a/tools/merovingian/daemon/proxy.c b/tools/meroving

MonetDB: smapi - Better debugging messages

2023-05-23 Thread Panagiotis Koutsourakis
Changeset: f58e2a9f2a56 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f58e2a9f2a56 Modified Files: common/stream/stream.c Branch: smapi Log Message: Better debugging messages diffs (44 lines): diff --git a/common/stream/stream.c b/common/stream/stream.c --- a/common/stream/str

MonetDB: smapi - Fix compilation under STREAM_DEBUG

2023-05-23 Thread Panagiotis Koutsourakis
Changeset: 8b5bd4db8f64 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8b5bd4db8f64 Modified Files: common/stream/stream.c tools/merovingian/daemon/proxy.c Branch: smapi Log Message: Fix compilation under STREAM_DEBUG diffs (36 lines): diff --git a/common/stream/stream.

MonetDB: smapi - Merge with default

2023-05-23 Thread Panagiotis Koutsourakis
Changeset: 116701254083 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/116701254083 Branch: smapi Log Message: Merge with default diffs (truncated from 460 to 300 lines): diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -432,6 +432,7 @@ install it. Sum

MonetDB: Jun2023 - use ifdef..

2023-05-23 Thread Niels Nes
Changeset: 0f4eae20e065 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/0f4eae20e065 Modified Files: testing/fallocate.c Branch: Jun2023 Log Message: use ifdef.. diffs (12 lines): diff --git a/testing/fallocate.c b/testing/fallocate.c --- a/testing/fallocate.c +++ b/testing/fall

MonetDB: txtsim-imp - Create strimps index on left bat only

2023-05-23 Thread Lucas Pereira
Changeset: 07acb503a059 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/07acb503a059 Modified Files: monetdb5/modules/atoms/str.c Branch: txtsim-imp Log Message: Create strimps index on left bat only diffs (15 lines): diff --git a/monetdb5/modules/atoms/str.c b/monetdb5/modules/

MonetDB: Jun2023 - use monetdb_config.h file to conditionaly bui...

2023-05-23 Thread Niels Nes
Changeset: a8012865510f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a8012865510f Modified Files: testing/CMakeLists.txt testing/fallocate.c Branch: Jun2023 Log Message: use monetdb_config.h file to conditionaly build new fallocate function diffs (27 lines): diff --gi

MonetDB: Jun2023 - small library to test errors on large file cr...

2023-05-23 Thread Niels Nes
Changeset: d20a042111ec for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d20a042111ec Added Files: testing/fallocate.c Modified Files: sql/backends/monet5/sql.c testing/CMakeLists.txt Branch: Jun2023 Log Message: small library to test errors on large file creation us

MonetDB: txtsim-imp - Fix/improve test of asciify fun that invol...

2023-05-23 Thread Lucas Pereira
Changeset: a2558db29adc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a2558db29adc Modified Files: monetdb5/modules/atoms/Tests/asciify.test monetdb5/modules/atoms/str.c monetdb5/modules/kernel/Tests/batstr_asciify.test Branch: txtsim-imp Log Message: Fix/improve

MonetDB: txtsim-imp - Merge with Jun2023.

2023-05-23 Thread Lucas Pereira
Changeset: ccc5054efb90 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ccc5054efb90 Branch: txtsim-imp Log Message: Merge with Jun2023. diffs (truncated from 2000 to 300 lines): diff --git a/clients/mapiclient/mclient.c b/clients/mapiclient/mclient.c --- a/clients/mapiclient/mclient.c

MonetDB: Jun2023 - Avoid using static_assert on file level.

2023-05-23 Thread Sjoerd Mullender
Changeset: 4f554661910f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4f554661910f Modified Files: common/utils/matomic.h Branch: Jun2023 Log Message: Avoid using static_assert on file level. diffs (39 lines): diff --git a/common/utils/matomic.h b/common/utils/matomic.h --- a/