MonetDB: default - Fix make rpm: 32-bit oids are gone.

2016-08-02 Thread Sjoerd Mullender
Changeset: 600d3e1c0abb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=600d3e1c0abb Modified Files: rpm.mk.in Branch: default Log Message: Fix make rpm: 32-bit oids are gone. diffs (12 lines): diff --git a/rpm.mk.in b/rpm.mk.in --- a/rpm.mk.in +++ b/rpm.mk.in @@ -

MonetDB: default - Include default include files when checking r...

2016-08-02 Thread Sjoerd Mullender
Changeset: b25b1f73cf1f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b25b1f73cf1f Modified Files: configure.ag Branch: default Log Message: Include default include files when checking readline. diffs (14 lines): diff --git a/configure.ag b/configure.ag --- a/con

MonetDB: default - Various fixes.

2016-08-02 Thread Sjoerd Mullender
Changeset: 01b4533ea3fe for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=01b4533ea3fe Modified Files: configure.ag Branch: default Log Message: Various fixes. The translation to AS_VAR_IF wasn't always correct. diffs (truncated from 622 to 300 lines): diff --git a/c

MonetDB: default - Various fixes to the new configure code.

2016-08-02 Thread Sjoerd Mullender
Changeset: 62ae743a7e23 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=62ae743a7e23 Modified Files: configure.ag Branch: default Log Message: Various fixes to the new configure code. Hopefully the Java version testing is fixed. diffs (195 lines): diff --git a/conf

MonetDB: default - Update some macros.

2016-08-02 Thread Sjoerd Mullender
Changeset: 7f44721d26df for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7f44721d26df Modified Files: configure.ag Branch: default Log Message: Update some macros. diffs (110 lines): diff --git a/configure.ag b/configure.ag --- a/configure.ag +++ b/configure.ag @@ -

MonetDB: default - Move all AC_ARG_ENABLE macros together and in...

2016-08-02 Thread Sjoerd Mullender
Changeset: 7c984889d5ab for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7c984889d5ab Modified Files: configure.ag Branch: default Log Message: Move all AC_ARG_ENABLE macros together and in a somewhat logical order. diffs (truncated from 308 to 300 lines): diff --gi

MonetDB: protocol - new branch for protocol rewrite

2016-08-02 Thread Hannes Muehleisen
Changeset: eb1b9781c58f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eb1b9781c58f Modified Files: clients/mapilib/mapi.c common/stream/stream.c monetdb5/modules/mal/mal_mapi.c sql/backends/monet5/sql_result.c Branch: protocol Log Message: ne

MonetDB: Jun2016 - A bat is not an int, and don't use abs() on b...

2016-08-02 Thread Sjoerd Mullender
Changeset: 5dfacae4b195 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5dfacae4b195 Modified Files: monetdb5/mal/mal_debugger.c Branch: Jun2016 Log Message: A bat is not an int, and don't use abs() on bat_nil. diffs (24 lines): diff --git a/monetdb5/mal/mal_debugg

MonetDB: iot - Approve output

2016-08-02 Thread Martin Kersten
Changeset: 2063e93663ee for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2063e93663ee Added Files: sql/backends/monet5/iot/Tests/bug05.stable.err sql/backends/monet5/iot/Tests/bug05.stable.out Branch: iot Log Message: Approve output diffs (150 lines): diff -

MonetDB: iot - Fix iot.show

2016-08-02 Thread Martin Kersten
Changeset: fffc48ef72c1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fffc48ef72c1 Modified Files: sql/backends/monet5/iot/Tests/iot06.stable.out sql/backends/monet5/iot/Tests/webtest.sql sql/backends/monet5/iot/basket.c sql/backends/monet5/io

MonetDB: iot - Fixing property settings

2016-08-02 Thread Martin Kersten
Changeset: e49571ae2f6a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e49571ae2f6a Added Files: sql/backends/monet5/iot/Tests/iot13.stable.err sql/backends/monet5/iot/Tests/iot13.stable.out sql/backends/monet5/iot/Tests/x.ql Modified Files: mo

MonetDB: iot - Cleanup tumbling

2016-08-02 Thread Martin Kersten
Changeset: bc735e604622 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bc735e604622 Modified Files: sql/backends/monet5/iot/50_iot.sql sql/backends/monet5/iot/Tests/iot02.sql sql/backends/monet5/iot/basket.c sql/backends/monet5/iot/petrinet.c

MonetDB: default - Use modern autoconf features.

2016-08-02 Thread Sjoerd Mullender
Changeset: 359b380e0446 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=359b380e0446 Modified Files: configure.ag Branch: default Log Message: Use modern autoconf features. See the start of configure.ag for an explanation of the syntax used. The big advantage of usin

MonetDB: default - Update bug report address (use URL); minor re...

2016-08-02 Thread Sjoerd Mullender
Changeset: 2749e030c420 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2749e030c420 Modified Files: configure.ag Branch: default Log Message: Update bug report address (use URL); minor rearrangements of code. diffs (82 lines): diff --git a/configure.ag b/configure

MonetDB: sfcgal - Merge with Default

2016-08-02 Thread Romulo Goncalves
Changeset: 5f5f5846a558 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5f5f5846a558 Modified Files: NT/monetdb_config.h.in clients/mapiclient/mclient.c configure.ag monetdb5/optimizer/opt_commonTerms.c monetdb5/optimizer/opt_mergetable.

MonetDB: sfcgal - OpenMP for filter joins

2016-08-02 Thread Romulo Goncalves
Changeset: 2e1fc2354772 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2e1fc2354772 Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h Branch: sfcgal Log Message: OpenMP for filter joins diffs (truncated from 469 to 300 lines): diff --git a/geom/mon

MonetDB: sfcgal - If the geometry does not have coordinate z do ...

2016-08-02 Thread Romulo Goncalves
Changeset: bf6d596d6c23 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bf6d596d6c23 Modified Files: geom/monetdb5/geom.c Branch: sfcgal Log Message: If the geometry does not have coordinate z do not use it. Segmentize was leading to memory corruptions triggering lon

MonetDB: data-vaults - [LiDAR]: Refactor reading x,y, and z columns

2016-08-02 Thread Panagiotis Koutsourakis
Changeset: 1e8b42dea073 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1e8b42dea073 Modified Files: sql/backends/monet5/vaults/lidar/lidar.c Branch: data-vaults Log Message: [LiDAR]: Refactor reading x,y, and z columns diffs (truncated from 353 to 300 lines): diff