MonetDB: default - Merge with Feb2013 branch.

2013-02-07 Thread Sjoerd Mullender
Changeset: 03fee8706d03 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=03fee8706d03 Added Files: clients/python2/test/test_pythonize.py clients/python3/test/test_pythonize.py Modified Files: clients/python2/monetdb/mapi.py clients/python2/monet

MonetDB: Feb2013 - remove the nullhandler, python2.6 doesn't sup...

2013-02-07 Thread Gijs Molenaar
Changeset: e32ef2ee700b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e32ef2ee700b Modified Files: clients/python2/monetdb/mapi.py clients/python2/monetdb/sql/cursors.py Branch: Feb2013 Log Message: remove the nullhandler, python2.6 doesn't support it (trans

MonetDB: Feb2013 - configure logger library style

2013-02-07 Thread Gijs Molenaar
Changeset: 5dd28df88275 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5dd28df88275 Modified Files: clients/python2/monetdb/mapi.py clients/python2/monetdb/sql/cursors.py clients/python3/monetdb/mapi.py clients/python3/monetdb/sql/connections.p

MonetDB: Feb2013 - fixed a low level bug where empty mapi result...

2013-02-07 Thread Gijs Molenaar
Changeset: a39468ea800c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a39468ea800c Modified Files: clients/python2/monetdb/mapi.py clients/python3/monetdb/mapi.py Branch: Feb2013 Log Message: fixed a low level bug where empty mapi results where not properly

MonetDB: Feb2013 - renaming this since it was confusing

2013-02-07 Thread Gijs Molenaar
Changeset: 77eeff24060a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=77eeff24060a Modified Files: clients/python2/monetdb/mapi.py clients/python3/monetdb/control.py clients/python3/monetdb/mapi.py clients/python3/monetdb/sql/connections.py Br

MonetDB: Feb2013 - disabling logging per package, way to verbose...

2013-02-07 Thread Gijs Molenaar
Changeset: 8d81311b1ecd for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8d81311b1ecd Modified Files: clients/python2/monetdb/mapi.py clients/python3/monetdb/mapi.py Branch: Feb2013 Log Message: disabling logging per package, way to verbose and causes slowdown

MonetDB: Feb2013 - Merge with Oct2012 branch.

2013-02-07 Thread Stefan Manegold
Changeset: 3ce831cbe8cb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3ce831cbe8cb Modified Files: sql/test/mapi/Tests/python2_test_monetdb_sql.stable.err sql/test/mapi/Tests/python3_test_monetdb_sql.stable.err Branch: Feb2013 Log Message: Merge with Oct2012

MonetDB: Oct2012 - approved output for new "test_Binary"

2013-02-07 Thread Stefan Manegold
Changeset: 6b751dfe0d7f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6b751dfe0d7f Modified Files: sql/test/mapi/Tests/python2_test_monetdb_sql.stable.err sql/test/mapi/Tests/python3_test_monetdb_sql.stable.err Branch: Oct2012 Log Message: approved output fo

MonetDB: rdf - Collect the statistics on frequencies of CSs.

2013-02-07 Thread Minh-Duc Pham
Changeset: 0f594c750389 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0f594c750389 Modified Files: monetdb5/extras/rdf/rdfschema.c Branch: rdf Log Message: Collect the statistics on frequencies of CSs. diffs (209 lines): diff --git a/monetdb5/extras/rdf/rdfschema

MonetDB: rdf - Detect the sub-family of each CS.

2013-02-07 Thread Minh-Duc Pham
Changeset: 9b6644b4d8f1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9b6644b4d8f1 Modified Files: monetdb5/extras/rdf/rdfschema.c monetdb5/extras/rdf/rdfschema.h Branch: rdf Log Message: Detect the sub-family of each CS. - Add data structures. - Implement

MonetDB: rdf - Fix the bug while probing the FK relationship in ...

2013-02-07 Thread Minh-Duc Pham
Changeset: 78cc3766e723 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=78cc3766e723 Modified Files: monetdb5/extras/rdf/rdfschema.c monetdb5/extras/rdf/rdfschema.h Branch: rdf Log Message: Fix the bug while probing the FK relationship in large dataset. - Pay

MonetDB: rdf - Merge with default branch

2013-02-07 Thread Minh-Duc Pham
Changeset: 8c6c980f22b3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8c6c980f22b3 Added Files: gdk/gdk_join.c sql/test/BugTracker-2013/Tests/subtract-one-year.Bug-3215.sql sql/test/BugTracker-2013/Tests/subtract-one-year.Bug-3215.stable.err s

MonetDB: rdf - Adding the second phase in exploring RDF schema (...

2013-02-07 Thread Minh-Duc Pham
Changeset: 56cf319b0599 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=56cf319b0599 Modified Files: monetdb5/extras/rdf/rdfschema.c Branch: rdf Log Message: Adding the second phase in exploring RDF schema (Relationship exploration) diffs (121 lines): diff --git a/

MonetDB: rdf - Fix the problem of duplicated hash keys.

2013-02-07 Thread Minh-Duc Pham
Changeset: f6c6a688a1ae for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f6c6a688a1ae Modified Files: monetdb5/extras/rdf/rdfschema.c Branch: rdf Log Message: Fix the problem of duplicated hash keys. diffs (truncated from 426 to 300 lines): diff --git a/monetdb5/ext

MonetDB: rdf - Gather all the Bats storing CS information in one...

2013-02-07 Thread Minh-Duc Pham
Changeset: 8894a9524217 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8894a9524217 Modified Files: monetdb5/extras/rdf/rdfschema.c monetdb5/extras/rdf/rdfschema.h Branch: rdf Log Message: Gather all the Bats storing CS information in one CSBats diffs (262

MonetDB: rdf - Fix the bug causing by allocating insufficient sp...

2013-02-07 Thread Minh-Duc Pham
Changeset: 142ad0d16858 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=142ad0d16858 Modified Files: monetdb5/extras/rdf/rdfschema.c Branch: rdf Log Message: Fix the bug causing by allocating insufficient space for subjCSMap. diffs (141 lines): diff --git a/monetdb

MonetDB: rdf - Fix the bug causing from using int type in stead ...

2013-02-07 Thread Minh-Duc Pham
Changeset: 8d7c61e2b191 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8d7c61e2b191 Modified Files: monetdb5/extras/rdf/rdfschema.c monetdb5/extras/rdf/rdfschema.h Branch: rdf Log Message: Fix the bug causing from using int type in stead of oid. diffs (trun

MonetDB: Feb2013 - Merge with Oct2012 branch.

2013-02-07 Thread Sjoerd Mullender
Changeset: 8021f81f2618 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8021f81f2618 Added Files: clients/python2/test/test_pythonize.py clients/python3/test/test_pythonize.py Modified Files: clients/python2/monetdb/sql/pythonize.py clients/pyth

MonetDB: default - Initial version of BATsubthetajoin.

2013-02-07 Thread Sjoerd Mullender
Changeset: 60ed1e770b46 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=60ed1e770b46 Modified Files: gdk/gdk.h gdk/gdk_join.c monetdb5/modules/kernel/algebra.mx Branch: default Log Message: Initial version of BATsubthetajoin. Again, the MAL interface i

MonetDB: default - Extended thetasubselect with operator <> / !=.

2013-02-07 Thread Sjoerd Mullender
Changeset: 82b8cec92520 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=82b8cec92520 Modified Files: gdk/gdk_select.c Branch: default Log Message: Extended thetasubselect with operator <> / !=. This is equivalent to a anti-select. diffs (39 lines): diff --git a/gdk

MonetDB: Oct2012 - sync python3 with python2

2013-02-07 Thread Gijs Molenaar
Changeset: 03c2163daa08 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=03c2163daa08 Added Files: clients/python3/test/test_pythonize.py Modified Files: clients/python3/monetdb/sql/pythonize.py clients/python3/test/runtests.py Branch: Oct2012 Log Messag

MonetDB: Oct2012 - fixes hex encoding bug reported by Mate Birkas

2013-02-07 Thread Gijs Molenaar
Changeset: b504c88bb34b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b504c88bb34b Added Files: clients/python2/test/test_pythonize.py Modified Files: clients/python2/monetdb/sql/pythonize.py clients/python2/test/runtests.py Branch: Oct2012 Log Messag

MonetDB: default - Bunch of minor changes to sub-join implementa...

2013-02-07 Thread Sjoerd Mullender
Changeset: 0090a6ec68b4 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0090a6ec68b4 Modified Files: gdk/gdk.h gdk/gdk_join.c monetdb5/modules/kernel/algebra.mx Branch: default Log Message: Bunch of minor changes to sub-join implementation. Added comme

MonetDB: default - Undo of changeset 94cb82d10868.

2013-02-07 Thread Sjoerd Mullender
Changeset: 93192c110811 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=93192c110811 Modified Files: clients/Tests/exports.stable.out gdk/gdk_system.c gdk/gdk_system.h Branch: default Log Message: Undo of changeset 94cb82d10868. Don't use the atomic in