MonetDB: Apr2019 - output all info of the problem

2019-08-15 Thread Niels Nes
Changeset: 998c2ef7e29c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=998c2ef7e29c Modified Files: sql/backends/monet5/sql.c Branch: Apr2019 Log Message: output all info of the problem diffs (12 lines): diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet

MonetDB: candidate-exceptions - Converted BATproject to candidat...

2019-08-15 Thread Sjoerd Mullender
Changeset: 2fc41c9723c4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2fc41c9723c4 Modified Files: gdk/gdk_project.c Branch: candidate-exceptions Log Message: Converted BATproject to candidate iterators. diffs (truncated from 366 to 300 lines): diff --git a/gdk/

MonetDB: candidate-exceptions - Accept candidates with exception...

2019-08-15 Thread Sjoerd Mullender
Changeset: ca0392d75ac5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ca0392d75ac5 Modified Files: gdk/gdk_project.c Branch: candidate-exceptions Log Message: Accept candidates with exceptions in BATprojectchain. diffs (227 lines): diff --git a/gdk/gdk_project.c

MonetDB: candidate-exceptions - Teach BATslice and BATassertProp...

2019-08-15 Thread Sjoerd Mullender
Changeset: 9272c3dac104 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9272c3dac104 Modified Files: gdk/gdk_bat.c gdk/gdk_batop.c Branch: candidate-exceptions Log Message: Teach BATslice and BATassertProps about candidates with exceptions. diffs (49 lines)

MonetDB: candidate-exceptions - Some cleanup.

2019-08-15 Thread Sjoerd Mullender
Changeset: 41e7377cc1e7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=41e7377cc1e7 Modified Files: gdk/gdk.h gdk/gdk_cand.c Branch: candidate-exceptions Log Message: Some cleanup. diffs (37 lines): diff --git a/gdk/gdk.h b/gdk/gdk.h --- a/gdk/gdk.h +++ b

MonetDB: candidate-exceptions - Merge with default branch.

2019-08-15 Thread Sjoerd Mullender
Changeset: 507bae38bf6d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=507bae38bf6d Added Files: sql/test/BugTracker-2019/Tests/sequence-first-next-value.Bug-6743.sql sql/test/BugTracker-2019/Tests/sequence-first-next-value.Bug-6743.stable.err sql/t

MonetDB: mosaic - Add extensive tests for linear compression.

2019-08-15 Thread Aris Koning
Changeset: 2d4725d112dc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2d4725d112dc Added Files: monetdb5/modules/mosaic/Tests/mosaic_linear_lng_tmp.malC monetdb5/modules/mosaic/Tests/mosaic_linear_lng_tmp.stable.err monetdb5/modules/mosaic/Tests/mosa

MonetDB: mosaic - Remove unused code and fix memory leak.

2019-08-15 Thread Aris Koning
Changeset: 18d1dd2cb2cb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=18d1dd2cb2cb Modified Files: monetdb5/modules/mosaic/mosaic.c Branch: mosaic Log Message: Remove unused code and fix memory leak. diffs (28 lines): diff --git a/monetdb5/modules/mosaic/mosaic.

MonetDB: Apr2019 - small cleanup.

2019-08-15 Thread Niels Nes
Changeset: 382d15e2f110 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=382d15e2f110 Modified Files: sql/backends/monet5/sql.c sql/storage/bat/bat_storage.c Branch: Apr2019 Log Message: small cleanup. switch back to assert, instead of warning message. diffs

MonetDB: Apr2019 - Add missing XMLepilogue dummy in case of miss...

2019-08-15 Thread Aris Koning
Changeset: 16667eb75b08 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=16667eb75b08 Modified Files: monetdb5/modules/atoms/xml.c Branch: Apr2019 Log Message: Add missing XMLepilogue dummy in case of missing libxml. diffs (15 lines): diff --git a/monetdb5/modules/

MonetDB: Apr2019 - Should be succesful for epilogue.

2019-08-15 Thread Aris Koning
Changeset: 12ec8fe8df35 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=12ec8fe8df35 Modified Files: monetdb5/modules/atoms/xml.c Branch: Apr2019 Log Message: Should be succesful for epilogue. diffs (12 lines): diff --git a/monetdb5/modules/atoms/xml.c b/monetdb5/

MonetDB: Apr2019 - code style.

2019-08-15 Thread Aris Koning
Changeset: 5d12479aab76 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5d12479aab76 Modified Files: monetdb5/modules/atoms/xml.c Branch: Apr2019 Log Message: code style. diffs (14 lines): diff --git a/monetdb5/modules/atoms/xml.c b/monetdb5/modules/atoms/xml.c --

MonetDB: Apr2019 - Backed out changesets 8fe4665dc861, 99d9f7ccb...

2019-08-15 Thread Sjoerd Mullender
Changeset: 6af7bd3d3465 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6af7bd3d3465 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/exports.stable.out common/utils/msabaoth.c

MonetDB: Apr2019 - When throwing an error, call createException,...

2019-08-15 Thread Pedro Ferreira
Changeset: 8f550a1b4124 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8f550a1b4124 Modified Files: monetdb5/modules/atoms/batxml.c monetdb5/modules/atoms/xml.c Branch: Apr2019 Log Message: When throwing an error, call createException, not GDKstrdup directly

MonetDB: Apr2019 - Don't try to create the farm directory twice.

2019-08-15 Thread Pedro Ferreira
Changeset: f6d6b82da298 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f6d6b82da298 Modified Files: tools/mserver/mserver5.c Branch: Apr2019 Log Message: Don't try to create the farm directory twice. diffs (12 lines): diff --git a/tools/mserver/mserver5.c b/tools

MonetDB: candidate-exceptions - introduced BATnegcands and BATcands

2019-08-15 Thread Niels Nes
Changeset: 6be8d05dfd8f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6be8d05dfd8f Modified Files: clients/Tests/exports.stable.out gdk/gdk_cand.c gdk/gdk_cand.h monetdb5/mal/mal_interpreter.c sql/backends/monet5/sql.c Branch: candida

MonetDB: candidate-exceptions - Some updates to BATnegcands and ...

2019-08-15 Thread Sjoerd Mullender
Changeset: 1c954d2d2533 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1c954d2d2533 Modified Files: clients/Tests/exports.stable.out gdk/gdk_cand.c gdk/gdk_cand.h gdk/gdk_project.c monetdb5/mal/mal_interpreter.c Branch: candidate-excep

MonetDB: candidate-exceptions - A bunch of candidate iterator fi...

2019-08-15 Thread Sjoerd Mullender
Changeset: 596bf8c78699 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=596bf8c78699 Modified Files: gdk/gdk_cand.c gdk/gdk_project.c monetdb5/modules/mal/pcre.c Branch: candidate-exceptions Log Message: A bunch of candidate iterator fixes. diffs (1

MonetDB: candidate-exceptions - Candidate iterator fixes.

2019-08-15 Thread Sjoerd Mullender
Changeset: b45fdc33d39f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b45fdc33d39f Modified Files: gdk/gdk_bat.c gdk/gdk_search.c monetdb5/modules/mal/pcre.c sql/backends/monet5/generator/generator.c Branch: candidate-exceptions Log Message:

MonetDB: candidate-exceptions - Candidate iterator cleaup.

2019-08-15 Thread Sjoerd Mullender
Changeset: 96bae12b0d9a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=96bae12b0d9a Modified Files: gdk/gdk.h gdk/gdk_aggr.c gdk/gdk_batop.c gdk/gdk_cand.c gdk/gdk_cross.c gdk/gdk_hash.c gdk/gdk_private.h gdk/gd

monetdb-java: default - Add a utility method to close objects ig...

2019-08-15 Thread Martin van Dinther
Changeset: 8cc3b51d1984 for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=8cc3b51d1984 Modified Files: src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java src/main/java/nl/cwi/monetdb/jdbc/MonetDatabaseMetaData.java Branch: default Log Message: Add

monetdb-java: default - Resolve javac -Xlint warnings when compi...

2019-08-15 Thread Martin van Dinther
Changeset: 59bc8bebbfe9 for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=59bc8bebbfe9 Modified Files: src/main/java/nl/cwi/monetdb/jdbc/MonetPreparedStatement.java src/main/java/nl/cwi/monetdb/mcl/net/MapiSocket.java tests/Bug_PrepStmtSetStrin

monetdb-java: default - Added table aliases and use them in all ...

2019-08-15 Thread Martin van Dinther
Changeset: 1b6c514106ce for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=1b6c514106ce Modified Files: src/main/java/nl/cwi/monetdb/jdbc/MonetDatabaseMetaData.java Branch: default Log Message: Added table aliases and use them in all meta data SQL queries to r

monetdb-java: default - Small code and doc improvements. Moved h...

2019-08-15 Thread Martin van Dinther
Changeset: a91168efdf27 for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=a91168efdf27 Modified Files: src/main/java/nl/cwi/monetdb/jdbc/MonetDatabaseMetaData.java Branch: default Log Message: Small code and doc improvements. Moved helper functions to the bot

MonetDB: candidate-exceptions - Use linear scan.

2019-08-15 Thread Sjoerd Mullender
Changeset: ba7fe8cd0d72 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ba7fe8cd0d72 Modified Files: gdk/gdk.h gdk/gdk_cand.c Branch: candidate-exceptions Log Message: Use linear scan. The weird binary search didn't work so great. diffs (60 lines): diff --