log

age author description
2020-06-19 Niels Nes some more cleanup
2020-06-19 Niels Nes small api change. Both monetdbe_open/close now return int. After the initial startup the error messages
2020-06-19 Pedro Ferreira If SQLexist or SQLnot_exist are called with a BAT as input ie projection, the hseqbase must be set. (This fixes the failing query)
2020-06-19 Pedro Ferreira Implemented SQLall_grp with candidate list
2020-06-19 Pedro Ferreira Inlined loop
2020-06-19 Pedro Ferreira Added candidate list support for SQLnil_grp
2020-06-19 Niels Nes merged
2020-06-19 Niels Nes initialize the structure properly
2020-06-19 Sjoerd Mullender Add some casts.
2020-06-19 Aris Koning Only create mtest target if TESTING flag is set.
2020-06-19 Niels Nes huge requires setup using options (removed for now)
2020-06-19 Niels Nes merged
2020-06-19 Niels Nes return 0 on expected errors
2020-06-19 Aris Koning comment out test code for integer sums.
2020-06-18 Aris Koning Support NULL values in expected column syntax.
2020-06-17 Aris Koning Make more types testible.
2020-06-19 Niels Nes merged
2020-06-19 Niels Nes use local mapi structure definitions, but mapi.h for mapilib
2020-06-19 Pedro Ferreira Added candidate list support for SQLanyequal_grp2 and SQLallnotequal_grp2
2020-06-19 Sjoerd Mullender Specify path to use for searching.
2020-06-19 Thodoris Zois Set MBEDDED adapter for GDKtracer in case of monetdbe
2020-06-19 Niels Nes export symbols for windows/monetdbe
2020-06-19 Sjoerd Mullender Use find_path to check for getopt.h: we need the path on Windows.
2020-06-19 Pedro Ferreira Added candidate list support for subanyequal and suballnotequal versions without rowids (ie 2 arguments)
2020-06-19 Pedro Ferreira Added candidate list support for exists and not_exists aggregates
2020-06-19 Sjoerd Mullender Add casts.
2020-06-19 Sjoerd Mullender Some changes to cmake setup for Windows.
2020-06-19 Sjoerd Mullender Remove obsolete files.
2020-06-19 Arjen de Rijke remove old embedded code
2020-06-18 Pedro Ferreira Remove possible empty select expressions after pushing expressions down Jun2020
2020-06-18 Pedro Ferreira Merged with Jun2020
2020-06-18 Sjoerd Mullender Closing branch mal-profiler-resources. mal-profiler-resources
2020-06-18 Sjoerd Mullender Closing branch projection2candidate. projection2candidate
2020-06-18 Sjoerd Mullender Closing branch compressedcandidates. compressedcandidates
2020-06-18 Niels Nes merged
2020-06-18 Niels Nes don't save snapshot too disk when inmemory mode
2020-06-18 Pedro Ferreira Performance fix for tpcds q95, ignore exps_bind_column2 check for non column expressions, because it will never find them. With this, common aggregates on an expression list are eliminated Jun2020
2020-06-18 Thodoris Zois MonetDBe append timestamp, date, time, and blob - Updated also test
2020-06-18 Niels Nes merged
2020-06-18 Niels Nes small cleanup
2020-06-18 Niels Nes more protection for not having (enabled) hge type
2020-06-18 Pedro Ferreira Fixed upgrades
2020-06-18 Pedro Ferreira Memory leaks
2020-06-18 Pedro Ferreira Fixed missuse of hseq, the result of SQLexist is a bat unrelated to the input
2020-06-18 Pedro Ferreira Added missing bulk implementation for aggr.exists and aggr.not_exists. This fixes the buggy query on subquery4 somehow
2020-06-18 Pedro Ferreira Merged with Jun2020
2020-06-18 Sjoerd Mullender Make static or don't export.
2020-06-18 Pedro Ferreira Performance fix for tpcds queries. Reset cardinalities for expressions at join/select and other relations as well. There's a query failing at subquery4, but it only happens with forcemito, so I guess the problem is somewhere else Jun2020
2020-06-18 Sjoerd Mullender Cleanup: fewer exports, fewer include files.
2020-06-18 Niels Nes don't require sphinx, just don't build documentation
2020-06-17 Niels Nes fxed literal
2020-06-17 Niels Nes solved some more sphinx errors
2020-06-17 Martin Kersten Another pass over the documentation
2020-06-17 Niels Nes don't build documentation if sphinx_executable is missing
2020-06-17 Niels Nes add missing index file
2020-06-17 Niels Nes mmerged
2020-06-17 Niels Nes small change of config file
2020-06-17 Niels Nes add documentation generation using sphinx
2020-06-17 Pedro Ferreira Uncommented test query Jun2020
2020-06-17 Pedro Ferreira Fix for SQLancer query, rel_push_func_down optimizer could accidentaly push an e_cmp into an underlying projection. Fixed the issue by applying optimization recursively, ie push down just any expression other than e_cmp Jun2020