Changeset: 117bedecad36 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=117bedecad36 Modified Files: .hgtags MonetDB.spec clients/ChangeLog-Archive clients/ChangeLog.Feb2013 debian/changelog gdk/ChangeLog-Archive gdk/ChangeLog.Feb2013 java/ChangeLog-Archive java/ChangeLog.Feb2013 libversions Branch: default Log Message:
Merge with Feb2013 branch. diffs (222 lines): diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -537,3 +537,5 @@ 89679ea95aac8f548c787cd74c35212137f5b56f e4239a86f8032fd67169ddf4bcea6f37f32a0f8b Feb2013_15 89679ea95aac8f548c787cd74c35212137f5b56f Feb2013_SP4_release 11955d7a07f23672650e41dd0c9fbc9e0fc4c1af Feb2013_SP4_release +4e2a5af00230f6a0e4f51778744c9fcd353a6ba5 Feb2013_17 +35b5a0d1fc95cbf151767e6d8e3c01b1e0316c1e Feb2013_SP5_release diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -27,7 +27,7 @@ Vendor: MonetDB BV <i...@monetdb.org> Group: Applications/Databases License: MPL - http://www.monetdb.org/Legal/MonetDBLicense URL: http://www.monetdb.org/ -Source: http://dev.monetdb.org/downloads/sources/Feb2013-SP4/%{name}-%{version}.tar.bz2 +Source: http://dev.monetdb.org/downloads/sources/Feb2013-SP5/%{name}-%{version}.tar.bz2 BuildRequires: bison BuildRequires: bzip2-devel @@ -755,6 +755,41 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/Maddlog rm -fr $RPM_BUILD_ROOT %changelog +* Tue Oct 08 2013 Hannes Muehleisen <han...@cwi.nl> - 11.15.17-20131008 +- Rebuilt. +- BZ#3323: Heapcache bugs/performance issues +- BZ#3331: SAMPLE will return same result every time. +- BZ#3356: DatabaseMetaData.getColumns() doesn't work correctly when + using index-based getters +- BZ#3367: Fully qualified order by column gives "relational query + without result" +- BZ#3368: BAT sortedness info ignored on ORDER BY and TOPN +- BZ#3370: SQL environment settings are updated even when the set + statement fails +- BZ#3373: Setting table to read-only (Bug 3362) fails on big-endian +- BZ#3375: LIKE join: BATfetchjoin does not hit always +- BZ#3376: COPY INTO fails with HEAPextend: failed to extend: MT_mremap() + failed +- BZ#3377: Query interfering with next query in same transaction, + after SP4 +- BZ#3380: Python DBAPI driver throws exception when fetching EXPLAIN + results +- BZ#3381: Windows ODBC driver hangs or crashes on simple queries + +* Mon Oct 7 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.17-20131008 +- java: Rearranged order of returned columns of certain metadata functions to + comply with the JDBC documentation. See bug 3356. + +* Fri Oct 4 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.17-20131008 +- clients: ODBC: Implemented retrieving variable-length data in parts with + SQLGetData. See bug 3381. + +* Mon Sep 30 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.17-20131008 +- gdk: Removed the heap cache. Since the fix for bug 3323 which made that + the cache was actually getting used, bug 3376 made clear that it didn't + work very well. In addition, on Linux at least, the heap cache slows + things down. + * Wed Sep 25 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.15-20130925 - Rebuilt. diff --git a/clients/ChangeLog-Archive b/clients/ChangeLog-Archive --- a/clients/ChangeLog-Archive +++ b/clients/ChangeLog-Archive @@ -1,6 +1,10 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Fri Oct 4 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.17-20131008 +- ODBC: Implemented retrieving variable-length data in parts with + SQLGetData. See bug 3381. + * Sat Dec 1 2012 Fabian Groffen <fab...@monetdb.org> - 11.15.1-20130212 - Mapi protocol v8 support was removed from all client drivers. Protocol v8 has not been used by the servers any more since Apr2012 release diff --git a/clients/ChangeLog.Feb2013 b/clients/ChangeLog.Feb2013 --- a/clients/ChangeLog.Feb2013 +++ b/clients/ChangeLog.Feb2013 @@ -1,7 +1,3 @@ # ChangeLog file for clients # This file is updated with Maddlog -* Fri Oct 4 2013 Sjoerd Mullender <sjo...@acm.org> -- ODBC: Implemented retrieving variable-length data in parts with - SQLGetData. See bug 3381. - diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,56 @@ +monetdb (11.15.17-20131008) unstable; urgency=low + + * Rebuilt. + + -- Hannes Muehleisen <han...@cwi.nl> Tue, 08 Oct 2013 16:12:02 +0200 + +monetdb (11.15.17-20131008) unstable; urgency=low + + * Rebuilt. + * BZ#3323: Heapcache bugs/performance issues + * BZ#3331: SAMPLE will return same result every time. + * BZ#3356: DatabaseMetaData.getColumns() doesn't work correctly when + using index-based getters + * BZ#3367: Fully qualified order by column gives "relational query + without result" + * BZ#3368: BAT sortedness info ignored on ORDER BY and TOPN + * BZ#3370: SQL environment settings are updated even when the set + statement fails + * BZ#3373: Setting table to read-only (Bug 3362) fails on big-endian + * BZ#3375: LIKE join: BATfetchjoin does not hit always + * BZ#3376: COPY INTO fails with HEAPextend: failed to extend: MT_mremap() + failed + * BZ#3377: Query interfering with next query in same transaction, + after SP4 + * BZ#3380: Python DBAPI driver throws exception when fetching EXPLAIN + results + * BZ#3381: Windows ODBC driver hangs or crashes on simple queries + + -- Hannes Muehleisen <han...@cwi.nl> Tue, 08 Oct 2013 16:12:02 +0200 + +monetdb (11.15.17-20131008) unstable; urgency=low + + * java: Rearranged order of returned columns of certain metadata functions to + comply with the JDBC documentation. See bug 3356. + + -- Sjoerd Mullender <sjo...@acm.org> Mon, 7 Oct 2013 16:12:02 +0200 + +monetdb (11.15.17-20131008) unstable; urgency=low + + * clients: ODBC: Implemented retrieving variable-length data in parts with + SQLGetData. See bug 3381. + + -- Sjoerd Mullender <sjo...@acm.org> Fri, 4 Oct 2013 16:12:02 +0200 + +monetdb (11.15.17-20131008) unstable; urgency=low + + * gdk: Removed the heap cache. Since the fix for bug 3323 which made that + the cache was actually getting used, bug 3376 made clear that it didn't + work very well. In addition, on Linux at least, the heap cache slows + things down. + + -- Sjoerd Mullender <sjo...@acm.org> Mon, 30 Sep 2013 16:12:02 +0200 + monetdb (11.15.15-20130925) 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,12 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Mon Sep 30 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.17-20131008 +- Removed the heap cache. Since the fix for bug 3323 which made that + the cache was actually getting used, bug 3376 made clear that it didn't + work very well. In addition, on Linux at least, the heap cache slows + things down. + * Tue May 7 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.9-20130619 - System calls to flush files to disks were added. This may cause some slowdown, but it should provide better durability, especially diff --git a/gdk/ChangeLog.Feb2013 b/gdk/ChangeLog.Feb2013 --- a/gdk/ChangeLog.Feb2013 +++ b/gdk/ChangeLog.Feb2013 @@ -1,9 +1,3 @@ # ChangeLog file for MonetDB # This file is updated with Maddlog -* Mon Sep 30 2013 Sjoerd Mullender <sjo...@acm.org> -- Removed the heap cache. Since the fix for bug 3323 which made that - the cache was actually getting used, bug 3376 made clear that it didn't - work very well. In addition, on Linux at least, the heap cache slows - things down. - diff --git a/java/ChangeLog-Archive b/java/ChangeLog-Archive --- a/java/ChangeLog-Archive +++ b/java/ChangeLog-Archive @@ -1,6 +1,10 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Mon Oct 7 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.17-20131008 +- Rearranged order of returned columns of certain metadata functions to + comply with the JDBC documentation. See bug 3356. + * Sun Jun 9 2013 Fabian Groffen <fab...@monetdb.org> - 11.15.9-20130619 - Further improved setBigDecimal() method, based on patch by Ben Reilly in bug #3290 diff --git a/java/ChangeLog.Feb2013 b/java/ChangeLog.Feb2013 --- a/java/ChangeLog.Feb2013 +++ b/java/ChangeLog.Feb2013 @@ -1,7 +1,3 @@ # ChangeLog file for java # This file is updated with Maddlog -* Mon Oct 7 2013 Sjoerd Mullender <sjo...@acm.org> -- Rearranged order of returned columns of certain metadata functions to - comply with the JDBC documentation. See bug 3356. - 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=9:5:0 +GDK_VERSION=9:6: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=14:6:0 +MONETDB5_VERSION=15:0:0 # version of the STREAM library (subdirectory common/stream) -STREAM_VERSION=4:8:1 +STREAM_VERSION=4:9:1 _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list