log

age author description
2016-06-07 Martin Kersten Fix cleaning out the basket iot
2016-06-07 Martin Kersten Merge with default iot
2016-06-07 Martin Kersten Add missing keywords. iot
2016-06-06 Martin Kersten Typo
2016-06-06 Pedro Ferreira Added check for hugeint type, arranged time types, starting generating SQL statements for new streams iot
2016-06-06 Sjoerd Mullender Approved.
2016-06-06 Sjoerd Mullender Merge with Jun2016 branch.
2016-06-06 Mark Raasveldt Added new Python UDF tests.
2016-06-06 Sjoerd Mullender White space. Jun2016
2016-06-06 Sjoerd Mullender Implemented --enable-sanitizer option to configure. Jun2016
2016-06-06 Sjoerd Mullender Fix upgrade for 32-bit OIDs. Jun2016
2016-06-06 Niels Nes merged with default cand
2016-06-05 Martin Kersten Fix optimizer in test iot
2016-06-05 Martin Kersten Merge with default iot
2016-06-05 Martin Kersten Intermittent commit iot
2016-06-05 Martin Kersten Merge with default jit
2016-06-05 Martin Kersten Reduce optimizer cost
2016-06-04 Martin Kersten Get it compile again iot
2016-06-04 Martin Kersten merge with default. iot
2016-06-04 Martin Kersten Merge with default iot
2016-06-04 Niels Nes merged with default cand
2016-06-04 Martin Kersten Minor changes jit
2016-06-03 Martin Kersten Minor issues. jit
2016-06-03 Hannes Muehleisen stream route is working fixed-width-format
2016-06-03 Hannes Muehleisen small fix for return value fixed-width-format
2016-06-03 Hannes Muehleisen new fwf stream wrapper fixed-width-format
2016-06-03 Sjoerd Mullender Merge with Jun2016 branch.
2016-06-03 Martin Kersten Approve output jit
2016-06-03 Martin Kersten Typecheck the plan jit
2016-06-03 Martin Kersten Early abort optimizer steps jit
2016-06-03 Martin Kersten Better error message jit
2016-06-03 Martin Kersten Enable the strong defense line for now jit
2016-06-03 Martin Kersten Add missing optimizer implementation jit
2016-06-03 Martin Kersten Don't ignore optimizer error messages jit
2016-06-03 Martin Kersten Report missing address bindings as well jit
2016-06-03 Martin Kersten merge with default jit
2016-06-03 Sjoerd Mullender Set pointer to NULL so that in next iteration it doesn't get freed again. Jun2016
2016-06-03 Sjoerd Mullender Fixed copyright. Jun2016
2016-06-03 Sjoerd Mullender Merge with Jun2016 branch.
2016-06-03 Sjoerd Mullender Fixed copyright year. Jun2016
2016-06-02 Sjoerd Mullender Plug some memory holes. Jun2016
2016-06-03 Sjoerd Mullender Don't cast (f)getc to char: you loose information. Jun2016
2016-06-03 Sjoerd Mullender The comment already said it: if this is a shared logger. Jun2016
2016-06-03 Martin Kersten Make it compile iot
2016-06-03 Martin Kersten Relax the flow check when END has not been reached.
2016-06-03 Martin Kersten Add optimizer defense line
2016-06-03 Martin Kersten Add optimizer defense line jit
2016-06-02 Martin Kersten Mark unknown typed instructions jit
2016-06-02 Martin Kersten Merge with default jit
2016-05-30 Martin Kersten typo jit
2016-06-02 Niels Nes also disable running with embedded_py/r when running Mtest -r.
2016-06-02 Martin van Dinther In getSystemFunctions() improved query to get system functions by: Jun2016
2016-06-02 Pedro Ferreira Starting MonetDB integration iot
2016-06-02 Martin van Dinther Updated information on compilation of java sources Jun2016
2016-06-02 Martin van Dinther Disabled one constructor as it is not part of the JDBC interface and not used/needed by other classes. Jun2016
2016-06-02 Martin van Dinther Removed unused private method getColumnResultSet(), private Map<Integer, ResultSet> colrs and private DatabaseMetaData dbmd. Jun2016
2016-06-02 Mark Raasveldt Allow both Python 2 and Python 3 UDFs to be compiled, but only allow one to be enabled. python3udf
2016-06-02 Mark Raasveldt Allow compilation for both Python 2 and Python 3 UDFs at the same time. python3udf
2016-06-02 Mark Raasveldt Merge with default. python3udf
2016-06-02 Martin van Dinther Result column DATA_TYPE needs to be casted to int (was smallint) according to JDBC spec of Java 7 (http://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html). Jun2016