MonetDB: Aug2018 - Moved contents of ChangeLog.Aug2018 to MonetD...

2019-01-04 Thread Sjoerd Mullender
Changeset: a4e8c9372aa2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a4e8c9372aa2
Modified Files:
ChangeLog-Archive
MonetDB.spec
debian/changelog
sql/ChangeLog-Archive
sql/ChangeLog.Aug2018
Branch: Aug2018
Log Message:

Moved contents of ChangeLog.Aug2018 to MonetDB.spec, debian/changelog and 
ChangeLog-Archive.


diffs (132 lines):

diff --git a/ChangeLog-Archive b/ChangeLog-Archive
--- a/ChangeLog-Archive
+++ b/ChangeLog-Archive
@@ -1,6 +1,8 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Wed Oct 10 2018 Sjoerd Mullender  - 11.31.13-20190104
+
 * Wed Oct 10 2018 Sjoerd Mullender  - 11.31.11-20181011
 - Some subtle dependencies between RPMs have been fixed.
 
diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -108,7 +108,7 @@ Group: Applications/Databases
 License: MPLv2.0
 URL: https://www.monetdb.org/
 BugURL: https://bugs.monetdb.org/
-Source: 
https://www.monetdb.org/downloads/sources/Aug2018-SP1/%{name}-%{version}.tar.bz2
+Source: 
https://www.monetdb.org/downloads/sources/Aug2018-SP2/%{name}-%{version}.tar.bz2
 
 # we need systemd for the _unitdir macro to exist
 # we need checkpolicy and selinux-policy-devel for the SELinux policy
@@ -1022,6 +1022,37 @@ done
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Jan 04 2019 Sjoerd Mullender  - 11.31.13-20190104
+- Rebuilt.
+- BZ#6643: schema name qualifier in create global temporary table
+  json.table6643 ... is not honered
+- BZ#6645: optimizer treats all the functions with no or constant
+  parameters as constant
+- BZ#6650: PREPARE SQL statement fails to compile user defined functions
+  with parameter/s
+- BZ#6651: Multi-column IN clause for subquery produces wrong results
+- BZ#6653: CREATE TABLE accepts empty table/column name
+- BZ#6654: Incorrect handling of 'TRUE' in compound select
+- BZ#6657: Restart sequence with a non atomic sub-query cardinality
+  gives wrong error message
+- BZ#6660: GRANTing a ROLE is not idempotent
+- BZ#6662: Concurrency Conflicts Exception string "!transaction is
+  aborted because of concurrency conflicts, will ROLLBACK instead" not
+  shown on prompt.
+- BZ#6664: mserver5 crash: infinite recursive happens at rel_bin.c:489
+- BZ#6665: Creation of serial types does not accept negative numbers
+- BZ#: COPY INTO from .. LOCKED doubles input data
+- BZ#6668: The SAMPLE key word doesn't work in a subquery.
+- BZ#6669: COPY [xxx RECORDS] INTO foo FROM STDIN ... doesn't work
+  without specifying nr of to be copied records
+- BZ#6672: SQLGetData with SQL_C_WCHAR string truncation and invalid
+  StrLen_or_Ind value
+
+* Tue Oct 30 2018 Sjoerd Mullender  - 11.31.13-20190104
+- sql: Disabled function sys.getcontent(url).
+
+* Thu Oct 11 2018 Sjoerd Mullender  - 11.31.13-20190104
+
 * Thu Oct 11 2018 Sjoerd Mullender  - 11.31.11-20181011
 - Rebuilt.
 - BZ#6648: key property potentially wrong after type conversion
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,43 @@
+monetdb (11.31.13) unstable; urgency=low
+
+  * Rebuilt.
+  * BZ#6643: schema name qualifier in create global temporary table
+json.table6643 ... is not honered
+  * BZ#6645: optimizer treats all the functions with no or constant
+parameters as constant
+  * BZ#6650: PREPARE SQL statement fails to compile user defined functions
+with parameter/s
+  * BZ#6651: Multi-column IN clause for subquery produces wrong results
+  * BZ#6653: CREATE TABLE accepts empty table/column name
+  * BZ#6654: Incorrect handling of 'TRUE' in compound select
+  * BZ#6657: Restart sequence with a non atomic sub-query cardinality
+gives wrong error message
+  * BZ#6660: GRANTing a ROLE is not idempotent
+  * BZ#6662: Concurrency Conflicts Exception string "!transaction is
+aborted because of concurrency conflicts, will ROLLBACK instead" not
+shown on prompt.
+  * BZ#6664: mserver5 crash: infinite recursive happens at rel_bin.c:489
+  * BZ#6665: Creation of serial types does not accept negative numbers
+  * BZ#: COPY INTO from .. LOCKED doubles input data
+  * BZ#6668: The SAMPLE key word doesn't work in a subquery.
+  * BZ#6669: COPY [xxx RECORDS] INTO foo FROM STDIN ... doesn't work
+without specifying nr of to be copied records
+  * BZ#6672: SQLGetData with SQL_C_WCHAR string truncation and invalid
+StrLen_or_Ind value
+
+ -- Sjoerd Mullender   Fri, 04 Jan 2019 10:34:42 +0100
+
+monetdb (11.31.13) unstable; urgency=low
+
+  * sql: Disabled function sys.getcontent(url).
+
+ -- Sjoerd Mullender   Tue, 30 Oct 2018 10:34:42 +0100
+
+monetdb (11.31.13) unstable; urgency=low
+
+
+ -- Sjoerd Mullender   Thu, 11 Oct 2018 10:34:42 +0100
+
 monetdb (11.31.11) unstable; urgency=low
 
   * Rebuilt.
diff --git a/sql/ChangeLog-Archive b/sql/ChangeLog-Archive
--- a/sql/ChangeLog-Archive
+++ b/sql/ChangeLog-Archive
@@ -1,6 +1,9 @@
 # DO NOT EDIT THIS 

MonetDB: Aug2018 - Moved contents of ChangeLog.Aug2018 to MonetD...

2018-10-11 Thread Sjoerd Mullender
Changeset: 24d62811fd93 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=24d62811fd93
Modified Files:
ChangeLog-Archive
ChangeLog.Aug2018
MonetDB.spec
debian/changelog
Branch: Aug2018
Log Message:

Moved contents of ChangeLog.Aug2018 to MonetDB.spec, debian/changelog and 
ChangeLog-Archive.


diffs (61 lines):

diff --git a/ChangeLog-Archive b/ChangeLog-Archive
--- a/ChangeLog-Archive
+++ b/ChangeLog-Archive
@@ -1,6 +1,9 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Wed Oct 10 2018 Sjoerd Mullender  - 11.31.11-20181011
+- Some subtle dependencies between RPMs have been fixed.
+
 * Wed Feb 14 2018 Stefan Manegold  - 11.29.1-20180315
 - mclient's execution time profiling options and output format have
   been changed. Instead of implicitly via the "--interactive"/"-i"
diff --git a/ChangeLog.Aug2018 b/ChangeLog.Aug2018
--- a/ChangeLog.Aug2018
+++ b/ChangeLog.Aug2018
@@ -1,5 +1,3 @@
 # ChangeLog file for devel
 # This file is updated with Maddlog
 * Wed Oct 10 2018 Sjoerd Mullender 
-- Some subtle dependencies between RPMs have been fixed.
-
diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -1021,6 +1021,14 @@ done
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Oct 11 2018 Sjoerd Mullender  - 11.31.11-20181011
+- Rebuilt.
+- BZ#6648: key property potentially wrong after type conversion
+- BZ#6649: Projection inside within transaction gives wrong results
+
+* Wed Oct 10 2018 Sjoerd Mullender  - 11.31.11-20181011
+- MonetDB: Some subtle dependencies between RPMs have been fixed.
+
 * Fri Oct 05 2018 Sjoerd Mullender  - 11.31.9-20181005
 - Rebuilt.
 - BZ#6640: timestamp_to_str returning incorrectly adjusted results
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+monetdb (11.31.11) unstable; urgency=low
+
+  * Rebuilt.
+  * BZ#6648: key property potentially wrong after type conversion
+  * BZ#6649: Projection inside within transaction gives wrong results
+
+ -- Sjoerd Mullender   Thu, 11 Oct 2018 09:48:25 +0200
+
+monetdb (11.31.11) unstable; urgency=low
+
+  * MonetDB: Some subtle dependencies between RPMs have been fixed.
+
+ -- Sjoerd Mullender   Wed, 10 Oct 2018 09:48:25 +0200
+
 monetdb (11.31.9) unstable; urgency=low
 
   * Rebuilt.
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: Aug2018 - Moved contents of ChangeLog.Aug2018 to MonetD...

2018-10-05 Thread Sjoerd Mullender
Changeset: a2d8e19ac9d6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a2d8e19ac9d6
Modified Files:
MonetDB.spec
buildtools/ChangeLog-Archive
buildtools/ChangeLog.Aug2018
debian/changelog
Branch: Aug2018
Log Message:

Moved contents of ChangeLog.Aug2018 to MonetDB.spec, debian/changelog and 
ChangeLog-Archive.


diffs (83 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -103,7 +103,7 @@ Vendor: MonetDB BV 
 Group: Applications/Databases
 License: MPLv2.0
 URL: https://www.monetdb.org/
-Source: 
https://www.monetdb.org/downloads/sources/Aug2018/%{name}-%{version}.tar.bz2
+Source: 
https://www.monetdb.org/downloads/sources/Aug2018-SP1/%{name}-%{version}.tar.bz2
 
 # we need systemd for the _unitdir macro to exist
 # we need checkpolicy and selinux-policy-devel for the SELinux policy
@@ -997,6 +997,18 @@ done
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Oct 05 2018 Sjoerd Mullender  - 11.31.9-20181005
+- Rebuilt.
+- BZ#6640: timestamp_to_str returning incorrectly adjusted results
+- BZ#6641: race condition in SQL UDF with update
+- BZ#6642: Hanging query
+- BZ#6646: Example SQLcopyinto.java does not work
+
+* Wed Oct  3 2018 Sjoerd Mullender  - 11.31.9-20181005
+- buildtools: On Ubuntu 18.10 (Cosmic Cuttlefish), the libmonetdb5-server-bam 
package
+  cannot be built because of an incompatibility in the libbam library
+  (it cannot be used in a shared object.
+
 * Wed Aug 29 2018 Sjoerd Mullender  - 11.31.7-20180829
 - Rebuilt.
 
diff --git a/buildtools/ChangeLog-Archive b/buildtools/ChangeLog-Archive
--- a/buildtools/ChangeLog-Archive
+++ b/buildtools/ChangeLog-Archive
@@ -1,6 +1,11 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Wed Oct  3 2018 Sjoerd Mullender  - 11.31.9-20181005
+- On Ubuntu 18.10 (Cosmic Cuttlefish), the libmonetdb5-server-bam package
+  cannot be built because of an incompatibility in the libbam library
+  (it cannot be used in a shared object.
+
 * Tue Aug 28 2018 Sjoerd Mullender  - 11.31.5-20180829
 - Build the MonetDB-cfitsio RPM and libmonetdb5-server-cfitsio
   Debian/Ubuntu package.
diff --git a/buildtools/ChangeLog.Aug2018 b/buildtools/ChangeLog.Aug2018
--- a/buildtools/ChangeLog.Aug2018
+++ b/buildtools/ChangeLog.Aug2018
@@ -1,8 +1,3 @@
 # ChangeLog file for buildtools
 # This file is updated with Maddlog
 
-* Wed Oct  3 2018 Sjoerd Mullender 
-- On Ubuntu 18.10 (Cosmic Cuttlefish), the libmonetdb5-server-bam package
-  cannot be built because of an incompatibility in the libbam library
-  (it cannot be used in a shared object.
-
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+monetdb (11.31.9) unstable; urgency=low
+
+  * Rebuilt.
+  * BZ#6640: timestamp_to_str returning incorrectly adjusted results
+  * BZ#6641: race condition in SQL UDF with update
+  * BZ#6642: Hanging query
+  * BZ#6646: Example SQLcopyinto.java does not work
+
+ -- Sjoerd Mullender   Fri, 05 Oct 2018 09:50:02 +0200
+
+monetdb (11.31.9) unstable; urgency=low
+
+  * buildtools: On Ubuntu 18.10 (Cosmic Cuttlefish), the 
libmonetdb5-server-bam package
+cannot be built because of an incompatibility in the libbam library
+(it cannot be used in a shared object.
+
+ -- Sjoerd Mullender   Wed, 3 Oct 2018 09:50:02 +0200
+
 monetdb (11.31.7) unstable; urgency=low
 
   * Rebuilt.
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: Aug2018 - Moved contents of ChangeLog.Aug2018 to MonetD...

2018-08-29 Thread Sjoerd Mullender
Changeset: a242d6de1de3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a242d6de1de3
Modified Files:
MonetDB.spec
debian/changelog
Branch: Aug2018
Log Message:

Moved contents of ChangeLog.Aug2018 to MonetDB.spec, debian/changelog and 
ChangeLog-Archive.


diffs (26 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -997,6 +997,9 @@ done
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Aug 29 2018 Sjoerd Mullender  - 11.31.7-20180829
+- Rebuilt.
+
 * Wed Aug 29 2018 Sjoerd Mullender  - 11.31.5-20180829
 - Rebuilt.
 - BZ#6506: Improper performance counters
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+monetdb (11.31.7) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender   Wed, 29 Aug 2018 13:19:10 +0200
+
 monetdb (11.31.5) unstable; urgency=low
 
   * Rebuilt.
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: Aug2018 - Moved contents of ChangeLog.Aug2018 to MonetD...

2018-08-29 Thread Sjoerd Mullender
Changeset: 3aaf6c916bd8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3aaf6c916bd8
Modified Files:
MonetDB.spec
buildtools/ChangeLog-Archive
buildtools/ChangeLog.Aug2018
debian/changelog
tools/merovingian/ChangeLog-Archive
tools/merovingian/ChangeLog.Aug2018
Branch: Aug2018
Log Message:

Moved contents of ChangeLog.Aug2018 to MonetDB.spec, debian/changelog and 
ChangeLog-Archive.


diffs (102 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -997,6 +997,20 @@ done
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Aug 29 2018 Sjoerd Mullender  - 11.31.5-20180829
+- Rebuilt.
+- BZ#6506: Improper performance counters
+- BZ#6606: Misleading parameter name in generate_series function
+- BZ#6639: COMMENT ON TABLE abc IS NULL invalidly sets the remark column
+  to null where remark column is defined as NOT NULLable
+
+* Tue Aug 28 2018 Sjoerd Mullender  - 11.31.5-20180829
+- buildtools: Build the MonetDB-cfitsio RPM and libmonetdb5-server-cfitsio
+  Debian/Ubuntu package.
+
+* Mon Aug 27 2018 Sjoerd Mullender  - 11.31.5-20180829
+- merovingian: Added a "logrotate" configuration file.  See 
/etc/logrotate.d/monetdbd.
+
 * Tue Aug 21 2018 Sjoerd Mullender  - 11.31.3-20180821
 - Rebuilt.
 
diff --git a/buildtools/ChangeLog-Archive b/buildtools/ChangeLog-Archive
--- a/buildtools/ChangeLog-Archive
+++ b/buildtools/ChangeLog-Archive
@@ -1,6 +1,10 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Tue Aug 28 2018 Sjoerd Mullender  - 11.31.5-20180829
+- Build the MonetDB-cfitsio RPM and libmonetdb5-server-cfitsio
+  Debian/Ubuntu package.
+
 * Wed May 16 2018 Sjoerd Mullender  - 11.31.1-20180815
 - On Windows, the separate MonetDB5-Geom installer has been incorporated
   into the main MonetDB5-SQL installer and is therefore no longer
diff --git a/buildtools/ChangeLog.Aug2018 b/buildtools/ChangeLog.Aug2018
--- a/buildtools/ChangeLog.Aug2018
+++ b/buildtools/ChangeLog.Aug2018
@@ -1,7 +1,3 @@
 # ChangeLog file for buildtools
 # This file is updated with Maddlog
 
-* Tue Aug 28 2018 Sjoerd Mullender 
-- Build the MonetDB-cfitsio RPM and libmonetdb5-server-cfitsio
-  Debian/Ubuntu package.
-
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+monetdb (11.31.5) unstable; urgency=low
+
+  * Rebuilt.
+  * BZ#6506: Improper performance counters
+  * BZ#6606: Misleading parameter name in generate_series function
+  * BZ#6639: COMMENT ON TABLE abc IS NULL invalidly sets the remark column
+to null where remark column is defined as NOT NULLable
+
+ -- Sjoerd Mullender   Wed, 29 Aug 2018 09:22:10 +0200
+
+monetdb (11.31.5) unstable; urgency=low
+
+  * buildtools: Build the MonetDB-cfitsio RPM and libmonetdb5-server-cfitsio
+Debian/Ubuntu package.
+
+ -- Sjoerd Mullender   Tue, 28 Aug 2018 09:22:10 +0200
+
+monetdb (11.31.5) unstable; urgency=low
+
+  * merovingian: Added a "logrotate" configuration file.  See 
/etc/logrotate.d/monetdbd.
+
+ -- Sjoerd Mullender   Mon, 27 Aug 2018 09:22:10 +0200
+
 monetdb (11.31.3) unstable; urgency=low
 
   * Rebuilt.
diff --git a/tools/merovingian/ChangeLog-Archive 
b/tools/merovingian/ChangeLog-Archive
--- a/tools/merovingian/ChangeLog-Archive
+++ b/tools/merovingian/ChangeLog-Archive
@@ -1,6 +1,9 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Mon Aug 27 2018 Sjoerd Mullender  - 11.31.5-20180829
+- Added a "logrotate" configuration file.  See /etc/logrotate.d/monetdbd.
+
 * Wed Apr  4 2018 Panagiotis Koutsourakis  - 
11.31.1-20180815
 - Changed the monetdb profilerstart command to be more robust.  If the
   server or stethoscope crashed before, the pid file is still there,
diff --git a/tools/merovingian/ChangeLog.Aug2018 
b/tools/merovingian/ChangeLog.Aug2018
--- a/tools/merovingian/ChangeLog.Aug2018
+++ b/tools/merovingian/ChangeLog.Aug2018
@@ -1,6 +1,3 @@
 # ChangeLog file for sql/src/backends/monet5/merovingian
 # This file is updated with mchangelog
 
-* Mon Aug 27 2018 Sjoerd Mullender 
-- Added a "logrotate" configuration file.  See /etc/logrotate.d/monetdbd.
-
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: Aug2018 - Moved contents of ChangeLog.Aug2018 to MonetD...

2018-08-21 Thread Sjoerd Mullender
Changeset: 2d06f2ece18a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2d06f2ece18a
Modified Files:
MonetDB.spec
debian/changelog
Branch: Aug2018
Log Message:

Moved contents of ChangeLog.Aug2018 to MonetDB.spec, debian/changelog and 
ChangeLog-Archive.


diffs (26 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -1032,6 +1032,9 @@ done
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Aug 21 2018 Sjoerd Mullender  - 11.31.3-20180821
+- Rebuilt.
+
 * Wed Aug 15 2018 Sjoerd Mullender  - 11.31.1-20180815
 - Rebuilt.
 - BZ#4020: Importing timestamp with zone from copy into
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+monetdb (11.31.3) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender   Tue, 21 Aug 2018 09:59:19 +0200
+
 monetdb (11.31.1) unstable; urgency=low
 
   * Rebuilt.
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list