log

age author description
2019-06-07 Pedro Ferreira No more exception_buf.
2019-06-06 Sjoerd Mullender No console anymore.
2019-06-06 Pedro Ferreira Added documentation about MonetDBLite compilation, set a different default library for the MAL linker in MonetDBLite and fixed monetdb_result types. cmake-monetdblite
2019-06-06 Martin van Dinther Increase the timeout time for select3.test
2019-06-06 Martin van Dinther Approve non-int128 outputs (only result header table_name changes)
2019-06-06 Sjoerd Mullender Merge with default branch. mtime
2019-06-06 Sjoerd Mullender Fix date boundary. mtime
2019-06-06 Sjoerd Mullender Don't overdo it with size_t.
2019-06-06 Pedro Ferreira Compile as object files instead of a static library to not lose symbols on some platforms. Also I realized there is no need to link monetdblite to kvm and psapi libraries. cmake-monetdblite
2019-06-06 Pedro Ferreira Merge with cmake-fun. cmake-monetdblite
2019-06-06 Pedro Ferreira Several changes: cmake-monetdblite
2019-06-06 Martin van Dinther Approve Windows output
2019-06-06 Martin van Dinther Add an order by clause to the query to make the result output stable on testweb.
2019-06-06 Martin van Dinther Undo the cast(... as bigint)) changes made to crash_on_alias.Bug-2798 in changeset 69345:55505094267b
2019-06-06 Pedro Ferreira Merge with default. cmake-fun
2019-06-06 Martin van Dinther Eliminated *.int128 output files (by adding cast(... as bigint))
2019-06-06 Pedro Ferreira SQL layer cleanup:
2019-06-06 Sjoerd Mullender No point in having an assert after the crash has already happened.
2019-06-06 Sjoerd Mullender No magic values in getAtomIndex, and don't call strlen more than needed.
2019-06-06 Pedro Ferreira More size_t.
2019-06-05 Sjoerd Mullender Merge with Apr2019 branch.
2019-06-05 Sjoerd Mullender Add a cast. Apr2019
2019-06-05 Martin van Dinther Eliminated *.int128 output files (by adding cast(... as bigint))
2019-06-05 Panagiotis Koutsourakis Added a field waiting in the heartbeats acticloud
2019-06-05 Pedro Ferreira More size_t.
2019-06-05 Martin van Dinther Eliminated *.int128 output files (by adding cast(... as bigint))
2019-06-05 Martin van Dinther Remove dependency on GEOM as the point columns are not used by the final SELECT query.
2019-06-05 Sjoerd Mullender Merge with default branch. mtime
2019-06-05 Sjoerd Mullender Merge with Apr2019 branch.
2019-06-05 Sjoerd Mullender Approve. mtime
2019-06-05 Pedro Ferreira Assert the content of the pointer. cmake-monetdblite
2019-06-05 Pedro Ferreira Merge with cmake-fun. cmake-monetdblite
2019-06-05 Pedro Ferreira Merge with default. cmake-fun
2019-06-05 Pedro Ferreira Use size_t instead of int for strlen.
2019-06-05 Sjoerd Mullender Stabilize ordering. Apr2019
2019-06-05 Sjoerd Mullender Merge with Apr2019 branch.
2019-06-05 Sjoerd Mullender Also print hseqbase in ALGODEBUG output.
2019-06-05 Sjoerd Mullender Stabilize ordering. Apr2019
2019-06-05 Sjoerd Mullender Fix select on view when parent has order index. Apr2019
2019-06-05 Sjoerd Mullender Some more comprehensive debug messages. Apr2019
2019-06-05 Martin van Dinther Adding select '~BeginVariableOutput~'; and select '~EndVariableOutput~'; around variable output of TRACE SELECT statement to prevent difference reporting on trace output.
2019-06-05 Niels Nes some more cleanup context
2019-06-05 Pedro Ferreira Use a read-write lock for the embedded database. With this approach, queries can run in parallel. The implementation of the lock is very basic, i.e a single MT_lock is used. However this suffices it's only purpose so far. cmake-monetdblite
2019-06-05 Niels Nes merged with default context
2019-06-04 Pedro Ferreira Cleanup: cmake-monetdblite
2019-06-04 Pedro Ferreira Do not return early.
2019-06-04 Pedro Ferreira Use freeException instead of GDKfree, strcpy instead of sprintf. cmake-monetdblite
2019-06-04 Pedro Ferreira Throw prettier error messages on MonetDBLite. cmake-monetdblite
2019-06-04 Pedro Ferreira Made MoneDBLite API thread safe. cmake-monetdblite
2019-06-04 Sjoerd Mullender Implemented bulk versions of mtime.timestamp_{add,sub}_msec_interval. mtime
2019-06-04 Sjoerd Mullender Approve greater precision of timestamp values. mtime
2019-06-04 Sjoerd Mullender Merge with default branch. mtime
2019-06-04 Sjoerd Mullender Approve trace.
2019-06-04 Pedro Ferreira Merge with cmake-fun. cmake-monetdblite
2019-06-04 Pedro Ferreira Merge with default. cmake-fun
2019-06-04 Pedro Ferreira Removed unused definitions in the SQL layer, Datacell code, unused SQL parser tokens.
2019-06-04 Pedro Ferreira Tests approval.
2019-06-03 Pedro Ferreira Fixed memory leaks. cmake-monetdblite
2019-06-03 Pedro Ferreira Reduce number of global symbols on ELF platforms. cmake-monetdblite
2019-06-03 Pedro Ferreira Use a static library to compile non-exportable symbols for some compilers. cmake-monetdblite