MonetDB: default - Merge with Oct2012 branch.

2012-09-13 Thread Sjoerd Mullender
Changeset: 1b1a542569ee for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1b1a542569ee Modified Files: clients/python/monetdb/mapi.py gdk/gdk_bat.c monetdb5/modules/mal/iterator.c Branch: default Log Message: Merge with Oct2012 branch. Now for real. I s

MonetDB: default - Merge with Oct2012 branch.

2012-09-13 Thread Sjoerd Mullender
Changeset: f3c63f57322c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f3c63f57322c Modified Files: gdk/gdk_bat.c Branch: default Log Message: Merge with Oct2012 branch. diffs (17 lines): diff --git a/gdk/gdk_bat.c b/gdk/gdk_bat.c --- a/gdk/gdk_bat.c +++ b/gdk/gdk

MonetDB: Oct2012 - Merge with Jul2012 branch.

2012-09-13 Thread Sjoerd Mullender
Changeset: 40ff0bfd5b3d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=40ff0bfd5b3d Modified Files: gdk/gdk_bat.c monetdb5/modules/mal/iterator.c Branch: Oct2012 Log Message: Merge with Jul2012 branch. diffs (27 lines): diff --git a/gdk/gdk_bat.c b/gdk/gdk

MonetDB: Jul2012 - Fix setting of properties.

2012-09-13 Thread Sjoerd Mullender
Changeset: 3b59b7a47393 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3b59b7a47393 Modified Files: gdk/gdk_bat.c Branch: Jul2012 Log Message: Fix setting of properties. This is partially a backport from the default branch, partially new stuff. New: when setting the

MonetDB: Jul2012 - Backported fix from default branch: seqbase m...

2012-09-13 Thread Sjoerd Mullender
Changeset: fbe2e6413b98 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fbe2e6413b98 Modified Files: monetdb5/modules/mal/chopper.c Branch: Jul2012 Log Message: Backported fix from default branch: seqbase must be within range. diffs (21 lines): diff --git a/monetdb

MonetDB: default - Big cleanup of bat5.c; more often call BATset...

2012-09-13 Thread Sjoerd Mullender
Changeset: 4e56ae4b1912 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4e56ae4b1912 Modified Files: monetdb5/modules/kernel/bat5.c monetdb5/modules/kernel/bat5.h Branch: default Log Message: Big cleanup of bat5.c; more often call BATsetaccess to make a bat wr

MonetDB: default - When making a bat writable, also create new c...

2012-09-13 Thread Sjoerd Mullender
Changeset: 9fbe7d4f2cc8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9fbe7d4f2cc8 Modified Files: gdk/gdk_bat.c Branch: default Log Message: When making a bat writable, also create new copy if shared and already writable. BATsetaccess creates a new copy if a bat is

MonetDB: Oct2012 - bugfix backport from default

2012-09-13 Thread Gijs Molenaar
Changeset: 8f556dc33155 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8f556dc33155 Modified Files: clients/python/monetdb/mapi.py clients/python3/monetdb/mapi.py Branch: Oct2012 Log Message: bugfix backport from default diffs (24 lines): diff --git a/clie

MonetDB: default - Stop heartbeat when eventstream is gone.

2012-09-13 Thread Martin Kersten
Changeset: fb0d7fbf3ab6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fb0d7fbf3ab6 Modified Files: monetdb5/mal/mal_profiler.c Branch: default Log Message: Stop heartbeat when eventstream is gone. diffs (12 lines): diff --git a/monetdb5/mal/mal_profiler.c b/monet

MonetDB: default - Deactivet heartbeat at end of session.

2012-09-13 Thread Martin Kersten
Changeset: 8ac76db22d52 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8ac76db22d52 Modified Files: clients/mapiclient/tomograph.c Branch: default Log Message: Deactivet heartbeat at end of session. diffs (79 lines): diff --git a/clients/mapiclient/tomograph.c b/c

MonetDB: default - Layout and comments.

2012-09-13 Thread Sjoerd Mullender
Changeset: 863e6e7c4b9f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=863e6e7c4b9f Modified Files: gdk/gdk_select.c Branch: default Log Message: Layout and comments. diffs (278 lines): diff --git a/gdk/gdk_select.c b/gdk/gdk_select.c --- a/gdk/gdk_select.c +++ b/

MonetDB: default - thetasubselect should return empty result whe...

2012-09-13 Thread Sjoerd Mullender
Changeset: 74b1a90a5246 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=74b1a90a5246 Modified Files: gdk/gdk_select.c Branch: default Log Message: thetasubselect should return empty result when comparing with nil. diffs (18 lines): diff --git a/gdk/gdk_select.c b/g

MonetDB: default - Revert part of changeset 1dd6543e3d25: there ...

2012-09-13 Thread Sjoerd Mullender
Changeset: d547184b5fd0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d547184b5fd0 Modified Files: clients/python3/Makefile.ag Branch: default Log Message: Revert part of changeset 1dd6543e3d25: there is a *reason* why we use python3_setup. diffs (12 lines): dif

MonetDB: default - Added some checks that functions succeed.

2012-09-13 Thread Sjoerd Mullender
Changeset: 9f5a19c61bdb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9f5a19c61bdb Modified Files: monetdb5/modules/atoms/mtime.c monetdb5/modules/kernel/group.mx monetdb5/modules/mal/pcre.c Branch: default Log Message: Added some checks that functio

MonetDB: default - sync python3 code with python2 using 2to3

2012-09-13 Thread Gijs Molenaar
Changeset: 1dd6543e3d25 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1dd6543e3d25 Added Files: clients/python3/MANIFEST.in clients/python3/monetdb/control.py clients/python3/test/test_control.py Modified Files: clients/python3/Makefile.ag

MonetDB: default - made py2 code more py3 friendly

2012-09-13 Thread Gijs Molenaar
Changeset: f9856e4083cb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f9856e4083cb Modified Files: clients/python/test/run.sh clients/python/test/test_control.py Branch: default Log Message: made py2 code more py3 friendly diffs (66 lines): diff --git a/c

MonetDB: default - Use new median implementation also for old in...

2012-09-13 Thread Sjoerd Mullender
Changeset: 45073848c164 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=45073848c164 Modified Files: clients/Tests/exports.stable.out monetdb5/modules/kernel/aggr.c monetdb5/modules/kernel/aggr.mal sql/backends/monet5/sql.mx Branch: default Log

MonetDB: default - English.

2012-09-13 Thread Sjoerd Mullender
Changeset: fec77f0724dd for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fec77f0724dd Modified Files: gdk/gdk_select.c Branch: default Log Message: English. diffs (14 lines): diff --git a/gdk/gdk_select.c b/gdk/gdk_select.c --- a/gdk/gdk_select.c +++ b/gdk/gdk_selec

MonetDB: default - Fix property setting.

2012-09-13 Thread Sjoerd Mullender
Changeset: a2fb7cee717e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a2fb7cee717e Modified Files: gdk/gdk_align.c gdk/gdk_select.c Branch: default Log Message: Fix property setting. When creating a view that only consists of part of a column, we can't be su

MonetDB: default - Materialize correct column before sorting it,...

2012-09-13 Thread Sjoerd Mullender
Changeset: 961640c703e9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=961640c703e9 Modified Files: gdk/gdk_batop.c Branch: default Log Message: Materialize correct column before sorting it, and also when it's a view. diffs (33 lines): diff --git a/gdk/gdk_batop.c

MonetDB: default - can run tests from source folder again

2012-09-13 Thread Gijs Molenaar
Changeset: bc0649f0cef8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bc0649f0cef8 Modified Files: clients/python/test/runtests.py clients/python3/test/runtests.py Branch: default Log Message: can run tests from source folder again diffs (79 lines): diff

MonetDB: default - fixed a bug where wrong about of bytes is rea...

2012-09-13 Thread Gijs Molenaar
Changeset: f3f2550394bb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f3f2550394bb Modified Files: clients/python/monetdb/mapi.py clients/python3/monetdb/mapi.py Branch: default Log Message: fixed a bug where wrong about of bytes is read from socket H: Ente

MonetDB: Jul2012 - fixed a bug where wrong about of bytes is rea...

2012-09-13 Thread Gijs Molenaar
Changeset: 2fb45e0d559f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2fb45e0d559f Modified Files: clients/python/monetdb/mapi2.py clients/python/monetdb/mapi3.py Branch: Jul2012 Log Message: fixed a bug where wrong about of bytes is read from socket diffs

MonetDB: default - added tests for control module

2012-09-13 Thread Gijs Molenaar
Changeset: 3e8df4423641 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3e8df4423641 Added Files: clients/python/test/test_control.py Branch: default Log Message: added tests for control module diffs (125 lines): diff --git a/clients/python/test/test_control.py b/

MonetDB: default - fixed copy paste error

2012-09-13 Thread Gijs Molenaar
Changeset: d4239795b0d7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d4239795b0d7 Modified Files: clients/python/monetdb/control.py Branch: default Log Message: fixed copy paste error diffs (12 lines): diff --git a/clients/python/monetdb/control.py b/clients/py

MonetDB: default - Merge with Oct2012 branch.

2012-09-13 Thread Sjoerd Mullender
Changeset: 1d346219126c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1d346219126c Modified Files: gdk/gdk_storage.c Branch: default Log Message: Merge with Oct2012 branch. diffs (12 lines): diff --git a/gdk/gdk_storage.c b/gdk/gdk_storage.c --- a/gdk/gdk_storage

MonetDB: Oct2012 - Merge with Jul2012 branch.

2012-09-13 Thread Sjoerd Mullender
Changeset: 0f5a4270a104 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0f5a4270a104 Modified Files: gdk/gdk_storage.c Branch: Oct2012 Log Message: Merge with Jul2012 branch. diffs (12 lines): diff --git a/gdk/gdk_storage.c b/gdk/gdk_storage.c --- a/gdk/gdk_storage

MonetDB: Jul2012 - Thinko: fp can be NULL, so don't call fclose ...

2012-09-13 Thread Sjoerd Mullender
Changeset: 11c32639698b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=11c32639698b Modified Files: gdk/gdk_storage.c Branch: Jul2012 Log Message: Thinko: fp can be NULL, so don't call fclose in that case. diffs (12 lines): diff --git a/gdk/gdk_storage.c b/gdk/gdk

MonetDB: default - Use symbolic constants.

2012-09-13 Thread Sjoerd Mullender
Changeset: 0b43bc2f9691 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0b43bc2f9691 Modified Files: monetdb5/modules/kernel/bat5.c Branch: default Log Message: Use symbolic constants. diffs (30 lines): diff --git a/monetdb5/modules/kernel/bat5.c b/monetdb5/modules