ClickHouse/dbms/src
2019-02-09 21:40:10 +00:00
..
AggregateFunctions produce hints for typo functions and types 2019-02-02 17:54:50 +03:00
Client Removed non-breaking spaces: find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l $'\xc2\xa0' | xargs sed -i -r -e 's/\xc2\xa0/ /g' 2019-01-25 02:01:56 +03:00
Columns Use pdqsort instead of std::sort in ORDER BY 2019-02-02 16:52:20 +03:00
Common review fix. stop TraceCollector gracefully 2019-02-09 21:40:10 +00:00
Compression Fix non initialized codec and wrong size in CacheCompressedReadBuffer 2019-01-29 17:55:57 +03:00
Core Merge branch 'master' into global-thread-pool 2019-01-25 16:33:50 +03:00
Databases Merge remote-tracking branch 'origin/master' into global-thread-pool 2019-01-17 21:57:01 +03:00
DataStreams Refactoring: extract SubqueryForSet to own files 2019-01-30 15:01:00 +03:00
DataTypes produce hints for typo functions and types 2019-02-02 17:54:50 +03:00
Dictionaries Fix compile on ARM 2019-01-31 18:38:21 +03:00
Formats Add support for absolute format schema paths. 2019-01-27 12:15:32 +03:00
Functions Merge pull request #3890 from zhang2014/fix/ISSUES-3885 2019-02-03 12:10:20 +03:00
Interpreters review fix. stop TraceCollector gracefully 2019-02-09 21:40:10 +00:00
IO Remove not used dbms/src/IO/InterserverWriteBuffer.* 2019-02-02 12:03:09 +03:00
Parsers Fix typo in const name 2019-02-02 11:28:43 +00:00
Storages Updated system.contributors 2019-02-01 18:49:17 +03:00
TableFunctions add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
CMakeLists.txt ISSUES-838 add lz4、none、zstd codec 2018-12-13 12:10:34 +08:00