MonetDB: rdf - Add the ontology link between dbpedia and umbel.org

2014-04-29 Thread Minh-Duc Pham
Changeset: 13cefaa6fa90 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=13cefaa6fa90 Added Files: monetdb5/extras/rdf/ontmetadata/ontAttribute.dbpediaUmbel.csv monetdb5/extras/rdf/ontmetadata/ontMetadata.dbpediaUmbel.csv Modified Files: monetdb5/extras/

MonetDB: rdf - Make the rule assigning table name based on FK mo...

2014-04-29 Thread Minh-Duc Pham
Changeset: 501766ea68a7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=501766ea68a7 Modified Files: monetdb5/extras/rdf/rdflabels.c monetdb5/extras/rdf/rdflabels.h monetdb5/extras/rdf/rdfschema.c monetdb5/extras/rdf/rdfschema.h Branch: rdf Log

MonetDB: Jan2014 - Do a lot of sanity checking in the stream lib...

2014-04-29 Thread Sjoerd Mullender
Changeset: cef25fb5a7f3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cef25fb5a7f3 Modified Files: common/stream/stream.c Branch: Jan2014 Log Message: Do a lot of sanity checking in the stream library. Also, if opening a file fails, return NULL instead of a stream w

MonetDB: Jan2014 - Attempt to make coverity happier.

2014-04-29 Thread Sjoerd Mullender
Changeset: e2cd2f1b360b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e2cd2f1b360b Modified Files: gdk/gdk.h gdk/gdk_posix.c gdk/gdk_private.h gdk/gdk_utils.c Branch: Jan2014 Log Message: Attempt to make coverity happier. And also other stati

MonetDB: Jan2014 - Use parse_dotmonetdb in msqldump.c.

2014-04-29 Thread Sjoerd Mullender
Changeset: b9e1294bc63d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b9e1294bc63d Modified Files: clients/mapiclient/msqldump.c Branch: Jan2014 Log Message: Use parse_dotmonetdb in msqldump.c. diffs (107 lines): diff --git a/clients/mapiclient/msqldump.c b/clien

MonetDB: Jan2014 - TIMETZ has a fraction, whereas TIME does not.

2014-04-29 Thread Sjoerd Mullender
Changeset: 4066c5891f27 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4066c5891f27 Modified Files: clients/python2/monetdb/sql/pythonize.py clients/python2/test/capabilities.py clients/python3/monetdb/sql/pythonize.py clients/python3/test/capa

MonetDB: Jan2014 - Avoid doing double work with the possibility ...

2014-04-29 Thread Sjoerd Mullender
Changeset: f54bd4d1da86 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f54bd4d1da86 Modified Files: gdk/gdk_heap.c Branch: Jan2014 Log Message: Avoid doing double work with the possibility of a race. rename() does all the necessary checks all by itself already, no ne

MonetDB: Jan2014 - Fix changeset dd9af1721ede: revert behavior t...

2014-04-29 Thread Sjoerd Mullender
Changeset: 21d175d15a0a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=21d175d15a0a Modified Files: monetdb5/mal/mal_box.c Branch: Jan2014 Log Message: Fix changeset dd9af1721ede: revert behavior to what it was before. Without changing the core of that change. diff

MonetDB: Jan2014 - Layout.

2014-04-29 Thread Sjoerd Mullender
Changeset: ffb267c72925 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ffb267c72925 Modified Files: monetdb5/mal/mal_box.c Branch: Jan2014 Log Message: Layout. diffs (21 lines): diff --git a/monetdb5/mal/mal_box.c b/monetdb5/mal/mal_box.c --- a/monetdb5/mal/mal_bo

MonetDB: rdf - Identify availability of good type value.

2014-04-29 Thread Minh-Duc Pham
Changeset: 4bfab5b73cf2 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4bfab5b73cf2 Modified Files: monetdb5/extras/rdf/rdflabels.c monetdb5/extras/rdf/rdflabels.h Branch: rdf Log Message: Identify availability of good type value. We consider good type value

MonetDB: default - Merge with Jan2014 branch.

2014-04-29 Thread Sjoerd Mullender
Changeset: 3cd10a4924ef for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3cd10a4924ef Modified Files: sql/backends/monet5/sql.c sql/backends/monet5/sql_statement.c sql/backends/monet5/sql_statistics.c sql/backends/monet5/vaults/vault.c sq

MonetDB: Jan2014 - Add hint for coverity.

2014-04-29 Thread Sjoerd Mullender
Changeset: c4415225fa79 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c4415225fa79 Modified Files: tools/merovingian/daemon/merovingian.c Branch: Jan2014 Log Message: Add hint for coverity. diffs (11 lines): diff --git a/tools/merovingian/daemon/merovingian.c b/

MonetDB: Jan2014 - Add hint for coverity.

2014-04-29 Thread Sjoerd Mullender
Changeset: 160eeb9fadd0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=160eeb9fadd0 Modified Files: sql/backends/monet5/vaults/vault.c Branch: Jan2014 Log Message: Add hint for coverity. diffs (11 lines): diff --git a/sql/backends/monet5/vaults/vault.c b/sql/back

MonetDB: Jan2014 - Fix "Nesting level does not match indentation...

2014-04-29 Thread Sjoerd Mullender
Changeset: dec47edf82ab for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dec47edf82ab Modified Files: sql/server/sql_qc.c tools/merovingian/daemon/merovingian.h Branch: Jan2014 Log Message: Fix "Nesting level does not match indentation" problems. diffs (37 li

MonetDB: Jan2014 - Added fall though comments for missing breaks...

2014-04-29 Thread Sjoerd Mullender
Changeset: d56f5c668c95 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d56f5c668c95 Modified Files: sql/backends/monet5/sql.c sql/backends/monet5/sql_statement.c sql/backends/monet5/sql_statistics.c sql/server/rel_distribute.c sql/serve

MonetDB: Jan2014 - Unlock also in case of failure to fork.

2014-04-29 Thread Sjoerd Mullender
Changeset: 4ae4ea419312 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4ae4ea419312 Modified Files: tools/merovingian/daemon/forkmserver.c Branch: Jan2014 Log Message: Unlock also in case of failure to fork. diffs (11 lines): diff --git a/tools/merovingian/daemon/

MonetDB: default - Merge with Jan2014 branch.

2014-04-29 Thread Sjoerd Mullender
Changeset: c1abde5a260f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c1abde5a260f Modified Files: clients/mapiclient/mclient.c clients/odbc/driver/SQLColumnPrivileges.c clients/odbc/driver/SQLTablePrivileges.c common/stream/stream.c g

MonetDB: Jan2014 - White space fixes.

2014-04-29 Thread Sjoerd Mullender
Changeset: 5ccd6fa648e5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5ccd6fa648e5 Modified Files: clients/mapiclient/mclient.c clients/odbc/driver/SQLColumnPrivileges.c clients/odbc/driver/SQLTablePrivileges.c common/stream/stream.c g

MonetDB: default - Merge with Jan2014 branch.

2014-04-29 Thread Sjoerd Mullender
Changeset: 268bcf8991e9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=268bcf8991e9 Modified Files: clients/mapiclient/ReadlineTools.c clients/mapiclient/dump.c clients/mapiclient/mclient.c clients/mapiclient/tomograph.c clients/odbc/dr

MonetDB: Jan2014 - Avoid writing into argument string.

2014-04-29 Thread Sjoerd Mullender
Changeset: a37116f0d623 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a37116f0d623 Modified Files: monetdb5/mal/mal_linker.c Branch: Jan2014 Log Message: Avoid writing into argument string. diffs (57 lines): diff --git a/monetdb5/mal/mal_linker.c b/monetdb5/mal/m

MonetDB: Jan2014 - Fix for previous fixes :-).

2014-04-29 Thread Sjoerd Mullender
Changeset: 396d0130f549 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=396d0130f549 Modified Files: common/utils/mutils.c monetdb5/mal/mal_linker.c Branch: Jan2014 Log Message: Fix for previous fixes :-). diffs (24 lines): diff --git a/common/utils/mutils.

MonetDB: Jan2014 - Added some error checking to Windows implemen...

2014-04-29 Thread Sjoerd Mullender
Changeset: ea640ee57cbb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ea640ee57cbb Modified Files: common/utils/mutils.c common/utils/mutils.h gdk/gdk_posix.c Branch: Jan2014 Log Message: Added some error checking to Windows implementation of opendir

MonetDB: Jan2014 - Coverity warnings on possible NULL derefs

2014-04-29 Thread Martin Kersten
Changeset: 73039dbd0b1c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=73039dbd0b1c Modified Files: sql/common/sql_list.c sql/common/sql_types.c Branch: Jan2014 Log Message: Coverity warnings on possible NULL derefs defense line installed. Niels to check it f

MonetDB: Jan2014 - Avoid garbage

2014-04-29 Thread Martin Kersten
Changeset: 17cfdbfa7b40 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=17cfdbfa7b40 Modified Files: monetdb5/mal/mal_box.c Branch: Jan2014 Log Message: Avoid garbage diffs (11 lines): diff --git a/monetdb5/mal/mal_box.c b/monetdb5/mal/mal_box.c --- a/monetdb5/mal/

MonetDB: Jan2014 - Remove obsolete test

2014-04-29 Thread Martin Kersten
Changeset: f831e465c6c6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f831e465c6c6 Modified Files: sql/backends/monet5/sql_scenario.c Branch: Jan2014 Log Message: Remove obsolete test diffs (12 lines): diff --git a/sql/backends/monet5/sql_scenario.c b/sql/backen

MonetDB: Jan2014 - Fix context tet

2014-04-29 Thread Martin Kersten
Changeset: 2c3931c9dcd4 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2c3931c9dcd4 Modified Files: monetdb5/modules/mal/tablet.c Branch: Jan2014 Log Message: Fix context tet diffs (12 lines): diff --git a/monetdb5/modules/mal/tablet.c b/monetdb5/modules/mal/table

MonetDB: Jan2014 - Defense line against null pointer dereference.

2014-04-29 Thread Martin Kersten
Changeset: bd6fddbf483c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bd6fddbf483c Modified Files: monetdb5/optimizer/opt_wrapper.c Branch: Jan2014 Log Message: Defense line against null pointer dereference. diffs (15 lines): diff --git a/monetdb5/optimizer/opt_w

MonetDB: Jan2014 - Defense against NULL pointer. Coverity

2014-04-29 Thread Martin Kersten
Changeset: be60b184d581 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=be60b184d581 Modified Files: monetdb5/optimizer/opt_pushselect.c monetdb5/optimizer/opt_querylog.c monetdb5/optimizer/opt_statistics.c sql/common/sql_list.c Branch: Jan2014

MonetDB: Jan2014 - Help coverity to check free action

2014-04-29 Thread Martin Kersten
Changeset: 61895fa979bb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=61895fa979bb Modified Files: monetdb5/mal/mal_function.c Branch: Jan2014 Log Message: Help coverity to check free action diffs (18 lines): diff --git a/monetdb5/mal/mal_function.c b/monetdb5/ma

MonetDB: Jan2014 - Avoid dereference through null

2014-04-29 Thread Martin Kersten
Changeset: f5beb4e3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f5beb4e3 Modified Files: monetdb5/modules/mal/mat.c Branch: Jan2014 Log Message: Avoid dereference through null diffs (13 lines): diff --git a/monetdb5/modules/mal/mat.c b/monetdb5/modules/

MonetDB: Jan2014 - Coverity fixes.

2014-04-29 Thread Sjoerd Mullender
Changeset: 34279ece17b7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=34279ece17b7 Modified Files: clients/mapiclient/ReadlineTools.c clients/mapiclient/mclient.c clients/mapiclient/tomograph.c common/utils/mcrypt.c common/utils/msabao

MonetDB: Jan2014 - Removed unused variable.

2014-04-29 Thread Sjoerd Mullender
Changeset: a96b8af198d4 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a96b8af198d4 Modified Files: sql/server/rel_select.c Branch: Jan2014 Log Message: Removed unused variable. p was never assigned, so we don't need it. diffs (37 lines): diff --git a/sql/server/r

MonetDB: Jan2014 - Removed MIL completion code. MIL is not supp...

2014-04-29 Thread Sjoerd Mullender
Changeset: fd1a4b7647b8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fd1a4b7647b8 Modified Files: clients/mapiclient/ReadlineTools.c Branch: Jan2014 Log Message: Removed MIL completion code. MIL is not supported in mclient. diffs (63 lines): diff --git a/client

MonetDB: rdf - fix bug in printing referenced table names

2014-04-29 Thread Linnea Passing
Changeset: cfb55d248d82 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cfb55d248d82 Modified Files: monetdb5/extras/rdf/rdfschema.c Branch: rdf Log Message: fix bug in printing referenced table names instead of the name of the referenced table, the name of the curre

MonetDB: Jan2014 - Some more coverity issues

2014-04-29 Thread Martin Kersten
Changeset: 863e92504bb1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=863e92504bb1 Modified Files: clients/mapiclient/dump.c monetdb5/mal/mal_instruction.c monetdb5/scheduler/srvpool.c Branch: Jan2014 Log Message: Some more coverity issues diffs (6

MonetDB: Jan2014 - Array bound check added by Coverity

2014-04-29 Thread Martin Kersten
Changeset: 19e465a09346 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=19e465a09346 Modified Files: monetdb5/mal/mal_interpreter.c Branch: Jan2014 Log Message: Array bound check added by Coverity diffs (12 lines): diff --git a/monetdb5/mal/mal_interpreter.c b/mone

MonetDB: Jan2014 - Test return value and throw exception upon need.

2014-04-29 Thread Martin Kersten
Changeset: 5ee788c2c182 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5ee788c2c182 Modified Files: monetdb5/modules/mal/mal_mapi.c Branch: Jan2014 Log Message: Test return value and throw exception upon need. diffs (13 lines): diff --git a/monetdb5/modules/mal/ma

MonetDB: Jan2014 - Fixing tests for failed newVariables.

2014-04-29 Thread Martin Kersten
Changeset: e9feb2e8eb61 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e9feb2e8eb61 Modified Files: monetdb5/mal/mal_parser.c Branch: Jan2014 Log Message: Fixing tests for failed newVariables. diffs (60 lines): diff --git a/monetdb5/mal/mal_parser.c b/monetdb5/mal

MonetDB: Jan2014 - Avoid double file accessibility check.

2014-04-29 Thread Martin Kersten
Changeset: dd9af1721ede for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dd9af1721ede Modified Files: monetdb5/mal/mal_box.c Branch: Jan2014 Log Message: Avoid double file accessibility check. diffs (13 lines): diff --git a/monetdb5/mal/mal_box.c b/monetdb5/mal/mal_

MonetDB: rdf - update layout of sampleDataFullRandom file

2014-04-29 Thread Linnea Passing
Changeset: 5f95f68cf48b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5f95f68cf48b Modified Files: monetdb5/extras/rdf/rdfschema.c Branch: rdf Log Message: update layout of sampleDataFullRandom file diffs (54 lines): diff --git a/monetdb5/extras/rdf/rdfschema.c b