Changeset: 1ae7d5c90635 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1ae7d5c90635
Modified Files:
        clients/MonetDB-client.spec
        sql/MonetDB-SQL.spec
Branch: default
Log Message:

Merge: Cleaned up some old changelog entries.


diffs (truncated from 794 to 300 lines):

diff -r c82c3ed30d79 -r 1ae7d5c90635 MonetDB/debian/changelog
--- a/MonetDB/debian/changelog  Thu Aug 19 15:19:33 2010 +0200
+++ b/MonetDB/debian/changelog  Thu Aug 19 17:09:48 2010 +0200
@@ -49,23 +49,23 @@
 monetdb (1.38.1-20100618) unstable; urgency=low
 
   * Made compilation of "testing" (and "java") independent of MonetDB.
-    This is mainly for Windows, but also on other systems, "testing" can now be
-    built independently of (and hence before) "MonetDB".
-    Files that mimic configure functionality on Windows were moved from
-    "MonetDB" to "buildtools"; hence, this affects all packages on Windows,
-    requiring a complete rebuild from scratch on Windows.
-    getopt() support in testing has changed; hence, (most probably) requiring a
-    rebuild from scratch of testing on other systems.
+    This is mainly for Windows, but also on other systems, "testing"
+    can now be built independently of (and hence before) "MonetDB".
+    Files that mimic configure functionality on Windows were moved
+    from "MonetDB" to "buildtools"; hence, this affects all packages
+    on Windows, requiring a complete rebuild from scratch on Windows.
+    getopt() support in testing has changed; hence, (most probably)
+    requiring a rebuild from scratch of testing on other systems.
 
  -- Stefan Manegold <maneg...@cwi.nl>  Tue, 20 Apr 2010 10:58:37 +0200
 
 monetdb (1.38.1-20100618) unstable; urgency=low
 
-  * Implemented build directory support for Windows,
-    i.e., like on Unix/Linux also on Windows we can now build in a separate
-    build directory as alternative to ...<package>NT, and thus keep the
-    latter clean from files generated during the build.
-    On Windows, the build directory must be a sibling of ...<package>NT .
+  * Implemented build directory support for Windows, i.e., like on
+    Unix/Linux also on Windows we can now build in a separate build
+    directory as alternative to ...<package>NT, and thus keep the
+    latter clean from files generated during the build.  On Windows,
+    the build directory must be a sibling of ...<package>NT .
 
  -- Stefan Manegold <maneg...@cwi.nl>  Tue, 20 Apr 2010 10:58:37 +0200
 
@@ -77,22 +77,23 @@
 
 monetdb (1.36.5-20100420) unstable; urgency=low
 
-  * Fixed a bug that could cause a crash when string BATs are combined.
-    (SF bug 2947763.)
+  * Fixed a bug that could cause a crash when string BATs are
+    combined.  (SF bug 2947763.)
 
  -- Sjoerd Mullender <sjo...@acm.org>  Thu, 15 Apr 2010 10:46:13 +0200
 
 monetdb (1.36.5-20100420) unstable; urgency=low
 
-  * Fixed a potential file leak: under certain conditions, files in the
-    database might not get deleted when they should (they would be
+  * Fixed a potential file leak: under certain conditions, files in
+    the database might not get deleted when they should (they would be
     deleted when the server restarts).
 
  -- Niels Nes <ni...@cwi.nl>  Sun, 11 Apr 2010 10:46:13 +0200
 
 monetdb (1.36.5-20100420) unstable; urgency=low
 
-  * Fix regression introduced in Feb2010-SP1 causing UDP connections to 
malfunction, in particular affecting the stethoscope tool.
+  * Fix regression introduced in Feb2010-SP1 causing UDP connections
+    to malfunction, in particular affecting the stethoscope tool.
 
  -- Fabian Groffen <fab...@cwi.nl>  Mon, 29 Mar 2010 10:46:13 +0200
 
@@ -104,7 +105,8 @@
 
 monetdb (1.36.3-20100322) unstable; urgency=low
 
-  * Fixed bug in UDP stream creation causing UDP connections to already
+  * Fixed bug in UDP stream creation causing UDP connections to
+    already
 
  -- Fabian Groffen <fab...@cwi.nl>  Mon, 01 Mar 2010 11:35:46 +0100
 
@@ -117,18 +119,18 @@
 monetdb (1.36.1-20100223) unstable; urgency=low
 
   * Various concurrency bugs were fixed.
-  * Various changes were made to run better on systems that don't have enough
-    memory to keep everything in core that was touched during query processing.
-    This is done by having the higher layers giving hints to the database
-    kernel about future use, and the database kernel giving hings to the
-    operating system kernel about how (virtual) memory is going to be used.
+  * Various changes were made to run better on systems that don't have
+    enough memory to keep everything in core that was touched during
+    query processing.  This is done by having the higher layers giving
+    hints to the database kernel about future use, and the database
+    kernel giving hings to the operating system kernel about how
+    (virtual) memory is going to be used.
 
  -- Sjoerd Mullender <sjo...@acm.org>  Mon, 22 Feb 2010 15:14:34 +0100
 
 monetdb (1.36.1-20100223) unstable; urgency=low
 
-  * Fixed bug in mergejoin implementation.
-    This fixes bug  #2952191.
+  * Fixed bug in mergejoin implementation.  This fixes bug #2952191.
 
  -- Stefan Manegold <stefan.maneg...@cwi.nl>  Thu, 18 Feb 2010 15:14:34 +0100
 
@@ -141,34 +143,34 @@
 
 monetdb (1.36.1-20100223) unstable; urgency=low
 
-  * Fix compilation issue when configured with --with-curl.
-    This fixes bug #2924999.
+  * Fix compilation issue when configured with --with-curl.  This
+    fixes bug #2924999.
 
  -- Sjoerd Mullender <sjo...@acm.org>  Thu, 21 Jan 2010 15:14:34 +0100
 
 monetdb (1.36.1-20100223) unstable; urgency=low
 
-  * Added implementation of MT_getrss() for Solaris.  This yields in the
-    kernel knowing about its (approximate) memory usage to try and help
-    the operating system to free that memory that is best to free, instead
-    of a random page, e.g. the work of the vmtrim thread.
+  * Added implementation of MT_getrss() for Solaris.  This yields in
+    the kernel knowing about its (approximate) memory usage to try and
+    help the operating system to free that memory that is best to
+    free, instead of a random page, e.g. the work of the vmtrim
+    thread.
 
  -- Fabian Groffen <fab...@cwi.nl>  Thu, 21 Jan 2010 15:14:34 +0100
 
 monetdb (1.36.1-20100223) unstable; urgency=low
 
-  * Implemented a "fast" string BAT append:
-    Under certain conditions, instead of inserting values one-by-one,
-    we now concatenate the string heap wholesale and just manipulate
-    the offsets.
-    This works both for BATins and BATappend.
+  * Implemented a "fast" string BAT append: Under certain conditions,
+    instead of inserting values one-by-one, we now concatenate the
+    string heap wholesale and just manipulate the offsets.  This works
+    both for BATins and BATappend.
 
  -- Sjoerd Mullender <sjo...@cwi.nl>  Wed, 20 Jan 2010 15:14:34 +0100
 
 monetdb (1.36.1-20100223) unstable; urgency=low
 
-  * Changed the string heap implementation to also contain the hashes of
-    strings.
+  * Changed the string heap implementation to also contain the hashes
+    of strings.
   * Changed the implementation of the string offset columns to be
     dynamically sized.
 
diff -r c82c3ed30d79 -r 1ae7d5c90635 MonetDB4/debian/changelog
--- a/MonetDB4/debian/changelog Thu Aug 19 15:19:33 2010 +0200
+++ b/MonetDB4/debian/changelog Thu Aug 19 17:09:48 2010 +0200
@@ -49,23 +49,23 @@
 monetdb4-server (4.38.1-20100618) unstable; urgency=low
 
   * Made compilation of "testing" (and "java") independent of MonetDB.
-    This is mainly for Windows, but also on other systems, "testing" can now be
-    built independently of (and hence before) "MonetDB".
-    Files that mimic configure functionality on Windows were moved from
-    "MonetDB" to "buildtools"; hence, this affects all packages on Windows,
-    requiring a complete rebuild from scratch on Windows.
-    getopt() support in testing has changed; hence, (most probably) requiring a
-    rebuild from scratch of testing on other systems.
+    This is mainly for Windows, but also on other systems, "testing"
+    can now be built independently of (and hence before) "MonetDB".
+    Files that mimic configure functionality on Windows were moved
+    from "MonetDB" to "buildtools"; hence, this affects all packages
+    on Windows, requiring a complete rebuild from scratch on Windows.
+    getopt() support in testing has changed; hence, (most probably)
+    requiring a rebuild from scratch of testing on other systems.
 
  -- Stefan Manegold <maneg...@cwi.nl>  Tue, 20 Apr 2010 10:58:37 +0200
 
 monetdb4-server (4.38.1-20100618) unstable; urgency=low
 
-  * Implemented build directory support for Windows,
-    i.e., like on Unix/Linux also on Windows we can now build in a separate
-    build directory as alternative to ...<package>NT, and thus keep the
-    latter clean from files generated during the build.
-    On Windows, the build directory must be a sibling of ...<package>NT .
+  * Implemented build directory support for Windows, i.e., like on
+    Unix/Linux also on Windows we can now build in a separate build
+    directory as alternative to ...<package>NT, and thus keep the
+    latter clean from files generated during the build.  On Windows,
+    the build directory must be a sibling of ...<package>NT .
 
  -- Stefan Manegold <maneg...@cwi.nl>  Tue, 20 Apr 2010 10:58:37 +0200
 
diff -r c82c3ed30d79 -r 1ae7d5c90635 MonetDB5/debian/changelog
--- a/MonetDB5/debian/changelog Thu Aug 19 15:19:33 2010 +0200
+++ b/MonetDB5/debian/changelog Thu Aug 19 17:09:48 2010 +0200
@@ -6,8 +6,8 @@
 
 monetdb5-server (5.20.3-20100713) unstable; urgency=low
 
-  * Fixed bug 2597: This bug manifested itself in rank queries in SQL but
-was a bug in the mergetable optimizer.
+  * Fixed bug 2597: This bug manifested itself in rank queries in SQL
+    but was a bug in the mergetable optimizer.
 
  -- Sjoerd Mullender <sjo...@acm.org>  Mon, 12 Jul 2010 11:17:24 +0200
 
@@ -33,11 +33,13 @@
 monetdb5-server (5.20.3-20100706) unstable; urgency=low
 
   * various performance fixes in grouping and grouped aggregation code
-    (MonetDB5/src/modules/kernel/group.mx, 
MonetDB5/src/modules/kernel/aggr*.mx)
-    to reduce the execution time the following query that mimics a two-column
-    primary key check over the ~5 billion tuple "neighbors" table of the
-    Skyserver database from 26 hours to 1.5 hours (on a 64 GB machine):
-    SELECT count(c), sum(c), min(c), max(c) FROM (SELECT count(*) AS c FROM 
"neighbors" GROUP BY "objID","NeighborObjID") AS t;
+    (MonetDB5/src/modules/kernel/group.mx,
+    MonetDB5/src/modules/kernel/aggr*.mx) to reduce the execution time
+    the following query that mimics a two-column primary key check
+    over the ~5 billion tuple "neighbors" table of the Skyserver
+    database from 26 hours to 1.5 hours (on a 64 GB machine): SELECT
+    count(c), sum(c), min(c), max(c) FROM (SELECT count(*) AS c FROM
+    "neighbors" GROUP BY "objID","NeighborObjID") AS t;
 
  -- Stefan Manegold <stefan.maneg...@cwi.nl>  Wed, 30 Jun 2010 14:06:18 +0200
 
@@ -91,9 +93,9 @@
 
 monetdb5-server (5.20.1-20100618) unstable; urgency=low
 
-  * fixed BUG #2994521 "mat.slice unable to cope with only empty BAT arguments"
-    
https://sourceforge.net/tracker/index.php?func=detail&aid=2994521&group_id=56967&atid=482468
-    by making MATpackSliceInternal() handle empty input BATs correctly
+  * fixed BUG #2994521 "mat.slice unable to cope with only empty BAT
+    arguments" by making MATpackSliceInternal() handle empty input
+    BATs correctly
 
  -- Stefan Manegold <maneg...@cwi.nl>  Sat, 1 May 2010 10:58:37 +0200
 
@@ -106,41 +108,43 @@
 monetdb5-server (5.20.1-20100618) unstable; urgency=low
 
   * Made compilation of "testing" (and "java") independent of MonetDB.
-    This is mainly for Windows, but also on other systems, "testing" can now be
-    built independently of (and hence before) "MonetDB".
-    Files that mimic configure functionality on Windows were moved from
-    "MonetDB" to "buildtools"; hence, this affects all packages on Windows,
-    requiring a complete rebuild from scratch on Windows.
-    getopt() support in testing has changed; hence, (most probably) requiring a
-    rebuild from scratch of testing on other systems.
+    This is mainly for Windows, but also on other systems, "testing"
+    can now be built independently of (and hence before) "MonetDB".
+    Files that mimic configure functionality on Windows were moved
+    from "MonetDB" to "buildtools"; hence, this affects all packages
+    on Windows, requiring a complete rebuild from scratch on Windows.
+    getopt() support in testing has changed; hence, (most probably)
+    requiring a rebuild from scratch of testing on other systems.
 
  -- Stefan Manegold <maneg...@cwi.nl>  Tue, 20 Apr 2010 10:58:37 +0200
 
 monetdb5-server (5.20.1-20100618) unstable; urgency=low
 
-  * Implemented build directory support for Windows,
-    i.e., like on Unix/Linux also on Windows we can now build in a separate
-    build directory as alternative to ...<package>NT, and thus keep the
-    latter clean from files generated during the build.
-    On Windows, the build directory must be a sibling of ...<package>NT .
+  * Implemented build directory support for Windows, i.e., like on
+    Unix/Linux also on Windows we can now build in a separate build
+    directory as alternative to ...<package>NT, and thus keep the
+    latter clean from files generated during the build.  On Windows,
+    the build directory must be a sibling of ...<package>NT .
 
  -- Stefan Manegold <maneg...@cwi.nl>  Tue, 20 Apr 2010 10:58:37 +0200
 
 monetdb5-server (5.20.1-20100618) unstable; urgency=low
 
-  * The MAL debugger list command has been extended with
-    an optional hash '#', which produces line numbers for
-    each of reference and analysis of variable span.
-  * The dataflow scheduler has been revamped to allow for
-    more parallelism to be exploited.
-  * The garbage collection administration has been changed. Every variable 
record
-    now comes with an end-of-life field (eolife), which denotes the 
instruction whereafter
-    the BAT variable reference counter can be decremented. The garbage 
collector is
-    never called automagically on MAL functions, because there may be other
-    pressing needs to retain them. This means that MAL functions defined and
-    used in the context of SQL, and which are not inlined, may cause a leakage.
-    The garbage collection has become part of each interpreter step.
-    The new approach makes the SQL/MAL plans half the size as before.
+  * The MAL debugger list command has been extended with an optional
+    hash '#', which produces line numbers for each of reference and
+    analysis of variable span.
+  * The dataflow scheduler has been revamped to allow for more
+    parallelism to be exploited.
+  * The garbage collection administration has been changed. Every
+    variable record now comes with an end-of-life field (eolife),
+    which denotes the instruction whereafter the BAT variable
+    reference counter can be decremented. The garbage collector is
+    never called automagically on MAL functions, because there may be
+    other pressing needs to retain them. This means that MAL functions
+    defined and used in the context of SQL, and which are not inlined,
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to