Nikolai Kochetov
|
3e742a6b55
|
Review fixes.
|
2018-09-21 12:49:43 +03:00 |
|
Nikolai Kochetov
|
e2e31751e9
|
Support low cardinality columns in aggregation method with fixed keys. [#CLICKHOUSE-3903]
|
2018-09-14 20:14:31 +03:00 |
|
Nikolai Kochetov
|
3dc5cd3a3a
|
Merged with master.
|
2018-09-14 12:14:37 +03:00 |
|
Nikolai Kochetov
|
12ec9caaf5
|
Added comments.
|
2018-09-14 11:04:19 +03:00 |
|
Nikolai Kochetov
|
4674beb900
|
Shared cache for low cradinality single aggregation column. [#CLICKHOUSE-3903]
|
2018-09-14 11:04:18 +03:00 |
|
Nikolai Kochetov
|
94bfe50f52
|
Cache saved hash for low cardinality aggregate method. [#CLICKHOUSE-3903]
|
2018-09-14 11:04:18 +03:00 |
|
Nikolai Kochetov
|
2eb35dd6ef
|
Cache AggregateDataPtr for single low cardinality column. [#CLICKHOUSE-3903]
|
2018-09-14 11:04:09 +03:00 |
|
Nikolai Kochetov
|
787e814e4c
|
Low cardinality group by signle column. [#CLICKHOUSE-3903]
|
2018-09-14 11:03:02 +03:00 |
|
chertus
|
0b35cdae69
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
|
Alexey Milovidov
|
cb0af7c3af
|
Removed unused aggregation method [#CLICKHOUSE-2]
|
2018-09-03 03:33:29 +03:00 |
|
Alexey Milovidov
|
8e17652f0d
|
Removed AggregationMethodConcat, because AggregationMethodSerialized appeared to be far superior [#CLICKHOUSE-2]
|
2018-09-03 03:07:05 +03:00 |
|
Alexey Milovidov
|
0b2ec39f11
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-09-03 03:00:56 +03:00 |
|
Alexey Milovidov
|
fc27be314b
|
Avoid temporary nullptr references [#CLICKHOUSE-2]
|
2018-09-02 06:00:04 +03:00 |
|
Alexey Milovidov
|
f97d9e8f3f
|
Fixed build #2957
|
2018-09-02 03:25:33 +03:00 |
|
Alexey Milovidov
|
f7107f12b4
|
Merge branch 'master' into extra-warnings
|
2018-09-02 03:13:36 +03:00 |
|
Alexey Milovidov
|
8f54125884
|
Minor modifications #2808
|
2018-09-01 06:17:43 +03:00 |
|
alexey-milovidov
|
6d5092518f
|
Merge pull request #2808 from chenxing-xc/master
Aligned aggregate state #2754
|
2018-09-01 05:38:11 +03:00 |
|
Alexey Milovidov
|
74fee0dc98
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 21:20:58 +03:00 |
|
Alexey Milovidov
|
a3cd1ea8cb
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 21:16:32 +03:00 |
|
Alexey Milovidov
|
0d02315778
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 21:07:17 +03:00 |
|
Alexey Milovidov
|
3efffba44e
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 21:05:28 +03:00 |
|
Alexey Milovidov
|
5b257c588f
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 20:42:13 +03:00 |
|
Alexey Milovidov
|
6e18af7ed3
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 20:18:14 +03:00 |
|
Nikolai Kochetov
|
a475bb1c9f
|
Merge branch 'master' into low-cardinality-group-by
|
2018-08-21 17:28:10 +03:00 |
|
chenxing.xc
|
63fb4a5515
|
incorrect result iff only bucket #0 block received
|
2018-08-16 10:50:09 +08:00 |
|
Alexey Milovidov
|
acb99b49df
|
Merge branch 'master' into CLICKHOUSE-2910
|
2018-08-14 23:29:42 +03:00 |
|
Nikolai Kochetov
|
5379c52b9e
|
Support Aggregator for LowCardinality single key.
|
2018-08-13 19:23:40 +03:00 |
|
proller
|
3af99efd65
|
CLICKHOUSE-3530: Versioned inetrnal compiler headers (#2837)
|
2018-08-10 22:53:49 +03:00 |
|
Alexey Milovidov
|
36db216abf
|
Preparation for extra warnings [#CLICKHOUSE-2]
|
2018-08-10 07:02:56 +03:00 |
|
chenxing.xc
|
4acc441179
|
fix aligned states review comments
|
2018-08-05 18:12:06 +08:00 |
|
chenxing.xc
|
202894e191
|
Merge remote-tracking branch 'rb/master'
|
2018-08-05 17:59:58 +08:00 |
|
chenxing.xc
|
90d8290d28
|
aligned aggregate state
|
2018-08-05 16:45:15 +08:00 |
|
Vitaliy Lyudvichenko
|
310bb4116e
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910
|
2018-06-19 23:33:11 +03:00 |
|
Vitaliy Lyudvichenko
|
e13ba09004
|
Rewritten ThreadStatus via adding shared thread state. [#CLICKHOUSE-2910]
Fixed race condition in SystemLog.
|
2018-06-19 23:30:35 +03:00 |
|
proller
|
fbe7df73a2
|
CLICKHOUSE-3762 Build fixes (#2488)
CONTRIB-254
|
2018-06-19 21:09:09 +03:00 |
|
Vitaliy Lyudvichenko
|
4cd230f85c
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910
|
2018-06-14 16:04:00 +03:00 |
|
Vitaliy Lyudvichenko
|
ed7cd86f09
|
Fixed several bug. Trun on --server_logs_level=warning in tests. [#CLICKHOUSE-2910]
Fixed several test to be compatible with --server_logs_level=warning.
|
2018-06-08 22:50:15 +03:00 |
|
Alexey Milovidov
|
278ccdff73
|
Non significant change: removed redundant checks [#CLICKHOUSE-3]
|
2018-06-04 17:17:24 +03:00 |
|
Vitaliy Lyudvichenko
|
e265e5c2ab
|
Refactoring. [#CLICKHOUSE-2910]
|
2018-05-29 21:14:31 +03:00 |
|
Vitaliy Lyudvichenko
|
de6c48f4df
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910
|
2018-05-14 19:09:00 +03:00 |
|
Vitaliy Lyudvichenko
|
5704de8774
|
Fixed settings passing in clickhouse-local and tmp dirs. [#CLICKHOUSE-3713]
|
2018-05-10 02:15:06 +03:00 |
|
proller
|
c26b3bdef1
|
Fix split shared build; fix build without system odbc libs (#2191)
* Fix split shared build
* Fix build without system odbc libs
* Move dbms/src/Common/iostream_debug_helpers.h -> libs/libcommon/include/common/iostream_debug_helpers.h
* Fix build with libiodbc
|
2018-04-09 06:52:39 -07:00 |
|
Alexey Milovidov
|
3f8ef38b41
|
Fixed wording #245
|
2018-03-10 02:23:15 +03:00 |
|
Vitaliy Lyudvichenko
|
364f519eea
|
Threads and ProfileEvents in system.processes. [#CLICKHOUSE-2910]
|
2018-03-07 14:35:54 +03:00 |
|
Vitaliy Lyudvichenko
|
efdda9cc9b
|
Introduced ThreadStatus. [#CLICKHOUSE-2910]
|
2018-03-07 14:35:10 +03:00 |
|
Alexey Milovidov
|
601ff1eee4
|
Simplification of AST #1947
|
2018-02-26 06:37:08 +03:00 |
|
Alexey Milovidov
|
97766684d7
|
Fixed (harmless) race condition [#CLICKHOUSE-2]
|
2018-02-24 07:46:14 +03:00 |
|
Alexey Milovidov
|
4e3a0f0ac6
|
Fixed error [#CLICKHOUSE-2]
|
2018-02-21 09:25:21 +03:00 |
|
Alexey Milovidov
|
fa50fe80a0
|
Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2]
|
2018-02-19 03:45:32 +03:00 |
|
Alexey Milovidov
|
7415513151
|
Return single row for aggregation without keys on empty set: development [#CLICKHOUSE-1920] #51
|
2018-02-18 08:35:48 +03:00 |
|