MonetDB: Oct2020 - Remove accidentally added changelog message.

2021-05-03 Thread Sjoerd Mullender
message. diffs (43 lines): diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -847,7 +847,6 @@ fi %changelog * Mon May 03 2021 Sjoerd Mullender - 11.39.17-20210503 - Rebuilt. -- GH#2430: JDBC: support for streams - GH#3336: DB files not removed if all rows are

MonetDB: Jul2021 - Fix for bug #7116 Test for ambiguous function...

2021-05-03 Thread Pedro Ferreira
Changeset: f528a00bd4b9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f528a00bd4b9 Modified Files: sql/server/rel_psm.c Branch: Jul2021 Log Message: Fix for bug #7116 Test for ambiguous function calls only at creation time. Also ignore it on replace situations diffs (46 lines)

MonetDB: Jul2021 - Merge heads.

2021-05-03 Thread Sjoerd Mullender
Changeset: d001f016cdd7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d001f016cdd7 Branch: Jul2021 Log Message: Merge heads. diffs (truncated from 753 to 300 lines): diff --git a/sql/backends/monet5/sql_upgrades.c b/sql/backends/monet5/sql_upgrades.c --- a/sql/backends/monet5/sql_upg

MonetDB: Jul2021 - Merge with Oct2020 branch, not changing any f...

2021-05-03 Thread Sjoerd Mullender
Changeset: fe703a12444c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/fe703a12444c Modified Files: .bumpversion.cfg MonetDB.spec clients/mapilib/mapi.rc clients/odbc/driver/driver.rc clients/odbc/winsetup/setup.rc cmake/monetdb-versions.cmak

MonetDB: Oct2020 - Post release build.

2021-05-03 Thread Sjoerd Mullender
Changeset: 989055cbd241 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/989055cbd241 Modified Files: .bumpversion.cfg MonetDB.spec clients/mapilib/mapi.rc clients/odbc/driver/driver.rc clients/odbc/winsetup/setup.rc cmake/monetdb-versions.cmak

MonetDB: Jul2021 - Merge with Oct2020 branch.

2021-05-03 Thread Sjoerd Mullender
exist; however on RHEL 7 @@ -827,6 +827,41 @@ else fi %changelog +* Mon May 03 2021 Sjoerd Mullender - 11.39.17-20210503 +- Rebuilt. +- GH#2430: JDBC: support for streams +- GH#3336: DB files not removed if all rows are deleted, even after restart +- GH#7104: Monetdbe NTILE function does not

MonetDB: Oct2020 - Setting tags Oct2020_17 and Oct2020_SP5_relea...

2021-05-03 Thread Sjoerd Mullender
Changeset: fdb8bfcaf968 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/fdb8bfcaf968 Modified Files: .hgtags Branch: Oct2020 Log Message: Setting tags Oct2020_17 and Oct2020_SP5_release for the release build. diffs (9 lines): diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.h

MonetDB: Oct2020 - Moved contents of ChangeLog.Oct2020 to MonetD...

2021-05-03 Thread Sjoerd Mullender
RHEL 7 @@ -845,6 +845,41 @@ else fi %changelog +* Mon May 03 2021 Sjoerd Mullender - 11.39.17-20210503 +- Rebuilt. +- GH#2430: JDBC: support for streams +- GH#3336: DB files not removed if all rows are deleted, even after restart +- GH#7104: Monetdbe NTILE function does not produce correct

MonetDB: Oct2020 - Updated library versions.

2021-05-03 Thread Sjoerd Mullender
Changeset: 8b6449f77dae for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8b6449f77dae Modified Files: cmake/monetdb-versions.cmake Branch: Oct2020 Log Message: Updated library versions. diffs (29 lines): diff --git a/cmake/monetdb-versions.cmake b/cmake/monetdb-versions.cmake ---

MonetDB: Jul2021 - Merge with Oct2020 branch, not changing any f...

2021-05-03 Thread Sjoerd Mullender
Changeset: 4b262a848d00 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4b262a848d00 Modified Files: .bumpversion.cfg MonetDB.spec clients/mapilib/mapi.rc clients/odbc/driver/driver.rc clients/odbc/winsetup/setup.rc cmake/monetdb-versions.cmak

MonetDB: Oct2020 - Pre-release version number update.

2021-05-03 Thread Sjoerd Mullender
Changeset: edfbd2bd4bda for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/edfbd2bd4bda Modified Files: .bumpversion.cfg MonetDB.spec clients/mapilib/mapi.rc clients/odbc/driver/driver.rc clients/odbc/winsetup/setup.rc cmake/monetdb-versions.cmak

MonetDB: qcancel - Merge with default branch.

2021-05-03 Thread Sjoerd Mullender
Changeset: 573474d3a4db for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/573474d3a4db Branch: qcancel Log Message: Merge with default branch. diffs (truncated from 1293 to 300 lines): diff --git a/.bumpversion.cfg b/.bumpversion.cfg --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +

MonetDB: qcancel - Use nested loops for checking query cancellat...

2021-05-03 Thread Sjoerd Mullender
Changeset: b63018f011c1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b63018f011c1 Modified Files: gdk/gdk.h gdk/gdk_aggr.c gdk/gdk_calc.c gdk/gdk_calc_compare.h gdk/gdk_cross.c gdk/gdk_group.c gdk/gdk_hash.c gdk/gdk_join.c B

MonetDB: qcancel - Deal with recursive calls of runMALsequence.

2021-05-03 Thread Sjoerd Mullender
Changeset: 9077a6543b8f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9077a6543b8f Modified Files: monetdb5/mal/mal_interpreter.c Branch: qcancel Log Message: Deal with recursive calls of runMALsequence. diffs (31 lines): diff --git a/monetdb5/mal/mal_interpreter.c b/monetdb5/

MonetDB: Jul2021 - Fix and approve upgrade. Fixes #7115.

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

MonetDB: Jul2021 - Do a better revert of not null property when ...

2021-05-03 Thread Pedro Ferreira
Changeset: 7ce2c3aedaed for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/7ce2c3aedaed Modified Files: sql/server/rel_unnest.c Branch: Jul2021 Log Message: Do a better revert of not null property when am outer join is generated while unnesting diffs (truncated from 319 to 300 line

MonetDB: Jul2021 - merged

2021-05-03 Thread Niels Nes
Changeset: 53a360b31bfe for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/53a360b31bfe Branch: Jul2021 Log Message: merged diffs (135 lines): diff --git a/documentation/source/manual_pages/monetdb.rst b/documentation/source/manual_pages/monetdb.rst --- a/documentation/source/manual_pages

MonetDB: Jul2021 - improved check for valid segment

2021-05-03 Thread Niels Nes
Changeset: 126a613577a2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/126a613577a2 Modified Files: sql/storage/bat/bat_storage.c Branch: Jul2021 Log Message: improved check for valid segment diffs (12 lines): diff --git a/sql/storage/bat/bat_storage.c b/sql/storage/bat/bat_sto

MonetDB: Jul2021 - Merge with Oct2020 branch.

2021-05-03 Thread Sjoerd Mullender
Changeset: b8e5a9221054 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b8e5a9221054 Branch: Jul2021 Log Message: Merge with Oct2020 branch. diffs (135 lines): diff --git a/documentation/source/manual_pages/monetdb.rst b/documentation/source/manual_pages/monetdb.rst --- a/documentation

MonetDB: Jul2021 - Add some const.

2021-05-03 Thread Sjoerd Mullender
Changeset: 32bd2162d606 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/32bd2162d606 Modified Files: monetdb5/mal/mal_prelude.c monetdb5/mal/mel.h Branch: Jul2021 Log Message: Add some const. diffs (69 lines): diff --git a/monetdb5/mal/mal_prelude.c b/monetdb5/mal/mal_pr

MonetDB: Jul2021 - small fix of the transaction isolation, ie ma...

2021-05-03 Thread Niels Nes
Changeset: b37bb160cc9a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b37bb160cc9a Modified Files: sql/storage/bat/bat_storage.c Branch: Jul2021 Log Message: small fix of the transaction isolation, ie make sure we still read segments which are deleted by some active transaction,

MonetDB: Oct2020 - Updated from current manual page sources.

2021-05-03 Thread Sjoerd Mullender
Changeset: 48b7620e43d6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/48b7620e43d6 Modified Files: documentation/source/manual_pages/monetdb.rst documentation/source/manual_pages/monetdbd.rst.in documentation/source/manual_pages/mserver5.rst.in Branch: Oct2020 Log

MonetDB: Jul2021 - Remove reference to non-existent files.

2021-05-03 Thread Sjoerd Mullender
Changeset: c10782f345b9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c10782f345b9 Modified Files: documentation/source/intro.rst Branch: Jul2021 Log Message: Remove reference to non-existent files. diffs (17 lines): diff --git a/documentation/source/intro.rst b/documentation/

MonetDB: Jun2020 - Work around GCC 11 problems.

2021-05-03 Thread Sjoerd Mullender
Changeset: 072c56ad5118 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/072c56ad5118 Modified Files: common/utils/mstring.h Branch: Jun2020 Log Message: Work around GCC 11 problems. diffs (15 lines): diff --git a/common/utils/mstring.h b/common/utils/mstring.h --- a/common/utils

MonetDB: Jul2021 - BATproject2: does not match always Looking in...

2021-05-03 Thread Pedro Ferreira
Changeset: 18f12c910e71 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/18f12c910e71 Modified Files: sql/test/SQLancer/Tests/sqlancer14.test Branch: Jul2021 Log Message: BATproject2: does not match always Looking into it diffs (25 lines): diff --git a/sql/test/SQLancer/Tests/sql

MonetDB: Jun2020 - Simplify code and make it compilable with new...

2021-05-03 Thread Sjoerd Mullender
Changeset: 2787cb87223d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2787cb87223d Modified Files: gdk/gdk_project.c Branch: Jun2020 Log Message: Simplify code and make it compilable with new gcc on f34. diffs (16 lines): diff --git a/gdk/gdk_project.c b/gdk/gdk_project.c ---

MonetDB: Jul2021 - there is a very subtile difference between ca...

2021-05-03 Thread Niels Nes
Changeset: 58a9b4f13a6e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/58a9b4f13a6e Modified Files: gdk/gdk_cand.c Branch: Jul2021 Log Message: there is a very subtile difference between cand_mask and bat with type mask. Which basically complicates the setting of the hseqbase. Thi

MonetDB: Jul2021 - Added test for newly found issue

2021-05-03 Thread Pedro Ferreira
Changeset: 4882a4dcd3e7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4882a4dcd3e7 Added Files: sql/test/miscellaneous/Tests/transaction_isolation.SQL.py Modified Files: sql/test/miscellaneous/Tests/All Branch: Jul2021 Log Message: Added test for newly found issue diffs

MonetDB: Jul2021 - sqltest fix

2021-05-03 Thread svetlin
Changeset: f573ffc4f202 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f573ffc4f202 Modified Files: testing/sqltest.py Branch: Jul2021 Log Message: sqltest fix diffs (13 lines): diff --git a/testing/sqltest.py b/testing/sqltest.py --- a/testing/sqltest.py +++ b/testing/sqltest.

MonetDB: Jul2021 - fix sqltest empty result bug

2021-05-03 Thread svetlin
Changeset: b8763536a8fc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b8763536a8fc Modified Files: testing/sqltest.py Branch: Jul2021 Log Message: fix sqltest empty result bug diffs (14 lines): diff --git a/testing/sqltest.py b/testing/sqltest.py --- a/testing/sqltest.py +++ b

MonetDB: Jul2021 - I forgot to disable set queries too

2021-05-03 Thread Pedro Ferreira
Changeset: cf3de9a57ed8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/cf3de9a57ed8 Modified Files: sql/server/rel_select.c sql/test/SQLancer/Tests/sqlancer14.test Branch: Jul2021 Log Message: I forgot to disable set queries too diffs (35 lines): diff --git a/sql/server

MonetDB: Jul2021 - I forgot to disable the exists operator (uses...

2021-05-03 Thread Pedro Ferreira
Changeset: 78d9623081b9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/78d9623081b9 Modified Files: sql/server/rel_select.c sql/test/SQLancer/Tests/sqlancer14.test Branch: Jul2021 Log Message: I forgot to disable the exists operator (uses subquery) on merge statements and

MonetDB: pushcands - aggr.{min,max} now have optional candidate ...

2021-05-03 Thread Sjoerd Mullender
Changeset: c0b37d366ae4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c0b37d366ae4 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/exports.stable.out gdk/gdk_aggr.c gdk/gdk_calc.h

MonetDB: default - sqltest fix

2021-05-03 Thread svetlin
Changeset: d168c777105d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d168c777105d Modified Files: testing/sqltest.py Branch: default Log Message: sqltest fix diffs (13 lines): diff --git a/testing/sqltest.py b/testing/sqltest.py --- a/testing/sqltest.py +++ b/testing/sqltest.

MonetDB: default - fix sqltest empty result bug

2021-05-03 Thread svetlin
Changeset: 9d4586998da0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9d4586998da0 Modified Files: testing/sqltest.py Branch: default Log Message: fix sqltest empty result bug diffs (14 lines): diff --git a/testing/sqltest.py b/testing/sqltest.py --- a/testing/sqltest.py +++ b

MonetDB: Jul2021 - Merge with Oct2020 branch.

2021-05-03 Thread Sjoerd Mullender
Changeset: 55eca80bf98b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/55eca80bf98b Branch: Jul2021 Log Message: Merge with Oct2020 branch. diffs (16 lines): diff --git a/tools/merovingian/ChangeLog.Oct2020 b/tools/merovingian/ChangeLog.Oct2020 --- a/tools/merovingian/ChangeLog.Oct202

MonetDB: Oct2020 - Blurb.

2021-05-03 Thread Sjoerd Mullender
Changeset: 567e0730d103 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/567e0730d103 Modified Files: tools/merovingian/ChangeLog.Oct2020 Branch: Oct2020 Log Message: Blurb. diffs (16 lines): diff --git a/tools/merovingian/ChangeLog.Oct2020 b/tools/merovingian/ChangeLog.Oct2020

MonetDB: Jul2021 - Merge with Oct2020 branch.

2021-05-03 Thread Sjoerd Mullender
Changeset: 45c1a78db648 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/45c1a78db648 Modified Files: common/utils/mstring.h Branch: Jul2021 Log Message: Merge with Oct2020 branch. diffs (45 lines): diff --git a/common/utils/mstring.h b/common/utils/mstring.h --- a/common/utils/m

MonetDB: Oct2020 - Backed out changeset 78874f24d49c: with updat...

2021-05-03 Thread Sjoerd Mullender
Changeset: e37d105cf860 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e37d105cf860 Modified Files: common/utils/mstring.h Branch: Oct2020 Log Message: Backed out changeset 78874f24d49c: with updated gcc it works fine again. diffs (19 lines): diff --git a/common/utils/mstring.h

MonetDB: Oct2020 - Added some info about fixed bugs.

2021-05-03 Thread Sjoerd Mullender
Changeset: d708929e48ca for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d708929e48ca Modified Files: gdk/ChangeLog.Oct2020 sql/ChangeLog.Oct2020 Branch: Oct2020 Log Message: Added some info about fixed bugs. diffs (26 lines): diff --git a/gdk/ChangeLog.Oct2020 b/gdk/Chan

MonetDB: Jul2021 - Hide OS and maximum size related errors

2021-05-03 Thread Pedro Ferreira
Changeset: db8a8a57156b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/db8a8a57156b Modified Files: sql/test/SQLancer/Tests/sqlancer07.test sql/test/SQLancer/Tests/sqlancer13.test Branch: Jul2021 Log Message: Hide OS and maximum size related errors diffs (28 lines): dif