Changeset: 5872f047d97c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5872f047d97c Modified Files: MonetDB.spec clients/ChangeLog-Archive clients/ChangeLog.Jan2022 debian/changelog gdk/ChangeLog-Archive gdk/ChangeLog.Jan2022 misc/packages/deb/changelog misc/packages/rpm/changelog Branch: Jan2022 Log Message:
Moved contents of ChangeLog.Jan2022 to MonetDB.spec, debian/changelog and ChangeLog-Archive. diffs (268 lines): 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 @@ -850,6 +850,37 @@ fi %endif %changelog +* Fri Mar 25 2022 Sjoerd Mullender <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 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 <[email protected]> -- 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/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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 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 <[email protected]> -- 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 <[email protected]> -- 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 11.43.9-20220207 - Rebuilt. - GH#7237: SELECT with concurrent writes rarely returns corrupt data _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
