MonetDB: stratified_sampling - Add missing sampling files.

2017-06-28 Thread Abe Wits
Changeset: bdcd02833b9b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bdcd02833b9b Added Files: sql/backends/monet5/sample/80_sample.sql sql/backends/monet5/sample/Makefile.ag sql/backends/monet5/sample/Tests/All

MonetDB: stratified_sampling - cast non-double weights for weigh...

2017-05-15 Thread Abe Wits
Changeset: 3468b2d208f3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3468b2d208f3 Modified Files: gdk/gdk_sample.c monetdb5/modules/mal/sample.mal Branch: stratified_sampling Log Message: cast non-double weights for weighted sampling diffs (179 lines):

MonetDB: stratified_sampling - add dbl type to sql parser

2017-05-15 Thread Abe Wits
Changeset: 16ba98a3221e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=16ba98a3221e Modified Files: gdk/gdk_sample.c sql/server/rel_select.c sql/server/sql_parser.y sql/server/sql_scan.c sql/server/sql_symbol.c

MonetDB: stratified_sampling - explicitly cast oid to bun

2017-05-10 Thread Abe Wits
Changeset: 85bd91c69325 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=85bd91c69325 Modified Files: gdk/gdk_sample.c Branch: stratified_sampling Log Message: explicitly cast oid to bun diffs (21 lines): diff --git a/gdk/gdk_sample.c b/gdk/gdk_sample.c ---

MonetDB: stratified_sampling - explicitly cast oid to int

2017-05-10 Thread Abe Wits
Changeset: 14f6fd85b29f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=14f6fd85b29f Modified Files: gdk/gdk_sample.c Branch: stratified_sampling Log Message: explicitly cast oid to int diffs (12 lines): diff --git a/gdk/gdk_sample.c b/gdk/gdk_sample.c ---

MonetDB: stratified_sampling - fix memory leak, make mtwist global

2017-05-09 Thread Abe Wits
Message: fix memory leak, make mtwist global diffs (233 lines): diff --git a/common/utils/mtwist.c b/common/utils/mtwist.c --- a/common/utils/mtwist.c +++ b/common/utils/mtwist.c @@ -35,8 +35,10 @@ * @a Dave Beckett, Abe Wits * @* Mersenne Twister (MT19937) algorithm * - * This random

MonetDB: stratified_sampling - remove debug output, improve comm...

2017-05-09 Thread Abe Wits
Changeset: aaaebd745aa0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=aaaebd745aa0 Modified Files: gdk/gdk_sample.c Branch: stratified_sampling Log Message: remove debug output, improve comments diffs (118 lines): diff --git a/gdk/gdk_sample.c b/gdk/gdk_sample.c

MonetDB: stratified_sampling - write reservoir sampling

2017-05-09 Thread Abe Wits
Changeset: bb51b8eece7c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bb51b8eece7c Modified Files: gdk/gdk_sample.c Branch: stratified_sampling Log Message: write reservoir sampling diffs (140 lines): diff --git a/gdk/gdk_sample.c b/gdk/gdk_sample.c ---

MonetDB: stratified_sampling - simplify OIDTreeMaybeInsert

2017-05-09 Thread Abe Wits
Changeset: 69cd1aa8a456 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=69cd1aa8a456 Modified Files: gdk/gdk_sample.c Branch: stratified_sampling Log Message: simplify OIDTreeMaybeInsert diffs (35 lines): diff --git a/gdk/gdk_sample.c b/gdk/gdk_sample.c ---

MonetDB: stratified_sampling - remove CDF-based weighted sampling

2017-05-09 Thread Abe Wits
Changeset: 9c93f4253ff6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9c93f4253ff6 Modified Files: gdk/gdk_sample.c Branch: stratified_sampling Log Message: remove CDF-based weighted sampling diffs (157 lines): diff --git a/gdk/gdk_sample.c b/gdk/gdk_sample.c

MonetDB: stratified_sampling - remove wrd type from mal files

2017-04-20 Thread Abe Wits
Changeset: 976a921f2d82 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=976a921f2d82 Modified Files: monetdb5/modules/mal/sample.c monetdb5/modules/mal/sample.mal Branch: stratified_sampling Log Message: remove wrd type from mal files diffs (42 lines):

MonetDB: stratified_sampling - remove wrd, BUNfirst and BATnew

2017-04-20 Thread Abe Wits
Changeset: dc251b317e2f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dc251b317e2f Modified Files: gdk/gdk_sample.c monetdb5/modules/kernel/microbenchmark.c monetdb5/modules/mal/sample.c monetdb5/modules/mal/sample.h Branch:

MonetDB: stratified_sampling - implement weighted sampling UDF

2017-04-20 Thread Abe Wits
Changeset: 2ad57d092fcd for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2ad57d092fcd Modified Files: gdk/gdk.h gdk/gdk_sample.c monetdb5/modules/mal/sample.c monetdb5/modules/mal/sample.h monetdb5/modules/mal/sample.mal

MonetDB: stratified_sampling - Merge default into stratified_sam...

2017-04-20 Thread Abe Wits
Changeset: 242f87d7ee59 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=242f87d7ee59 Added Files: MacOSX/MonetDB_logo.png clients/R/Tests/dplyr.timeout gdk/gdk_orderidx.c java/tests/Test_CisValid.java java/tests/Test_FetchSize.java

MonetDB: stratified_sampling - Fix formatting

2016-05-13 Thread Abe Wits
Changeset: 95f9ff39f21a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=95f9ff39f21a Modified Files: common/utils/mtwist.c common/utils/mtwist.h gdk/gdk_sample.c Branch: stratified_sampling Log Message: Fix formatting diffs (truncated from 317 to

MonetDB: stratified_sampling - Add utils to microbenchmark Makefile

2016-05-13 Thread Abe Wits
Changeset: d7201a422ad3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d7201a422ad3 Modified Files: monetdb5/modules/kernel/Makefile.ag monetdb5/modules/kernel/microbenchmark.c Branch: stratified_sampling Log Message: Add utils to microbenchmark Makefile

MonetDB: stratified_sampling - Remove obsolete code

2016-05-13 Thread Abe Wits
Changeset: 7753663c9dc4 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7753663c9dc4 Modified Files: gdk/gdk_sample.c Branch: stratified_sampling Log Message: Remove obsolete code diffs (34 lines): diff --git a/gdk/gdk_sample.c b/gdk/gdk_sample.c ---

MonetDB: stratified_sampling - Use Mersenne Twister in microbenc...

2016-05-13 Thread Abe Wits
Changeset: b0514875a835 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b0514875a835 Modified Files: monetdb5/modules/kernel/microbenchmark.c Branch: stratified_sampling Log Message: Use Mersenne Twister in microbenchmark (and fix formatting) diffs (180 lines):

MonetDB: stratified_sampling - Update Makefiles and fix minor bugs

2016-05-13 Thread Abe Wits
Changeset: 1a1be68cd958 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1a1be68cd958 Modified Files: common/utils/Makefile.ag common/utils/mtwist.c gdk/Makefile.ag gdk/gdk_sample.c Branch: stratified_sampling Log Message: Update Makefiles and

MonetDB: stratified_sampling - Merge default into stratified_sam...

2016-05-13 Thread Abe Wits
Changeset: d2f4b3857070 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d2f4b3857070 Added Files: sql/test/BugTracker-2016/Tests/consolidated_table.Bug-3954.sql sql/test/BugTracker-2016/Tests/invalidcolumns.Bug-3968.sql

MonetDB: stratified_sampling - Change sample to use Marsenne Twi...

2016-05-13 Thread Abe Wits
Changeset: 25fc42cc1c58 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=25fc42cc1c58 Modified Files: gdk/gdk_sample.c Branch: stratified_sampling Log Message: Change sample to use Marsenne Twister diffs (37 lines): diff --git a/gdk/gdk_sample.c b/gdk/gdk_sample.c

MonetDB: stratified_sampling - Fix typos

2016-05-13 Thread Abe Wits
Changeset: ff8072a9696f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ff8072a9696f Modified Files: common/utils/mtwist.c common/utils/mtwist.h gdk/gdk_sample.c Branch: stratified_sampling Log Message: Fix typos diffs (48 lines): diff --git

MonetDB: stratified_sampling - Add Mersenne Prime Twister (under...

2016-05-13 Thread Abe Wits
Changeset: 5bc10ab3140c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5bc10ab3140c Added Files: common/utils/mtwist.c common/utils/mtwist.h Branch: stratified_sampling Log Message: Add Mersenne Prime Twister (under Unlicense) diffs (252 lines): diff

MonetDB: stratified_sampling - Add uniform sampling, update desc...

2016-05-13 Thread Abe Wits
includes diffs (129 lines): diff --git a/common/utils/mtwist.c b/common/utils/mtwist.c --- a/common/utils/mtwist.c +++ b/common/utils/mtwist.c @@ -29,13 +29,16 @@ */ #include "monetdb_config.h" -#include #include /* - * Mersenne Twister (MT19937) algorithm + * @a Dave Beckett

MonetDB: stratified_sampling - create stratified_sampling branch

2016-03-23 Thread Abe Wits
Changeset: e1cab0bf2541 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e1cab0bf2541 Branch: stratified_sampling Log Message: create stratified_sampling branch ___ checkin-list mailing list checkin-list@monetdb.org