MonetDB: Jun2023 - call rollback on failing transaction commit's...

2023-07-26 Thread Niels Nes via checkin-list
Changeset: 0d6fbb89d005 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/0d6fbb89d005 Modified Files: sql/storage/store.c Branch: Jun2023 Log Message: call rollback on failing transaction commit's in sql_trans_end, should properly cleanup the changes diffs (82 lines): diff --git

MonetDB: use_min_max_prop - merged with jul2021

2023-07-26 Thread Niels Nes via checkin-list
Changeset: 74cc8df9f20e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/74cc8df9f20e Branch: use_min_max_prop Log Message: merged with jul2021 diffs (truncated from 724 to 300 lines): diff --git a/monetdb5/ChangeLog.Jul2021 b/monetdb5/ChangeLog.Jul2021 --- a/monetdb5/ChangeLog.Jul2021 +

MonetDB: default - Merge with Jun2023 branch.

2023-07-26 Thread Sjoerd Mullender via checkin-list
Changeset: f36ade978e31 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f36ade978e31 Modified Files: gdk/gdk.h gdk/gdk_batop.c Branch: default Log Message: Merge with Jun2023 branch. diffs (truncated from 1067 to 300 lines): diff --git a/gdk/gdk.h b/gdk/gdk.h --- a/gdk/g

MonetDB: Jun2023 - Indent.

2023-07-26 Thread Sjoerd Mullender via checkin-list
Changeset: 37a797128c76 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/37a797128c76 Modified Files: gdk/gdk_string.c Branch: Jun2023 Log Message: Indent. diffs (12 lines): diff --git a/gdk/gdk_string.c b/gdk/gdk_string.c --- a/gdk/gdk_string.c +++ b/gdk/gdk_string.c @@ -789,7 +

MonetDB: Jun2023 - Replace almost all CAND_LOOP calls to TIMEOUT...

2023-07-26 Thread Sjoerd Mullender via checkin-list
Changeset: bc93cebd6cd5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/bc93cebd6cd5 Modified Files: gdk/gdk_aggr.c gdk/gdk_batop.c gdk/gdk_calc_convert.c gdk/gdk_string.c Branch: Jun2023 Log Message: Replace almost all CAND_LOOP calls to TIMEOUT_LOOP calls.

MonetDB: Jun2023 - Fix some potential leaks and simplify the cod...

2023-07-26 Thread Sjoerd Mullender via checkin-list
Changeset: a8f7fe83bdae for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a8f7fe83bdae Modified Files: gdk/gdk_string.c Branch: Jun2023 Log Message: Fix some potential leaks and simplify the code a little. diffs (140 lines): diff --git a/gdk/gdk_string.c b/gdk/gdk_string.c --- a/g

MonetDB: Jun2023 - Write the TIMEOUT_LOOP macros slightly differ...

2023-07-26 Thread Sjoerd Mullender via checkin-list
Changeset: 92cc396a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/92cc396a Modified Files: gdk/gdk.h Branch: Jun2023 Log Message: Write the TIMEOUT_LOOP macros slightly differently, but equivalently. diffs (42 lines): diff --git a/gdk/gdk.h b/gdk/gdk.h --- a/gdk/gdk.h