MonetDB: default - The sql.bind contains an extra argument, ptr ...

2010-06-17 Thread Romulo Goncalves
Changeset: 20f7b1dd3807 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=20f7b1dd3807 Modified Files: MonetDB5/conf/monetdb5.conf.in MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: The sql.bind contains an extra argument, ptr for mvc. L

MonetDB: default - Fix the a previous mistake.

2010-06-17 Thread Romulo Goncalves
Changeset: 2f3a218a16bb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2f3a218a16bb Modified Files: MonetDB5/conf/monetdb5.conf.in Branch: default Log Message: Fix the a previous mistake. in the configure file use the default_pipe for the optimizers. diffs (12 line

MonetDB: Jun2010 - When you create a SERIAL COLUMN a sequence is...

2010-07-07 Thread Romulo Goncalves
Changeset: 6096dc911f06 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6096dc911f06 Modified Files: sql/src/backends/monet5/sql.mx sql/src/include/sql_catalog.h sql/src/server/rel_sequence.mx sql/src/server/sql_mvc.mx sql/src/server/sql

MonetDB: Jun2010 - We do not support CONNECT TO DEFAULT.

2010-07-07 Thread Romulo Goncalves
Changeset: f205fff0936f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f205fff0936f Modified Files: sql/src/server/sql_schema.mx Branch: Jun2010 Log Message: We do not support CONNECT TO DEFAULT. Fix for BUG: 2548 diffs (43 lines): diff -r 6096dc911f06 -r f205fff

MonetDB: default - Remove constants optimizer from the datacyclo...

2010-07-13 Thread Romulo Goncalves
Changeset: 6d307f2d8e5a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6d307f2d8e5a Modified Files: MonetDB5/conf/monetdb5.conf.in MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Remove constants optimizer from the datacyclotron_pipe

MonetDB: default - Fix the type definition for the BIND

2010-07-13 Thread Romulo Goncalves
Changeset: 8453b0f67e3a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8453b0f67e3a Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Fix the type definition for the BIND diffs (19 lines): diff -r 6d307f2d8e5a -r 8453b0f67e3a

MonetDB: default - The functions wrappers should have the same n...

2010-07-14 Thread Romulo Goncalves
Changeset: f7dc61eafefd for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f7dc61eafefd Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: The functions wrappers should have the same name as the ones used in the DataCyclotron module

MonetDB: default - Clean the function types for the mat.new used...

2010-07-14 Thread Romulo Goncalves
Changeset: 4c3393d15e82 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4c3393d15e82 Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Clean the function types for the mat.new used when you used datacyclotron.copy instead of dat

MonetDB: Jun2010 - It seems the err output for the test was not ...

2010-07-22 Thread Romulo Goncalves
Changeset: 7a88e64c34b1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7a88e64c34b1 Modified Files: sql/src/test/BugTracker-2010/Tests/connectto.Bug-2548.stable.err sql/src/test/BugTracker-2010/Tests/connectto.Bug-2548.stable.out Branch: Jun2010 Log Message:

Re: MonetDB: Jun2010 - It seems the err output for the test was not ...

2010-07-22 Thread Romulo Goncalves
First of all thanks for the check :) The reason is the following code in connect_to_server (Mapi.mx line 2407) if ((hp = gethostbyname(mid->hostname)) == NULL) { snprintf(errbuf, sizeof(errbuf), "gethostbyname failed: %s", strerror(errno)); return

MonetDB: Jun2010 - This code is incomplete. The gethostbyname se...

2010-07-22 Thread Romulo Goncalves
Changeset: 255ec3fd69d7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=255ec3fd69d7 Modified Files: clients/src/mapilib/Mapi.mx Branch: Jun2010 Log Message: This code is incomplete. The gethostbyname sets the h_errno or errno depending on the error. But it never set

MonetDB: Jun2010 - Correct the err output.

2010-07-22 Thread Romulo Goncalves
Changeset: f9af81c7874b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f9af81c7874b Modified Files: sql/src/test/BugTracker-2010/Tests/connectto.Bug-2548.stable.err Branch: Jun2010 Log Message: Correct the err output. Gethostbyname returns unknown host and not Succes

Re: MonetDB: Jun2010 - It seems the err output for the test was not ...

2010-07-22 Thread Romulo Goncalves
please check the man page of gethostbyname, first. It only mentions h_errno, but does not mention errno. It also says: " The *(obsolete)* herror() function prints the error message associated with the current value of h_errno on stderr. The *(obsolete)* hstrerror() function takes an error numbe

MonetDB: Jun2010 - We now use getaddrinfo instead of gethostbyname

2010-07-22 Thread Romulo Goncalves
Changeset: 7a04c0a336d5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7a04c0a336d5 Modified Files: sql/src/test/BugTracker-2010/Tests/connectto.Bug-2548.stable.err Branch: Jun2010 Log Message: We now use getaddrinfo instead of gethostbyname diffs (21 lines): diff

MonetDB: default - Call the clrFunction before you set the Modul...

2010-08-02 Thread Romulo Goncalves
Changeset: db28ee95ab0f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=db28ee95ab0f Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Call the clrFunction before you set the Module ref and the function ref diffs (25 lines): d

MonetDB: default - Make sure you have enought space to store all...

2010-08-02 Thread Romulo Goncalves
Changeset: b5e66c79329a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b5e66c79329a Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Make sure you have enought space to store all the information. If you have too many partition

MonetDB: default - You only realloc for tpes if you are using th...

2010-08-02 Thread Romulo Goncalves
Changeset: 4b965fb10040 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4b965fb10040 Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: You only realloc for tpes if you are using the BIND diffs (53 lines): diff -r b5e66c79329a

MonetDB: default - Call the clrFunction before you set the Modul...

2010-08-02 Thread Romulo Goncalves
Changeset: 6c8ac7d2e490 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6c8ac7d2e490 Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Call the clrFunction before you set the Module ref and the function ref diffs (25 lines): d

MonetDB: default - Make sure you have enought space to store all...

2010-08-02 Thread Romulo Goncalves
Changeset: a9c1cbc104e2 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a9c1cbc104e2 Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Make sure you have enought space to store all the information. If you have too many partition

MonetDB: default - Tpes is only used when you have BIND

2010-08-02 Thread Romulo Goncalves
Changeset: 3232df686e0c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3232df686e0c Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Tpes is only used when you have BIND clean spaces diffs (36 lines): diff -r a9c1cbc104e2 -r

MonetDB: default - Lets merge the changes with the default branch

2010-08-02 Thread Romulo Goncalves
Changeset: 700537e1ae7e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=700537e1ae7e Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Lets merge the changes with the default branch __

MonetDB: default - Lets improve the optimizer to set the hlb hub...

2010-08-04 Thread Romulo Goncalves
Changeset: ba2c312a006c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ba2c312a006c Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Lets improve the optimizer to set the hlb hub correctly for the BAT that comes out from the p

MonetDB: default - The registration of the partitions is not sor...

2010-08-23 Thread Romulo Goncalves
Changeset: c9197f503709 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c9197f503709 Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: The registration of the partitions is not sorted, so when you inject the bind call make sure

MonetDB: default - Fix compilation broken by a previous commit

2010-08-23 Thread Romulo Goncalves
Changeset: 71015fc33f82 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=71015fc33f82 Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Fix compilation broken by a previous commit diffs (12 lines): diff -r c9197f503709 -r 71015

MonetDB: default - Fix the command... print the table name and c...

2010-08-23 Thread Romulo Goncalves
Changeset: e10a0732838c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e10a0732838c Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Fix the command... print the table name and column name instead of the column name twice. d

MonetDB: default - Initialize the variable otherwise you will ne...

2010-08-23 Thread Romulo Goncalves
Changeset: 394707c186c7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=394707c186c7 Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Initialize the variable otherwise you will never enter in the loop. diffs (12 lines): diff

MonetDB: Oct2010 - When we need to alloc a big array of integers...

2010-09-06 Thread Romulo Goncalves
Changeset: 64fe70b65819 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=64fe70b65819 Modified Files: MonetDB5/src/mal/mal_instruction.mx Branch: Oct2010 Log Message: When we need to alloc a big array of integers the memset was crashing. This error was detected in the

MonetDB: Oct2010 - When you have MAL plans with 500k lines of co...

2010-09-15 Thread Romulo Goncalves
Changeset: 2727702e548b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2727702e548b Modified Files: MonetDB5/src/mal/mal_interpreter.mx MonetDB5/src/mal/mal_stack.mx Branch: Oct2010 Log Message: When you have MAL plans with 500k lines of code mserver crashes

MonetDB: Oct2010 - You should only free span after the debug fun...

2010-09-16 Thread Romulo Goncalves
Changeset: fb28538232fe for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fb28538232fe Modified Files: MonetDB5/src/optimizer/opt_garbageCollector.mx Branch: Oct2010 Log Message: You should only free span after the debug function, i.e., after its last utilization. di

MonetDB: Jun2010 - The MAL plans are not crossing the 1M lines b...

2010-09-20 Thread Romulo Goncalves
Changeset: a905e2f5fe74 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a905e2f5fe74 Modified Files: MonetDB5/src/mal/mal_function.mx Branch: Jun2010 Log Message: The MAL plans are not crossing the 1M lines barrier, therefore, you should not use a short to store info

Re: MonetDB: Jun2010 - The MAL plans are not crossing the 1M lines b...

2010-09-20 Thread Romulo Goncalves
Ups.. Typo in the log message... On 20/09/10 16:58, Romulo Goncalves wrote: Changeset: a905e2f5fe74 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a905e2f5fe74 Modified Files: MonetDB5/src/mal/mal_function.mx Branch: Jun2010 Log Message: The MAL plans are not

MonetDB: default - MS_STR is to replace the str operator from MS...

2010-09-23 Thread Romulo Goncalves
Changeset: 930e9f47d8c8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=930e9f47d8c8 Modified Files: sql/src/sql/skyserver.sql Branch: default Log Message: MS_STR is to replace the str operator from MSsql server. For the moment it only does a cast, but in the future i

MonetDB: default - Fix compilation after change to package config.

2010-09-23 Thread Romulo Goncalves
Changeset: a640372204d4 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a640372204d4 Modified Files: clients/src/perl/Cimpl/Makefile.ag Branch: default Log Message: Fix compilation after change to package config. diffs (12 lines): diff -r 930e9f47d8c8 -r a640372204

MonetDB: default - remove the dataflow from the datacyclotron_pipe

2010-09-27 Thread Romulo Goncalves
Changeset: bda38c0d2d42 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bda38c0d2d42 Modified Files: MonetDB5/conf/monetdb5.conf.in Branch: default Log Message: remove the dataflow from the datacyclotron_pipe diffs (12 lines): diff -r 16f3d8eff431 -r bda38c0d2d42 M

MonetDB: default - Remove cycloon test.

2010-10-11 Thread Romulo Goncalves
Changeset: 4ae868d3f1e7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4ae868d3f1e7 Modified Files: MonetDB5/src/optimizer/Tests/All MonetDB5/src/optimizer/Tests/cycloon00.mal MonetDB5/src/optimizer/Tests/cycloon00.stable.err MonetDB5/src/optim

MonetDB: Oct2010 - Make sure that you initialize all structures ...

2010-10-11 Thread Romulo Goncalves
Changeset: 205885e644eb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=205885e644eb Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: Oct2010 Log Message: Make sure that you initialize all structures and you also free then when you leave in case of

MonetDB: Oct2010 - Remove cycloon test.

2010-10-11 Thread Romulo Goncalves
Changeset: a532d5ccc0ad for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a532d5ccc0ad Modified Files: MonetDB5/src/optimizer/Tests/All MonetDB5/src/optimizer/Tests/cycloon00.mal MonetDB5/src/optimizer/Tests/cycloon00.stable.err MonetDB5/src/optim

MonetDB: default - Merge with Oct2010

2010-10-11 Thread Romulo Goncalves
Changeset: 2c9d965a279a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2c9d965a279a Modified Files: MonetDB5/src/optimizer/Tests/All Branch: default Log Message: Merge with Oct2010 diffs (75 lines): diff -r c0be18d34080 -r 2c9d965a279a MonetDB5/src/optimizer/opt_d

MonetDB: default - Add missing export.

2010-11-08 Thread Romulo Goncalves
Changeset: 5139a8cd3275 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5139a8cd3275 Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: Add missing export. When you realloc used make sure you set to 0 the new space. diffs (25 li

MonetDB: default - When you need to extend an array use realloc ...

2010-11-08 Thread Romulo Goncalves
Changeset: a8dceec7f530 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a8dceec7f530 Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: When you need to extend an array use realloc and in case the original array was allocated usi

MonetDB: default - OPEN_ERROR is now called:

2010-11-19 Thread Romulo Goncalves
Changeset: be3deb8391d0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=be3deb8391d0 Modified Files: sql/src/backends/monet5/sql_scenario.mx Branch: default Log Message: OPEN_ERROR is now called: MNSTR_OPEN_ERROR diffs (12 lines): diff -r 8c7b2f1c8e87 -r be3deb8391

MonetDB: default - We should ignore differences in case.

2010-11-24 Thread Romulo Goncalves
Changeset: 67593935d31e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=67593935d31e Modified Files: MonetDB5/src/optimizer/opt_datacyclotron.mx Branch: default Log Message: We should ignore differences in case. The registration catalog should be used independently of

MonetDB: default - DataCyclotron supports dataflow, therefore, l...

2010-11-28 Thread Romulo Goncalves
Changeset: 3094b7c8d161 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3094b7c8d161 Modified Files: MonetDB5/conf/monetdb5.conf.in Branch: default Log Message: DataCyclotron supports dataflow, therefore, lets add dataflow optimizer to the datacyclotron pipeline di

MonetDB: Oct2012 - Add test for incorrect_cast_from_double_to_in...

2012-11-28 Thread Romulo Goncalves
Changeset: b788ffabe4a0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b788ffabe4a0 Added Files: sql/test/BugTracker-2012/Tests/incorrect_cast_from_double_to_int.Bug-2579.sql sql/test/BugTracker-2012/Tests/incorrect_cast_from_double_to_int.Bug-2579.stable.er

MonetDB: Oct2012 - Add test for conditions_when_for_triggers_do_...

2012-11-28 Thread Romulo Goncalves
Changeset: 6c2db5c6b4b8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6c2db5c6b4b8 Added Files: sql/test/BugTracker-2012/Tests/conditions_when_for_triggers_do_not_work.Bug-2073.sql sql/test/BugTracker-2012/Tests/conditions_when_for_triggers_do_not_work.Bug-

MonetDB: Oct2012 - Add test for BUG type_resolution_error_in_SQL...

2012-11-28 Thread Romulo Goncalves
Changeset: 0e9905cfd900 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0e9905cfd900 Added Files: sql/test/BugTracker-2012/Tests/type_resolution_error_in_SQL_procedural_code.Buf-3143.sql sql/test/BugTracker-2012/Tests/type_resolution_error_in_SQL_procedural_c

MonetDB: Oct2012 - Add test for the update crash reported in Bug...

2012-11-28 Thread Romulo Goncalves
Changeset: c70b1c773047 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c70b1c773047 Added Files: sql/test/BugTracker-2012/Tests/update_crash.Bug-2655.sql sql/test/BugTracker-2012/Tests/update_crash.Bug-2655.stable.err sql/test/BugTracker-2012/Tests/upd

MonetDB: sfcgal - SMP introduction. Bulk version for Force3D, Tr...

2016-07-04 Thread Romulo Goncalves
Changeset: 914dbfeb2f73 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=914dbfeb2f73 Modified Files: geom/monetdb5/Makefile.ag geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/monetdb5/geomBulk.c Branch: sfcgal Log M

MonetDB: sfcgal - SMP introduction. Bulk version for Force3D, Tr...

2016-07-04 Thread Romulo Goncalves
Changeset: 4f18e1be6b41 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4f18e1be6b41 Modified Files: geom/monetdb5/Makefile.ag geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/monetdb5/geomBulk.c Branch: sfcgal Log M

MonetDB: sfcgal - Merge

2016-07-04 Thread Romulo Goncalves
Changeset: b3ed33c2c490 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b3ed33c2c490 Branch: sfcgal Log Message: Merge ___ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list

MonetDB: sfcgal - Fix bug in the ST_Translate bulk version. Add ...

2016-07-05 Thread Romulo Goncalves
Changeset: 9d288c36d901 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9d288c36d901 Modified Files: geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: Fix bug in the ST_Translate bulk version. Add bulk ver

MonetDB: data-vaults - Make check and analyze table available at...

2016-07-05 Thread Romulo Goncalves
Changeset: fdf6335df49b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fdf6335df49b Modified Files: sql/backends/monet5/vaults/gadget/82_gadget.sql sql/backends/monet5/vaults/gadget/gadget.mal Branch: data-vaults Log Message: Make check and analyze table avai

MonetDB: data-vaults - Add checkTable and Analyze table so table...

2016-07-05 Thread Romulo Goncalves
Changeset: 4d29f6f5e2e6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4d29f6f5e2e6 Modified Files: sql/backends/monet5/vaults/lidar/75_lidar.sql sql/backends/monet5/vaults/lidar/lidar.c sql/backends/monet5/vaults/lidar/lidar.h sql/backends/mon

MonetDB: data-vaults - Rename the gadget optimizer to datavaults...

2016-07-05 Thread Romulo Goncalves
Changeset: 25de9ecaf0b4 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=25de9ecaf0b4 Added Files: monetdb5/optimizer/opt_datavaults.c monetdb5/optimizer/opt_datavaults.h Removed Files: monetdb5/optimizer/opt_gadget.c monetdb5/optimizer/opt_gadge

MonetDB: data-vaults - Merge

2016-07-05 Thread Romulo Goncalves
Changeset: 217df5b2e1fe for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=217df5b2e1fe Added Files: monetdb5/optimizer/opt_datavaults.c monetdb5/optimizer/opt_datavaults.h Removed Files: monetdb5/optimizer/opt_gadget.c monetdb5/optimizer/opt_gadge

MonetDB: data-vaults - We are headless now

2016-07-05 Thread Romulo Goncalves
Changeset: 99cd4cdf17b4 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=99cd4cdf17b4 Modified Files: sql/backends/monet5/vaults/lidar/lidar.c Branch: data-vaults Log Message: We are headless now diffs (62 lines): diff --git a/sql/backends/monet5/vaults/lidar/lidar.

MonetDB: data-vaults - We are headless now

2016-07-05 Thread Romulo Goncalves
Changeset: b70d99189dca for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b70d99189dca Modified Files: sql/backends/monet5/vaults/gadget/gadget.c Branch: data-vaults Log Message: We are headless now diffs (213 lines): diff --git a/sql/backends/monet5/vaults/gadget/ga

MonetDB: data-vaults - Fix mal code

2016-07-05 Thread Romulo Goncalves
Changeset: d641c5b5bb7f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d641c5b5bb7f Modified Files: sql/backends/monet5/vaults/gadget/gadget.mal sql/backends/monet5/vaults/lidar/lidar.mal Branch: data-vaults Log Message: Fix mal code diffs (42 lines): diff

MonetDB: sfcgal - Add ST_IntersectsXYZ, it does the same as ST_I...

2016-07-05 Thread Romulo Goncalves
Changeset: 13d799d7d4f0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=13d799d7d4f0 Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/monetdb5/geomBulk.c geom/sql/40_geom.sql Branch: sfcgal Log Messag

MonetDB: sfcgal - OpenMP for most of the Bulk operators

2016-07-06 Thread Romulo Goncalves
Changeset: 6bd80247ea50 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6bd80247ea50 Modified Files: geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: OpenMP for most of the Bulk operators diffs (truncated from 969 to 300 lines): diff --git a/geom/monetdb5/geomB

MonetDB: sfcgal - Remove the properties set when the BAT was emp...

2016-07-06 Thread Romulo Goncalves
Changeset: f6d6d157e81e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f6d6d157e81e Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: Remove the properties set when the BAT was empty and the

MonetDB: sfcgal - When you do BUNappend no need to derive proper...

2016-07-06 Thread Romulo Goncalves
Changeset: 094b55abe4aa for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=094b55abe4aa Modified Files: geom/monetdb5/geom.c geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: When you do BUNappend no need to derive properties neither set count. diffs (152 li

MonetDB: sfcgal - When use libraries to enhance parallelism watc...

2016-07-07 Thread Romulo Goncalves
Changeset: d43e13e054e2 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d43e13e054e2 Modified Files: geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: When use libraries to enhance parallelism watch out for the variables which need to be mark as private or simply

MonetDB: sfcgal - DumpPointsP same as DumpPoints but it includes...

2016-07-12 Thread Romulo Goncalves
Changeset: f8523dc700fc for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f8523dc700fc Modified Files: geom/sql/40_geom.sql Branch: sfcgal Log Message: DumpPointsP same as DumpPoints but it includes the ID for the parent geom. ST_Collect should call geom.collect. dif

MonetDB: sfcgal - ST_DumpPointsP same as ST_DumpPoints but it wi...

2016-07-12 Thread Romulo Goncalves
Changeset: 8dc781c5a4b7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8dc781c5a4b7 Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal Branch: sfcgal Log Message: ST_DumpPointsP same as ST_DumpPoints but it will return th

MonetDB: sfcgal - Start the implementation of sub functions to b...

2016-07-13 Thread Romulo Goncalves
Changeset: 3edb154ecc00 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3edb154ecc00 Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal Branch: sfcgal Log Message: Start the implementation of sub functions to be used in sp

MonetDB: sfcgal - Add WKBWKBtoWKB_bat function which be used by ...

2016-07-13 Thread Romulo Goncalves
Changeset: ee4c035cf1a7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ee4c035cf1a7 Modified Files: geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: Add WKBWKBtoWKB_bat function which be used by wkbMakeLine_bat, wkbUnion_bat and wkbCollect_bat without code redun

MonetDB: sfcgal - Add another aggregation function, subMakLine. ...

2016-07-13 Thread Romulo Goncalves
Changeset: 6cdb359506cb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6cdb359506cb Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal Branch: sfcgal Log Message: Add another aggregation function, subMakLine. Allow the fu

MonetDB: sfcgal - Add another aggregation function, subUnion. Fi...

2016-07-13 Thread Romulo Goncalves
Changeset: 099f60388f21 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=099f60388f21 Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal Branch: sfcgal Log Message: Add another aggregation function, subUnion. Fix a bug in B

MonetDB: sfcgal - Aggregation function for Polygonize. Fix typo ...

2016-07-13 Thread Romulo Goncalves
Changeset: a8408633b65e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a8408633b65e Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/sql/40_geom.sql Branch: sfcgal Log Message: Aggregation function for Poly

MonetDB: sfcgal - ST_Simplify is now available.

2016-07-13 Thread Romulo Goncalves
Changeset: b688653f630f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b688653f630f Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/sql/40_geom.sql Branch: sfcgal Log Message: ST_Simplify is now available.

MonetDB: sfcgal - For empty geometries we do not know the SRID

2016-07-14 Thread Romulo Goncalves
Changeset: be412ad9fb94 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=be412ad9fb94 Modified Files: geom/monetdb5/geom.c Branch: sfcgal Log Message: For empty geometries we do not know the SRID diffs (20 lines): diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/ge

MonetDB: sfcgal - Some issue with throw MAL exception

2016-07-14 Thread Romulo Goncalves
Changeset: e4bb94e94f75 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e4bb94e94f75 Modified Files: geom/monetdb5/geom.c Branch: sfcgal Log Message: Some issue with throw MAL exception diffs (28 lines): diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/geom.c ---

MonetDB: sfcgal - Give the correct error message

2016-07-14 Thread Romulo Goncalves
Changeset: 801233575446 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=801233575446 Modified Files: geom/monetdb5/geom.c Branch: sfcgal Log Message: Give the correct error message diffs (25 lines): diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/geom.c --- a/geo

MonetDB: sfcgal - Control the number of threads

2016-07-14 Thread Romulo Goncalves
Changeset: e6944eff761e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e6944eff761e Modified Files: geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: Control the number of threads diffs (12 lines): diff --git a/geom/monetdb5/geomBulk.c b/geom/monetdb5/geomBulk.

MonetDB: sfcgal - Preserve the SRID, fix the if clause

2016-07-14 Thread Romulo Goncalves
Changeset: 3d083bcbf9a1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3d083bcbf9a1 Modified Files: geom/monetdb5/geom.c Branch: sfcgal Log Message: Preserve the SRID, fix the if clause diffs (54 lines): diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/geom.c ---

MonetDB: sfcgal - Fix a bunch of SRIDs

2016-07-14 Thread Romulo Goncalves
Changeset: 580ee0d49399 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=580ee0d49399 Modified Files: geom/monetdb5/geom.c Branch: sfcgal Log Message: Fix a bunch of SRIDs diffs (295 lines): diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/geom.c --- a/geom/monetdb

MonetDB: sfcgal - Save the type of the first geometry, once one ...

2016-07-14 Thread Romulo Goncalves
Changeset: 9f737b1eaf46 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9f737b1eaf46 Modified Files: geom/monetdb5/geom.c Branch: sfcgal Log Message: Save the type of the first geometry, once one differs you should create a collection. Use type to create collection,

MonetDB: sfcgal - Get back the old function signature

2016-07-15 Thread Romulo Goncalves
Changeset: ee7e3c626bc0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ee7e3c626bc0 Modified Files: geom/sql/40_geom.sql Branch: sfcgal Log Message: Get back the old function signature diffs (12 lines): diff --git a/geom/sql/40_geom.sql b/geom/sql/40_geom.sql ---

MonetDB: sfcgal - Revert previous commit it was a mistake.

2016-07-15 Thread Romulo Goncalves
Changeset: f8611029f7a0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f8611029f7a0 Modified Files: geom/sql/40_geom.sql Branch: sfcgal Log Message: Revert previous commit it was a mistake. diffs (12 lines): diff --git a/geom/sql/40_geom.sql b/geom/sql/40_geom.sql

MonetDB: sfcgal - Merge with default

2016-07-19 Thread Romulo Goncalves
Changeset: 3520ee5d793a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3520ee5d793a Added Files: ChangeLog-Archive sql/backends/monet5/UDF/cudf/80_udf.mal sql/backends/monet5/UDF/cudf/80_udf.sql sql/backends/monet5/UDF/cudf/80_udf_hge.mal

MonetDB: sfcgal - Bunfirst is gone

2016-07-19 Thread Romulo Goncalves
Changeset: d75331cb7ef6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d75331cb7ef6 Modified Files: geom/monetdb5/geom.c geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: Bunfirst is gone diffs (70 lines): diff --git a/geom/monetdb5/geom.c b/geom/monetd

MonetDB: sfcgal - The mal operators signature should only accept...

2016-07-19 Thread Romulo Goncalves
Changeset: 5bf6e07f995d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5bf6e07f995d Modified Files: geom/monetdb5/geom.mal Branch: sfcgal Log Message: The mal operators signature should only accept the new headless columns diffs (254 lines): diff --git a/geom/mone

MonetDB: sfcgal - The mal operators signature should only accept...

2016-07-19 Thread Romulo Goncalves
Changeset: 941792038659 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=941792038659 Modified Files: geom/monetdb5/sfcgal.mal Branch: sfcgal Log Message: The mal operators signature should only accept the new headless columns diffs (11 lines): diff --git a/geom/mon

MonetDB: sfcgal - Fix a leak. Bulk version for MakePolyong

2016-07-19 Thread Romulo Goncalves
Changeset: 80099c16190e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=80099c16190e Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: Fix a leak. Bulk version

MonetDB: sfcgal - Merge

2016-07-20 Thread Romulo Goncalves
Changeset: cd7a172dd0a5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cd7a172dd0a5 Added Files: sql/test/BugTracker-2016/Tests/convert-function-test-hge.Bug-3460.sql sql/test/BugTracker-2016/Tests/convert-function-test-hge.Bug-3460.stable.err sql/te

MonetDB: sfcgal - Merge

2016-07-20 Thread Romulo Goncalves
Changeset: dc1af5e89989 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dc1af5e89989 Added Files: sql/test/BugTracker-2016/Tests/querylog.stable.err sql/test/BugTracker-2016/Tests/querylog.stable.out sql/test/bugs/Tests/filter_error.sql sql/test

MonetDB: sfcgal - Bulk version for Segmentize

2016-07-20 Thread Romulo Goncalves
Changeset: 6d5cc4e1be82 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6d5cc4e1be82 Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: Bulk version for Segmenti

MonetDB: sfcgal - Buld version for DWithin

2016-07-20 Thread Romulo Goncalves
Changeset: 12ba752607bb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=12ba752607bb Modified Files: geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: Buld version for DWithin diffs (125 lines): diff --

MonetDB: sfcgal - ST_Intersect(geom, x, y, z, srid) has now a fi...

2016-07-20 Thread Romulo Goncalves
Changeset: 491621f08c76 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=491621f08c76 Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/sql/40_geom.sql Branch: sfcgal Log Message: ST_Intersect(geom, x, y, z, s

MonetDB: sfcgal - Bulk version for Within

2016-07-20 Thread Romulo Goncalves
Changeset: 738f4281000b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=738f4281000b Modified Files: geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: Bulk version for Within diffs (40 lines): diff --gi

MonetDB: sfcgal - ST_DWithin(geom, x, y, z, srid, dist) is now a...

2016-07-20 Thread Romulo Goncalves
Changeset: 3a797d26700d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3a797d26700d Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/monetdb5/geomBulk.c geom/sql/40_geom.sql Branch: sfcgal Log Messag

MonetDB: sfcgal - Filter join for ST_DWithin(geom, geom, dist) a...

2016-07-20 Thread Romulo Goncalves
Changeset: 6c2e8137f950 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6c2e8137f950 Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/sql/40_geom.sql Branch: sfcgal Log Message: Filter join for ST_DWithin(ge

MonetDB: sfcgal - Merge

2016-07-20 Thread Romulo Goncalves
Changeset: 449f72a3342d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=449f72a3342d Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/monetdb5/geomBulk.c geom/sql/40_geom.sql Branch: sfcgal Log Messag

MonetDB: sfcgal - ST_DumpRings

2016-07-20 Thread Romulo Goncalves
Changeset: 985c1560326c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=985c1560326c Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geom.mal geom/sql/40_geom.sql Branch: sfcgal Log Message: ST_DumpRings diffs (172 lin

MonetDB: sfcgal - Make sure you build the WKB in ST_Dwithin

2016-07-20 Thread Romulo Goncalves
Changeset: b6ef1c3c91a8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b6ef1c3c91a8 Modified Files: geom/monetdb5/geom.c Branch: sfcgal Log Message: Make sure you build the WKB in ST_Dwithin diffs (40 lines): diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/geom.

MonetDB: sfcgal - Fix function signature

2016-07-21 Thread Romulo Goncalves
Changeset: 9e9e7b723704 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9e9e7b723704 Modified Files: geom/sql/40_geom.sql Branch: sfcgal Log Message: Fix function signature diffs (12 lines): diff --git a/geom/sql/40_geom.sql b/geom/sql/40_geom.sql --- a/geom/sql/40

MonetDB: sfcgal - Do not set count and then remove properties. I...

2016-07-21 Thread Romulo Goncalves
Changeset: 480b9571bc1b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=480b9571bc1b Modified Files: geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: Do not set count and then remove properties. In OpenMP once you get the first error message do not continue proce

MonetDB: sfcgal - Fix some bugs detected by Mtest. Do set count ...

2016-07-21 Thread Romulo Goncalves
Changeset: eb84f91d6fd1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eb84f91d6fd1 Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.h geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: Fix some bugs detected by Mtest. Do set count and then r

MonetDB: sfcgal - Get back OpenMP and since we are not sure abou...

2016-07-22 Thread Romulo Goncalves
Changeset: d33e52a5475a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d33e52a5475a Modified Files: geom/monetdb5/geom.h geom/monetdb5/geomBulk.c Branch: sfcgal Log Message: Get back OpenMP and since we are not sure about that certain properties hold set the

  1   2   3   >