ClickHouse/dbms/include/DB
2014-03-28 16:19:59 +04:00
..
AggregateFunctions dbms: AggregateFunctionArray: fixed performance issue [#METR-10366]. 2014-03-28 00:32:12 +04:00
Client dbms: fixes and more comments on 'Global in' and external tables behavior [METR-10071] 2014-03-27 16:06:45 +04:00
Columns dbms: fixed sorting of arrays [#METR-10572]. 2014-03-26 03:16:20 +04:00
Common Fixed build. [#METR-10566] 2014-03-25 22:19:08 +04:00
Core protocol: commets on sending external tables [METR-10071] 2014-03-28 16:19:59 +04:00
DataStreams dbms: fixed problem with sending empty tables, few more fixes [METR-10071] 2014-03-27 16:06:45 +04:00
DataTypes Fixed parametric aggregate functions in totals. [#METR-10566] 2014-03-25 22:16:40 +04:00
Functions dbms: style [#METR-10071]. 2014-03-27 23:09:23 +04:00
Interpreters dbms: (Warning: this commit makes clickhouse distributed queries incompatible with previous versions) Improved distributed query processing: more stages and optimizations are now made on remote side. Significantly reduced spaghettiness of InterpreterSelectQuery. [#METR-10616] 2014-03-28 16:13:58 +04:00
IO Added checksums to data parts. Not writing them yet. [#METR-10202] 2014-03-27 15:29:40 +04:00
Parsers dbms: fixed removing arrayJoin from subquery. [#METR-9549] 2014-03-27 23:50:02 +04:00
Storages Merge 2014-03-27 21:42:19 +04:00
TableFunctions