MonetDB: default - Rename the new mal command to register_superv...

2018-03-30 Thread Panagiotis Koutsourakis
Changeset: 76d119e7eeda for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=76d119e7eeda Modified Files: monetdb5/modules/mal/remote.c monetdb5/modules/mal/remote.h monetdb5/modules/mal/remote.mal monetdb5/optimizer/opt_prelude.c monetdb5/o

MonetDB: default - Approve test output

2018-03-30 Thread Panagiotis Koutsourakis
Changeset: ded547e6717f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ded547e6717f Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/exports.stable.out Branch: default Log Message: A

MonetDB: default - Merge heads

2018-03-30 Thread Panagiotis Koutsourakis
Changeset: b157119db1f5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b157119db1f5 Modified Files: clients/Tests/exports.stable.out gdk/gdk.h gdk/gdk_firstn.c gdk/gdk_join.c monetdb5/modules/kernel/algebra.c monetdb5/optimizer

MonetDB: default - [monetdbd] Try to stop the profiler before st...

2018-04-04 Thread Panagiotis Koutsourakis
Changeset: 033b0bd636fb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=033b0bd636fb Modified Files: tools/merovingian/daemon/controlrunner.c Branch: default Log Message: [monetdbd] Try to stop the profiler before stopping the server diffs (17 lines): diff --git a

MonetDB: default - [monetdbd] Make profilerstart command more ro...

2018-04-04 Thread Panagiotis Koutsourakis
Changeset: cdb85d8e63ad for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cdb85d8e63ad Modified Files: tools/merovingian/daemon/forkmserver.c Branch: default Log Message: [monetdbd] Make profilerstart command more robust If the server or stethoscope crashed before, th

MonetDB: default - Add Changelog entry for the change in monetdb...

2018-04-04 Thread Panagiotis Koutsourakis
/merovingian/ChangeLog b/tools/merovingian/ChangeLog --- a/tools/merovingian/ChangeLog +++ b/tools/merovingian/ChangeLog @@ -1,3 +1,17 @@ # ChangeLog file for sql/src/backends/monet5/merovingian # This file is updated with mchangelog +* Wed Apr 4 2018 Panagiotis Koutsourakis +- Changed the monetdb stop

MonetDB: default - Add Changelog entry for the change in monetdb...

2018-04-04 Thread Panagiotis Koutsourakis
/merovingian/ChangeLog b/tools/merovingian/ChangeLog --- a/tools/merovingian/ChangeLog +++ b/tools/merovingian/ChangeLog @@ -2,6 +2,12 @@ # This file is updated with mchangelog * Wed Apr 4 2018 Panagiotis Koutsourakis +- Changed the monetdb profilerstart command to be more robust. If the

MonetDB: default - Add module and instruction fields to the JSON...

2018-04-05 Thread Panagiotis Koutsourakis
Changeset: 09409f146bab for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=09409f146bab Modified Files: monetdb5/mal/mal_profiler.c Branch: default Log Message: Add module and instruction fields to the JSON profiler traces diffs (12 lines): diff --git a/monetdb5/mal/

MonetDB: mapi_changes - Extract mapi_authorize function from map...

2018-04-05 Thread Panagiotis Koutsourakis
Changeset: b21615b51411 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b21615b51411 Modified Files: clients/mapilib/mapi.c clients/mapilib/mapi.h Branch: mapi_changes Log Message: Extract mapi_authorize function from mapi_reconnect mapi_authorize is given a

MonetDB: json - Merge branch default into json

2019-10-02 Thread Panagiotis Koutsourakis
Changeset: 20dda1bde8aa for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=20dda1bde8aa Removed Files: sql/scripts/11_times.sql Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/ex

MonetDB: Nov2019 - Fix FITS crash when loading empty file

2019-10-02 Thread Panagiotis Koutsourakis
Changeset: e315646b02a6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e315646b02a6 Modified Files: sql/backends/monet5/vaults/fits/fits.c Branch: Nov2019 Log Message: Fix FITS crash when loading empty file diffs (14 lines): diff --git a/sql/backends/monet5/vault

MonetDB: Apr2019 - Add test for bug 6773

2019-10-11 Thread Panagiotis Koutsourakis
Changeset: 7d92d6226c11 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7d92d6226c11 Added Files: sql/test/BugTracker-2019/Tests/filter_json_null.Bug-6773.sql sql/test/BugTracker-2019/Tests/filter_json_null.Bug-6773.stable.err sql/test/BugTracker-2019/

MonetDB: Apr2019 - Do not return str_nil but the sequence `null`...

2019-10-11 Thread Panagiotis Koutsourakis
Changeset: 848f40d8511a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=848f40d8511a Modified Files: monetdb5/modules/atoms/json.c Branch: Apr2019 Log Message: Do not return str_nil but the sequence `null` for null in JSON This fixes the bug 6773. diffs (12 lines)

MonetDB: Apr2019 - Approve test output

2019-10-11 Thread Panagiotis Koutsourakis
Changeset: 450f132f8663 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=450f132f8663 Modified Files: sql/test/BugTracker-2019/Tests/All sql/test/BugTracker-2019/Tests/filter_json_null.Bug-6773.sql sql/test/BugTracker-2019/Tests/filter_json_null.Bug-677

MonetDB: json - Merge with default

2019-10-15 Thread Panagiotis Koutsourakis
Changeset: 08004c773692 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=08004c773692 Added Files: monetdb5/modules/mal/Tests/flags.malC monetdb5/modules/mal/Tests/flags.stable.err monetdb5/modules/mal/Tests/flags.stable.out sql/scripts/61_wlcr.

MonetDB: Apr2019 - Fix profiler bug with ctime and the old steth...

2019-10-15 Thread Panagiotis Koutsourakis
Changeset: 8000dce94ddc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8000dce94ddc Modified Files: clients/mapiclient/eventparser.c monetdb5/mal/mal_profiler.c Branch: Apr2019 Log Message: Fix profiler bug with ctime and the old stethoscope format The fiel

MonetDB: Nov2019 - Merge branch Apr2019 into Nov2019

2019-10-15 Thread Panagiotis Koutsourakis
Changeset: a954ebff3c16 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a954ebff3c16 Modified Files: clients/mapiclient/eventparser.c monetdb5/mal/mal_profiler.c Branch: Nov2019 Log Message: Merge branch Apr2019 into Nov2019 diffs (52 lines): diff --git a/

MonetDB: default - Merge with Nov2019

2019-10-15 Thread Panagiotis Koutsourakis
Changeset: bad2d6bbca83 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bad2d6bbca83 Modified Files: clients/mapiclient/eventparser.c monetdb5/mal/mal_profiler.c Branch: default Log Message: Merge with Nov2019 diffs (98 lines): diff --git a/clients/mapicli

MonetDB: default - Rename field "oid" to "user_id" on profiling ...

2019-10-15 Thread Panagiotis Koutsourakis
Changeset: 8bb7b4fb18b4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8bb7b4fb18b4 Modified Files: monetdb5/mal/mal_profiler.c Branch: default Log Message: Rename field "oid" to "user_id" on profiling events diffs (12 lines): diff --git a/monetdb5/mal/mal_profil

MonetDB: default - Merge with Nov2019

2019-10-16 Thread Panagiotis Koutsourakis
Changeset: f98c0609fa56 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f98c0609fa56 Added Files: sql/test/Dependencies/Tests/view_table_udf.sql sql/test/Dependencies/Tests/view_table_udf.stable.err sql/test/Dependencies/Tests/view_table_udf.stable.out

MonetDB: json - Merge with default

2019-10-25 Thread Panagiotis Koutsourakis
Changeset: fe263966d268 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fe263966d268 Added Files: sql/scripts/58_hot_snapshot.sql sql/test/BugTracker-2019/Tests/NOT_IN-AND-OR-wrong-results.Bug-6775.sql sql/test/BugTracker-2019/Tests/NOT_IN-AND-OR-wron

MonetDB: json - Remove unused code

2019-10-25 Thread Panagiotis Koutsourakis
Changeset: eef9294c0416 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eef9294c0416 Modified Files: monetdb5/modules/atoms/json.c Branch: json Log Message: Remove unused code diffs (16 lines): diff --git a/monetdb5/modules/atoms/json.c b/monetdb5/modules/atoms/js

MonetDB: compactprofiler - Make sure we produce valid JSON objects

2019-10-31 Thread Panagiotis Koutsourakis
Changeset: 54085c11f338 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=54085c11f338 Modified Files: monetdb5/mal/mal_profiler.c Branch: compactprofiler Log Message: Make sure we produce valid JSON objects diffs (truncated from 419 to 300 lines): diff --git a/mone

MonetDB: compactprofiler - Minor changes in eventparser and stet...

2019-10-31 Thread Panagiotis Koutsourakis
Changeset: c268a1159906 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c268a1159906 Modified Files: clients/mapiclient/eventparser.c clients/mapiclient/stethoscope.c Branch: compactprofiler Log Message: Minor changes in eventparser and stethoscope diffs (2

MonetDB: Nov2019 - Add test for bug 6784

2019-11-12 Thread Panagiotis Koutsourakis
Changeset: ed5e115fce8c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ed5e115fce8c Added Files: sql/test/BugTracker-2019/Tests/isaUUID.Bug-6784.sql sql/test/BugTracker-2019/Tests/isaUUID.Bug-6784.stable.err sql/test/BugTracker-2019/Tests/isaUUID.Bug-

MonetDB: Nov2019 - UUIDfromString should not produce a GDKError

2019-11-12 Thread Panagiotis Koutsourakis
Changeset: 0f82f07884db for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0f82f07884db Modified Files: monetdb5/modules/atoms/uuid.c Branch: Nov2019 Log Message: UUIDfromString should not produce a GDKError This fixes bug 6784 diffs (12 lines): diff --git a/monetdb

MonetDB: json - Turn JSONkind into an enum

2019-11-15 Thread Panagiotis Koutsourakis
Changeset: 4efd9553c3fd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4efd9553c3fd Modified Files: monetdb5/modules/atoms/json.c monetdb5/modules/atoms/json.h Branch: json Log Message: Turn JSONkind into an enum diffs (81 lines): diff --git a/monetdb5/mo

MonetDB: compactprofiler - Add overloaded profiler.openstream MA...

2019-11-21 Thread Panagiotis Koutsourakis
Changeset: c9f39bb247f4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c9f39bb247f4 Modified Files: monetdb5/modules/mal/profiler.mal Branch: compactprofiler Log Message: Add overloaded profiler.openstream MAL call The interface to profiler.openstream changed recen

MonetDB: json - Merge remote-tracking branch 'origin/master' int...

2019-11-21 Thread Panagiotis Koutsourakis
Changeset: 0d46c28c3718 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0d46c28c3718 Added Files: common/utils/mstring.h sql/backends/monet5/sql_session.c sql/backends/monet5/sql_session.h sql/backends/monet5/sql_session.mal sql/benchma

MonetDB: json - Merge with default

2019-11-21 Thread Panagiotis Koutsourakis
Changeset: 01a5cd645a27 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=01a5cd645a27 Added Files: debian/libmonetdb19.install sql/backends/monet5/sql_subquery.c sql/backends/monet5/sql_subquery.h sql/backends/monet5/sql_subquery.mal Removed Fil

MonetDB: json - Use an enum for path tokens instead of #defines

2019-11-26 Thread Panagiotis Koutsourakis
Changeset: 431af5561988 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=431af5561988 Modified Files: monetdb5/modules/atoms/json.c Branch: json Log Message: Use an enum for path tokens instead of #defines diffs (27 lines): diff --git a/monetdb5/modules/atoms/json.

MonetDB: Nov2019 - Add test for bug 6792

2019-11-28 Thread Panagiotis Koutsourakis
Changeset: 9e35cff499bc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9e35cff499bc Added Files: sql/test/BugTracker-2019/Tests/jsonpath-validity.Bug-6792.sql sql/test/BugTracker-2019/Tests/jsonpath-validity.Bug-6792.stable.err sql/test/BugTracker-201

MonetDB: Nov2019 - Add fix for bug 6792

2019-11-28 Thread Panagiotis Koutsourakis
Changeset: 2066af063159 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2066af063159 Modified Files: monetdb5/modules/atoms/json.c Branch: Nov2019 Log Message: Add fix for bug 6792 diffs (27 lines): diff --git a/monetdb5/modules/atoms/json.c b/monetdb5/modules/ato

MonetDB: default - Merge with Nov2019

2019-11-28 Thread Panagiotis Koutsourakis
Changeset: e5aac4ddb3c4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e5aac4ddb3c4 Added Files: sql/test/BugTracker-2019/Tests/jsonpath-validity.Bug-6792.sql sql/test/BugTracker-2019/Tests/jsonpath-validity.Bug-6792.stable.err sql/test/BugTracker-201

MonetDB: json - Approve changes after merge

2019-11-28 Thread Panagiotis Koutsourakis
Changeset: 4c8050d32f0b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4c8050d32f0b Modified Files: sql/test/json/Tests/jsonvalidity.Bug-3753.stable.out Branch: json Log Message: Approve changes after merge diffs (22 lines): diff --git a/sql/test/json/Tests/jsonv

MonetDB: json - Merge with default

2019-11-28 Thread Panagiotis Koutsourakis
Changeset: 4cb314abc8b2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4cb314abc8b2 Added Files: sql/test/BugTracker-2019/Tests/count-distinct.Bug-6790.sql sql/test/BugTracker-2019/Tests/count-distinct.Bug-6790.stable.err sql/test/BugTracker-2019/Test

MonetDB: json - Merge with default

2019-11-28 Thread Panagiotis Koutsourakis
Changeset: 7856bce9a91d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7856bce9a91d Added Files: sql/test/BugTracker-2019/Tests/jsonpath-validity.Bug-6792.sql sql/test/BugTracker-2019/Tests/jsonpath-validity.Bug-6792.stable.err sql/test/BugTracker-201

MonetDB: default - When using git worktrees .git is not a directory

2019-11-29 Thread Panagiotis Koutsourakis
Changeset: 3d70face2770 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3d70face2770 Modified Files: rpm.mk.in Branch: default Log Message: When using git worktrees .git is not a directory diffs (12 lines): diff --git a/rpm.mk.in b/rpm.mk.in --- a/rpm.mk.in +++ b/

MonetDB: default - Add support for raw SQL strings in the scanner

2019-11-29 Thread Panagiotis Koutsourakis
Changeset: 8487f73a14c1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8487f73a14c1 Modified Files: sql/server/sql_scan.c Branch: default Log Message: Add support for raw SQL strings in the scanner By default MonetDB interprets C like escapes in strings. Specifical

MonetDB: default - Add test for raw strings

2019-11-29 Thread Panagiotis Koutsourakis
Changeset: b9dab98280fd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b9dab98280fd Added Files: sql/test/scanner/Tests/All sql/test/scanner/Tests/raw_strings.sql sql/test/scanner/Tests/raw_strings.stable.err sql/test/scanner/Tests/raw_strings

MonetDB: default - Make Maddlog work in git (sometimes)

2019-11-29 Thread Panagiotis Koutsourakis
Changeset: 76038b20f98c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=76038b20f98c Modified Files: buildtools/conf/Maddlog Branch: default Log Message: Make Maddlog work in git (sometimes) It will refuse to work with git in worktrees (because the branch naming the

MonetDB: default - Add ChangeLog entry for raw strings (from git!)

2019-11-29 Thread Panagiotis Koutsourakis
/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog file for devel # This file is updated with Maddlog +* Fri Nov 29 2019 Panagiotis Koutsourakis +- Added support for raw strings using the syntax r'' or R''. This means + that C-like escapes will remain uninterpreted within those stri

MonetDB: compactprofiler - Merge with default

2019-12-02 Thread Panagiotis Koutsourakis
Changeset: 3046247d26f7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3046247d26f7 Added Files: common/utils/mstring.h debian/libmonetdb19.install sql/backends/monet5/sql_session.c sql/backends/monet5/sql_session.h sql/backends/monet5

MonetDB: default - Approve output

2019-12-02 Thread Panagiotis Koutsourakis
Changeset: 4e89e4e893b8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4e89e4e893b8 Modified Files: sql/test/scanner/Tests/raw_strings.stable.err sql/test/scanner/Tests/raw_strings.stable.out Branch: default Log Message: Approve output diffs (123 lines):

MonetDB: json - Revert "Add new quotation mode for easier json d...

2019-12-02 Thread Panagiotis Koutsourakis
Changeset: 61e8ad80fa92 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=61e8ad80fa92 Modified Files: sql/server/sql_scan.c Branch: json Log Message: Revert "Add new quotation mode for easier json debugging" This has been implemented in the default branch and will be

MonetDB: json - Merge branch 'master' into local_json

2019-12-02 Thread Panagiotis Koutsourakis
g +* Fri Nov 29 2019 Panagiotis Koutsourakis +- Added support for raw strings using the syntax r'' or R''. This means + that C-like escapes will remain uninterpreted within those strings. For + instance SELECT r'\"' returns a string of length two. The user need

MonetDB: json - Change test after merging with default

2019-12-02 Thread Panagiotis Koutsourakis
Changeset: e8be3b6b4757 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e8be3b6b4757 Modified Files: sql/test/json/Tests/jsonvalidity.Bug-3753.sql Branch: json Log Message: Change test after merging with default diffs (9 lines): diff --git a/sql/test/json/Tests/js

MonetDB: json - Merge with default

2019-12-02 Thread Panagiotis Koutsourakis
Changeset: 5d5c142ea8cb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5d5c142ea8cb Modified Files: sql/server/rel_select.c sql/test/scanner/Tests/raw_strings.stable.err sql/test/scanner/Tests/raw_strings.stable.out sql/test/subquery/Tests/sub

MonetDB: default - Add new mserver5 option for string interpreta...

2019-12-06 Thread Panagiotis Koutsourakis
Changeset: 1d0bc11dbd60 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1d0bc11dbd60 Modified Files: common/options/monet_options.c sql/server/sql_scan.c tools/mserver/mserver5.1.in Branch: default Log Message: Add new mserver5 option for string inter

MonetDB: default - Add raw_strings as a database property setabl...

2019-12-06 Thread Panagiotis Koutsourakis
Changeset: b018ee27db69 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b018ee27db69 Modified Files: tools/merovingian/client/monetdb.1 tools/merovingian/daemon/forkmserver.c tools/merovingian/utils/properties.c Branch: default Log Message: Add raw_st

MonetDB: default - Add tests for new mserver5 options

2019-12-06 Thread Panagiotis Koutsourakis
Changeset: 3aec9cfc23a8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3aec9cfc23a8 Added Files: sql/test/scanner/Tests/mserver_with_raw_strings.options5 sql/test/scanner/Tests/mserver_with_raw_strings.sql sql/test/scanner/Tests/mserver_with_raw_strin

MonetDB: default - Add log entries for new mserver5 option and m...

2019-12-06 Thread Panagiotis Koutsourakis
/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog file for devel # This file is updated with Maddlog +* Fri Dec 6 2019 Panagiotis Koutsourakis +- Added mserver5 option (--set raw_strings=true|false) and monetdb + database property (raw_strings=yes|no) to control interpretation + of strings

MonetDB: Nov2019 - Add test for Bug 6798

2019-12-10 Thread Panagiotis Koutsourakis
Changeset: bcfd744a61b8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bcfd744a61b8 Added Files: sql/test/BugTracker-2019/Tests/json-text-empty-separator.Bug-6798.sql sql/test/BugTracker-2019/Tests/json-text-empty-separator.Bug-6798.stable.err sql/t

MonetDB: Nov2019 - json.text should not delete the last separato...

2019-12-10 Thread Panagiotis Koutsourakis
Changeset: 01a51ecc108e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=01a51ecc108e Modified Files: monetdb5/modules/atoms/json.c Branch: Nov2019 Log Message: json.text should not delete the last separator if it is empty This fixes Bug 6798 diffs (12 lines): dif

MonetDB: json - Merge branch 'local_master' into local_json

2019-12-11 Thread Panagiotis Koutsourakis
ff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog file for devel # This file is updated with Maddlog +* Fri Dec 6 2019 Panagiotis Koutsourakis +- Added mserver5 option (--set raw_strings=true|false) and monetdb + database property (raw_strings=yes|no)

MonetDB: json - Merge with default

2019-12-11 Thread Panagiotis Koutsourakis
Changeset: 6569c6db8a1a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6569c6db8a1a Added Files: sql/test/BugTracker-2019/Tests/json-text-empty-separator.Bug-6798.sql sql/test/BugTracker-2019/Tests/json-text-empty-separator.Bug-6798.stable.err sql/t

MonetDB: json - Refactor JSONjson2number and JSONjson2integer

2019-12-11 Thread Panagiotis Koutsourakis
Changeset: 481bbfb39e7e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=481bbfb39e7e Modified Files: monetdb5/modules/atoms/json.c Branch: json Log Message: Refactor JSONjson2number and JSONjson2integer This commit makes explicit the fact that both those functions s

MonetDB: json - Update test for json.number and json.integer

2019-12-11 Thread Panagiotis Koutsourakis
Changeset: 17a1a13d74fc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=17a1a13d74fc Modified Files: monetdb5/modules/atoms/Tests/json15.malC Branch: json Log Message: Update test for json.number and json.integer diffs (42 lines): diff --git a/monetdb5/modules/ato

MonetDB: json - Approve test output

2019-12-11 Thread Panagiotis Koutsourakis
Changeset: 80c8d93f8692 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=80c8d93f8692 Modified Files: monetdb5/modules/atoms/Tests/json15.malC monetdb5/modules/atoms/Tests/json15.stable.out Branch: json Log Message: Approve test output diffs (55 lines): dif

MonetDB: json - Merge with default

2019-12-16 Thread Panagiotis Koutsourakis
Changeset: af71781f29c2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=af71781f29c2 Added Files: sql/test/BugTracker-2019/Tests/orderby-alias-expr.Bug-6799.sql sql/test/BugTracker-2019/Tests/orderby-alias-expr.Bug-6799.stable.err sql/test/BugTracker-2

MonetDB: compactprofiler - When generating JSON profiler objects...

2020-01-15 Thread Panagiotis Koutsourakis
Changeset: 01da6b09632e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=01da6b09632e Modified Files: monetdb5/mal/mal_profiler.c Branch: compactprofiler Log Message: When generating JSON profiler objects, emit commas at the beginning diffs (183 lines): diff --git

MonetDB: compactprofiler - Merge with default

2020-01-15 Thread Panagiotis Koutsourakis
Changeset: a6b2f527311a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a6b2f527311a Added Files: monetdb5/mal/Tests/tst180.malC monetdb5/mal/Tests/tst180.stable.err monetdb5/mal/Tests/tst180.stable.out monetdb5/mal/Tests/tst914.malC mo

MonetDB: default - Version string should contain the native vcs ...

2020-01-16 Thread Panagiotis Koutsourakis
Changeset: bf509ae78d27 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bf509ae78d27 Modified Files: rpm.mk.in Branch: default Log Message: Version string should contain the native vcs commit id It's more useful to report git commit ids when using git. diffs (16 l

MonetDB: compactprofiler - Do not generate a call statement for ...

2020-01-17 Thread Panagiotis Koutsourakis
Changeset: e793147bcd2a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e793147bcd2a Modified Files: monetdb5/mal/mal_profiler.c Branch: compactprofiler Log Message: Do not generate a call statement for profiling JSON objects The call statement should be reconstruct

MonetDB: default - Initial import of rst documentation

2020-01-17 Thread Panagiotis Koutsourakis
path to make it absolute, like shown here. +# +# import os +# import sys +# sys.path.insert(0, os.path.abspath('.')) + + +# -- Project information - + +project = 'MonetDB' +copyright = '2020, MonetDB B.V.' +author = 'Panagiotis Koutsourakis' + +

MonetDB: default - Start documenting the input to MonetDB

2020-01-20 Thread Panagiotis Koutsourakis
Changeset: f09542a49e1a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f09542a49e1a Added Files: documentation/source/input.rst Modified Files: documentation/source/index.rst Branch: default Log Message: Start documenting the input to MonetDB diffs (139 li

MonetDB: json - Merge with default

2020-01-24 Thread Panagiotis Koutsourakis
Changeset: af59be983c1a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=af59be983c1a Added Files: sql/backends/monet5/UDF/pyapi/pyapi_locatepython2.bat.in sql/backends/monet5/UDF/pyapi3/pyapi_locatepython3.bat.in sql/benchmarks/tpcds/Tests/load.timeout

MonetDB: compactprofiler - Remove all references to tachograph a...

2020-01-27 Thread Panagiotis Koutsourakis
Changeset: 2d1fb499ad1e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2d1fb499ad1e Removed Files: clients/mapiclient/Tests/tachograph--help clients/mapiclient/Tests/tachograph--help.bat clients/mapiclient/Tests/tachograph--help.stable.err cli

MonetDB: compactprofiler - Merge with default

2020-01-27 Thread Panagiotis Koutsourakis
Changeset: 569ba70c8d18 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=569ba70c8d18 Added Files: documentation/Makefile documentation/make.bat documentation/source/conf.py documentation/source/index.rst documentation/source/input.rst

MonetDB: compactprofiler - Don't forget to link against libmopti...

2020-01-28 Thread Panagiotis Koutsourakis
Changeset: 642984d10139 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=642984d10139 Modified Files: clients/mapiclient/Makefile.ag Branch: compactprofiler Log Message: Don't forget to link against libmoptions in Windows builds diffs (27 lines): diff --git a/clien

MonetDB: compactprofiler - Remove the whole client-tools package...

2020-01-28 Thread Panagiotis Koutsourakis
Changeset: 7964a8e20fd4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7964a8e20fd4 Modified Files: MonetDB.spec Branch: compactprofiler Log Message: Remove the whole client-tools package, not only its description diffs (20 lines): diff --git a/MonetDB.spec b/Mon

MonetDB: default - Exclude stethoscope binary when building rpms

2020-02-03 Thread Panagiotis Koutsourakis
Changeset: caae5bf7ce65 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=caae5bf7ce65 Modified Files: MonetDB.spec Branch: default Log Message: Exclude stethoscope binary when building rpms diffs (11 lines): diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.sp

MonetDB: json - Update JSON validity test with edge case

2020-02-03 Thread Panagiotis Koutsourakis
Changeset: 0c1275a98ea3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0c1275a98ea3 Modified Files: sql/test/json/Tests/All sql/test/json/Tests/jsonvalidity.Bug-3753.sql Branch: json Log Message: Update JSON validity test with edge case The string "01" does

MonetDB: json - Merge branch 'master' into branches/json

2020-02-03 Thread Panagiotis Koutsourakis
Changeset: 0b7d04a3aec4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0b7d04a3aec4 Added Files: clients/mapilib/mapi_prompt.h clients/mapilib/mapi_querytype.h documentation/Makefile documentation/make.bat documentation/source/conf.py

MonetDB: default - Add port and host fields in dotmonetdb parser

2020-02-04 Thread Panagiotis Koutsourakis
Changeset: 8b23e7e39cb1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8b23e7e39cb1 Modified Files: clients/mapiclient/dotmonetdb.c clients/mapiclient/dotmonetdb.h clients/mapiclient/mclient.c clients/mapiclient/msqldump.c clients/mapi

MonetDB: default - Initialize properly the DotMonetdb struct

2020-02-06 Thread Panagiotis Koutsourakis
Changeset: 42541f02b039 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=42541f02b039 Modified Files: clients/mapiclient/mclient.c clients/mapiclient/msqldump.c clients/mapiclient/stethoscope.c Branch: default Log Message: Initialize properly the DotMo

MonetDB: default - Add ChangeLog entry for dotmonetdb changes

2020-02-06 Thread Panagiotis Koutsourakis
/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog file for devel # This file is updated with Maddlog +* Thu Feb 6 2020 Panagiotis Koutsourakis +- Add port and host as fields in the .monetdb file. + * Thu Jan 30 2020 Sjoerd Mullender - Removed support for bam and sam files

MonetDB: default - Correctly setup the identity when adding a ch...

2020-02-06 Thread Panagiotis Koutsourakis
Changeset: e1e82c3aada6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e1e82c3aada6 Modified Files: buildtools/conf/Maddlog Branch: default Log Message: Correctly setup the identity when adding a changelog entry diffs (11 lines): diff --git a/buildtools/conf/Madd

MonetDB: default - Add documentation

2020-02-06 Thread Panagiotis Koutsourakis
Changeset: a9b8f281b640 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a9b8f281b640 Added Files: documentation/source/clients.rst documentation/source/man_mclient.rst documentation/source/man_mserver5.rst documentation/source/man_msqldump.rst

MonetDB: default - Add more rst files

2020-02-07 Thread Panagiotis Koutsourakis
Changeset: 68c3fc279c08 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=68c3fc279c08 Added Files: documentation/source/man_monetdb.rst documentation/source/man_monetdbd.rst documentation/source/manual_pages/monetdbd.rst.in documentation/source/

MonetDB: default - Format code correctly

2020-02-07 Thread Panagiotis Koutsourakis
Changeset: 857444814900 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=857444814900 Modified Files: documentation/source/manual_pages/mclient.rst Branch: default Log Message: Format code correctly diffs (39 lines): diff --git a/documentation/source/manual_pages/m

MonetDB: default - Remove obsolete profiler connection mode

2020-02-18 Thread Panagiotis Koutsourakis
Changeset: 350ef0482b0c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=350ef0482b0c Modified Files: monetdb5/modules/mal/profiler.mal Branch: default Log Message: Remove obsolete profiler connection mode diffs (14 lines): diff --git a/monetdb5/modules/mal/profile

MonetDB: json - Integers in JSON cannot start with zeros

2020-02-25 Thread Panagiotis Koutsourakis
Changeset: 39c1ddd0b944 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=39c1ddd0b944 Modified Files: monetdb5/modules/atoms/json.c Branch: json Log Message: Integers in JSON cannot start with zeros diffs (15 lines): diff --git a/monetdb5/modules/atoms/json.c b/mon

MonetDB: json - Approve test results

2020-02-25 Thread Panagiotis Koutsourakis
Changeset: 48fb5caf7ba7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=48fb5caf7ba7 Modified Files: sql/test/json/Tests/books.stable.out sql/test/json/Tests/bulkjson.stable.out sql/test/json/Tests/bulklength.stable.out sql/test/json/Tests/bulk

MonetDB: json - Merge with default

2020-02-25 Thread Panagiotis Koutsourakis
Zois +- Added mserver5 option (--dbtrace=) in order to be able to + specify the output directory of the produced traces. + +* Thu Feb 6 2020 Panagiotis Koutsourakis +- Add port and host as fields in the .monetdb file. + * Thu Jan 30 2020 Sjoerd Mullender - Removed support for bam and sam

MonetDB: json - Merge with default

2020-02-25 Thread Panagiotis Koutsourakis
Changeset: 2a5071d68205 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2a5071d68205 Added Files: sql/test/BugTracker-2019/Tests/remote-table-non-existent-column.Bug-6750.stable.err Removed Files: sql/test/BugTracker-2019/Tests/msqldump-mapi-cache.Bug-6777.ti

MonetDB: json - Start documentation for JSON

2020-02-25 Thread Panagiotis Koutsourakis
Changeset: 2530e6d63be1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2530e6d63be1 Added Files: documentation/source/json.rst Modified Files: documentation/source/index.rst Branch: json Log Message: Start documentation for JSON diffs (43 lines): diff --g

MonetDB: default - Update manual pages

2020-02-27 Thread Panagiotis Koutsourakis
Changeset: 5ebce2e307cd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5ebce2e307cd Modified Files: documentation/source/manual_pages/mclient.rst documentation/source/manual_pages/monetdb.rst documentation/source/manual_pages/monetdbd.rst.in d

MonetDB: json - Approve test result

2020-03-04 Thread Panagiotis Koutsourakis
Changeset: 3ceb364a8de8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3ceb364a8de8 Modified Files: sql/test/BugTracker-2019/Tests/json-text-empty-separator.Bug-6798.stable.err sql/test/BugTracker-2019/Tests/json-text-empty-separator.Bug-6798.stable.out Bra

MonetDB: json - Revert "Do not interpret strings before JSON par...

2020-03-04 Thread Panagiotis Koutsourakis
Changeset: 30355ac3b324 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=30355ac3b324 Modified Files: monetdb5/modules/atoms/json.c Branch: json Log Message: Revert "Do not interpret strings before JSON parsing" This reverts commit fe63ebfa4e06099b5969a05692ae7e12f86

MonetDB: json - Merge with default

2020-03-04 Thread Panagiotis Koutsourakis
Changeset: 9a005a3efffe for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9a005a3efffe Added Files: sql/ChangeLog.linear-hashing Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/

MonetDB: default - Merge branch 'master' into branches/json

2020-03-05 Thread Panagiotis Koutsourakis
Changeset: 18d1d3d8e686 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=18d1d3d8e686 Modified Files: monetdb5/modules/kernel/mmath.c monetdb5/modules/mal/txtsim.c sql/backends/monet5/sql.c sql/common/sql_types.c sql/jdbc/tests/Tests/Tes

MonetDB: default - Merge branch json into default

2020-03-05 Thread Panagiotis Koutsourakis
Changeset: 5c899487ca33 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5c899487ca33 Added Files: documentation/source/json.rst Modified Files: documentation/source/index.rst monetdb5/modules/atoms/Tests/json15.malC monetdb5/modules/atoms/Tests

MonetDB: json - Closing branch json

2020-03-05 Thread Panagiotis Koutsourakis
Changeset: d76b2c1e08aa for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d76b2c1e08aa Branch: json Log Message: Closing branch json ___ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/che

MonetDB: default - Fix the JSON parsing of numbers

2020-03-06 Thread Panagiotis Koutsourakis
Changeset: e69615be1056 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e69615be1056 Modified Files: monetdb5/modules/atoms/json.c Branch: default Log Message: Fix the JSON parsing of numbers Integers cannot have leading zeros. diffs (126 lines): diff --git a/mon

MonetDB: default - Update and approve json validity test

2020-03-06 Thread Panagiotis Koutsourakis
Changeset: 1cc4982d044e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1cc4982d044e Modified Files: sql/test/json/Tests/jsonvalidity.Bug-3753.sql sql/test/json/Tests/jsonvalidity.Bug-3753.stable.out Branch: default Log Message: Update and approve json validi

MonetDB: default - Reintroduce "Do not interpret strings before ...

2020-03-06 Thread Panagiotis Koutsourakis
Changeset: eaf6e3829bd9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eaf6e3829bd9 Modified Files: monetdb5/modules/atoms/json.c Branch: default Log Message: Reintroduce "Do not interpret strings before JSON parsing" diffs (19 lines): diff --git a/monetdb5/modul

MonetDB: default - Merge branch 'master' into local_atom_strings

2020-03-06 Thread Panagiotis Koutsourakis
Changeset: 37ea437d22c4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=37ea437d22c4 Removed Files: sql/test/rdf/Tests/q8_v_small.reqtests sql/test/rdf/Tests/q8_v_small.sql sql/test/rdf/Tests/q8_v_small.stable.err sql/test/rdf/Tests/q8_v_small.

MonetDB: atom_strings - Create named branch for atom_strings

2020-03-06 Thread Panagiotis Koutsourakis
Changeset: a4bd12f7da0c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a4bd12f7da0c Branch: atom_strings Log Message: Create named branch for atom_strings ___ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb

MonetDB: default - Revert "Reintroduce "Do not interpret strings...

2020-03-06 Thread Panagiotis Koutsourakis
Changeset: 70c99ddf7237 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=70c99ddf7237 Modified Files: monetdb5/modules/atoms/json.c Branch: default Log Message: Revert "Reintroduce "Do not interpret strings before JSON parsing"" This commit was introduced by mistake

<    1   2   3   4   5   6   7   8   9   10   >