Changeset: 5a254459071a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/5a254459071a
Modified Files:
        MonetDB.spec
        cmake/monetdb-versions.cmake
Branch: default
Log Message:

Merge with Jan2022 branch.


diffs (truncated from 316 to 300 lines):

diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -760,3 +760,4 @@ 8c015afafb5903ea59b0e2cffac1138a0d82e007
 8c015afafb5903ea59b0e2cffac1138a0d82e007 Jul2021_SP4_release
 cab90a348501b045e19cee5cebcc44f3800bd0a8 Jul2021_21
 cab90a348501b045e19cee5cebcc44f3800bd0a8 Jul2021_SP5_release
+5872f047d97c98d3a848514438b8f97fa446855d Jan2022_11
diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -81,7 +81,7 @@ Group: Applications/Databases
 License: MPLv2.0
 URL: https://www.monetdb.org/
 BugURL: https://bugs.monetdb.org/
-Source: 
https://www.monetdb.org/downloads/sources/Jan2022-SP1/%{name}-%{version}.tar.bz2
+Source: 
https://www.monetdb.org/downloads/sources/Jan2022-SP2/%{name}-%{version}.tar.bz2
 
 # The Fedora packaging document says we need systemd-rpm-macros for
 # the _unitdir and _tmpfilesdir macros to exist; however on RHEL 7
@@ -848,6 +848,37 @@ fi
 %endif
 
 %changelog
+* Fri Mar 25 2022 Sjoerd Mullender <sjo...@acm.org> - 11.43.11-20220325
+- Rebuilt.
+- GH#7252: Segmentation fault on second run
+- GH#7253: Extremely slow INSERT INTO <table> SELECT
+- GH#7254: Commit with deletions is very slow
+- GH#7263: PRIMARY KEY constraint is not persistent through server restarts
+- GH#7267: Update after delete does not update some rows
+
+* Fri Mar 18 2022 Sjoerd Mullender <sjo...@acm.org> - 11.43.11-20220325
+- gdk: Fixed a race condition which could cause a too large size being written
+  for a .theap file to the BBP.dir file after the correct size file had
+  been saved to disk.
+- gdk: We now ignore the size and capacity columns in the BBP.dir file.
+  These values are essential during run time, but not useful in the
+  on-disk image of the database.
+
+* Wed Mar  9 2022 Sjoerd Mullender <sjo...@acm.org> - 11.43.11-20220325
+- gdk: Fixed a bug in the append code for msk (bit mask) bats.
+- gdk: Conversions from floating point types to integral types that involve
+  multiplication now use the "long double" as intermediate type, thereby
+  loosing as few significant bits as is feasible.
+- gdk: Found and fixed another source for the now infamous BBPcheckbats error
+  that sometimes occurs at startup of the server.
+
+* Wed Feb 16 2022 Sjoerd Mullender <sjo...@acm.org> - 11.43.11-20220325
+- clients: Improved the handling of the \r (internal pager) command in mclient.
+  It now properly counts the header of table, and when a (very) long
+  table is being printed and aborted part way in the built-in pager, not
+  all data is transferred to the client (and then discarded).  Instead
+  at most 1000 rows are transferred.
+
 * Mon Feb 07 2022 Sjoerd Mullender <sjo...@acm.org> - 11.43.9-20220207
 - Rebuilt.
 - GH#7237: SELECT with concurrent writes rarely returns corrupt data
diff --git a/clients/ChangeLog-Archive b/clients/ChangeLog-Archive
--- a/clients/ChangeLog-Archive
+++ b/clients/ChangeLog-Archive
@@ -1,6 +1,13 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Wed Feb 16 2022 Sjoerd Mullender <sjo...@acm.org> - 11.43.11-20220325
+- Improved the handling of the \r (internal pager) command in mclient.
+  It now properly counts the header of table, and when a (very) long
+  table is being printed and aborted part way in the built-in pager, not
+  all data is transferred to the client (and then discarded).  Instead
+  at most 1000 rows are transferred.
+
 * Wed Aug 11 2021 Sjoerd Mullender <sjo...@acm.org> - 11.43.1-20220103
 - A new output formatting mode was added to mclient.  Use -fcsv-noquote
   to produce a CSV (comma-separated values) output where the quote
diff --git a/clients/ChangeLog.Jan2022 b/clients/ChangeLog.Jan2022
--- a/clients/ChangeLog.Jan2022
+++ b/clients/ChangeLog.Jan2022
@@ -1,10 +1,3 @@
 # ChangeLog file for clients
 # This file is updated with Maddlog
 
-* Wed Feb 16 2022 Sjoerd Mullender <sjo...@acm.org>
-- Improved the handling of the \r (internal pager) command in mclient.
-  It now properly counts the header of table, and when a (very) long
-  table is being printed and aborted part way in the built-in pager, not
-  all data is transferred to the client (and then discarded).  Instead
-  at most 1000 rows are transferred.
-
diff --git a/cmake/monetdb-versions.cmake b/cmake/monetdb-versions.cmake
--- a/cmake/monetdb-versions.cmake
+++ b/cmake/monetdb-versions.cmake
@@ -40,19 +40,19 @@ set(MONETDB_VERSION "${MONETDB_VERSION_M
 # common/options and common/utils)
 set(GDK_VERSION_MAJOR "25")
 set(GDK_VERSION_MINOR "0")
-set(GDK_VERSION_PATCH "2")
+set(GDK_VERSION_PATCH "3")
 set(GDK_VERSION 
"${GDK_VERSION_MAJOR}.${GDK_VERSION_MINOR}.${GDK_VERSION_PATCH}")
 
 # version of the MAPI library (subdirectory clients/mapilib)
 set(MAPI_VERSION_MAJOR "14")
 set(MAPI_VERSION_MINOR "0")
-set(MAPI_VERSION_PATCH "0")
+set(MAPI_VERSION_PATCH "1")
 set(MAPI_VERSION 
"${MAPI_VERSION_MAJOR}.${MAPI_VERSION_MINOR}.${MAPI_VERSION_PATCH}")
 
 # version of the MONETDB5 library (subdirectory monetdb5, not including extras 
or sql)
 set(MONETDB5_VERSION_MAJOR "32")
 set(MONETDB5_VERSION_MINOR "0")
-set(MONETDB5_VERSION_PATCH "3")
+set(MONETDB5_VERSION_PATCH "4")
 set(MONETDB5_VERSION 
"${MONETDB5_VERSION_MAJOR}.${MONETDB5_VERSION_MINOR}.${MONETDB5_VERSION_PATCH}")
 
 # version of the MONETDBE library (subdirectory tools/monetdbe)
@@ -64,11 +64,11 @@ set(MONETDBE_VERSION "${MONETDBE_VERSION
 # version of the STREAM library (subdirectory common/stream)
 set(STREAM_VERSION_MAJOR "16")
 set(STREAM_VERSION_MINOR "0")
-set(STREAM_VERSION_PATCH "0")
+set(STREAM_VERSION_PATCH "1")
 set(STREAM_VERSION 
"${STREAM_VERSION_MAJOR}.${STREAM_VERSION_MINOR}.${STREAM_VERSION_PATCH}")
 
 # version of the SQL library (subdirectory sql)
 set(SQL_VERSION_MAJOR "12")
 set(SQL_VERSION_MINOR "0")
-set(SQL_VERSION_PATCH "2")
+set(SQL_VERSION_PATCH "3")
 set(SQL_VERSION 
"${SQL_VERSION_MAJOR}.${SQL_VERSION_MINOR}.${SQL_VERSION_PATCH}")
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,46 @@
+monetdb (11.43.11) unstable; urgency=low
+
+  * Rebuilt.
+  * GH#7252: Segmentation fault on second run
+  * GH#7253: Extremely slow INSERT INTO <table> SELECT
+  * GH#7254: Commit with deletions is very slow
+  * GH#7263: PRIMARY KEY constraint is not persistent through server restarts
+  * GH#7267: Update after delete does not update some rows
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 25 Mar 2022 09:53:47 +0100
+
+monetdb (11.43.11) unstable; urgency=low
+
+  * gdk: Fixed a race condition which could cause a too large size being 
written
+    for a .theap file to the BBP.dir file after the correct size file had
+    been saved to disk.
+  * gdk: We now ignore the size and capacity columns in the BBP.dir file.
+    These values are essential during run time, but not useful in the
+    on-disk image of the database.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 18 Mar 2022 09:53:47 +0100
+
+monetdb (11.43.11) unstable; urgency=low
+
+  * gdk: Fixed a bug in the append code for msk (bit mask) bats.
+  * gdk: Conversions from floating point types to integral types that involve
+    multiplication now use the "long double" as intermediate type, thereby
+    loosing as few significant bits as is feasible.
+  * gdk: Found and fixed another source for the now infamous BBPcheckbats error
+    that sometimes occurs at startup of the server.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Wed, 9 Mar 2022 09:53:47 +0100
+
+monetdb (11.43.11) unstable; urgency=low
+
+  * clients: Improved the handling of the \r (internal pager) command in 
mclient.
+    It now properly counts the header of table, and when a (very) long
+    table is being printed and aborted part way in the built-in pager, not
+    all data is transferred to the client (and then discarded).  Instead
+    at most 1000 rows are transferred.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Wed, 16 Feb 2022 09:53:47 +0100
+
 monetdb (11.43.9) unstable; urgency=low
 
   * Rebuilt.
diff --git a/gdk/ChangeLog-Archive b/gdk/ChangeLog-Archive
--- a/gdk/ChangeLog-Archive
+++ b/gdk/ChangeLog-Archive
@@ -1,6 +1,22 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Fri Mar 18 2022 Sjoerd Mullender <sjo...@acm.org> - 11.43.11-20220325
+- Fixed a race condition which could cause a too large size being written
+  for a .theap file to the BBP.dir file after the correct size file had
+  been saved to disk.
+- We now ignore the size and capacity columns in the BBP.dir file.
+  These values are essential during run time, but not useful in the
+  on-disk image of the database.
+
+* Wed Mar  9 2022 Sjoerd Mullender <sjo...@acm.org> - 11.43.11-20220325
+- Fixed a bug in the append code for msk (bit mask) bats.
+- Conversions from floating point types to integral types that involve
+  multiplication now use the "long double" as intermediate type, thereby
+  loosing as few significant bits as is feasible.
+- Found and fixed another source for the now infamous BBPcheckbats error
+  that sometimes occurs at startup of the server.
+
 * Wed Jan 12 2022 Panagiotis Koutsourakis <kutsu...@monetdbsolutions.com> - 
11.43.5-20220118
 - Implement string imprints (strimps for short) a pre-filter structure
   for strings in order to accelerate LIKE queries. If a strimp exists
diff --git a/gdk/ChangeLog.Jan2022 b/gdk/ChangeLog.Jan2022
--- a/gdk/ChangeLog.Jan2022
+++ b/gdk/ChangeLog.Jan2022
@@ -1,19 +1,3 @@
 # ChangeLog file for GDK
 # This file is updated with Maddlog
 
-* Fri Mar 18 2022 Sjoerd Mullender <sjo...@acm.org>
-- Fixed a race condition which could cause a too large size being written
-  for a .theap file to the BBP.dir file after the correct size file had
-  been saved to disk.
-- We now ignore the size and capacity columns in the BBP.dir file.
-  These values are essential during run time, but not useful in the
-  on-disk image of the database.
-
-* Wed Mar  9 2022 Sjoerd Mullender <sjo...@acm.org>
-- Fixed a bug in the append code for msk (bit mask) bats.
-- Conversions from floating point types to integral types that involve
-  multiplication now use the "long double" as intermediate type, thereby
-  loosing as few significant bits as is feasible.
-- Found and fixed another source for the now infamous BBPcheckbats error
-  that sometimes occurs at startup of the server.
-
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,46 @@
+monetdb (11.43.11) unstable; urgency=low
+
+  * Rebuilt.
+  * GH#7252: Segmentation fault on second run
+  * GH#7253: Extremely slow INSERT INTO <table> SELECT
+  * GH#7254: Commit with deletions is very slow
+  * GH#7263: PRIMARY KEY constraint is not persistent through server restarts
+  * GH#7267: Update after delete does not update some rows
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 25 Mar 2022 09:53:47 +0100
+
+monetdb (11.43.11) unstable; urgency=low
+
+  * gdk: Fixed a race condition which could cause a too large size being 
written
+    for a .theap file to the BBP.dir file after the correct size file had
+    been saved to disk.
+  * gdk: We now ignore the size and capacity columns in the BBP.dir file.
+    These values are essential during run time, but not useful in the
+    on-disk image of the database.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 18 Mar 2022 09:53:47 +0100
+
+monetdb (11.43.11) unstable; urgency=low
+
+  * gdk: Fixed a bug in the append code for msk (bit mask) bats.
+  * gdk: Conversions from floating point types to integral types that involve
+    multiplication now use the "long double" as intermediate type, thereby
+    loosing as few significant bits as is feasible.
+  * gdk: Found and fixed another source for the now infamous BBPcheckbats error
+    that sometimes occurs at startup of the server.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Wed, 9 Mar 2022 09:53:47 +0100
+
+monetdb (11.43.11) unstable; urgency=low
+
+  * clients: Improved the handling of the \r (internal pager) command in 
mclient.
+    It now properly counts the header of table, and when a (very) long
+    table is being printed and aborted part way in the built-in pager, not
+    all data is transferred to the client (and then discarded).  Instead
+    at most 1000 rows are transferred.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Wed, 16 Feb 2022 09:53:47 +0100
+
 monetdb (11.43.9) 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,34 @@
+* Fri Mar 25 2022 Sjoerd Mullender <sjo...@acm.org> - 11.43.11-20220325
+- Rebuilt.
+- GH#7252: Segmentation fault on second run
+- GH#7253: Extremely slow INSERT INTO <table> SELECT
+- GH#7254: Commit with deletions is very slow
+- GH#7263: PRIMARY KEY constraint is not persistent through server restarts
+- GH#7267: Update after delete does not update some rows
+
+* Fri Mar 18 2022 Sjoerd Mullender <sjo...@acm.org> - 11.43.11-20220325
+- gdk: Fixed a race condition which could cause a too large size being written
+  for a .theap file to the BBP.dir file after the correct size file had
+  been saved to disk.
+- gdk: We now ignore the size and capacity columns in the BBP.dir file.
+  These values are essential during run time, but not useful in the
+  on-disk image of the database.
+
+* Wed Mar  9 2022 Sjoerd Mullender <sjo...@acm.org> - 11.43.11-20220325
+- gdk: Fixed a bug in the append code for msk (bit mask) bats.
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to