MonetDB: Jul2021 - merged

2021-06-07 Thread Niels Nes
Changeset: 2aec06825ee9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2aec06825ee9 Modified Files: sql/storage/bat/bat_storage.c Branch: Jul2021 Log Message: merged diffs (truncated from 111995 to 300 lines): diff --git a/clients/Tests/MAL-signatures.stable.out

MonetDB: Jul2021 - improved handling of updates, ie keep them al...

2021-06-07 Thread Niels Nes
Changeset: 31174a32fe1c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/31174a32fe1c Modified Files: sql/storage/bat/bat_storage.c Branch: Jul2021 Log Message: improved handling of updates, ie keep them always sorted and update just inserted always, update just updated. On usage

MonetDB: iso - Merged with Jul2021

2021-06-07 Thread Pedro Ferreira
Changeset: c2efea211233 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c2efea211233 Modified Files: sql/backends/monet5/rel_bin.c sql/include/sql_catalog.h sql/storage/store.c Branch: iso Log Message: Merged with Jul2021 diffs (truncated from 112227 to 300

MonetDB: Jul2021 - Identation

2021-06-07 Thread Pedro Ferreira
Changeset: a7760fe64c73 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a7760fe64c73 Modified Files: ctest/tools/monetdbe/example_copy.c Branch: Jul2021 Log Message: Identation diffs (34 lines): diff --git a/ctest/tools/monetdbe/example_copy.c

MonetDB: Jul2021 - MonetDBe leaks

2021-06-07 Thread Pedro Ferreira
Changeset: 3fcfea543a9b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/3fcfea543a9b Modified Files: ctest/tools/monetdbe/example_copy.c tools/monetdbe/monetdbe.c Branch: Jul2021 Log Message: MonetDBe leaks diffs (34 lines): diff --git

MonetDB: Jul2021 - Don't leak on error

2021-06-07 Thread Pedro Ferreira
Changeset: 995708642810 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/995708642810 Modified Files: tools/monetdbe/monetdbe.c Branch: Jul2021 Log Message: Don't leak on error diffs (128 lines): diff --git a/tools/monetdbe/monetdbe.c b/tools/monetdbe/monetdbe.c ---

MonetDB: Jul2021 - Use the same type

2021-06-07 Thread Pedro Ferreira
Changeset: 04be95e7af35 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/04be95e7af35 Modified Files: tools/monetdbe/monetdbe.c Branch: Jul2021 Log Message: Use the same type diffs (12 lines): diff --git a/tools/monetdbe/monetdbe.c b/tools/monetdbe/monetdbe.c ---

MonetDB: Jul2021 - Simplify code.

2021-06-07 Thread Sjoerd Mullender
Changeset: 2f2b8a373c5b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2f2b8a373c5b Modified Files: testing/explain.py Branch: Jul2021 Log Message: Simplify code. diffs (27 lines): diff --git a/testing/explain.py b/testing/explain.py --- a/testing/explain.py +++

MonetDB: Jul2021 - Added default case

2021-06-07 Thread Pedro Ferreira
Changeset: 8d73584a758e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8d73584a758e Modified Files: tools/monetdbe/monetdbe.c Branch: Jul2021 Log Message: Added default case diffs (15 lines): diff --git a/tools/monetdbe/monetdbe.c b/tools/monetdbe/monetdbe.c ---

MonetDB: Jul2021 - Make monetdbe append more restrict: 1. Disall...

2021-06-07 Thread Pedro Ferreira
Changeset: 1bccced67066 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1bccced67066 Modified Files: tools/monetdbe/monetdbe.c Branch: Jul2021 Log Message: Make monetdbe append more restrict: 1. Disallow when insert triggers or key constraints are present. 2. Test NOT NULL

MonetDB: Jul2021 - In-memory databases (option --in-memory, or u...

2021-06-07 Thread Sjoerd Mullender
Changeset: 239fdfa22269 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/239fdfa22269 Modified Files: documentation/monetdbe/introduction.rst documentation/monetdbe/monetdbe_api.rst gdk/gdk_bbp.c gdk/gdk_utils.c monetdb5/ChangeLog.Jul2021

MonetDB: Jul2021 - At the moment, just disable monetdbe append w...

2021-06-07 Thread Pedro Ferreira
Changeset: 4b2d132c8954 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4b2d132c8954 Modified Files: tools/monetdbe/monetdbe.c Branch: Jul2021 Log Message: At the moment, just disable monetdbe append when the table has complex indexes diffs (26 lines): diff --git

MonetDB: Jul2021 - Fixing some Coverity-inspired errors.

2021-06-07 Thread Sjoerd Mullender
Changeset: 72513d74f535 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/72513d74f535 Modified Files: clients/Tests/exports.stable.out gdk/gdk_logger.c monetdb5/mal/mal_exception.h monetdb5/mal/mal_private.h sql/backends/monet5/sql_scenario.c Branch:

MonetDB: Jul2021 - More defensive lines, don't forget to unfix o...

2021-06-07 Thread Pedro Ferreira
Changeset: 62293b842a54 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/62293b842a54 Modified Files: sql/backends/monet5/sql.c Branch: Jul2021 Log Message: More defensive lines, don't forget to unfix on error and throw GDK errors diffs (211 lines): diff --git

MonetDB: Jul2021 - Defensive lines

2021-06-07 Thread Pedro Ferreira
Changeset: 9913b0d7bef2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9913b0d7bef2 Modified Files: sql/backends/monet5/sql.c sql/backends/monet5/sql_statistics.c Branch: Jul2021 Log Message: Defensive lines diffs (73 lines): diff --git a/sql/backends/monet5/sql.c

MonetDB: Jul2021 - Allow more schemas in storage and analyze com...

2021-06-07 Thread Pedro Ferreira
Changeset: e6bebe356c9f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e6bebe356c9f Modified Files: sql/backends/monet5/sql.c sql/backends/monet5/sql_statistics.c Branch: Jul2021 Log Message: Allow more schemas in storage and analyze commands diffs (33 lines): diff

MonetDB: Jul2021 - Do a better job cleaning on error

2021-06-07 Thread Pedro Ferreira
Changeset: 481af1789f26 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/481af1789f26 Modified Files: sql/backends/monet5/sql.c Branch: Jul2021 Log Message: Do a better job cleaning on error diffs (98 lines): diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c ---

MonetDB: Jul2021 - Database upgrade.

2021-06-07 Thread Sjoerd Mullender
Changeset: a22023a955d3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a22023a955d3 Modified Files: sql/backends/monet5/sql_upgrades.c sql/test/emptydb-upgrade-chain-hge/Tests/upgrade.stable.out.int128

MonetDB: strheapvacuum - use COLcopy no new function needed

2021-06-07 Thread svetlin
Changeset: 418edf05f5d7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/418edf05f5d7 Modified Files: gdk/gdk.h gdk/gdk_bat.c monetdb5/modules/mal/batExtensions.c sql/backends/monet5/sql.c Branch: strheapvacuum Log Message: use COLcopy no new function needed

MonetDB: strheapvacuum - merge default

2021-06-07 Thread svetlin
Changeset: 9e00075ee9af for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9e00075ee9af Modified Files: gdk/gdk.h gdk/gdk_bat.c sql/backends/monet5/sql.c sql/backends/monet5/sql.h sql/scripts/26_sysmon.sql Branch: strheapvacuum Log Message: merge

MonetDB: default - Merge with Jul2021 branch.

2021-06-07 Thread Sjoerd Mullender
Changeset: a0592c6f2061 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a0592c6f2061 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/exports.stable.out gdk/gdk.h gdk/gdk_batop.c

MonetDB: scatter - Closing scatter branch.

2021-06-07 Thread Sjoerd Mullender
Changeset: 5f0842ae38b3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5f0842ae38b3 Branch: scatter Log Message: Closing scatter branch. ___ checkin-list mailing list checkin-list@monetdb.org

MonetDB: Jul2021 - Merge scatter branch into Jul2021 branch.

2021-06-07 Thread Sjoerd Mullender
Changeset: 8d48f768f778 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8d48f768f778 Branch: Jul2021 Log Message: Merge scatter branch into Jul2021 branch. diffs (truncated from 3214 to 300 lines): diff --git a/clients/Tests/MAL-signatures.stable.out

MonetDB: Jul2021 - Merge with Oct2020 branch.

2021-06-07 Thread Sjoerd Mullender
Changeset: dc801479ac68 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/dc801479ac68 Branch: Jul2021 Log Message: Merge with Oct2020 branch. diffs (20 lines): diff --git a/cmake/monetdb-functions.cmake b/cmake/monetdb-functions.cmake --- a/cmake/monetdb-functions.cmake +++

MonetDB: Jun2020 - For tar balls downloaded from our HG repo, al...

2021-06-07 Thread Sjoerd Mullender
Changeset: b1405ff2636d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b1405ff2636d Modified Files: rpm.mk.in Branch: Jun2020 Log Message: For tar balls downloaded from our HG repo, also include changeset in build. Backport from Jun2020-mmt branch without the local part of the

MonetDB: Oct2020 - Merge with Jun2020 branch, doing things total...

2021-06-07 Thread Sjoerd Mullender
Changeset: 814b56984a10 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/814b56984a10 Modified Files: cmake/monetdb-functions.cmake Branch: Oct2020 Log Message: Merge with Jun2020 branch, doing things totally differently for cmake. diffs (20 lines): diff --git

MonetDB: Jun2020-mmt - For tar balls downloaded from our HG repo...

2021-06-07 Thread Sjoerd Mullender
Changeset: 985df714c5d9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/985df714c5d9 Modified Files: rpm.mk.in Branch: Jun2020-mmt Log Message: For tar balls downloaded from our HG repo, also include changeset in build. diffs (20 lines): diff --git a/rpm.mk.in b/rpm.mk.in ---