Changeset: 9b9598fecd34 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9b9598fecd34
Modified Files:
        .hgtags
        MonetDB.spec
        debian/changelog
        libversions
Branch: default
Log Message:

Merge with Jan2014 branch.


diffs (143 lines):

diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -544,3 +544,6 @@ 09c8c6c3f81fe53b0a38727e676f379715d012cf
 9915299bca802fd03d36e59a59f4711e7c82a503 Jan2014_root
 1f6d48b7e4fadc757eaf87ea2295e662c76369b2 Jan2014_1
 0193a77a33c5b396255966be4816d396b7f0889f Jan2014_release
+234ac4db8598c955a975f1da8b63ac25eb8b0d75 Jan2014_3
+0193a77a33c5b396255966be4816d396b7f0889f Jan2014_release
+0dde9d886d08c52bb27f6517dafd91101bf66246 Jan2014_release
diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -798,6 +798,41 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/MonetD
 rm -fr $RPM_BUILD_ROOT
 
 %changelog
+* Sat Jan 25 2014 Sjoerd Mullender <sjo...@acm.org> - 11.17.3-20140125
+- Rebuilt.
+- BZ#3040: Wrong NULL behavior in EXCEPT and INTERSECT
+- BZ#3092: ODBC client doesn't support scalar function escape
+- BZ#3198: SIGSEGV insert_string_bat (b=0x7fffe419d0a0, n=0x7fffc4006010,
+  append=0) at gdk_batop.c:196
+- BZ#3210: Unexpected concurrency conflict when inserting to 2 tables
+  simultaneously and querying one of them
+- BZ#3273: Add support to Python DBAPI package for timetz, inet and
+  url types
+- BZ#3285: no such table 'queryHistory'
+- BZ#3298: GDKmmap messages and monetdb start db takes very long
+- BZ#3354: Introduce query time-out
+- BZ#3371: (i)like generates batloop instead of algebra.likesubselect
+- BZ#3372: Large group by queries never complete - server at 100%
+  cpu(all cores) until MonetDB stopped
+- BZ#3383: Bad performance with DISTINCT GROUP BY
+- BZ#3391: Bad performance with GROUP BY and FK with out aggregate
+  function
+- BZ#3393: "COPY .. INTO ..." - escape of string quotes
+- BZ#3399: server crashed on simple (malformed) query
+- BZ#3401: inconsistent/strange handling of invalid dates
+  (e.g. 2013-02-29) in where clause
+- BZ#3403: NOT NULL constraint can't be applied after deleting rows with
+  null values
+- BZ#3404: Assertion `h->storage == STORE_MMAP' failed.
+- BZ#3408: nested concat query crashed server
+- BZ#3411: (disguised) BETWEEN clause not recognised. Hence no rangejoin.
+- BZ#3412: Boolean expressions in WHERE clause, result in incorrect
+  resulsts
+- BZ#3417: Nested Common Table Expressions Crash
+- BZ#3418: Segmentation fault on a query from table expression
+- BZ#3419: Database does not start after upgrade
+- BZ#3423: Group by alias with distinct count doesn't work
+
 * Tue Jan 14 2014 Sjoerd Mullender <sjo...@acm.org> - 11.17.1-20140114
 - Rebuilt.
 - BZ#3040: Wrong NULL behavior in EXCEPT and INTERSECT
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-monetdb (11.17.1-20140114) unstable; urgency=low
+monetdb (11.17.3-20140125) unstable; urgency=low
 
   * Rebuilt.
 
- -- Sjoerd Mullender <sjo...@acm.org>  Tue, 14 Jan 2014 14:39:05 +0100
-
-monetdb (11.17.1-20140114) unstable; urgency=low
+ -- Sjoerd Mullender <sjo...@acm.org>  Sat, 25 Jan 2014 14:06:29 +0100
+
+monetdb (11.17.3-20140125) unstable; urgency=low
 
   * Rebuilt.
   * BZ#3040: Wrong NULL behavior in EXCEPT and INTERSECT
@@ -36,6 +36,50 @@ monetdb (11.17.1-20140114) unstable; urg
   * BZ#3412: Boolean expressions in WHERE clause, result in incorrect
     resulsts
   * BZ#3417: Nested Common Table Expressions Crash
+  * BZ#3418: Segmentation fault on a query from table expression
+  * BZ#3419: Database does not start after upgrade
+  * BZ#3423: Group by alias with distinct count doesn't work
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Sat, 25 Jan 2014 14:06:27 +0100
+
+monetdb (11.17.1-20140114) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Tue, 14 Jan 2014 14:39:05 +0100
+
+monetdb (11.17.1-20140114) unstable; urgency=low
+
+  * Rebuilt.
+  * BZ#3040: Wrong NULL behavior in EXCEPT and INTERSECT
+  * BZ#3092: ODBC client doesn't support scalar function escape
+  * BZ#3198: SIGSEGV insert_string_bat (b=0x7fffe419d0a0, n=0x7fffc4006010,
+    append=0) at gdk_batop.c:196
+  * BZ#3210: Unexpected concurrency conflict when inserting to 2 tables
+    simultaneously and querying one of them
+  * BZ#3273: Add support to Python DBAPI package for timetz, inet and
+    url types
+  * BZ#3285: no such table 'queryHistory'
+  * BZ#3298: GDKmmap messages and monetdb start db takes very long
+  * BZ#3354: Introduce query time-out
+  * BZ#3371: (i)like generates batloop instead of algebra.likesubselect
+  * BZ#3372: Large group by queries never complete - server at 100%
+    cpu(all cores) until MonetDB stopped
+  * BZ#3383: Bad performance with DISTINCT GROUP BY
+  * BZ#3391: Bad performance with GROUP BY and FK with out aggregate
+    function
+  * BZ#3393: "COPY .. INTO ..." - escape of string quotes
+  * BZ#3399: server crashed on simple (malformed) query
+  * BZ#3401: inconsistent/strange handling of invalid dates
+    (e.g. 2013-02-29) in where clause
+  * BZ#3403: NOT NULL constraint can't be applied after deleting rows with
+    null values
+  * BZ#3404: Assertion `h->storage == STORE_MMAP' failed.
+  * BZ#3408: nested concat query crashed server
+  * BZ#3411: (disguised) BETWEEN clause not recognised. Hence no rangejoin.
+  * BZ#3412: Boolean expressions in WHERE clause, result in incorrect
+    resulsts
+  * BZ#3417: Nested Common Table Expressions Crash
 
  -- Sjoerd Mullender <sjo...@acm.org>  Tue, 14 Jan 2014 14:39:02 +0100
 
diff --git a/libversions b/libversions
--- a/libversions
+++ b/libversions
@@ -36,13 +36,13 @@
 
 # version of the GDK library (subdirectory gdk; also includes
 # common/options and common/utils)
-GDK_VERSION=10:0:0
+GDK_VERSION=10:1:0
 
 # version of the MAPI library (subdirectory clients/mapilib)
 MAPI_VERSION=6:5:0
 
 # version of the MONETDB5 library (subdirectory monetdb5, not including extras)
-MONETDB5_VERSION=16:0:0
+MONETDB5_VERSION=16:1:0
 
 # version of the STREAM library (subdirectory common/stream)
 STREAM_VERSION=5:0:0
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to