log

age author description
2018-05-17 Panagiotis Koutsourakis Merge with default remote_auth
2018-05-17 Panagiotis Koutsourakis Merge with Mar2018 remote_auth
2018-05-17 Panagiotis Koutsourakis Fix typo remote_auth
2018-05-17 Pedro Ferreira Do the proper validation for partitions by range. merge-partitions
2018-05-17 Niels Nes added stable output for bug 6602 (and correct for bugs 6530 and 6594) Mar2018
2018-05-16 Panagiotis Koutsourakis Merge with default remote_auth
2018-05-16 Panagiotis Koutsourakis We only need username and hashed pass from remote_table_credentials remote_auth
2018-05-16 Panagiotis Koutsourakis Approve test output remote_auth
2018-05-16 Sjoerd Mullender Merge with default branch. system-functions
2018-05-16 Sjoerd Mullender Merge with Mar2018 branch.
2018-05-16 Sjoerd Mullender Added changelog blurb.
2018-05-16 Sjoerd Mullender Implemented a modular MonetDB/SQL installer.
2018-05-16 Sjoerd Mullender Allow running of installer if already installed. Mar2018
2018-05-16 Pedro Ferreira Yesterday I realized that the current validation scheme for new partitions won't work with special tables such as merge and remote tables. So I am moving the validation from MAL to SQL. This is already done for partitions by values. (Now going into partitions by range) merge-partitions
2018-05-16 Jennie Zhang Typo in comment Mar2018
2018-05-15 Panagiotis Koutsourakis Properly release the lock if something fails remote_auth
2018-05-15 Panagiotis Koutsourakis Merge with default remote_auth
2018-05-15 Panagiotis Koutsourakis Fix msqldump to support remote table credentials remote_auth
2018-05-15 Panagiotis Koutsourakis Improve error message remote_auth
2018-05-14 Panagiotis Koutsourakis Merge with default remote_auth
2018-05-15 Sjoerd Mullender Merge with Mar2018 branch.
2018-05-15 Pedro Ferreira Allow range partitions to held only null values. merge-partitions
2018-05-15 Sjoerd Mullender Typo. Mar2018
2018-05-15 Sjoerd Mullender Get dumping using inserts to work for all sorts of types. Mar2018
2018-05-15 Sjoerd Mullender Document missing SQL types. Mar2018
2018-05-15 Sjoerd Mullender Fix libraries. Mar2018
2018-05-14 Sjoerd Mullender Added test for dumping using INSERT queries. Mar2018
2018-05-14 Sjoerd Mullender Merge with Mar2018 branch.
2018-05-14 Sjoerd Mullender char got lost; should only be done for inserts. Mar2018
2018-05-14 Sjoerd Mullender Reduce number of queries for dumping functions by going through data twice. Mar2018
2018-05-14 Sjoerd Mullender Use bool. Mar2018
2018-05-14 Sjoerd Mullender Removed unused code. Mar2018
2018-05-14 Pedro Ferreira Limit the types for the partitioned column. merge-partitions
2018-05-14 Pedro Ferreira Support for dates, times, timestamps in partition predicates. merge-partitions
2018-05-14 Joeri van Ruth Quote dates and various other types in msqldump -N Mar2018
2018-05-14 Sjoerd Mullender Use bool. Mar2018
2018-05-14 Sjoerd Mullender Merge with Mar2018 branch.
2018-05-14 Sjoerd Mullender No need to check for function sys.password_hash.
2018-05-14 Sjoerd Mullender Get row count from query result instead of asking separately. Mar2018
2018-05-14 Sjoerd Mullender Layout. Mar2018
2018-05-14 Sjoerd Mullender No need to send lots of whitespace, newlines and semicolons to server. Mar2018
2018-05-14 Sjoerd Mullender Stick potential query call in better place. Mar2018
2018-05-14 Sjoerd Mullender Calculate remaining buffer length correctly. Mar2018
2018-05-14 Sjoerd Mullender Merge with default branch. system-functions
2018-05-14 Sjoerd Mullender Use comments from WITH statement instead of sys.comments. system-functions
2018-05-14 Pedro Ferreira Merge with default merge-partitions
2018-05-14 Pedro Ferreira Merge with Mar2018
2018-05-14 Pedro Ferreira At this moment we won't be supporting updates on the partitioned column. merge-partitions
2018-05-12 Niels Nes fixed bug 6603 (ony reduce groupby/distinct if all groupby cols Mar2018
2018-05-12 Pedro Ferreira Cast output to bigint, so no .int128 output file is needed Mar2018
2018-05-12 Pedro Ferreira Added test for bug 6603 Mar2018
2018-05-12 Niels Nes fixed last part of bug 6600, ie correct digits (bits) in atom_mul Mar2018
2018-05-11 Niels Nes fixed precedence of +- unary operator, fixes part 1 of bug 6600 Mar2018
2018-05-11 Pedro Ferreira Added test for bug 6602 Mar2018
2018-05-11 Niels Nes fixed bug 6601 Mar2018
2018-05-11 Niels Nes fixes for bug 6577 and 6600 Mar2018
2018-05-10 Panagiotis Koutsourakis Add test for Bug 6601 Mar2018
2018-05-10 Pedro Ferreira Added test for bug 6600 Mar2018
2018-05-10 Panagiotis Koutsourakis Add new tests for remote table authorization remote_auth
2018-05-10 Panagiotis Koutsourakis Heavily refactor the creds test to make it easier to reuse remote_auth