MonetDB: pushcands - Merged with default

2022-01-13 Thread Pedro Ferreira
Changeset: 9258d722cb1f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9258d722cb1f Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/exports.stable.out monetdb5/modules/atoms/blob.c

MonetDB: properties - Updated copyright year

2022-01-13 Thread Pedro Ferreira
Changeset: 72869ab4dadd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/72869ab4dadd Modified Files: monetdb5/modules/atoms/mtime.h sql/server/rel_statistics.c sql/server/rel_statistics.h sql/server/rel_statistics_functions.c Branch: properties Log Message:

MonetDB: properties - Simplify nonil retrieval

2022-01-13 Thread Pedro Ferreira
Changeset: 5c39d0856d20 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5c39d0856d20 Modified Files: sql/storage/bat/bat_storage.c Branch: properties Log Message: Simplify nonil retrieval diffs (35 lines): diff --git a/sql/storage/bat/bat_storage.c

MonetDB: properties - Easier way to check for existing updates

2022-01-13 Thread Pedro Ferreira
Changeset: 70c4909be04d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/70c4909be04d Modified Files: sql/storage/bat/bat_storage.c Branch: properties Log Message: Easier way to check for existing updates diffs (79 lines): diff --git a/sql/storage/bat/bat_storage.c

MonetDB: Jan2022 - Once again, install .pdb files on Windows, if...

2022-01-13 Thread Sjoerd Mullender
Changeset: edff9da23c03 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/edff9da23c03 Modified Files: NT/mkodbcwxs.py NT/mksqlwxs.py clients/examples/C/CMakeLists.txt clients/mapiclient/CMakeLists.txt clients/mapilib/CMakeLists.txt

MonetDB: properties - Merged with default

2022-01-13 Thread Pedro Ferreira
Changeset: a311d8db9067 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a311d8db9067 Modified Files: gdk/gdk.h gdk/gdk_batop.c gdk/gdk_private.h sql/backends/monet5/rel_bin.c sql/backends/monet5/sql.c sql/backends/monet5/sql_cat.c

MonetDB: default - Merged with Jan2022

2022-01-13 Thread Pedro Ferreira
Changeset: 9c5761fe8a0d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9c5761fe8a0d Modified Files: clients/Tests/exports.stable.out cmake/monetdb-versions.cmake monetdb_config.h.in Branch: default Log Message: Merged with Jan2022 diffs (truncated from 794 to

monetdb-java: default - Extended JdbcClient application with sup...

2022-01-13 Thread Martin van Dinther
Changeset: d2a141446e22 for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/d2a141446e22 Modified Files: ChangeLog src/main/java/org/monetdb/client/JdbcClient.java Branch: default Log Message: Extended JdbcClient application with support for more \d commands: \dt

MonetDB: Jan2022 - Properly version libmonetdbsql.so.

2022-01-13 Thread Sjoerd Mullender
Changeset: 130284c35d78 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/130284c35d78 Modified Files: clients/Tests/exports.stable.out cmake/monetdb-versions.cmake monetdb_config.h.in sql/backends/monet5/CMakeLists.txt testing/listexports.py.in

MonetDB: Jan2022 - Changelog blurb.

2022-01-13 Thread Sjoerd Mullender
Changeset: 2888b04a8eae for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2888b04a8eae Added Files: NT/ChangeLog.Jan2022 Branch: Jan2022 Log Message: Changelog blurb. diffs (11 lines): diff --git a/NT/ChangeLog.Jan2022 b/NT/ChangeLog.Jan2022 new file mode 100644 --- /dev/null +++

MonetDB: Jan2022 - Cleaned exception handling on remote plans.

2022-01-13 Thread Pedro Ferreira
Changeset: f43f978d24f8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f43f978d24f8 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 monetdb5/mal/mal_interpreter.c monetdb5/modules/mal/remote.c

MonetDB: Jan2022 - Remove sessionid from output: it is not neces...

2022-01-13 Thread Sjoerd Mullender
Changeset: 2afc610130c4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2afc610130c4 Modified Files: sql/test/Tests/sessioncontrol.test Branch: Jan2022 Log Message: Remove sessionid from output: it is not necessarily stable. diffs (52 lines): diff --git

MonetDB: Jan2022 - Fix upgrade from older databases.

2022-01-13 Thread Sjoerd Mullender
Changeset: 50aabc525376 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/50aabc525376 Modified Files: sql/backends/monet5/sql_upgrades.c Branch: Jan2022 Log Message: Fix upgrade from older databases. diffs (37 lines): diff --git a/sql/backends/monet5/sql_upgrades.c