MonetDB: Jun2016 - added test for bug 6069

2016-10-12 Thread Niels Nes
Changeset: 3b06c3df35f7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3b06c3df35f7 Added Files: sql/test/BugTracker-2016/Tests/union.Bug-6069.sql sql/test/BugTracker-2016/Tests/union.Bug-6069.stable.err

MonetDB: Jun2016 - created simple fix for bug 6069, but lots of ...

2016-10-12 Thread Niels Nes
Changeset: 8d48879598e2 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8d48879598e2 Added Files: sql/test/BugTracker-2016/Tests/cast_and_floor.Bug-6071.sql sql/test/BugTracker-2016/Tests/cast_and_floor.Bug-6071.stable.err

MonetDB: protocol - When a single row does not fit into our buff...

2016-10-12 Thread Mark Raasveldt
Changeset: fa30331b7aca for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fa30331b7aca Modified Files: clients/mapilib/mapi.c common/stream/stream.c common/stream/stream.h common/utils/conversion.c sql/backends/monet5/sql_result.c Branch:

MonetDB: protocol - Use digits to determine Time print precision.

2016-10-12 Thread Mark Raasveldt
Changeset: 9ab499c36896 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9ab499c36896 Modified Files: clients/mapilib/mapi.c common/utils/conversion.c common/utils/conversion.h sql/backends/monet5/sql_result.c Branch: protocol Log Message: Use

MonetDB: protocol - Change time conversion and treat single elem...

2016-10-12 Thread Mark Raasveldt
Changeset: ee4ff6023e5f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ee4ff6023e5f Modified Files: clients/mapilib/mapi.c common/utils/conversion.c sql/backends/monet5/sql_result.c Branch: protocol Log Message: Change time conversion and treat

MonetDB: protocol - Binary transfer of month_interval.

2016-10-12 Thread Mark Raasveldt
Changeset: 0f1ae90fdc92 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0f1ae90fdc92 Modified Files: clients/mapilib/mapi.c sql/backends/monet5/sql_result.c Branch: protocol Log Message: Binary transfer of month_interval. diffs (123 lines): diff --git

MonetDB: default - Merge with Jun2016 branch.

2016-10-12 Thread Sjoerd Mullender
Changeset: 76ffd2312f54 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=76ffd2312f54 Modified Files: gdk/gdk_atoms.c gdk/gdk_join.c gdk/gdk_select.c gdk/gdk_utils.c monetdb5/modules/atoms/json.c Branch: default Log Message: Merge with

MonetDB: Jun2016 - Enforce setting of gdk_vm_maxsize.

2016-10-12 Thread Sjoerd Mullender
Changeset: a9cfa95160af for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a9cfa95160af Modified Files: gdk/gdk_utils.c Branch: Jun2016 Log Message: Enforce setting of gdk_vm_maxsize. When attempting to memory map a file, check that we don't grow beyond the limit, and

MonetDB: protocol - Store the result buffer in the MapiResultSet...

2016-10-12 Thread Mark Raasveldt
Changeset: ed061645c329 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ed061645c329 Modified Files: clients/mapilib/mapi.c common/stream/stream.c common/stream/stream.h Branch: protocol Log Message: Store the result buffer in the MapiResultSet

MonetDB: protocol - Immediately consume the server flush after t...

2016-10-12 Thread Mark Raasveldt
Changeset: 34976c59d153 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=34976c59d153 Modified Files: clients/mapilib/mapi.c Branch: protocol Log Message: Immediately consume the server flush after the final read. diffs (36 lines): diff --git

MonetDB: protocol - Add error message for incorrect field number.

2016-10-12 Thread Mark Raasveldt
Changeset: ad5059ce40eb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ad5059ce40eb Modified Files: clients/mapilib/mapi.c Branch: protocol Log Message: Add error message for incorrect field number. diffs (14 lines): diff --git a/clients/mapilib/mapi.c

MonetDB: protocol - Correctly consume all rows send by the serve...

2016-10-12 Thread Mark Raasveldt
Changeset: 80245566e1ae for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=80245566e1ae Modified Files: clients/mapilib/mapi.c Branch: protocol Log Message: Correctly consume all rows send by the server when finish_handle is called. diffs (35 lines): diff --git

MonetDB: protocol - Fix unbalanced brackets.

2016-10-12 Thread Mark Raasveldt
Changeset: 4391cf6d62b9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4391cf6d62b9 Modified Files: clients/mapilib/mapi.c Branch: protocol Log Message: Fix unbalanced brackets. diffs (11 lines): diff --git a/clients/mapilib/mapi.c b/clients/mapilib/mapi.c ---

MonetDB: default - Approvals.

2016-10-12 Thread Sjoerd Mullender
Changeset: 569ca76cbd96 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=569ca76cbd96 Modified Files: sql/benchmarks/tpch/Tests/01-explain.stable.out sql/benchmarks/tpch/Tests/01-explain.stable.out.int128 sql/benchmarks/tpch/Tests/01-plan.stable.out

MonetDB: Jun2016 - Avoid division by zero.

2016-10-12 Thread Sjoerd Mullender
Changeset: 2ceeb49da970 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2ceeb49da970 Modified Files: gdk/gdk_select.c Branch: Jun2016 Log Message: Avoid division by zero. This fixes bug 6071. diffs (111 lines): diff --git a/gdk/gdk_select.c b/gdk/gdk_select.c ---

MonetDB: Jun2016 - Properly check for errors.

2016-10-12 Thread Sjoerd Mullender
Changeset: 2f01d888e997 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2f01d888e997 Modified Files: monetdb5/modules/atoms/json.c Branch: Jun2016 Log Message: Properly check for errors. diffs (truncated from 1173 to 300 lines): diff --git

MonetDB: Jun2016 - Use overflow check correctly.

2016-10-12 Thread Sjoerd Mullender
Changeset: 884da1904838 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=884da1904838 Modified Files: gdk/gdk_join.c Branch: Jun2016 Log Message: Use overflow check correctly. diffs (15 lines): diff --git a/gdk/gdk_join.c b/gdk/gdk_join.c --- a/gdk/gdk_join.c +++

MonetDB: Jun2016 - Check result of mnstr_read.

2016-10-12 Thread Sjoerd Mullender
Changeset: 0d1d5ea7895e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0d1d5ea7895e Modified Files: gdk/gdk_atoms.c Branch: Jun2016 Log Message: Check result of mnstr_read. diffs (13 lines): diff --git a/gdk/gdk_atoms.c b/gdk/gdk_atoms.c --- a/gdk/gdk_atoms.c +++

MonetDB: oltp - Fix export on windows

2016-10-12 Thread Martin Kersten
Changeset: 9ac7ca1bc48c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9ac7ca1bc48c Modified Files: sql/backends/monet5/sql_cat.h Branch: oltp Log Message: Fix export on windows diffs (76 lines): diff --git a/sql/backends/monet5/sql_cat.h

MonetDB: data-vaults - [LiDAR]: Code clean up

2016-10-12 Thread Panagiotis Koutsourakis
Changeset: 802329781ef7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=802329781ef7 Modified Files: sql/backends/monet5/vaults/lidar/lidar.c Branch: data-vaults Log Message: [LiDAR]: Code clean up - Removed essentially useless tname argument from LIDARloadtable_ -

MonetDB: data-vaults - [LiDAR]: Fix compilation issue in optimiz...

2016-10-12 Thread Panagiotis Koutsourakis
Changeset: 58fbc2701a5f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=58fbc2701a5f Modified Files: sql/backends/monet5/vaults/lidar/lidar.c Branch: data-vaults Log Message: [LiDAR]: Fix compilation issue in optimized build diffs (12 lines): diff --git

MonetDB: data-vaults - [LiDAR]: Some aesthetic changes (reindent...

2016-10-12 Thread Panagiotis Koutsourakis
Changeset: 2d17a5925c2c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2d17a5925c2c Modified Files: sql/backends/monet5/vaults/lidar/lidar.c Branch: data-vaults Log Message: [LiDAR]: Some aesthetic changes (reindentation etc) diffs (truncated from 827 to 300

MonetDB: data-vaults - [LiDAR]: Refactor the reading of files

2016-10-12 Thread Panagiotis Koutsourakis
Changeset: 3afe172f23b3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3afe172f23b3 Modified Files: sql/backends/monet5/vaults/lidar/lidar.c Branch: data-vaults Log Message: [LiDAR]: Refactor the reading of files So far files were being read column-wise. This meant

MonetDB: oltp - Use strings directly for calculation of the hash...

2016-10-12 Thread Martin Kersten
Changeset: dca2757c21a1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dca2757c21a1 Modified Files: monetdb5/modules/mal/oltp.c monetdb5/optimizer/opt_oltp.c Branch: oltp Log Message: Use strings directly for calculation of the hash key diffs (32 lines):