MonetDB: Jan2022 - increase critical section of rw lock:

2022-12-22 Thread Aris Koning
Changeset: dcc6f9951a32 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/dcc6f9951a32 Modified Files: sql/storage/objectset.c Branch: Jan2022 Log Message: increase critical section of rw lock: Concurrently unlocking the read lock in the rw lock is a costly operation and when concurr

monetdb-java: default - Correct and improve the information on S...

2022-12-22 Thread Martin van Dinther
Changeset: 7cec464246f2 for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/7cec464246f2 Modified Files: release.txt Branch: default Log Message: Correct and improve the information on Statement.setEscapeProcessing method. diffs (15 lines): diff --git a/release.txt b/relea

monetdb-java: default - Counting only parameter markers to deter...

2022-12-22 Thread Martin van Dinther
Changeset: 5244af37a8e2 for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/5244af37a8e2 Modified Files: src/main/java/org/monetdb/jdbc/MonetPreparedStatement.java tests/JDBC_API_Tester.java Branch: default Log Message: Counting only parameter markers to determine the

MonetDB: smapi - Start implementation of a tls stream

2022-12-22 Thread Panagiotis Koutsourakis
Changeset: 75e0ec55b4b8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/75e0ec55b4b8 Added Files: common/stream/tls_stream.c Modified Files: common/stream/CMakeLists.txt common/stream/socket_stream.c common/stream/stream.h common/stream/url_stream.c

MonetDB: default - Merge with Sep2022 branch.

2022-12-22 Thread Sjoerd Mullender
Changeset: c5a70ba2c3f1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c5a70ba2c3f1 Modified Files: gdk/gdk_bat.c gdk/gdk_bbp.c gdk/gdk_private.h Branch: default Log Message: Merge with Sep2022 branch. diffs (105 lines): diff --git a/gdk/gdk_bat.c b/gdk/gdk_bat.

MonetDB: Sep2022 - Fix a data race reading/writing BBP_next(i) a...

2022-12-22 Thread Sjoerd Mullender
Changeset: 26469eafc4bf for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/26469eafc4bf Modified Files: gdk/gdk_bat.c gdk/gdk_bbp.c gdk/gdk_private.h gdk/gdk_tm.c Branch: Sep2022 Log Message: Fix a data race reading/writing BBP_next(i) and BBP_free. diffs (10

monetdb-java: default - Future versions of MonetDB (post Sep2022...

2022-12-22 Thread Martin van Dinther
Changeset: 437e51b4c169 for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/437e51b4c169 Modified Files: release.txt src/main/java/org/monetdb/jdbc/MonetStatement.java Branch: default Log Message: Future versions of MonetDB (post Sep2022) will have capability to parse

MonetDB: escape-sequences - merge with default

2022-12-22 Thread svetlin
Changeset: 8a58b57240f0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8a58b57240f0 Modified Files: clients/Tests/MAL-signatures-hge.test clients/Tests/MAL-signatures.test clients/odbc/driver/ODBCUtil.c clients/odbc/driver/SQLExecDirect.c clients/odb