MonetDB: transaction-replication - Merge with default branch

2014-05-21 Thread Dimitar Nedev
Changeset: a53f3b4db482 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a53f3b4db482 Modified Files: gdk/gdk.h gdk/gdk_imprints.c monetdb5/modules/mal/batExtensions.c monetdb5/modules/mal/batExtensions.h monetdb5/modules/mal/batExtension

MonetDB: Jan2014 - Gone through and fixed SQLGetInfo information.

2014-05-21 Thread Sjoerd Mullender
Changeset: 0ff5a7954246 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0ff5a7954246 Modified Files: clients/odbc/driver/SQLGetInfo.c Branch: Jan2014 Log Message: Gone through and fixed SQLGetInfo information. diffs (truncated from 1701 to 300 lines): diff --git a/

MonetDB: Jan2014 - SQL_VARCHAR is in fact CHARACTER VARYING, not...

2014-05-21 Thread Sjoerd Mullender
Changeset: 58506d691151 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=58506d691151 Modified Files: clients/odbc/driver/ODBCUtil.c Branch: Jan2014 Log Message: SQL_VARCHAR is in fact CHARACTER VARYING, not CHARACTER LARGE OBJECT. diffs (21 lines): diff --git a/cli

MonetDB: int128 - Merge with Jan2014 branch (tag Jan2014_17 / ch...

2014-05-21 Thread Stefan Manegold
Changeset: ccf01c7bd2fb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ccf01c7bd2fb Modified Files: .hgtags MonetDB.spec NT/installer32/MonetDB-ODBC-Installer.vdproj NT/installer32/MonetDB5-Geom-Module.vdproj NT/installer32/MonetDB5-SQL

MonetDB: default - Filter a bat given a bloom filter and a cand ...

2014-05-21 Thread lsidir
Changeset: 613685942834 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=613685942834 Modified Files: gdk/gdk.h gdk/gdk_imprints.c monetdb5/modules/mal/batExtensions.c monetdb5/modules/mal/batExtensions.h monetdb5/modules/mal/batExtension

MonetDB: transaction-replication - Fix segfault introduced when ...

2014-05-21 Thread Dimitar Nedev
Changeset: 068b710afc0e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=068b710afc0e Modified Files: gdk/gdk_logger.c Branch: transaction-replication Log Message: Fix segfault introduced when find_persistent_catalog was pulled out The issues was caused by an incorrect

MonetDB: transaction-replication - Silence compiler

2014-05-21 Thread Dimitar Nedev
Changeset: 1e731b1bc73d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1e731b1bc73d Modified Files: gdk/gdk_logger.c monetdb5/modules/kernel/logger.c Branch: transaction-replication Log Message: Silence compiler Variable use in an #if directive identifier Avo