Alexey Milovidov
|
692bb379e3
|
Fixes; faster shutdown [#METR-23237].
|
2016-10-23 13:52:32 +03:00 |
|
Alexey Milovidov
|
181c2302fc
|
Addition to prev. revision [#METR-23237].
|
2016-10-23 13:34:11 +03:00 |
|
Alexey Milovidov
|
6c9dea8a8b
|
Addition to prev. revision [#METR-23237].
|
2016-10-23 09:38:53 +03:00 |
|
Alexey Milovidov
|
be84b78b93
|
Added actively updating metrics [#METR-23237].
|
2016-10-23 09:12:50 +03:00 |
|
alexey-milovidov
|
8d7ba10835
|
Merge pull request #132 from ludv1x/METR-22802
Automatic reload of remote_servers configuration.
|
2016-10-14 23:32:27 +04:00 |
|
Vitaliy Lyudvichenko
|
a0760a4821
|
Added requested PR changes. [#METR-22802]
|
2016-10-14 20:54:18 +03:00 |
|
Vitaliy Lyudvichenko
|
144d9018ba
|
Added port column into system.processes table. [#METR-22966]
|
2016-10-11 22:01:55 +03:00 |
|
Vitaliy Lyudvichenko
|
ebbc9b9877
|
Added abilty to automatically update clusters configuration. [#METR-22802]
|
2016-10-11 17:17:49 +03:00 |
|
Vitaliy Lyudvichenko
|
311f1b1bb9
|
Replaced IConnectionPool * -> ConnectionPoolPtr to avoid mangling references after Context update.
|
2016-10-11 15:07:42 +03:00 |
|
alexey-milovidov
|
3296310a9d
|
Merge pull request #116 from ludv1x/METR-22071
More datatypes for groupUniqArray() function [#METR-22071]
|
2016-09-29 23:53:18 +04:00 |
|
Vitaliy Lyudvichenko
|
a3d72db2aa
|
Added allocatesMemoryInArena() method for aggregate functions.
Fixed runningAccumulate, now it works properly for complex functions.
More accurate threads handling in Aggregator.
|
2016-09-28 16:28:55 +03:00 |
|
Vitaliy Lyudvichenko
|
80f037b12e
|
Added arena parameter into merge() method of aggregation function states. [#METR-22071]
|
2016-09-26 15:42:40 +03:00 |
|
Alexey Milovidov
|
6b2755bf2a
|
Non significant change [#METR-2944].
|
2016-09-23 23:33:06 +03:00 |
|
Vitaliy Lyudvichenko
|
946a037f71
|
Added requested changes. [#METR-22071]
|
2016-09-23 14:24:48 +03:00 |
|
Alexey Milovidov
|
5d53f21418
|
Addition to prev. revision [#METR-22869].
|
2016-09-23 08:54:57 +03:00 |
|
Alexey Milovidov
|
ebacdf3144
|
Trying to fix stuck in external aggregation [#METR-22869].
|
2016-09-23 08:49:55 +03:00 |
|
Alexey Milovidov
|
9120776fe1
|
Added support of aggregation by tuple keys even if tuples was not flattened in ExpressionAnalyzer [#METR-22301].
|
2016-09-23 01:58:55 +03:00 |
|
Vitaliy Lyudvichenko
|
37ed6a3038
|
Fixed dynamic complation errors. [#METR-22071]
|
2016-09-21 20:13:32 +03:00 |
|
Vitaliy Lyudvichenko
|
451a4b1d67
|
Added new Arena parameter to add() method of IAggregateFunction. [#METR-22071]
|
2016-09-21 20:13:32 +03:00 |
|
Vitaliy Lyudvichenko
|
0a93de0727
|
Leave only HashSet implementation. [#METR-22071]
|
2016-09-21 20:13:32 +03:00 |
|
Vitaliy Lyudvichenko
|
924075621e
|
Added three experimental implementations for groupUniqArray() aggregate function. [#METR-22071]
|
2016-09-21 20:13:32 +03:00 |
|
Alexander Prudaev
|
174b9a806d
|
merge clickhouse into metrika repo
|
2016-09-14 16:20:17 +03:00 |
|
Alexander Prudaev
|
d376a81692
|
columnar-appender-common: fix PoolWithFailOver [#METR-20682].
|
2016-09-13 19:00:47 +03:00 |
|
Alexey Milovidov
|
4d65dd3b37
|
Get rid of buggy code (that coincidently was useless too) [#METR-2944].
|
2016-09-04 03:01:48 +03:00 |
|
Alexey Arno
|
18930e5bb5
|
dbms: Better. [#METR-18510]
|
2016-09-01 11:19:19 +03:00 |
|
Alexey Arno
|
5dc3b28774
|
dbms: Fixed deadlock. [#METR-18510]
|
2016-08-31 19:42:04 +03:00 |
|
Yuri Dyachenko
|
94a2186dde
|
rename ext::share_ptr_helper -> ext::shared_ptr_helper
|
2016-08-30 22:27:15 +03:00 |
|
Yuri Dyachenko
|
e5825f790f
|
use std::enable_shared_from_this for IStorage
|
2016-08-29 16:28:34 +03:00 |
|
Yuri Dyachenko
|
065b02494a
|
add -Wold-style-cast
|
2016-08-26 22:55:11 +03:00 |
|
Alexey Milovidov
|
689f599e2a
|
Fixed error, removed partially duplicate code [#METR-22462].
|
2016-08-25 20:23:29 +03:00 |
|
Alexey Milovidov
|
e0f3cbb432
|
Added optional 'default_database' parameter for Cluster (allow Distributed tables to connect to different databases on different shards/replicas) [#METR-22462].
|
2016-08-22 23:34:21 +03:00 |
|
Alexey Milovidov
|
902c70bfa9
|
Fixed error with duplicate columns in subqueries [#METR-22381].
|
2016-08-20 20:10:00 +03:00 |
|
Alexey Milovidov
|
2c16a4ad2a
|
Removed unused method [#METR-2944].
|
2016-08-20 17:34:34 +03:00 |
|
Alexey Milovidov
|
56a091cb6e
|
Throw exception when multi-statements are disabled [#METR-22252].
|
2016-08-17 08:38:51 +03:00 |
|
Alexey Milovidov
|
9531d6413b
|
Statistics in JSON formats: development [#METR-22400].
|
2016-08-17 07:53:14 +03:00 |
|
Alexey Milovidov
|
70d7451c8c
|
Miscellaneous [#METR-2944].
|
2016-08-17 05:44:45 +03:00 |
|
Alexey Milovidov
|
db4950c868
|
Added address and query into (text) error log [#METR-22441].
|
2016-08-16 23:33:00 +03:00 |
|
Alexey Milovidov
|
73a2ddcaf8
|
Attempt to fix an error with defaults [#METR-21993].
|
2016-08-15 22:41:44 +03:00 |
|
Alexey Milovidov
|
0cf32c8aed
|
Renamed method [#METR-22400].
|
2016-08-13 05:21:17 +03:00 |
|
Alexey Milovidov
|
8224217e25
|
Fixed build [#METR-2944].
|
2016-08-11 23:59:17 +03:00 |
|
Alexey Milovidov
|
9f51a59322
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2016-08-11 03:47:47 +03:00 |
|
Alexey Milovidov
|
715cb482fa
|
Miscellaneous [#METR-2807].
|
2016-08-11 03:47:01 +03:00 |
|
Alexey Milovidov
|
b0256b9935
|
Fixed stack overflow [#METR-22219].
|
2016-08-10 21:49:10 +03:00 |
|
Alexey Milovidov
|
b51bdbd0c0
|
Allow to set 'force_restore_data' flag with creating file on local filesystem [#METR-21594], [#METR-17811].
|
2016-08-10 00:48:05 +03:00 |
|
Alexey Milovidov
|
6c861fe798
|
Style [#METR-2807].
|
2016-08-07 12:09:18 +03:00 |
|
Alexey Milovidov
|
9fd26e381a
|
Less code [#MOBMET-3953].
|
2016-08-07 01:31:58 +03:00 |
|
Alexey Milovidov
|
61b9996d9e
|
Better [#METR-22173].
|
2016-08-05 05:28:34 +03:00 |
|
Alexey Milovidov
|
fb5981871a
|
Avoid copying ColumnWithTypeAndName [#METR-22173].
|
2016-08-05 02:35:07 +03:00 |
|
Alexey Milovidov
|
9a07830dbb
|
Removed useless code (experimental) [#METR-2944].
|
2016-08-02 04:46:05 +03:00 |
|
Alexey Milovidov
|
899636e9fd
|
Another improvement for UBSan [#METR-2944].
|
2016-07-31 09:36:39 +03:00 |
|