log

age author description
2018-08-23 Pedro Ferreira Perform proper cast for single element window aggregates. analytics
2018-08-23 Sjoerd Mullender Make more use of pkgconfig to find dependencies. Aug2018
2018-08-23 Sjoerd Mullender Document AS_VAR_COPY and update minimum version of autotools. Aug2018
2018-08-23 Pedro Ferreira Cleaned count analytical function call. analytics
2018-08-22 Sjoerd Mullender Per the guidelines, use pkgconfig(XXX) in BuildRequires in spec file. Aug2018
2018-08-22 Sjoerd Mullender Possible unexpanded macro in: Requires: selinux-policy >= %{_selinux_policy_version} Aug2018
2018-08-22 Pedro Ferreira Merge with default analytics
2018-08-22 Pedro Ferreira Cleaned SQLsum and SQLprod implementations. analytics
2018-08-22 Sjoerd Mullender Added liblzma conditional; sorted for ease of maintenance. Aug2018
2018-08-22 Pedro Ferreira Eliminated identical branches, plus use BUN for BATcount. analytics
2018-08-22 Pedro Ferreira Implemented ntile(n) over a window. analytics
2018-08-21 Sjoerd Mullender In BATmin and BATmax, use the min/max properties or order index if present.
2018-08-21 Sjoerd Mullender Check min/max properties.
2018-08-21 Sjoerd Mullender Function PROPdestroy now takes a BAT* parameter.
2018-08-21 Sjoerd Mullender Improved property maintenance functions.
2018-08-21 Pedro Ferreira Implemented cume_dist over a window. analytics
2018-08-21 Sjoerd Mullender Merge with Aug2018 branch, not changing any files..
2018-08-21 Sjoerd Mullender Post release build. Aug2018
2018-08-21 Sjoerd Mullender Merge with Aug2018 branch.
2018-08-21 Sjoerd Mullender Setting tags Aug2018_3 and Aug2018 for the release build. Aug2018
2018-08-21 Sjoerd Mullender Moved contents of ChangeLog.Aug2018 to MonetDB.spec, debian/changelog and ChangeLog-Archive. Aug2018 Aug2018_3
2018-08-21 Sjoerd Mullender Updated library versions. Aug2018
2018-08-21 Sjoerd Mullender Merge with Aug2018 branch, not changing any files.
2018-08-21 Sjoerd Mullender Pre-release version number update. Aug2018
2018-08-21 Sjoerd Mullender Merge with Aug2018 branch.
2018-08-21 Sjoerd Mullender Don't crash on query CREATE TABLE mytable FROM LOADER non_existing_loader(); Aug2018
2018-08-21 Sjoerd Mullender Merge with Aug2018 branch.
2018-08-21 Sjoerd Mullender Backed out changeset 0e7170a5db36. Aug2018
2018-08-21 Sjoerd Mullender Don't use the write system call on files that are also memory-mapped. Aug2018
2018-08-20 Pedro Ferreira Don't use that many variables in a long loop. analytics
2018-08-20 Sjoerd Mullender Don't share hash heaps between parent and view. Aug2018
2018-08-20 Pedro Ferreira Implemented percent_rank analytic over a window. analytics
2018-08-20 Pedro Ferreira Move SQL diff implementation to the GDK layer, plus for the trivial types use pointer arithmetic instead of function calls for speed up. analytics
2018-08-20 Pedro Ferreira Implemented average value in a window. analytics
2018-08-20 Stefan Manegold re-added accidetally lost HASHnew() shrinkHASHtable
2018-08-20 Stefan Manegold revised hash table building: shrink rather than grow: shrinkHASHtable
2018-08-20 Stefan Manegold created new "shrinkHASHtable" branch shrinkHASHtable
2018-08-20 Stefan Manegold first version of a "showcase" MAL optimize to eliminate algrebra.projection() calls projection2candidate
2018-08-20 Stefan Manegold renamed "opt_jit" into "opt_projection2candidate"; projection2candidate
2018-08-20 Stefan Manegold created "projection2candiate" branch, projection2candidate
2018-08-18 Stefan Manegold Merged with Aug2018 branch.
2018-08-18 Stefan Manegold Merged with Mar2018 branch. Aug2018
2018-08-18 Stefan Manegold sort token lists in opt_prelude.[hc] Mar2018
2018-08-18 Stefan Manegold Merged with Aug2018 branch.
2018-08-18 Stefan Manegold Merged with Mar2018 branch. Aug2018
2018-08-18 Stefan Manegold fixed indenting in opt_prelude.[hc] Mar2018
2018-08-18 Stefan Manegold Merged with Aug2018 branch.
2018-08-17 Sjoerd Mullender Start some threads really as detached threads. Aug2018
2018-08-17 Sjoerd Mullender Don't use value filled in by pthread_create in just created thread. Aug2018
2018-08-17 Pedro Ferreira Look for null values in the single window case. analytics
2018-08-17 Pedro Ferreira Implemented product aggregate on a window and small cleanup. analytics
2018-08-17 Pedro Ferreira Test approval. analytics
2018-08-17 Niels Nes include sql_rank_hge in the sql_hge mal file analytics
2018-08-17 Pedro Ferreira Implemented count with and without nils in a window. analytics
2018-08-16 Martin van Dinther Corrected and extended mclient SQL help, such as missing data types: BOOLEAN, NUMERIC, JSON, URL, INET and UUID. Aug2018
2018-08-16 Sjoerd Mullender Implemented a power-of-ten scale for all forms of avg.
2018-08-16 Sjoerd Mullender Fix geom upgrade code to work with new system column in sys.functions table.
2018-08-16 Sjoerd Mullender Merge with Aug2018 branch.
2018-08-16 Martin van Dinther In mclient the command \history did not work. It would always show the SQL help (as when \help was requested) instead. Aug2018
2018-08-16 Sjoerd Mullender Typo that disabled code. Aug2018