MonetDB: Jan2022 - Avoid expensive snprintf call

2021-11-19 Thread Pedro Ferreira
Changeset: 02c658c847bc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/02c658c847bc Modified Files: monetdb5/modules/mal/pcre.c Branch: Jan2022 Log Message: Avoid expensive snprintf call diffs (37 lines): diff --git a/monetdb5/modules/mal/pcre.c b/monetdb5/modules/mal/pcre.c --

MonetDB: Jan2022 - The way to declare mal optimizer number of ac...

2021-11-19 Thread Pedro Ferreira
Changeset: 85faec4af71c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/85faec4af71c Modified Files: monetdb5/optimizer/opt_strimps.c Branch: Jan2022 Log Message: The way to declare mal optimizer number of actions has changed diffs (44 lines): diff --git a/monetdb5/optimizer/opt

MonetDB: default - Merged with Jan2022

2021-11-19 Thread Pedro Ferreira
Changeset: bb177ef43091 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/bb177ef43091 Branch: default Log Message: Merged with Jan2022 diffs (truncated from 1313 to 300 lines): diff --git a/clients/mapiclient/dump.c b/clients/mapiclient/dump.c --- a/clients/mapiclient/dump.c +++ b/client

MonetDB: Jan2022 - These properties were missing

2021-11-19 Thread Pedro Ferreira
Changeset: c2acbeffaf41 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c2acbeffaf41 Modified Files: monetdb5/modules/mal/pcre.c Branch: Jan2022 Log Message: These properties were missing diffs (27 lines): diff --git a/monetdb5/modules/mal/pcre.c b/monetdb5/modules/mal/pcre.c --

MonetDB: Jan2022 - Make sure trivial properties are set after BA...

2021-11-19 Thread Pedro Ferreira
Changeset: cc13516b327b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/cc13516b327b Modified Files: geom/monetdb5/geom.c monetdb5/modules/atoms/mtime.c monetdb5/modules/atoms/str.c monetdb5/modules/atoms/uuid.c sql/backends/monet5/generator/generator

MonetDB: directappend - Refactor away most of the SQLinsert_val ...

2021-11-19 Thread Joeri van Ruth
Changeset: 9b54d2a5e9b8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9b54d2a5e9b8 Modified Files: monetdb5/modules/mal/tablet.c monetdb5/modules/mal/tablet.h sql/backends/monet5/sql_result.c Branch: directappend Log Message: Refactor away most of the SQLinsert_va

MonetDB: directappend - Factor conversion error handling out of ...

2021-11-19 Thread Joeri van Ruth
Changeset: 1bffd4f2a9fd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1bffd4f2a9fd Modified Files: monetdb5/modules/mal/tablet.c Branch: directappend Log Message: Factor conversion error handling out of SQLinsert_val diffs (156 lines): diff --git a/monetdb5/modules/mal/tablet.

MonetDB: directappend - Factor append error handling out of SQLi...

2021-11-19 Thread Joeri van Ruth
Changeset: f9bdeb17addb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f9bdeb17addb Modified Files: monetdb5/modules/mal/tablet.c Branch: directappend Log Message: Factor append error handling out of SQLinsert_val diffs (45 lines): diff --git a/monetdb5/modules/mal/tablet.c b/m

MonetDB: directappend - Merge branch 'default' into 'directappend'

2021-11-19 Thread Joeri van Ruth
Changeset: 77ce47d0097c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/77ce47d0097c Modified Files: clients/Tests/exports.stable.out sql/backends/monet5/sql.c sql/storage/bat/bat_storage.c Branch: directappend Log Message: Merge branch 'default' into 'directappend'

MonetDB: Jan2022 - Speed up strimp filter process by appending v...

2021-11-19 Thread Pedro Ferreira
Changeset: e0115b5c3fe0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e0115b5c3fe0 Modified Files: gdk/gdk_strimps.c Branch: Jan2022 Log Message: Speed up strimp filter process by appending values directly to the heap and adding dense candidate list case diffs (59 lines): dif

MonetDB: Jan2022 - The 'logging' schema was introduced in Jun202...

2021-11-19 Thread Pedro Ferreira
Changeset: 80b73ae97236 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/80b73ae97236 Modified Files: sql/backends/monet5/sql_scenario.c Branch: Jan2022 Log Message: The 'logging' schema was introduced in Jun2020 release. Use an older schema for upgrade compatibility with older ver

MonetDB: Jan2022 - Merged with Jul2021

2021-11-19 Thread Pedro Ferreira
Changeset: fcce0dc7eb96 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/fcce0dc7eb96 Modified Files: sql/server/rel_optimizer.c sql/test/miscellaneous/Tests/simple_plans.test Branch: Jan2022 Log Message: Merged with Jul2021 diffs (49 lines): diff --git a/sql/server/rel_o

MonetDB: Jul2021 - Helping on issue #7198 Merge <> comparisons i...

2021-11-19 Thread Pedro Ferreira
Changeset: c5bf480c7158 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c5bf480c7158 Modified Files: sql/server/rel_optimizer.c sql/test/miscellaneous/Tests/simple_plans.test Branch: Jul2021 Log Message: Helping on issue #7198 Merge <> comparisons into notin only if more th

MonetDB: Jan2022 - Destroy inner relations of table relations. C...

2021-11-19 Thread Pedro Ferreira
Changeset: ea2354204660 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ea2354204660 Modified Files: sql/server/rel_rel.c Branch: Jan2022 Log Message: Destroy inner relations of table relations. Cleanup diffs (66 lines): diff --git a/sql/server/rel_rel.c b/sql/server/rel_rel.c -

MonetDB: Jan2022 - Allocation check and fixed possible leak

2021-11-19 Thread Pedro Ferreira
Changeset: e656c9a851df for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e656c9a851df Modified Files: gdk/gdk_strimps.c Branch: Jan2022 Log Message: Allocation check and fixed possible leak diffs (58 lines): diff --git a/gdk/gdk_strimps.c b/gdk/gdk_strimps.c --- a/gdk/gdk_strimps

MonetDB: Jan2022 - Release lock on error

2021-11-19 Thread Pedro Ferreira
Changeset: 7e628356efff for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/7e628356efff Modified Files: gdk/gdk_strimps.c Branch: Jan2022 Log Message: Release lock on error diffs (11 lines): diff --git a/gdk/gdk_strimps.c b/gdk/gdk_strimps.c --- a/gdk/gdk_strimps.c +++ b/gdk/gdk_st

MonetDB: Jan2022 - Don't use strimps if output of likeselect is ...

2021-11-19 Thread Pedro Ferreira
Changeset: 765801d44e39 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/765801d44e39 Modified Files: monetdb5/modules/mal/pcre.c Branch: Jan2022 Log Message: Don't use strimps if output of likeselect is trivially empty. Don't leak STRMPfilter descriptor if candidate list is not pr

MonetDB: Jan2022 - Typo

2021-11-19 Thread Aris Koning
Changeset: 00d1beadde83 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/00d1beadde83 Modified Files: sql/storage/store_sequence.c Branch: Jan2022 Log Message: Typo diffs (12 lines): diff --git a/sql/storage/store_sequence.c b/sql/storage/store_sequence.c --- a/sql/storage/store_

MonetDB: Jan2022 - Improve store lock contention.

2021-11-19 Thread Aris Koning
Changeset: f599ecbbbc59 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f599ecbbbc59 Modified Files: sql/storage/store_sequence.c Branch: Jan2022 Log Message: Improve store lock contention. diffs (104 lines): diff --git a/sql/storage/store_sequence.c b/sql/storage/store_sequence

MonetDB: Jan2022 - Added missing sequences properties checks and...

2021-11-19 Thread Pedro Ferreira
Changeset: 49697a4e087f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/49697a4e087f Modified Files: sql/backends/monet5/sql.c sql/backends/monet5/sql_cat.c sql/server/rel_sequence.c Branch: Jan2022 Log Message: Added missing sequences properties checks and cleaned

MonetDB: Jan2022 - Missing bat unfixes and other small fixes on ...

2021-11-19 Thread Pedro Ferreira
Changeset: 014a72ce77ac for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/014a72ce77ac Modified Files: gdk/gdk_strimps.c monetdb5/modules/mal/strimps.c sql/backends/monet5/sql_strimps.c Branch: Jan2022 Log Message: Missing bat unfixes and other small fixes on the stri