Changeset: e8a67bcd30d9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e8a67bcd30d9 Modified Files: MonetDB.spec cmake/monetdb-versions.cmake Branch: default Log Message:
Merge with Jul2021 branch. diffs (234 lines): diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -805,3 +805,6 @@ 5cb19dc0880d1fb4799cd0f8019d1c2b430c503e 5cb19dc0880d1fb4799cd0f8019d1c2b430c503e Oct2020_SP5_release 489951059c7fc87ef706d8a563cd024ebdeed108 Jul2021_1 489951059c7fc87ef706d8a563cd024ebdeed108 Jul2021_release +404cb13ad1bc3469bfaf5b7696a4d2cfe5ce71f4 Jul2021_3 +489951059c7fc87ef706d8a563cd024ebdeed108 Jul2021_release +404cb13ad1bc3469bfaf5b7696a4d2cfe5ce71f4 Jul2021_release diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -843,6 +843,22 @@ else fi %changelog +* Fri Jul 30 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.3-20210730 +- Rebuilt. + +* Fri Jul 30 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.3-20210730 +- gdk: Hash indexes are no longer maintained at all cost: if the number of + distinct values is too small compared to the total number of values, + the index is dropped instead of being maintained during updates. + +* Fri Jul 30 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.3-20210730 +- sql: The sys.storage() function now only returns meta data, i.e. data that + can be calculated without access to the column contents. + +* Wed Jul 28 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.3-20210730 +- sql: Since STREAM tables support is removed, left over STREAM tables are + dropped from the catalog. + * Fri Jul 23 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.1-20210723 - Rebuilt. - GH#2030: Temporary table is semi-persistent when transaction fails diff --git a/cmake/monetdb-versions.cmake b/cmake/monetdb-versions.cmake --- a/cmake/monetdb-versions.cmake +++ b/cmake/monetdb-versions.cmake @@ -53,7 +53,7 @@ set(MONETDB_VERSION "${MONETDB_VERSION_M # common/options and common/utils) set(GDK_VERSION_CURRENT "23") set(GDK_VERSION_MINOR "0") -set(GDK_VERSION_PATCH "0") +set(GDK_VERSION_PATCH "1") math(EXPR GDK_VERSION_MAJOR "${GDK_VERSION_CURRENT} - ${GDK_VERSION_MINOR}") set(GDK_VERSION "${GDK_VERSION_MAJOR}.${GDK_VERSION_MINOR}.${GDK_VERSION_PATCH}") @@ -67,7 +67,7 @@ set(MAPI_VERSION "${MAPI_VERSION_MAJOR}. # version of the MONETDB5 library (subdirectory monetdb5, not including extras or sql) set(MONETDB5_VERSION_CURRENT "31") set(MONETDB5_VERSION_MINOR "0") -set(MONETDB5_VERSION_PATCH "0") +set(MONETDB5_VERSION_PATCH "1") math(EXPR MONETDB5_VERSION_MAJOR "${MONETDB5_VERSION_CURRENT} - ${MONETDB5_VERSION_MINOR}") set(MONETDB5_VERSION "${MONETDB5_VERSION_MAJOR}.${MONETDB5_VERSION_MINOR}.${MONETDB5_VERSION_PATCH}") diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +monetdb (11.41.3) unstable; urgency=low + + * Rebuilt. + + -- Sjoerd Mullender <sjo...@acm.org> Fri, 30 Jul 2021 10:02:48 +0200 + +monetdb (11.41.3) unstable; urgency=low + + * gdk: Hash indexes are no longer maintained at all cost: if the number of + distinct values is too small compared to the total number of values, + the index is dropped instead of being maintained during updates. + + -- Sjoerd Mullender <sjo...@acm.org> Fri, 30 Jul 2021 10:02:48 +0200 + +monetdb (11.41.3) unstable; urgency=low + + * sql: The sys.storage() function now only returns meta data, i.e. data that + can be calculated without access to the column contents. + + -- Sjoerd Mullender <sjo...@acm.org> Fri, 30 Jul 2021 10:02:48 +0200 + +monetdb (11.41.3) unstable; urgency=low + + * sql: Since STREAM tables support is removed, left over STREAM tables are + dropped from the catalog. + + -- Sjoerd Mullender <sjo...@acm.org> Wed, 28 Jul 2021 10:02:48 +0200 + monetdb (11.41.1) unstable; urgency=low * Rebuilt. diff --git a/debian/control b/debian/control --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9), cmake ( Standards-Version: 3.8.0 X-Python-Version: >= 2.6 -Package: libmonetdb23 +Package: libmonetdb22 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: libmonetdb5-server-geom (<< ${source:Version}) @@ -34,7 +34,7 @@ Description: MonetDB core library Package: libmonetdb-dev Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libmonetdb23, libmonetdb-stream-dev + libmonetdb22, libmonetdb-stream-dev Description: MonetDB development files MonetDB is a database management system that is developed from a main-memory perspective with use of a fully decomposed storage model, diff --git a/debian/libmonetdb23.install b/debian/libmonetdb22.install rename from debian/libmonetdb23.install rename to debian/libmonetdb22.install diff --git a/gdk/ChangeLog-Archive b/gdk/ChangeLog-Archive --- a/gdk/ChangeLog-Archive +++ b/gdk/ChangeLog-Archive @@ -1,6 +1,11 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Fri Jul 30 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.3-20210730 +- Hash indexes are no longer maintained at all cost: if the number of + distinct values is too small compared to the total number of values, + the index is dropped instead of being maintained during updates. + * Tue Jul 20 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.1-20210723 - A new type, called msk, was introduced. This is a bit mask type. In a bat with type msk, each row occupies a single bit, so 8 rows are diff --git a/gdk/ChangeLog.Jul2021 b/gdk/ChangeLog.Jul2021 --- a/gdk/ChangeLog.Jul2021 +++ b/gdk/ChangeLog.Jul2021 @@ -1,8 +1,3 @@ # ChangeLog file for GDK # This file is updated with Maddlog -* Fri Jul 30 2021 Sjoerd Mullender <sjo...@acm.org> -- Hash indexes are no longer maintained at all cost: if the number of - distinct values is too small compared to the total number of values, - the index is dropped instead of being maintained during updates. - diff --git a/misc/packages/deb/changelog b/misc/packages/deb/changelog --- a/misc/packages/deb/changelog +++ b/misc/packages/deb/changelog @@ -1,3 +1,31 @@ +monetdb (11.41.3) unstable; urgency=low + + * Rebuilt. + + -- Sjoerd Mullender <sjo...@acm.org> Fri, 30 Jul 2021 10:02:48 +0200 + +monetdb (11.41.3) unstable; urgency=low + + * gdk: Hash indexes are no longer maintained at all cost: if the number of + distinct values is too small compared to the total number of values, + the index is dropped instead of being maintained during updates. + + -- Sjoerd Mullender <sjo...@acm.org> Fri, 30 Jul 2021 10:02:48 +0200 + +monetdb (11.41.3) unstable; urgency=low + + * sql: The sys.storage() function now only returns meta data, i.e. data that + can be calculated without access to the column contents. + + -- Sjoerd Mullender <sjo...@acm.org> Fri, 30 Jul 2021 10:02:48 +0200 + +monetdb (11.41.3) unstable; urgency=low + + * sql: Since STREAM tables support is removed, left over STREAM tables are + dropped from the catalog. + + -- Sjoerd Mullender <sjo...@acm.org> Wed, 28 Jul 2021 10:02:48 +0200 + monetdb (11.41.1) unstable; urgency=low * Rebuilt. diff --git a/misc/packages/rpm/changelog b/misc/packages/rpm/changelog --- a/misc/packages/rpm/changelog +++ b/misc/packages/rpm/changelog @@ -1,3 +1,19 @@ +* Fri Jul 30 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.3-20210730 +- Rebuilt. + +* Fri Jul 30 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.3-20210730 +- gdk: Hash indexes are no longer maintained at all cost: if the number of + distinct values is too small compared to the total number of values, + the index is dropped instead of being maintained during updates. + +* Fri Jul 30 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.3-20210730 +- sql: The sys.storage() function now only returns meta data, i.e. data that + can be calculated without access to the column contents. + +* Wed Jul 28 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.3-20210730 +- sql: Since STREAM tables support is removed, left over STREAM tables are + dropped from the catalog. + * Fri Jul 23 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.1-20210723 - Rebuilt. - GH#2030: Temporary table is semi-persistent when transaction fails diff --git a/sql/ChangeLog-Archive b/sql/ChangeLog-Archive --- a/sql/ChangeLog-Archive +++ b/sql/ChangeLog-Archive @@ -1,6 +1,14 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Fri Jul 30 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.3-20210730 +- The sys.storage() function now only returns meta data, i.e. data that + can be calculated without access to the column contents. + +* Wed Jul 28 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.3-20210730 +- Since STREAM tables support is removed, left over STREAM tables are + dropped from the catalog. + * Wed Jul 21 2021 Joeri van Ruth <joeri.van.r...@monetdbsolutions.com> - 11.41.1-20210723 - Fix a warning emitted by some implementations of the tar(1) command when unpacking hot snapshot files. diff --git a/sql/ChangeLog.Jul2021 b/sql/ChangeLog.Jul2021 --- a/sql/ChangeLog.Jul2021 +++ b/sql/ChangeLog.Jul2021 @@ -1,11 +1,3 @@ # ChangeLog file for sql # This file is updated with Maddlog -* Fri Jul 30 2021 Sjoerd Mullender <sjo...@acm.org> -- The sys.storage() function now only returns meta data, i.e. data that - can be calculated without access to the column contents. - -* Wed Jul 28 2021 Sjoerd Mullender <sjo...@acm.org> -- Since STREAM tables support is removed, left over STREAM tables are - dropped from the catalog. - _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list