.. |
tests
|
Changed boost:: to std:: for bind, ref/cref, thread, shared_ptr [#METR-2807].
|
2014-10-16 05:21:03 +04:00 |
AggregatingBlockInputStream.cpp
|
clickhouse: totals mode: development. [#METR-9365]
|
2014-02-27 16:53:38 +04:00 |
AggregatingSortedBlockInputStream.cpp
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
BinaryRowInputStream.cpp
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
BinaryRowOutputStream.cpp
|
dbms: added 'RowBinary' format [#CONV-2944].
|
2012-11-10 04:43:53 +00:00 |
BlockInputStreamFromRowInputStream.cpp
|
dbms: better exception messages [#METR-8224].
|
2013-10-26 03:20:51 +00:00 |
BlockOutputStreamFromRowOutputStream.cpp
|
dbms: added calculation of min/max [#CONV-8691].
|
2013-09-07 02:03:13 +00:00 |
CollapsingFinalBlockInputStream.cpp
|
ClickHouse: fixed FINAL behavior with deleted visits; added test for it. [#METR-9072]
|
2013-10-30 09:15:41 +00:00 |
CollapsingSortedBlockInputStream.cpp
|
Tiny piece of logging. [#METR-2807]
|
2014-04-07 23:02:45 +04:00 |
copyData.cpp
|
dbms: added expression calculation on totals [#CONV-8366].
|
2013-09-08 08:27:06 +00:00 |
CreatingSetsBlockInputStream.cpp
|
dbms: improved performance on small blocks [#METR-2944].
|
2014-08-22 06:31:54 +04:00 |
FilterBlockInputStream.cpp
|
dbms: improved performance of filtering [#METR-2944].
|
2014-08-17 06:17:23 +04:00 |
FormatFactory.cpp
|
PrettyCompactMonoBlock format [#CONV-6723]
|
2013-06-17 12:40:44 +00:00 |
glueBlockInputStreams.cpp
|
dbms: development of one-pass processing of multiple queries [#CONV-2944].
|
2013-05-04 06:09:23 +00:00 |
IBlockInputStream.cpp
|
dbms: slightly improved performance on small blocks; removed unused code [#METR-2944].
|
2014-08-22 22:49:51 +04:00 |
IProfilingBlockInputStream.cpp
|
dbms: prepared for fully-functional progress bar [#METR-2944].
|
2014-10-25 22:33:52 +04:00 |
IRowOutputStream.cpp
|
dbms: development.
|
2010-03-04 19:20:28 +00:00 |
JSONCompactRowOutputStream.cpp
|
dbms: updated all usages of NamesAndTypesPair to new field names. [#METR-10202]
|
2014-07-09 15:54:26 +04:00 |
JSONRowOutputStream.cpp
|
dbms: fixed error (progress message in the middle of data, in JSON formats) [#METR-11125].
|
2014-08-15 00:27:41 +04:00 |
LimitBlockInputStream.cpp
|
works with HTTP [#CONV-7549]
|
2013-05-22 12:10:33 +00:00 |
MergeSortingBlockInputStream.cpp
|
dbms: addition to prev. revision [#METR-2944].
|
2014-12-15 07:31:14 +03:00 |
MergingAggregatedBlockInputStream.cpp
|
clickhouse: totals mode: development. [#METR-9365]
|
2014-02-27 16:53:38 +04:00 |
MergingSortedBlockInputStream.cpp
|
dbms: fixed error when sorting result of ARRAY JOIN by empty arrays [#METR-13204].
|
2014-10-14 22:39:38 +04:00 |
narrowBlockInputStreams.cpp
|
dbms: development [#CONV-2944].
|
2012-08-21 18:34:55 +00:00 |
NativeBlockInputStream.cpp
|
dbms: updated all usages of NamesAndTypesPair to new field names. [#METR-10202]
|
2014-07-09 15:54:26 +04:00 |
NativeBlockOutputStream.cpp
|
dbms: updated all usages of NamesAndTypesPair to new field names. [#METR-10202]
|
2014-07-09 15:54:26 +04:00 |
PartialSortingBlockInputStream.cpp
|
dbms: lowered memory usage for huge ORDER BY with LIMIT [#METR-2944].
|
2014-12-15 10:35:40 +03:00 |
PrettyBlockOutputStream.cpp
|
dbms: Client: don't leave progress indicator in the middle of data; colors almost compatible with white backgrounds [#METR-11125].
|
2014-08-15 04:08:15 +04:00 |
PrettyCompactBlockOutputStream.cpp
|
dbms: Client: don't leave progress indicator in the middle of data; colors almost compatible with white backgrounds [#METR-11125].
|
2014-08-15 04:08:15 +04:00 |
PrettyCompactMonoBlockOutputStream.cpp
|
dbms: added totals and extremes to Pretty* and TabSeparated* formats [#METR-9365].
|
2014-03-02 23:16:45 +04:00 |
PrettySpaceBlockOutputStream.cpp
|
dbms: Client: don't leave progress indicator in the middle of data; colors almost compatible with white backgrounds [#METR-11125].
|
2014-08-15 04:08:15 +04:00 |
RowInputStreamFromBlockInputStream.cpp
|
dbms: development [#CONV-2944].
|
2013-05-03 02:25:50 +00:00 |
SummingSortedBlockInputStream.cpp
|
Merge
|
2014-11-22 05:22:30 +03:00 |
TabSeparatedBlockOutputStream.cpp
|
dbms: added missing files [#CONV-2944].
|
2011-08-15 21:50:08 +00:00 |
TabSeparatedRowInputStream.cpp
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
TabSeparatedRowOutputStream.cpp
|
dbms: added totals and extremes to Pretty* and TabSeparated* formats [#METR-9365].
|
2014-03-02 23:16:45 +04:00 |
TotalsHavingBlockInputStream.cpp
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
ValuesRowInputStream.cpp
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
ValuesRowOutputStream.cpp
|
DB/IO: improved writing strings [#CONV-2807].
|
2013-05-15 22:58:57 +00:00 |
VerticalRowOutputStream.cpp
|
DB/IO: improved writing strings [#CONV-2807].
|
2013-05-15 22:58:57 +00:00 |