MonetDB: Oct2014 - split update bat within the catalog interface...

2014-09-08 Thread Niels Nes
Changeset: 1c3d356ffdc2 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1c3d356ffdc2 Modified Files: sql/backends/monet5/rel_bin.c sql/backends/monet5/sql.c sql/backends/monet5/sql_gencode.c sql/backends/monet5/sql_optimizer.c sql/backen

MonetDB: Oct2014 - Updated comment; added assertion about key pr...

2014-09-08 Thread Sjoerd Mullender
Changeset: af71e8af1a6d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=af71e8af1a6d Modified Files: gdk/gdk_bat.c Branch: Oct2014 Log Message: Updated comment; added assertion about key property. diffs (22 lines): diff --git a/gdk/gdk_bat.c b/gdk/gdk_bat.c --- a/g

MonetDB: Oct2014 - BATclone is used in one place only: move it t...

2014-09-08 Thread Sjoerd Mullender
Changeset: 3df411b21c3f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3df411b21c3f Modified Files: gdk/gdk_bat.c gdk/gdk_private.h gdk/gdk_setop.c Branch: Oct2014 Log Message: BATclone is used in one place only: move it to that file and make static.

MonetDB: Oct2014 - Fix bug 3562 + added test.

2014-09-08 Thread Sjoerd Mullender
Changeset: 546a6cc20772 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=546a6cc20772 Added Files: sql/test/BugTracker-2014/Tests/round-sorted.Bug-3562.sql sql/test/BugTracker-2014/Tests/round-sorted.Bug-3562.stable.err sql/test/BugTracker-2014/Tests/rou

MonetDB: geo - geospatial optimiser handles distance with coordi...

2014-09-08 Thread Foteini Alvanaki
Changeset: dfaf6490b34b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dfaf6490b34b Modified Files: monetdb5/optimizer/opt_geospatial.c Branch: geo Log Message: geospatial optimiser handles distance with coordinates diffs (139 lines): diff --git a/monetdb5/optimiz

MonetDB: geo - Added distance in MAL + fix in SQL + changed some...

2014-09-08 Thread Foteini Alvanaki
Changeset: 7bc822a66258 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7bc822a66258 Modified Files: geom/monetdb5/geom.mal geom/monetdb5/geomPoints.c geom/sql/40_geom.sql Branch: geo Log Message: Added distance in MAL + fix in SQL + changed some throw

MonetDB: geo - Distance with coordinates

2014-09-08 Thread Foteini Alvanaki
Changeset: a106642cfc16 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a106642cfc16 Modified Files: geom/monetdb5/geom.h geom/monetdb5/geomPoints.c geom/sql/40_geom.sql Branch: geo Log Message: Distance with coordinates diffs (219 lines): diff --gi

MonetDB: Oct2014 - Prevent overflow in octal escapes (\0777 is n...

2014-09-08 Thread Sjoerd Mullender
Changeset: 670721455c36 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=670721455c36 Modified Files: gdk/gdk_atoms.c Branch: Oct2014 Log Message: Prevent overflow in octal escapes (\0777 is not possible). diffs (32 lines): diff --git a/gdk/gdk_atoms.c b/gdk/gdk_ato

MonetDB: transaction-replication - Merge with default branch

2014-09-08 Thread Dimitar Nedev
Changeset: d864566d20b3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d864566d20b3 Added Files: sql/backends/monet5/generator/89_generator_hge.mal sql/backends/monet5/generator/89_generator_hge.sql sql/backends/monet5/generator/generator_hge.mal Remov

MonetDB: Oct2014 - Updated some comments.

2014-09-08 Thread Sjoerd Mullender
Changeset: 97ad06a53785 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=97ad06a53785 Modified Files: gdk/gdk_heap.c Branch: Oct2014 Log Message: Updated some comments. diffs (84 lines): diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c --- a/gdk/gdk_heap.c +++ b/gdk/gdk

MonetDB: Oct2014 - Use unsigned int for shifting.

2014-09-08 Thread Sjoerd Mullender
Changeset: d9a3a7c13330 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d9a3a7c13330 Modified Files: clients/mapiclient/mclient.c Branch: Oct2014 Log Message: Use unsigned int for shifting. diffs (15 lines): diff --git a/clients/mapiclient/mclient.c b/clients/mapic

MonetDB: Oct2014 - Avoid shifts that are undefined in standard C.

2014-09-08 Thread Sjoerd Mullender
Changeset: 9f10be074abf for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9f10be074abf Modified Files: gdk/gdk_calc.c Branch: Oct2014 Log Message: Avoid shifts that are undefined in standard C. Undefined behavior could (ultimately, using some compilers on some hardware,