monetdb-java: default - Improve processing .monetdb file setting...

2021-08-25 Thread Martin van Dinther
Changeset: 74e390fd739c for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/74e390fd739c Modified Files: src/main/java/org/monetdb/util/CmdLineOpts.java Branch: default Log Message: Improve processing .monetdb file settings for JdbcClient program. When an option is not recogn

monetdb-java: default - More fixes for invalid errors reported w...

2021-08-25 Thread Martin van Dinther
Changeset: 6f7a836a15d6 for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/6f7a836a15d6 Modified Files: src/main/java/org/monetdb/util/MDBvalidator.java Branch: default Log Message: More fixes for invalid errors reported when system catalog validations (\vsci command) are r

monetdb-java: default - Fix for error reported when system catal...

2021-08-25 Thread Martin van Dinther
Changeset: 5590589fe7c7 for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/5590589fe7c7 Modified Files: src/main/java/org/monetdb/util/MDBvalidator.java Branch: default Log Message: Fix for error reported when system catalog validations (\vsci command) are run on Jun2020 re

MonetDB: Jul2021 - Replace triggers on the backend

2021-08-25 Thread Pedro Ferreira
Changeset: e5e39c80efa4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e5e39c80efa4 Modified Files: sql/backends/monet5/sql.c sql/backends/monet5/sql_cat.c sql/server/rel_psm.c Branch: Jul2021 Log Message: Replace triggers on the backend diffs (209 lines): diff

MonetDB: Jul2021 - The affected rows were not propagated.

2021-08-25 Thread Aris Koning
Changeset: 6d34f91dce8d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6d34f91dce8d Modified Files: tools/monetdbe/monetdbe.c Branch: Jul2021 Log Message: The affected rows were not propagated. diffs (12 lines): diff --git a/tools/monetdbe/monetdbe.c b/tools/monetdbe/monetdbe.c

MonetDB: Jul2021 - Use correct file name.

2021-08-25 Thread Sjoerd Mullender
Changeset: a0cefc0a3f54 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a0cefc0a3f54 Modified Files: sql/scripts/CMakeLists.txt Branch: Jul2021 Log Message: Use correct file name. diffs (16 lines): diff --git a/sql/scripts/CMakeLists.txt b/sql/scripts/CMakeLists.txt --- a/sql/sc

MonetDB: default - Protect access to minpos/maxpos/unique_est pr...

2021-08-25 Thread Sjoerd Mullender
Changeset: 09d3014231d5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/09d3014231d5 Modified Files: gdk/gdk.h gdk/gdk_bat.c gdk/gdk_batop.c gdk/gdk_group.c gdk/gdk_hash.c gdk/gdk_join.c gdk/gdk_select.c monetdb5/mal/mal_profil

MonetDB: default - Removed properties GDK_HASH_BUCKETS and GDK_N...

2021-08-25 Thread Sjoerd Mullender
Changeset: 2e6787314706 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2e6787314706 Modified Files: gdk/gdk.h gdk/gdk_align.c gdk/gdk_bat.c gdk/gdk_group.c gdk/gdk_hash.c gdk/gdk_join.c gdk/gdk_unique.c monetdb5/mal/mal_profil

MonetDB: default - Move unique_estimate property into BAT struct...

2021-08-25 Thread Sjoerd Mullender
Changeset: 92776816068a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/92776816068a Modified Files: gdk/gdk.h gdk/gdk_align.c gdk/gdk_bat.c gdk/gdk_batop.c gdk/gdk_bbp.c gdk/gdk_hash.c gdk/gdk_join.c gdk/gdk_private.h

MonetDB: Jul2021 - Fix for bug #7169

2021-08-25 Thread Pedro Ferreira
Changeset: 9470fc0b626a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9470fc0b626a Modified Files: sql/backends/monet5/sql.c sql/backends/monet5/sql_cat.c sql/backends/monet5/sql_gencode.c sql/backends/monet5/sql_gencode.h sql/common/sql_types.c

MonetDB: default - Merge with Jul2021 branch.

2021-08-25 Thread Sjoerd Mullender
Changeset: 01757686adf9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/01757686adf9 Modified Files: gdk/gdk.h Branch: default Log Message: Merge with Jul2021 branch. diffs (146 lines): diff --git a/gdk/gdk.h b/gdk/gdk.h --- a/gdk/gdk.h +++ b/gdk/gdk.h @@ -1148,59 +1148,6 @@ typ

MonetDB: Jul2021 - Avoid double work and reuse code.

2021-08-25 Thread Sjoerd Mullender
Changeset: 15dd9eb932d0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/15dd9eb932d0 Modified Files: gdk/gdk.h gdk/gdk_storage.c Branch: Jul2021 Log Message: Avoid double work and reuse code. Tpos should not call BUNtoid after having calculated the result already, instead

MonetDB: default - Merge with Jul2021.

2021-08-25 Thread Aris Koning
Changeset: 8d5eedc9f690 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8d5eedc9f690 Modified Files: tools/monetdbe/monetdbe.c Branch: default Log Message: Merge with Jul2021. diffs (151 lines): diff --git a/sql/backends/monet5/rel_bin.c b/sql/backends/monet5/rel_bin.c --- a/sql

MonetDB: strheapvacuum - add sql test

2021-08-25 Thread svetlin
Changeset: 4308271d4ed3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4308271d4ed3 Added Files: sql/test/sysmon/Tests/test_vacuum.SQL.py sql/test/sysmon/Tests/test_vacuum_mal.maltest Removed Files: sql/test/sysmon/Tests/test_vacuum.maltest Modified Files: s

MonetDB: Jul2021 - Fix memory management for bounded variable si...

2021-08-25 Thread Aris Koning
Changeset: b4f32752a310 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b4f32752a310 Modified Files: tools/monetdbe/monetdbe.c Branch: Jul2021 Log Message: Fix memory management for bounded variable sized parameters. diffs (27 lines): diff --git a/tools/monetdbe/monetdbe.c b/too

MonetDB: Jul2021 - When a transaction predicate fails, hold the ...

2021-08-25 Thread Pedro Ferreira
Changeset: 246fffa9974e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/246fffa9974e Modified Files: sql/storage/store.c Branch: Jul2021 Log Message: When a transaction predicate fails, hold the commit lock while rollbacking, otherwise two transactions could conflict each other

MonetDB: Jul2021 - Escape variable names, otherwise names with d...

2021-08-25 Thread Pedro Ferreira
Changeset: c955dafbb941 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c955dafbb941 Modified Files: sql/backends/monet5/rel_bin.c Branch: Jul2021 Log Message: Escape variable names, otherwise names with delimiters could potentially conflict diffs (39 lines): diff --git a/sql/b

MonetDB: default - Move minpos and maxpos properties into BAT st...

2021-08-25 Thread Sjoerd Mullender
Changeset: 704ffe11198a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/704ffe11198a Modified Files: gdk/gdk.h gdk/gdk_aggr.c gdk/gdk_align.c gdk/gdk_bat.c gdk/gdk_batop.c gdk/gdk_bbp.c gdk/gdk_cand.c gdk/gdk_group.c gd