MonetDB: in-value-list - Merge with default.

2019-02-18 Thread Aris Koning
Changeset: bb244ff64710 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bb244ff64710
Modified Files:
clients/Tests/MAL-signatures.stable.out
clients/Tests/MAL-signatures.stable.out.int128
clients/Tests/exports.stable.out
clients/mapiclient/ReadlineTools.c
clients/mapiclient/dotmonetdb.c
common/options/monet_options.c
common/stream/stream.c
gdk/gdk.h
gdk/gdk_atoms.c
gdk/gdk_bat.c
gdk/gdk_bbp.c
gdk/gdk_bbp.h
gdk/gdk_hash.c
gdk/gdk_imprints.c
gdk/gdk_logger.c
gdk/gdk_orderidx.c
gdk/gdk_private.h
gdk/gdk_storage.c
gdk/gdk_system.c
gdk/gdk_system.h
gdk/gdk_utils.c
monetdb5/ChangeLog.Apr2019
monetdb5/extras/rapi/rapi.c
monetdb5/mal/mal_client.c
monetdb5/mal/mal_client.h
monetdb5/mal/mal_dataflow.c
monetdb5/mal/mal_exception.c
monetdb5/mal/mal_linker.c
monetdb5/mal/mal_profiler.c
monetdb5/modules/atoms/blob.c
monetdb5/modules/kernel/Tests/status.malC
monetdb5/modules/kernel/status.c
monetdb5/modules/kernel/status.mal
monetdb5/modules/mal/bbp.c
monetdb5/modules/mal/mal_mapi.c
monetdb5/modules/mal/querylog.c
monetdb5/modules/mal/remote.mal
monetdb5/modules/mal/tokenizer.c
monetdb5/modules/mal/wlc.c
monetdb5/optimizer/opt_querylog.c
monetdb5/optimizer/optimizer.mal
monetdb5/tools/Tests/mserver5--help.stable.err
monetdb5/tools/Tests/mserver5--help.stable.err.Windows
sql/backends/monet5/UDF/pyapi/pyapi.c
sql/backends/monet5/vaults/bam/bam_loader.c
sql/backends/monet5/wlr.c
sql/server/sql_mvc.c
sql/test/BugTracker-2016/Tests/convert-function-test.Bug-3460.stable.out

sql/test/BugTracker-2016/Tests/convert-function-test.Bug-3460.stable.out.int128
sql/test/Skyserver/Skyserver_import.sql
sql/test/orderidx/Tests/imprints_all_types.stable.out
sql/test/orderidx/Tests/oidx_all_types.stable.out
tools/mserver/mserver5.1.in
tools/mserver/mserver5.c
tools/mserver/shutdowntest.c
Branch: in-value-list
Log Message:

Merge with default.


diffs (truncated from 4004 to 300 lines):

diff --git a/clients/Tests/MAL-signatures.stable.out 
b/clients/Tests/MAL-signatures.stable.out
--- a/clients/Tests/MAL-signatures.stable.out
+++ b/clients/Tests/MAL-signatures.stable.out
@@ -11890,9 +11890,9 @@ Ready.
 [ "sqlcatalog","revoke_function",  "pattern 
sqlcatalog.revoke_function(sname:str, fcnid:int, grantee:str, privs:int, 
grant:int, grantor:int):void ",   "SQLrevoke_function;",  "Catalog 
operation revoke_function" ]
 [ "sqlcatalog","revoke_roles", "pattern 
sqlcatalog.revoke_roles(sname:str, auth:str, grantor:int, admin:int):void ",   
"SQLrevoke_roles;", "Catalog operation revoke_roles"]
 [ "status","batStatistics","command status.batStatistics() 
(X_0:bat[:str], X_1:bat[:str]) ",   "SYSgdkEnv;",   "Show distribution of 
bats by kind" ]
-[ "status","cpuStatistics","command status.cpuStatistics() 
(X_0:bat[:str], X_1:bat[:int]) ",   "SYScpuStatistics;","Global cpu 
usage information"  ]
+[ "status","cpuStatistics","command status.cpuStatistics() 
(X_0:bat[:str], X_1:bat[:lng]) ",   "SYScpuStatistics;","Global cpu 
usage information"  ]
 [ "status","getThreads",   "command status.getThreads() (X_0:bat[:int], 
X_1:bat[:str]) ",  "SYSgdkThread;","Produce overview of active threads" 
   ]
-[ "status","ioStatistics", "command status.ioStatistics() (X_0:bat[:str], 
X_1:bat[:int]) ","SYSioStatistics;", "Global IO activity 
information"]
+[ "status","ioStatistics", "command status.ioStatistics() (X_0:bat[:str], 
X_1:bat[:lng]) ","SYSioStatistics;", "Global IO activity 
information"]
 [ "status","memStatistics","command status.memStatistics() 
(X_0:bat[:str], X_1:bat[:lng]) ",   "SYSmemStatistics;","Global memory 
usage information"   ]
 [ "status","memUsage", "command status.memUsage(minsize:lng) 
(X_0:bat[:str], X_1:bat[:lng]) ", "SYSmem_usage;","Get a split-up of 
how much memory blocks are in use"   ]
 [ "status","mem_cursize",  "command status.mem_cursize():lng ",
"SYSgetmem_cursize;",   "The amount of physical swapspace in KB that is 
currently in use"   ]
diff --git a/clients/Tests/MAL-signatures.stable.out.int128 
b/clients/Tests/MAL-signatures.stable.out.int128
--- a/clients/Tests/MAL-signatures.stable.out.int128
+++ b/clients/Tests/MAL-signatures.stable.out.int128
@@ -16317,9 +16317,9 @@ Ready.
 [ "sqlcatalog","revoke_function",  "pattern 
sqlcatalog.revoke_function(sname:str, fcnid:int, grantee:str, privs:int, 
grant:int, grantor:int):void ",   

MonetDB: in-value-list - Merge with default.

2019-02-10 Thread Aris Koning
Changeset: ba8d25d060c8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ba8d25d060c8
Removed Files:
sql/backends/monet5/prog.c
Modified Files:
clients/Tests/MAL-signatures.stable.out
clients/Tests/MAL-signatures.stable.out.int128
clients/Tests/exports.stable.out
clients/mapilib/mapi.c
clients/odbc/driver/ODBCUtil.h
clients/odbc/driver/SQLColumnPrivileges.c
clients/odbc/driver/SQLColumns.c
clients/odbc/driver/SQLConnect.c
clients/odbc/driver/SQLForeignKeys.c
clients/odbc/driver/SQLPrimaryKeys.c
clients/odbc/driver/SQLProcedureColumns.c
clients/odbc/driver/SQLProcedures.c
clients/odbc/driver/SQLSpecialColumns.c
clients/odbc/driver/SQLStatistics.c
clients/odbc/driver/SQLTablePrivileges.c
clients/odbc/driver/SQLTables.c
common/options/monet_options.c
common/utils/mcrypt.c
gdk/gdk.h
gdk/gdk_bat.c
gdk/gdk_system.c
gdk/gdk_system_private.h
gdk/gdk_utils.c
gdk/gdk_utils.h
monetdb5/mal/mal.c
monetdb5/mal/mal.h
monetdb5/mal/mal_client.c
monetdb5/mal/mal_debugger.c
monetdb5/mal/mal_instruction.c
monetdb5/mal/mal_instruction.h
monetdb5/mal/mal_linker.c
monetdb5/mal/mal_listing.c
monetdb5/mal/mal_namespace.c
monetdb5/mal/mal_parser.c
monetdb5/mal/mal_session.c
monetdb5/modules/kernel/alarm.c
monetdb5/modules/kernel/alarm.mal
monetdb5/modules/mal/clients.c
monetdb5/modules/mal/inspect.c
monetdb5/modules/mal/mal_mapi.c
monetdb5/modules/mal/mat.c
monetdb5/modules/mal/mdb.c
monetdb5/modules/mal/remote.c
monetdb5/modules/mal/tablet.c
monetdb5/optimizer/opt_garbageCollector.c
monetdb5/optimizer/opt_prelude.c
monetdb5/optimizer/opt_prelude.h
sql/backends/monet5/UDF/pyapi/pyapi.c
sql/backends/monet5/rel_bin.c
sql/backends/monet5/sql.c
sql/backends/monet5/sql_gencode.c
sql/backends/monet5/sql_scenario.c
sql/backends/monet5/sql_statement.c
sql/backends/monet5/sql_statement.h
sql/backends/monet5/sql_user.c
sql/server/rel_schema.c
sql/server/sql_mvc.c
sql/storage/sql_storage.h
sql/storage/store.c
tools/mserver/mserver5.1.in
tools/mserver/mserver5.c
tools/mserver/shutdowntest.c
Branch: in-value-list
Log Message:

Merge with default.


diffs (truncated from 3049 to 300 lines):

diff --git a/clients/Tests/MAL-signatures.stable.out 
b/clients/Tests/MAL-signatures.stable.out
--- a/clients/Tests/MAL-signatures.stable.out
+++ b/clients/Tests/MAL-signatures.stable.out
@@ -513,9 +513,7 @@ Ready.
 [ "aggr",  "variancep","command aggr.variancep(b:bat[:sht], 
g:bat[:oid], e:bat[:any_1]):bat[:dbl] ",   "AGGRvariancep3_dbl;",  "Grouped 
tail variance (population/biased) on sht"  ]
 [ "aggr",  "variancep","command aggr.variancep(b:bat[:any_2]):dbl ",   
"ALGvariancep;","Gives the variance of all tail values" ]
 [ "alarm", "ctime","unsafe command alarm.ctime():str ",
"ALARMctime;",  "Return the current time as a C-time string."   ]
-[ "alarm", "epilogue", "command alarm.epilogue():void ",   
"ALARMepilogue;",   "Finalize alarm module."]
 [ "alarm", "epoch","unsafe command alarm.epoch():int ",
"ALARMepoch;",  "Return the current time as UNIX epoch."]
-[ "alarm", "prelude",  "command alarm.prelude():void ",
"ALARMprelude;","Initialize alarm module."  ]
 [ "alarm", "sleep","unsafe command alarm.sleep(secs:int):void ",   
"ALARMsleep;",  "Sleep a few seconds"   ]
 [ "alarm", "time", "unsafe command alarm.time():int ", "ALARMtime;",   
"Return time in milliseconds."  ]
 [ "alarm", "usec", "unsafe command alarm.usec():lng ", "ALARMusec;",   
"Return time in microseconds."  ]
diff --git a/clients/Tests/MAL-signatures.stable.out.int128 
b/clients/Tests/MAL-signatures.stable.out.int128
--- a/clients/Tests/MAL-signatures.stable.out.int128
+++ b/clients/Tests/MAL-signatures.stable.out.int128
@@ -617,9 +617,7 @@ Ready.
 [ "aggr",  "variancep","command aggr.variancep(b:bat[:sht], 
g:bat[:oid], e:bat[:any_1]):bat[:dbl] ",   "AGGRvariancep3_dbl;",  "Grouped 
tail variance (population/biased) on sht"  ]
 [ "aggr",  "variancep","command aggr.variancep(b:bat[:any_2]):dbl ",   
"ALGvariancep;","Gives the variance of all tail values" ]
 [ "alarm", "ctime","unsafe command alarm.ctime():str ",
"ALARMctime;",  "Return the current time as a C-time string."   ]
-[ "alarm", "epilogue", "command alarm.epilogue():void ",   
"ALARMepilogue;",   "Finalize alarm module."]
 [ "alarm", "epoch","unsafe command alarm.epoch():int ",

MonetDB: in-value-list - Merge with default.

2019-02-10 Thread Aris Koning
Changeset: 13fd84f2c9de for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=13fd84f2c9de
Added Files:
ChangeLog.Apr2019
buildtools/ChangeLog.Apr2019
clients/ChangeLog.Apr2019
clients/mapilib/ChangeLog.Apr2019
common/stream/ChangeLog.Apr2019
gdk/ChangeLog.Apr2019
geom/ChangeLog.Apr2019
geom/sql/pg_regression/Tests/removeTmpFiles.SQL.py
monetdb5/ChangeLog.Apr2019
monetdb5/modules/kernel/mmath_private.h
sql/ChangeLog.Apr2019
sql/backends/monet5/UDF/pyapi/pyapi_locatepython2.bat
sql/backends/monet5/UDF/pyapi3/pyapi_locatepython3.bat
sql/benchmarks/tpcds/Tests/01.reqtests
sql/benchmarks/tpcds/Tests/01.sql
sql/benchmarks/tpcds/Tests/01.stable.err
sql/benchmarks/tpcds/Tests/01.stable.out
sql/benchmarks/tpcds/Tests/02.reqtests
sql/benchmarks/tpcds/Tests/02.sql
sql/benchmarks/tpcds/Tests/02.stable.err
sql/benchmarks/tpcds/Tests/02.stable.out
sql/benchmarks/tpcds/Tests/02.stable.out.int128
sql/benchmarks/tpcds/Tests/03.reqtests
sql/benchmarks/tpcds/Tests/03.sql
sql/benchmarks/tpcds/Tests/03.stable.err
sql/benchmarks/tpcds/Tests/03.stable.out
sql/benchmarks/tpcds/Tests/03.stable.out.int128
sql/benchmarks/tpcds/Tests/04.reqtests
sql/benchmarks/tpcds/Tests/04.sql
sql/benchmarks/tpcds/Tests/04.stable.err
sql/benchmarks/tpcds/Tests/04.stable.out
sql/benchmarks/tpcds/Tests/05.reqtests
sql/benchmarks/tpcds/Tests/05.sql
sql/benchmarks/tpcds/Tests/05.stable.err
sql/benchmarks/tpcds/Tests/05.stable.out
sql/benchmarks/tpcds/Tests/05.stable.out.int128
sql/benchmarks/tpcds/Tests/06.reqtests
sql/benchmarks/tpcds/Tests/06.sql
sql/benchmarks/tpcds/Tests/06.stable.err
sql/benchmarks/tpcds/Tests/06.stable.out
sql/benchmarks/tpcds/Tests/07.reqtests
sql/benchmarks/tpcds/Tests/07.sql
sql/benchmarks/tpcds/Tests/07.stable.err
sql/benchmarks/tpcds/Tests/07.stable.out
sql/benchmarks/tpcds/Tests/08.reqtests
sql/benchmarks/tpcds/Tests/08.sql
sql/benchmarks/tpcds/Tests/08.stable.err
sql/benchmarks/tpcds/Tests/08.stable.out
sql/benchmarks/tpcds/Tests/08.stable.out.int128
sql/benchmarks/tpcds/Tests/09.reqtests
sql/benchmarks/tpcds/Tests/09.sql
sql/benchmarks/tpcds/Tests/09.stable.err
sql/benchmarks/tpcds/Tests/09.stable.out
sql/benchmarks/tpcds/Tests/10.reqtests
sql/benchmarks/tpcds/Tests/10.sql
sql/benchmarks/tpcds/Tests/10.stable.err
sql/benchmarks/tpcds/Tests/10.stable.out
sql/benchmarks/tpcds/Tests/11.stable.err
sql/benchmarks/tpcds/Tests/11.stable.out
sql/benchmarks/tpcds/Tests/12.reqtests
sql/benchmarks/tpcds/Tests/12.sql
sql/benchmarks/tpcds/Tests/12.stable.err
sql/benchmarks/tpcds/Tests/12.stable.out
sql/benchmarks/tpcds/Tests/12.stable.out.int128
sql/benchmarks/tpcds/Tests/13.reqtests
sql/benchmarks/tpcds/Tests/13.sql
sql/benchmarks/tpcds/Tests/13.stable.err
sql/benchmarks/tpcds/Tests/13.stable.out
sql/benchmarks/tpcds/Tests/13.stable.out.int128
sql/benchmarks/tpcds/Tests/14a.reqtests
sql/benchmarks/tpcds/Tests/14a.sql
sql/benchmarks/tpcds/Tests/14a.stable.err
sql/benchmarks/tpcds/Tests/14a.stable.out
sql/benchmarks/tpcds/Tests/14a.stable.out.int128
sql/benchmarks/tpcds/Tests/14b.reqtests
sql/benchmarks/tpcds/Tests/14b.sql
sql/benchmarks/tpcds/Tests/14b.stable.err
sql/benchmarks/tpcds/Tests/14b.stable.out
sql/benchmarks/tpcds/Tests/14b.stable.out.int128
sql/benchmarks/tpcds/Tests/15.reqtests
sql/benchmarks/tpcds/Tests/15.sql
sql/benchmarks/tpcds/Tests/15.stable.err
sql/benchmarks/tpcds/Tests/15.stable.out
sql/benchmarks/tpcds/Tests/15.stable.out.int128
sql/benchmarks/tpcds/Tests/16.reqtests
sql/benchmarks/tpcds/Tests/16.sql
sql/benchmarks/tpcds/Tests/16.stable.err
sql/benchmarks/tpcds/Tests/16.stable.out
sql/benchmarks/tpcds/Tests/16.stable.out.int128
sql/benchmarks/tpcds/Tests/17.reqtests
sql/benchmarks/tpcds/Tests/17.sql
sql/benchmarks/tpcds/Tests/17.stable.err
sql/benchmarks/tpcds/Tests/17.stable.out
sql/benchmarks/tpcds/Tests/18.reqtests
sql/benchmarks/tpcds/Tests/18.sql
sql/benchmarks/tpcds/Tests/18.stable.err
sql/benchmarks/tpcds/Tests/18.stable.out
sql/benchmarks/tpcds/Tests/18.stable.out.int128
sql/benchmarks/tpcds/Tests/19.reqtests
sql/benchmarks/tpcds/Tests/19.sql
sql/benchmarks/tpcds/Tests/19.stable.err
sql/benchmarks/tpcds/Tests/19.stable.out
sql/benchmarks/tpcds/Tests/19.stable.out.int128

MonetDB: in-value-list - Merge with default.

2019-01-04 Thread Aris Koning
Changeset: 278d86c6e508 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=278d86c6e508
Added Files:
sql/server/sql_tokens.h
sql/test/merge-statements/Tests/All
sql/test/merge-statements/Tests/mergestmt00.sql
sql/test/merge-statements/Tests/mergestmt00.stable.err
sql/test/merge-statements/Tests/mergestmt00.stable.out
sql/test/merge-statements/Tests/mergestmt01.sql
sql/test/merge-statements/Tests/mergestmt01.stable.err
sql/test/merge-statements/Tests/mergestmt01.stable.out
sql/test/merge-statements/Tests/mergestmt02.sql
sql/test/merge-statements/Tests/mergestmt02.stable.err
sql/test/merge-statements/Tests/mergestmt02.stable.out
sql/test/merge-statements/Tests/mergestmt03.sql
sql/test/merge-statements/Tests/mergestmt03.stable.err
sql/test/merge-statements/Tests/mergestmt03.stable.out
sql/test/miscellaneous/Tests/groupby_expressions.sql
sql/test/miscellaneous/Tests/groupby_expressions.stable.err
sql/test/miscellaneous/Tests/groupby_expressions.stable.out
sql/test/miscellaneous/Tests/update_delete_aliases.sql
sql/test/miscellaneous/Tests/update_delete_aliases.stable.err
sql/test/miscellaneous/Tests/update_delete_aliases.stable.out
sql/test/miscellaneous/Tests/with_update_stmts.sql
sql/test/miscellaneous/Tests/with_update_stmts.stable.err
sql/test/miscellaneous/Tests/with_update_stmts.stable.out
sql/test/rename/Tests/rename07.sql
sql/test/rename/Tests/rename07.stable.err
sql/test/rename/Tests/rename07.stable.out
sql/test/rename/Tests/rename08.sql
sql/test/rename/Tests/rename08.stable.err
sql/test/rename/Tests/rename08.stable.out
Modified Files:
.hgtags
ChangeLog-Archive
HowToStart.rst
Makefile.ag
MonetDB.spec
NT/Makefile
NT/monetdb_config.h.in
NT/rules.msc
NT/wincompile.py
NT/winconfig.py
README.rst
bootstrap
buildtools/Makefile.ag
buildtools/autogen/autogen.py
buildtools/autogen/autogen/am.py
buildtools/autogen/autogen/codegen.py
buildtools/autogen/autogen/filesplit.py
buildtools/autogen/autogen/msc.py
buildtools/autogen/autogen/var.py
buildtools/conf/Maddlog
buildtools/conf/Makefile.ag
buildtools/conf/fixlicense.py
buildtools/conf/rules.mk
buildtools/conf/website.html
buildtools/doc/HowToRelease.rst
buildtools/doc/windowsbuild.rst
clients/Makefile.ag
clients/NT/Makefile.ag
clients/NT/mclient.bat
clients/NT/msqldump.bat
clients/NT/stethoscope.bat
clients/Tests/MAL-signatures.stable.out
clients/Tests/MAL-signatures.stable.out.int128
clients/Tests/exports.stable.out
clients/examples/C/Makefile.ag
clients/examples/C/sample0.c
clients/examples/C/sample1.c
clients/examples/C/sample4.c
clients/examples/C/smack00.c
clients/examples/C/smack01.c
clients/examples/Makefile.ag
clients/examples/perl/Makefile.ag
clients/examples/perl/malsample.pl
clients/examples/perl/sqlsample.pl
clients/examples/php/Makefile.ag
clients/examples/php/sqlsample.php
clients/examples/python/basics.py
clients/examples/python/mclient-python2.py
clients/examples/python/mclient-python3.py
clients/examples/python/perf.py
clients/examples/python/sqlsample.py
clients/mapiclient/Makefile.ag
clients/mapiclient/ReadlineTools.c
clients/mapiclient/ReadlineTools.h
clients/mapiclient/dotfile.py
clients/mapiclient/dotmonetdb.c
clients/mapiclient/dotmonetdb.h
clients/mapiclient/dump.c
clients/mapiclient/eventparser.c
clients/mapiclient/eventparser.h
clients/mapiclient/mclient.c
clients/mapiclient/mhelp.c
clients/mapiclient/mhelp.h
clients/mapiclient/mnc.c
clients/mapiclient/msqldump.c
clients/mapiclient/msqldump.h
clients/mapiclient/stethoscope.c
clients/mapiclient/tachograph.c
clients/mapiclient/tomograph.c
clients/mapilib/Makefile.ag
clients/mapilib/mapi.c
clients/mapilib/mapi.h
clients/mapilib/mapi.rc
clients/mapilib/monetdb-mapi.pc.in
clients/odbc/Makefile.ag
clients/odbc/doc/ExcelMonetDB.html
clients/odbc/doc/unixODBC.html
clients/odbc/driver/Makefile.ag
clients/odbc/driver/ODBCConvert.c
clients/odbc/driver/ODBCDbc.c
clients/odbc/driver/ODBCDbc.h
clients/odbc/driver/ODBCDesc.c
clients/odbc/driver/ODBCDesc.h
clients/odbc/driver/ODBCEnv.c
clients/odbc/driver/ODBCEnv.h
clients/odbc/driver/ODBCError.c