MonetDB: copybinary - Merge branch 'default' into 'copybinary'

2020-11-09 Thread Joeri van Ruth
Changeset: 91be0ba1d902 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=91be0ba1d902 Modified Files: buildtools/conf/monetdbd.conf.in clients/Tests/exports.stable.out clients/examples/C/CMakeLists.txt clients/odbc/driver/ODBC.def client

MonetDB: copybinary - Scaffolding

2020-11-09 Thread Joeri van Ruth
Changeset: d5887d0b8135 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d5887d0b8135 Added Files: sql/test/bincopy/Tests/addtest.sh Branch: copybinary Log Message: Scaffolding diffs (44 lines): diff --git a/sql/test/bincopy/Tests/addtest.sh b/sql/test/bincopy/Tes

MonetDB: copybinary - Support loading uuid's

2020-11-09 Thread Joeri van Ruth
Changeset: 8fb61037e5fa for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8fb61037e5fa Added Files: clients/examples/C/bincopyuuid.c sql/test/bincopy/Tests/bincopy_uuids_on_client.SQL.py sql/test/bincopy/Tests/bincopy_uuids_on_client.stable.err s

MonetDB: copybinary - Add support for loading json

2020-11-09 Thread Joeri van Ruth
Changeset: cff77e2b7593 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cff77e2b7593 Added Files: sql/test/bincopy/Tests/bincopy_json_objects_on_client.SQL.py sql/test/bincopy/Tests/bincopy_json_objects_on_client.stable.err sql/test/bincopy/Tests/binco

MonetDB: copybinary - Add support for loading url's

2020-11-09 Thread Joeri van Ruth
Changeset: 649e296322dc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=649e296322dc Added Files: sql/test/bincopy/Tests/bincopy_urls_on_client.SQL.py sql/test/bincopy/Tests/bincopy_urls_on_client.stable.err sql/test/bincopy/Tests/bincopy_urls_on_clien

MonetDB: copybinary - Lookup gdk type by name so we can support ...

2020-11-09 Thread Joeri van Ruth
Changeset: 3289afc1cbb5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3289afc1cbb5 Modified Files: sql/backends/monet5/sql_bincopyfrom.c Branch: copybinary Log Message: Lookup gdk type by name so we can support UDT's Such as url and json. diffs (66 lines): diff

MonetDB: copybinary - Test loading huge DECIMALs

2020-11-09 Thread Joeri van Ruth
Changeset: ae8750112e30 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ae8750112e30 Added Files: sql/test/bincopy/Tests/bincopy_huge_decimals_on_client.SQL.py sql/test/bincopy/Tests/bincopy_huge_decimals_on_client.stable.err sql/test/bincopy/Tests/bin

MonetDB: copybinary - Test loading DECIMALs

2020-11-09 Thread Joeri van Ruth
Changeset: b232459796d9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b232459796d9 Added Files: sql/test/bincopy/Tests/bincopy_decimals_on_client.SQL.py sql/test/bincopy/Tests/bincopy_decimals_on_client.stable.err sql/test/bincopy/Tests/bincopy_decim

MonetDB: copybinary - Fix problem for tests that use certain tes...

2020-11-09 Thread Joeri van Ruth
Changeset: d55898a2e6ea for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d55898a2e6ea Modified Files: sql/test/bincopy/Tests/bincopy_support.py Branch: copybinary Log Message: Fix problem for tests that use certain testdata more than once diffs (23 lines): diff --g

MonetDB: copybinary - Also test HUGEINT

2020-11-09 Thread Joeri van Ruth
Changeset: a8ccedd5d98a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a8ccedd5d98a Added Files: sql/test/bincopy/Tests/bincopy_huge_ints_on_client.SQL.py sql/test/bincopy/Tests/bincopy_huge_ints_on_client.stable.err sql/test/bincopy/Tests/bincopy_hug

MonetDB: copybinary - Add tests for the not-hge integer types

2020-11-09 Thread Joeri van Ruth
Changeset: 888eb140a297 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=888eb140a297 Added Files: sql/test/bincopy/Tests/bincopy_integer_types_on_client.SQL.py sql/test/bincopy/Tests/bincopy_integer_types_on_client.stable.err sql/test/bincopy/Tests/bin

MonetDB: copybinary - Speed up test data generation, especially ...

2020-11-09 Thread Joeri van Ruth
Changeset: c563c482462c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c563c482462c Modified Files: clients/examples/C/bincopytemporaldata.c sql/test/bincopy/Tests/bincopy_support.py Branch: copybinary Log Message: Speed up test data generation, especially o

MonetDB: copybinary - Add support for loading doubles

2020-11-09 Thread Joeri van Ruth
Changeset: d1a41e90a273 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d1a41e90a273 Added Files: sql/test/bincopy/Tests/bincopy_doubles_on_client.SQL.py sql/test/bincopy/Tests/bincopy_doubles_on_client.stable.err sql/test/bincopy/Tests/bincopy_doubles

MonetDB: copybinary - Add support for loading floats

2020-11-09 Thread Joeri van Ruth
Changeset: 6b8a348afbf4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6b8a348afbf4 Added Files: sql/test/bincopy/Tests/bincopy_floats_on_client.SQL.py sql/test/bincopy/Tests/bincopy_floats_on_client.stable.err sql/test/bincopy/Tests/bincopy_floats_on

MonetDB: copybinary - Verify row counts of imported columns

2020-11-09 Thread Joeri van Ruth
Changeset: ac5008a31ead for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ac5008a31ead Added Files: sql/test/bincopy/Tests/bincopy_inconsistent_length_on_client.SQL.py sql/test/bincopy/Tests/bincopy_inconsistent_length_on_client.stable.err sql/test/binco

MonetDB: copybinary - Add support for loading booleans

2020-11-09 Thread Joeri van Ruth
Changeset: d12a56d4405d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d12a56d4405d Added Files: sql/test/bincopy/Tests/bincopy_bools_on_client.SQL.py sql/test/bincopy/Tests/bincopy_bools_on_server.SQL.py sql/test/bincopy/Tests/bincopy_bools_on_server

MonetDB: copybinary - Allow convert_in_place to return an error

2020-11-09 Thread Joeri van Ruth
Changeset: fd8fcdb39fa6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fd8fcdb39fa6 Modified Files: sql/backends/monet5/sql_bincopyfrom.c Branch: copybinary Log Message: Allow convert_in_place to return an error diffs (93 lines): diff --git a/sql/backends/monet5/

MonetDB: copybinary - Cosmetic changes

2020-11-09 Thread Joeri van Ruth
Changeset: 5423436a25f9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5423436a25f9 Modified Files: monetdb5/optimizer/opt_bincopyfrom.c sql/backends/monet5/sql_bincopyfrom.c Branch: copybinary Log Message: Cosmetic changes diffs (158 lines): diff --git a

MonetDB: copybinary - Let sql.importColumn create PERSISTENT bats

2020-11-09 Thread Joeri van Ruth
Changeset: 37c79b32702c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=37c79b32702c Modified Files: sql/backends/monet5/sql_bincopyfrom.c Branch: copybinary Log Message: Let sql.importColumn create PERSISTENT bats this makes sql.append'ing them to an empty table a

MonetDB: scoping2 - The resolved schema name will be always pass...

2020-11-09 Thread Pedro Ferreira
Changeset: 928f546e7c6f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=928f546e7c6f Modified Files: sql/backends/monet5/sql_cat.c sql/server/rel_exp.c sql/server/rel_schema.c sql/server/rel_select.c sql/server/sql_privileges.c Branch:

MonetDB: mtest - Merge with default branch.

2020-11-09 Thread Sjoerd Mullender
Changeset: 537096c2d61e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=537096c2d61e Added Files: sql/test/analytics/Tests/analytics20.test Modified Files: sql/server/rel_optimizer.c sql/test/analytics/Tests/analytics00.test sql/test/analytics/

MonetDB: scoping2 - Updated search path algorithm. Search on sch...

2020-11-09 Thread Pedro Ferreira
Changeset: 8e45787b455d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8e45787b455d Modified Files: sql/server/sql_semantic.c Branch: scoping2 Log Message: Updated search path algorithm. Search on schema sys after user's search path diffs (188 lines): diff --git

MonetDB: unlock - Merge with default branch.

2020-11-09 Thread Sjoerd Mullender
Changeset: 9a172540 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9a172540 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/exports.stable.out gdk/gdk_string.c

MonetDB: default - Merge with Oct2020 branch.

2020-11-09 Thread Sjoerd Mullender
Changeset: 38ffb6c1f195 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=38ffb6c1f195 Modified Files: monetdb5/mal/mal_linker.c monetdb5/mal/mal_profiler.c sql/backends/monet5/UDF/pyapi3/pyapi3.c testing/Mtest.py.in Branch: default Log Message:

MonetDB: unlock - Minor code rearrangements.

2020-11-09 Thread Sjoerd Mullender
Changeset: fe3bc05fbb68 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fe3bc05fbb68 Modified Files: gdk/gdk_cand.c gdk/gdk_cand.h Branch: unlock Log Message: Minor code rearrangements. diffs (175 lines): diff --git a/gdk/gdk_cand.c b/gdk/gdk_cand.c --- a/

MonetDB: Oct2020 - Get rid of PYFUNCNAME macro: not useful now t...

2020-11-09 Thread Sjoerd Mullender
Changeset: eb46408dfa49 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eb46408dfa49 Modified Files: sql/backends/monet5/UDF/pyapi3/pyapi.h sql/backends/monet5/UDF/pyapi3/pyapi3.c sql/backends/monet5/UDF/pyapi3/pyheader.h sql/backends/monet5/UD

MonetDB: Oct2020 - Cleanup: use do/while construct instead of co...

2020-11-09 Thread Sjoerd Mullender
Changeset: 00219442d30e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=00219442d30e Modified Files: monetdb5/mal/mal_linker.c Branch: Oct2020 Log Message: Cleanup: use do/while construct instead of code without semicolon. diffs (36 lines): diff --git a/monetdb5/m

MonetDB: mtest - fix

2020-11-09 Thread svetlin
Changeset: af25057c33e9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=af25057c33e9 Modified Files: testing/SQLogicConvertNotes Branch: mtest Log Message: fix diffs (16 lines): diff --git a/testing/SQLogicConvertNotes b/testing/SQLogicConvertNotes --- a/testing/S

MonetDB: mtest - notes

2020-11-09 Thread svetlin
Changeset: b2d099cbeee1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b2d099cbeee1 Modified Files: testing/SQLogicConvertNotes Branch: mtest Log Message: notes diffs (15 lines): diff --git a/testing/SQLogicConvertNotes b/testing/SQLogicConvertNotes --- a/testing

MonetDB: mtest - merge heads

2020-11-09 Thread svetlin
Changeset: af1650b56b4d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=af1650b56b4d Branch: mtest Log Message: merge heads diffs (truncated from 17878 to 300 lines): diff --git a/sql/test/Skyserver/Skyserver_constraints.test b/sql/test/Skyserver/Skyserver_constraints.te

MonetDB: mtest - sql/test/BugTracker-2008

2020-11-09 Thread svetlin
Changeset: da6894654df3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=da6894654df3 Added Files: sql/test/BugTracker-2008/Tests/About_CHAR.SF-2075268.test sql/test/BugTracker-2008/Tests/OOM_query.SF-2457195.test sql/test/BugTracker-2008/Tests/aborting

MonetDB: mtest - merge heads

2020-11-09 Thread Mitchell Weggemans
Changeset: 9a146f60864e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9a146f60864e Modified Files: testing/SQLogicConvertNotes Branch: mtest Log Message: merge heads diffs (truncated from 37242 to 300 lines): diff --git a/sql/benchmarks/arno_flt/Tests/All b/sql

MonetDB: mtest - add tests for Skyserver and snodgrass

2020-11-09 Thread Mitchell Weggemans
Changeset: fd26e816 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fd26e816 Added Files: sql/test/Skyserver/Skyserver_constraints.test sql/test/Skyserver/Skyserver_constraints_v6.test sql/test/Skyserver/Skyserver_dropConstraints.test s

MonetDB: Oct2020 - Reduce buffer size on stack, making address s...

2020-11-09 Thread Sjoerd Mullender
Changeset: bc5b13bcd133 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bc5b13bcd133 Modified Files: monetdb5/mal/mal_profiler.c Branch: Oct2020 Log Message: Reduce buffer size on stack, making address sanitizer happy. diffs (133 lines): diff --git a/monetdb5/mal/

MonetDB: scoping2 - Merged with default

2020-11-09 Thread Pedro Ferreira
Changeset: bdd9965fd7da for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bdd9965fd7da Modified Files: sql/backends/monet5/sql.c sql/backends/monet5/sql_upgrades.c sql/common/sql_types.c sql/include/sql_catalog.h sql/server/rel_dump.c

MonetDB: scoping2 - Cannot comment on declared tables

2020-11-09 Thread Pedro Ferreira
Changeset: 0f6732e8521c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0f6732e8521c Modified Files: sql/server/rel_schema.c Branch: scoping2 Log Message: Cannot comment on declared tables diffs (26 lines): diff --git a/sql/server/rel_schema.c b/sql/server/rel_sch

MonetDB: Oct2020 - In Mtest OR multiple -d option argument toget...

2020-11-09 Thread Sjoerd Mullender
Changeset: 8f15f47d0af5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8f15f47d0af5 Modified Files: testing/Mtest.py.in Branch: Oct2020 Log Message: In Mtest OR multiple -d option argument together. Like is already done in mserver5. diffs (30 lines): diff --git a

MonetDB: scoping2 - Removed duplicated code

2020-11-09 Thread Pedro Ferreira
Changeset: 61ebf066a3e4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=61ebf066a3e4 Modified Files: sql/server/rel_psm.c sql/server/rel_psm.h sql/server/rel_schema.c Branch: scoping2 Log Message: Removed duplicated code diffs (truncated from 445 to

MonetDB: default - English.

2020-11-09 Thread Sjoerd Mullender
Changeset: de01a19d1b92 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=de01a19d1b92 Modified Files: monetdb5/mal/mal_linker.c Branch: default Log Message: English. diffs (12 lines): diff --git a/monetdb5/mal/mal_linker.c b/monetdb5/mal/mal_linker.c --- a/monetdb5

MonetDB: default - Fix and approve upgrade.

2020-11-09 Thread Sjoerd Mullender
Changeset: ae8f0ab448d9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ae8f0ab448d9 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.

MonetDB: mtest - notes

2020-11-09 Thread svetlin
Changeset: 825239dab29d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=825239dab29d Modified Files: testing/SQLogicConvertNotes Branch: mtest Log Message: notes diffs (30 lines): diff --git a/testing/SQLogicConvertNotes b/testing/SQLogicConvertNotes --- a/testing

MonetDB: mtest - arno_flt benchmark

2020-11-09 Thread svetlin
Changeset: 0ed30c1277b8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0ed30c1277b8 Added Files: sql/benchmarks/arno_flt/Tests/one.sql sql/benchmarks/arno_flt/Tests/one.test Modified Files: sql/benchmarks/arno_flt/Tests/All Branch: mtest Log Message:

MonetDB: window-tunning - Closing window-tunning branch once mer...

2020-11-09 Thread Pedro Ferreira
Changeset: b3d13ebba1ac for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b3d13ebba1ac Branch: window-tunning Log Message: Closing window-tunning branch once merged into default ___ checkin-list mailing list checkin-list@monetdb.org

MonetDB: default - Merged window-tunning into default

2020-11-09 Thread Pedro Ferreira
Changeset: 312eeaaf9966 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=312eeaaf9966 Branch: default Log Message: Merged window-tunning into default diffs (truncated from 18903 to 300 lines): diff --git a/clients/Tests/MAL-signatures.stable.out b/clients/Tests/MAL-signat

MonetDB: Oct2020 - Starting the week with subqueries with wrong ...

2020-11-09 Thread Pedro Ferreira
Changeset: 559ff585947b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=559ff585947b Modified Files: sql/test/subquery/Tests/subquery6.sql Branch: Oct2020 Log Message: Starting the week with subqueries with wrong errors and crashing :( diffs (70 lines): diff --git