ClickHouse/dbms/src
2020-02-09 11:52:42 +03:00
..
Access Add access_with_grant_option to User. 2020-02-06 18:12:53 +03:00
AggregateFunctions Make sumMap accept String keys 2020-01-29 19:38:41 +00:00
Client Fixed potential performance issue in "Context::getTable" method 2020-01-06 03:22:15 +03:00
Columns Integrate patch from Intel 2020-01-14 20:17:56 +03:00
Common Move some part of the Authentication class to header to allow using in the parser. 2020-02-06 18:12:48 +03:00
Compression Merge pull request #9028 from Enmk/Gorilla_and_DoubleDelta_buffer_overflow_fix 2020-02-07 11:40:08 +03:00
Core Merge pull request #8875 from vitlibar/RBAC-5 2020-02-07 03:40:15 +03:00
Databases Merge pull request #8899 from achulkov2/issue-8864_show_create_table_bad_error_message 2020-01-31 19:10:21 +03:00
DataStreams Changed thread_id to UInt64 to support more OS 2020-02-02 23:01:13 +03:00
DataTypes Trying to fix early constant folding (#9010) 2020-02-07 03:05:51 +03:00
Dictionaries Revert "Merge pull request #9025 from ClickHouse/revert-8303-cache-dictionary" 2020-02-06 15:18:19 +03:00
Disks Merge branch 'master' into idisk-seekable-readbuffer 2020-02-02 03:54:50 +03:00
Formats Code added 2020-02-03 10:40:12 +03:00
Functions use proper length 2020-02-05 13:24:24 +03:00
Interpreters Don't use ORDER BY for empty key 2020-02-07 20:10:24 +03:00
IO Add NullWriteBuffer 2020-02-03 11:26:04 +03:00
Parsers Implement SQL queries to manipulate users and grants. 2020-02-06 18:12:53 +03:00
Processors Code added 2020-02-03 10:40:12 +03:00
Storages Remove redundant lock 2020-02-09 11:52:42 +03:00
TableFunctions Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +03:00
CMakeLists.txt
NOTICE