log

age author description
2019-06-07 Pedro Ferreira If there is no way to find the RSS value, throw a compilation error.
2019-06-07 Sjoerd Mullender Changed the internal representation of RANGE MINVALUE and RANGE MAXVALUE. Apr2019
2019-06-07 Niels Nes removed swap of dbat bats (fixes crash of concurrent access (read and write)) Apr2019
2019-06-07 Pedro Ferreira Compilation fix. cmake-monetdblite
2019-06-07 Pedro Ferreira Removed unnecessary check. cmake-monetdblite
2019-06-07 Pedro Ferreira Compilation fix. cmake-monetdblite
2019-06-07 Pedro Ferreira Merge with cmake-fun. cmake-monetdblite
2019-06-07 Pedro Ferreira Use WIN32 threads on Windows, and pthreads on UNIX platforms. That's it. cmake-fun
2019-06-07 Pedro Ferreira Merge with default. cmake-fun
2019-06-07 Pedro Ferreira Removed unused struct components and preprocessor macros.
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