MonetDB: histograms - Adding debugging functions

2022-03-29 Thread Pedro Ferreira
Changeset: 0413783fa268 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/0413783fa268 Added Files: sql/backends/monet5/sql_histogram.c sql/backends/monet5/sql_histogram.h Modified Files: gdk/gdk.h gdk/gdk_histogram.c sql/backends/monet5/CMakeLists.txt

MonetDB: Jan2022 - Significantly improved parsing speed of blobs...

2022-03-29 Thread Sjoerd Mullender
Changeset: dcbfc2871c00 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/dcbfc2871c00 Modified Files: monetdb5/modules/atoms/blob.c Branch: Jan2022 Log Message: Significantly improved parsing speed of blobs on Windows. On Windows, the isdigit and isxdigit macros are very expensive,

MonetDB: histograms - Memory leak

2022-03-29 Thread Pedro Ferreira
Changeset: 75d98a2c048e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/75d98a2c048e Modified Files: gdk/gdk_histogram.c Branch: histograms Log Message: Memory leak diffs (11 lines): diff --git a/gdk/gdk_histogram.c b/gdk/gdk_histogram.c --- a/gdk/gdk_histogram.c +++ b/gdk/gdk_h

MonetDB: Jan2022 - Share vheaps in BATproject when possible.

2022-03-29 Thread Sjoerd Mullender
Changeset: 17599e54016e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/17599e54016e Modified Files: gdk/gdk_project.c Branch: Jan2022 Log Message: Share vheaps in BATproject when possible. diffs (18 lines): diff --git a/gdk/gdk_project.c b/gdk/gdk_project.c --- a/gdk/gdk_projec

MonetDB: Jan2022 - Blurb.

2022-03-29 Thread Sjoerd Mullender
Changeset: 4f5b0552d3f4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4f5b0552d3f4 Modified Files: gdk/ChangeLog.Jan2022 Branch: Jan2022 Log Message: Blurb. diffs (11 lines): diff --git a/gdk/ChangeLog.Jan2022 b/gdk/ChangeLog.Jan2022 --- a/gdk/ChangeLog.Jan2022 +++ b/gdk/Chang

MonetDB: default - Merge with Jan2022 branch.

2022-03-29 Thread Sjoerd Mullender
Changeset: 554065428130 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/554065428130 Modified Files: gdk/gdk_atoms.c gdk/gdk_project.c monetdb5/modules/atoms/blob.c Branch: default Log Message: Merge with Jan2022 branch. diffs (93 lines): diff --git a/gdk/ChangeL

MonetDB: default - Avoid is(x)digit in a few more places.

2022-03-29 Thread Sjoerd Mullender
Changeset: f650e4e3e7e0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f650e4e3e7e0 Modified Files: gdk/gdk_atoms.c Branch: default Log Message: Avoid is(x)digit in a few more places. diffs (129 lines): diff --git a/gdk/gdk_atoms.c b/gdk/gdk_atoms.c --- a/gdk/gdk_atoms.c +++ b/

MonetDB: histograms - Basic histogram printing function

2022-03-29 Thread Pedro Ferreira
Changeset: a87aacda07ab for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a87aacda07ab Modified Files: gdk/gdk_histogram.c sql/backends/monet5/sql_histogram.c Branch: histograms Log Message: Basic histogram printing function diffs (127 lines): diff --git a/gdk/gdk_histogra

MonetDB: histograms - More debug information

2022-03-29 Thread Pedro Ferreira
Changeset: ed5f4d62a9bb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ed5f4d62a9bb Modified Files: gdk/gdk_histogram.c Branch: histograms Log Message: More debug information diffs (12 lines): diff --git a/gdk/gdk_histogram.c b/gdk/gdk_histogram.c --- a/gdk/gdk_histogram.c +++

MonetDB: histograms - Merged with default

2022-03-29 Thread Pedro Ferreira
Changeset: 28506f7448e2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/28506f7448e2 Modified Files: sql/backends/monet5/sql.c Branch: histograms Log Message: Merged with default diffs (truncated from 473 to 300 lines): diff --git a/gdk/ChangeLog.Jan2022 b/gdk/ChangeLog.Jan2022

MonetDB: Jan2022 - Exit with error if errors seen, also if only ...

2022-03-29 Thread Sjoerd Mullender
Changeset: 87abde20e2ff for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/87abde20e2ff Modified Files: testing/Mtest.py.in Branch: Jan2022 Log Message: Exit with error if errors seen, also if only in single server output file. diffs (70 lines): diff --git a/testing/Mtest.py.in b/t

MonetDB: histograms - Small fixes, it prints histograms

2022-03-29 Thread Pedro Ferreira
Changeset: b460abe2b8db for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b460abe2b8db Modified Files: gdk/gdk_histogram.c Branch: histograms Log Message: Small fixes, it prints histograms diffs (95 lines): diff --git a/gdk/gdk_histogram.c b/gdk/gdk_histogram.c --- a/gdk/gdk_histo

MonetDB: default - Use the BATiter structure for BAT properties.

2022-03-29 Thread Sjoerd Mullender
Changeset: c88b3dc77090 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c88b3dc77090 Modified Files: gdk/gdk.h gdk/gdk_aggr.c gdk/gdk_analytic_bounds.c gdk/gdk_analytic_func.c gdk/gdk_bat.c gdk/gdk_batop.c gdk/gdk_bbp.c gdk/gdk

MonetDB: default - Merge with Jan2022 branch.

2022-03-29 Thread Sjoerd Mullender
Changeset: a68ce2845008 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a68ce2845008 Modified Files: testing/Mtest.py.in Branch: default Log Message: Merge with Jan2022 branch. diffs (70 lines): diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in --- a/testing/Mtest.py.in +++

MonetDB: histograms - Better printing function

2022-03-29 Thread Pedro Ferreira
Changeset: bf1280015c39 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/bf1280015c39 Modified Files: gdk/gdk_histogram.c Branch: histograms Log Message: Better printing function diffs (151 lines): diff --git a/gdk/gdk_histogram.c b/gdk/gdk_histogram.c --- a/gdk/gdk_histogram.c +