MonetDB: Jul2021 - Assert bat capacity must be greater or equal ...

2021-05-07 Thread Pedro Ferreira
Changeset: ceeea5ff3286 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ceeea5ff3286 Modified Files: gdk/gdk_batop.c Branch: Jul2021 Log Message: Assert bat capacity must be greater or equal than the count after inserting a string BAT diffs (11 lines): diff --git

MonetDB: Jul2021 - Make sure capacity is set.

2021-05-07 Thread Sjoerd Mullender
Changeset: 65e54af926cf for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/65e54af926cf Modified Files: gdk/gdk_heap.c Branch: Jul2021 Log Message: Make sure capacity is set. diffs (12 lines): diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c --- a/gdk/gdk_heap.c +++ b/gdk/gdk_heap.c

MonetDB: default - adding some documentation for sqllogic multip...

2021-05-07 Thread svetlin
Changeset: e73ba0cef16c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e73ba0cef16c Modified Files: documentation/source/developers_handbook.rst Branch: default Log Message: adding some documentation for sqllogic multiple connections diffs (40 lines): diff --git

MonetDB: Jul2021 - Adding more test cases. The test is still right

2021-05-07 Thread Pedro Ferreira
Changeset: 6c1ea275668e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6c1ea275668e Modified Files: sql/test/miscellaneous/Tests/transaction_isolation.SQL.py Branch: Jul2021 Log Message: Adding more test cases. The test is still right diffs (49 lines): diff --git

MonetDB: default - fix connection decorator sqllogic

2021-05-07 Thread svetlin
Changeset: 16d21fb46c01 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/16d21fb46c01 Modified Files: testing/sqllogictest.py Branch: default Log Message: fix connection decorator sqllogic diffs (23 lines): diff --git a/testing/sqllogictest.py b/testing/sqllogictest.py ---

MonetDB: Jul2021 - Removed unused test. Concurrent `mclient` is...

2021-05-07 Thread Ying Zhang
Changeset: 88eebed58672 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/88eebed58672 Removed Files: sql/test/concurrent-stress.sh Branch: Jul2021 Log Message: Removed unused test. Concurrent `mclient` is already covered by other tests diffs (76 lines): diff --git

MonetDB: Oct2020 - Fix a bat leak.

2021-05-07 Thread Sjoerd Mullender
Changeset: d944dfdea7b9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d944dfdea7b9 Modified Files: monetdb5/mal/mal_interpreter.c Branch: Oct2020 Log Message: Fix a bat leak. diffs (15 lines): diff --git a/monetdb5/mal/mal_interpreter.c b/monetdb5/mal/mal_interpreter.c ---

MonetDB: Oct2020 - Fix comparison.

2021-05-07 Thread Sjoerd Mullender
Changeset: ace9edb47d1c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ace9edb47d1c Modified Files: gdk/gdk_logger.c Branch: Oct2020 Log Message: Fix comparison. If we first skip freed bats with lid > save_id, we should then resubmit those same bats for the next try. diffs (12

MonetDB: Oct2020 - Fix up a comment.

2021-05-07 Thread Sjoerd Mullender
Changeset: 9bbd66531873 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9bbd66531873 Modified Files: gdk/gdk_bbp.c Branch: Oct2020 Log Message: Fix up a comment. diffs (12 lines): diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c --- a/gdk/gdk_bbp.c +++ b/gdk/gdk_bbp.c @@ -3055,7

MonetDB: Oct2020 - Add some asserts.

2021-05-07 Thread Sjoerd Mullender
Changeset: da186fecb9d2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/da186fecb9d2 Modified Files: gdk/gdk_bbp.c gdk/gdk_select.c Branch: Oct2020 Log Message: Add some asserts. diffs (29 lines): diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c --- a/gdk/gdk_bbp.c +++

MonetDB: Jul2021 - use IS_VALID (not !IS_DELETED) for handling t...

2021-05-07 Thread Niels Nes
Changeset: 789b96ab3237 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/789b96ab3237 Modified Files: sql/storage/bat/bat_storage.c Branch: Jul2021 Log Message: use IS_VALID (not !IS_DELETED) for handling the candidate bits the clear_table now limits segments used both for the

MonetDB: Jul2021 - This count goes wrong. Client 2 sees uncommit...

2021-05-07 Thread Pedro Ferreira
Changeset: 7f63b61e5cd8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/7f63b61e5cd8 Modified Files: sql/test/miscellaneous/Tests/transaction_isolation.SQL.py Branch: Jul2021 Log Message: This count goes wrong. Client 2 sees uncommitted changes of client 1 diffs (17 lines):

MonetDB: Jul2021 - small fix too the test

2021-05-07 Thread Niels Nes
Changeset: 5219ad2daee2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5219ad2daee2 Modified Files: sql/test/miscellaneous/Tests/transaction_isolation.SQL.py Branch: Jul2021 Log Message: small fix too the test diffs (27 lines): diff --git

MonetDB: default - adding sqltest multiple connection example to...

2021-05-07 Thread svetlin
Changeset: 930ea50bc9fc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/930ea50bc9fc Modified Files: documentation/source/developers_handbook.rst Branch: default Log Message: adding sqltest multiple connection example to doc diffs (30 lines): diff --git

MonetDB: Jul2021 - Delete count mismatch

2021-05-07 Thread Pedro Ferreira
Changeset: 0359765d0bfa for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/0359765d0bfa Modified Files: sql/test/miscellaneous/Tests/transaction_isolation.SQL.py Branch: Jul2021 Log Message: Delete count mismatch diffs (55 lines): diff --git

MonetDB: Oct2020 - Typo.

2021-05-07 Thread Sjoerd Mullender
Changeset: 5bddde10a5be for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5bddde10a5be Modified Files: clients/odbc/ChangeLog.Oct2020 Branch: Oct2020 Log Message: Typo. diffs (10 lines): diff --git a/clients/odbc/ChangeLog.Oct2020 b/clients/odbc/ChangeLog.Oct2020 ---

MonetDB: pushcands - Merged with default

2021-05-07 Thread Pedro Ferreira
Changeset: 2ea1d8f39502 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2ea1d8f39502 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 sql/backends/monet5/rel_bin.c sql/backends/monet5/sql.c

MonetDB: pushcands - Preparing the merge

2021-05-07 Thread Pedro Ferreira
Changeset: 3c3f3713eb93 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/3c3f3713eb93 Added Files: sql/test/SQLancer/Tests/sqlancer16.test Removed Files: sql/test/SQLancer/Tests/sqlancer15.test Modified Files: sql/test/SQLancer/Tests/All Branch: pushcands Log

MonetDB: default - Merged again with Jul2021 (I messed it up I k...

2021-05-07 Thread Pedro Ferreira
Changeset: cf816a9ad544 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/cf816a9ad544 Branch: default Log Message: Merged again with Jul2021 (I messed it up I know) diffs (32 lines): diff --git a/clients/odbc/driver/SQLSpecialColumns.c b/clients/odbc/driver/SQLSpecialColumns.c ---

MonetDB: Jul2021 - Approved no-int128 output

2021-05-07 Thread Pedro Ferreira
Changeset: d9dee2cc2155 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d9dee2cc2155 Modified Files: sql/test/prepare/Tests/sqlancer_prepare.stable.out Branch: Jul2021 Log Message: Approved no-int128 output diffs (20 lines): diff --git

MonetDB: Jul2021 - Merged with Oct2020

2021-05-07 Thread Pedro Ferreira
Changeset: 5c344f0668e5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5c344f0668e5 Branch: Jul2021 Log Message: Merged with Oct2020 diffs (12 lines): diff --git a/clients/odbc/driver/SQLSpecialColumns.c b/clients/odbc/driver/SQLSpecialColumns.c ---

MonetDB: default - Merged with Jul2021

2021-05-07 Thread Pedro Ferreira
Changeset: 1c21fb27d410 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1c21fb27d410 Modified Files: gdk/gdk_join.c Branch: default Log Message: Merged with Jul2021 diffs (truncated from 973 to 300 lines): diff --git a/ctest/tools/monetdbe/CMakeLists.txt