Changeset: fb60cc6e6fff for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/fb60cc6e6fff
Modified Files:
clients/odbc/winsetup/CMakeLists.txt
clients/odbc/winsetup/setup.c
Branch: Aug2024
Log Message:
Implement Test Connection button logic in Windows ODBC Data Source setup
dia
Changeset: 5dde9ad307a0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/5dde9ad307a0
Modified Files:
geom/monetdb5/geom.c
geom/monetdb5/geomBulk.c
monetdb5/modules/atoms/str.c
monetdb5/modules/kernel/algebra.c
monetdb5/modules/mal/mal_mapi.c
m
Changeset: 211cd02883c7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/211cd02883c7
Modified Files:
gdk/gdk_heap.c
Branch: Aug2024
Log Message:
Fix a potential leak.
diffs (19 lines):
diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c
--- a/gdk/gdk_heap.c
+++ b/gdk/gdk_heap.c
@@ -198
Changeset: 59282f999f72 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/59282f999f72
Modified Files:
gdk/gdk_analytic_func.c
gdk/gdk_analytic_statistics.c
Branch: Aug2024
Log Message:
Skip first row when we need to compare rows with the previous one.
This should help coveri
Changeset: fbd8c84970f6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/fbd8c84970f6
Modified Files:
gdk/gdk_align.c
gdk/gdk_hash.c
gdk/gdk_orderidx.c
Branch: Aug2024
Log Message:
Keep lock longer in BATmaterialize, don't allow accelerators on VOID bats.
diffs (76
Changeset: 04ad7f6c535c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/04ad7f6c535c
Modified Files:
monetdb5/modules/mal/clients.c
Branch: Aug2024
Log Message:
When setting the query timeout, do it only for following queries (not the
current).
diffs (16 lines):
diff --git a/mo
Changeset: ec940e6a2d53 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ec940e6a2d53
Modified Files:
monetdb5/mal/mal_interpreter.c
Branch: Aug2024
Log Message:
Don't stop client when we get a query timeout.
diffs (12 lines):
diff --git a/monetdb5/mal/mal_interpreter.c b/monetdb
Changeset: 59ea64379eeb for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/59ea64379eeb
Modified Files:
clients/mapiclient/mclient.c
Branch: Aug2024
Log Message:
If syscall fails (which it won't), print message.
diffs (13 lines):
diff --git a/clients/mapiclient/mclient.c b/clients/