Alexey Milovidov
|
130ec8b58b
|
Compatibility with new parser and AST of tables list [#METR-2944].
|
2016-07-22 23:39:28 +03:00 |
|
Alexey Milovidov
|
55ed2904f4
|
Allowed for certain aggregate functions to have case insensitive names for compatibility [#METR-22087].
|
2016-07-14 08:22:09 +03:00 |
|
Alexey Milovidov
|
f5f38e1e50
|
Better support for tuples, arrays in SELECT DISTINCT [#METR-22035].
|
2016-07-10 18:58:58 +03:00 |
|
Alexey Milovidov
|
a01534e6ab
|
Added syntactic sugar for count(DISTINCT ...) and 'count_distinct_implementation' setting [#METR-22035].
|
2016-07-10 18:52:35 +03:00 |
|
Alexey Milovidov
|
1a420a14e9
|
Squashing small blocks on INSERT (when passing blocks via TCP interface or when doing INSERT SELECT) [#METR-21877].
|
2016-07-02 00:02:13 +03:00 |
|
Alexey Milovidov
|
5ded454986
|
Added 'WITH NAME' section to ALTER TABLE ... FREEZE PARTITION query [#METR-21884].
|
2016-06-28 23:50:37 +03:00 |
|
Alexey Milovidov
|
d9b8b74180
|
Added setting 'log_queries_cut_to_length' [#METR-21843].
|
2016-06-25 06:21:01 +03:00 |
|
Alexey Milovidov
|
e336ba10eb
|
Using std::shared_ptr for functions and AST [#METR-21503].
|
2016-05-28 18:56:51 +03:00 |
|
Alexey Milovidov
|
fc65afb6f0
|
Using std::shared_ptr for functions and AST [#METR-21503].
|
2016-05-28 18:46:03 +03:00 |
|
Alexey Milovidov
|
8c4abcdd43
|
Using std::shared_ptr for functions and AST [#METR-21503].
|
2016-05-28 18:42:22 +03:00 |
|
Alexey Milovidov
|
646d70a545
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 17:14:18 +03:00 |
|
Alexey Milovidov
|
3c1c9d46f7
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 15:22:22 +03:00 |
|
Alexey Milovidov
|
4c7eb03b63
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:35:44 +03:00 |
|
Alexey Milovidov
|
6863e72f3d
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:15:36 +03:00 |
|
Alexey Milovidov
|
bf71e2ed90
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 11:11:52 +03:00 |
|
Alexey Milovidov
|
be394f2c84
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 10:48:40 +03:00 |
|
Alexey Milovidov
|
4b7f461e46
|
Using std::shared_ptr for columns [#METR-21503].
|
2016-05-28 08:31:36 +03:00 |
|
Alexey Milovidov
|
71889751d7
|
Better [#METR-20000].
|
2016-05-23 03:51:13 +03:00 |
|
Vladimir Chebotarev
|
866c8929e2
|
dbms, contrib: GCC 6 build fixes [#METR-20000]
|
2016-05-23 03:41:26 +03:00 |
|
Alexey Milovidov
|
bf265e264a
|
Alter primary key: development [#METR-21119].
|
2016-05-17 02:04:03 +03:00 |
|
Alexey Milovidov
|
2f1fead382
|
Merge
|
2016-05-16 21:47:34 +03:00 |
|
Alexey Milovidov
|
093f69c45d
|
Added support for FINAL and PARTITION specification for OPTIMIZE query [#METR-21326].
|
2016-05-16 21:43:38 +03:00 |
|
Alexey Milovidov
|
6942819013
|
Altering primary key [#METR-21119].
|
2016-05-14 00:08:19 +03:00 |
|
Alexey Milovidov
|
65de71b5a2
|
Added table function 'shardByHash' [#METR-21287].
|
2016-05-13 06:22:16 +03:00 |
|
Alexey Milovidov
|
fade06af59
|
Partially reverted [#METR-20892].
|
2016-04-15 04:48:29 +03:00 |
|
Alexey Milovidov
|
f7c09d58a5
|
Attempt to improve performance [#METR-20892].
|
2016-04-15 03:33:21 +03:00 |
|
Alexey Milovidov
|
054df259cd
|
Improvement (tnx. af-arno) [#METR-2944].
|
2016-04-13 23:46:36 +03:00 |
|
Alexey Milovidov
|
42cb486bc1
|
Added setting 'http_native_compression_disable_checksumming_on_decompress' [#METR-20784].
|
2016-04-10 02:24:38 +03:00 |
|
Alexey Milovidov
|
f538e81c98
|
Added 'uptime' function [#METR-20819].
|
2016-04-09 10:47:08 +03:00 |
|
Alexey Milovidov
|
2a85a1d266
|
Added setting 'replicated_alter_columns_timeout' [#METR-20816].
|
2016-04-09 08:43:55 +03:00 |
|
Alexey Milovidov
|
1f8f6fa06a
|
Allowed concurrent CREATE TABLE IF NOT EXISTS if table exists [#METR-20704].
|
2016-04-01 20:41:13 +03:00 |
|
Alexey Arno
|
09985be3ba
|
dbms: Added more comments. Made some code more understandable. [#METR-18510]
|
2016-03-28 16:00:00 +03:00 |
|
Alexey Milovidov
|
53d13330df
|
Set 'merge_tree_min_rows_for_seek' to 0, because higher values are not better [#METR-20607].
|
2016-03-27 15:52:13 +03:00 |
|
Alexey Arno
|
32a38485e6
|
Merge
|
2016-03-25 14:48:45 +03:00 |
|
Alexey Milovidov
|
288fb9dcdf
|
Less wrong [#METR-19997].
|
2016-03-22 02:46:24 +03:00 |
|
Alexey Milovidov
|
bbdd0ca4d7
|
Database engines: development [#METR-19997].
|
2016-03-21 15:57:12 +03:00 |
|
Alexey Milovidov
|
5fc44df6b5
|
Squashed commit of the following:
commit f9b478181cd49224154cc350fb57df7121842f1c
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sat Mar 19 04:06:36 2016 +0300
Database engines: development [#METR-19997].
commit f7a10a67761ccfd05f3dac32d6444920cd8d4d60
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sat Mar 19 03:44:37 2016 +0300
Database engines: development [#METR-19997].
commit bd98a8558e98bad2bed278e5762c4e0fc66e6f38
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sat Mar 19 00:33:59 2016 +0300
Database engines: development [#METR-19997].
commit 19712fd884c22a4e2c2b67474086dea8f44e7c7b
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Sat Mar 19 00:03:11 2016 +0300
Database engines: development [#METR-19997].
commit 50274d6df7e91fcc34aab8a8c72347daa2c6512f
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Mar 18 23:24:57 2016 +0300
Database engines: development [#METR-19997].
commit 4a0b99b19b34e90ef8b7be2d199f6232e36ef3f7
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Mar 18 22:50:36 2016 +0300
Database engines: development [#METR-19997].
commit 44ff3ebba7a3e460a27a89f31ddf199dbea1d182
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Mar 18 15:09:17 2016 +0300
Database engines: development [#METR-19997].
commit 137c31f3004cfd282473b6acb01cbe1b4ca2aadd
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Mar 18 03:26:34 2016 +0300
Database engines: development [#METR-19997].
commit aa4c0496d4afe4a691164254be2bd5600542b38a
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Mar 18 03:22:59 2016 +0300
Database engines: development [#METR-19997].
commit 5a94d1f0607450a2dac28a4d7df8b1393a864c23
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Fri Mar 18 01:02:40 2016 +0300
Database engines: development [#METR-19997].
commit 50fd5b52ea1141955a5dfba0dcb191f3289ac25b
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Mar 17 23:23:40 2016 +0300
Database engines: development [#METR-19997].
commit a333d91b058e4f56dd83a6d2878c3c2bd8efc002
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Mar 17 20:29:07 2016 +0300
Database engines: development [#METR-19997].
commit f81d366e7ac8348436f2698d040f8e341743a024
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Thu Mar 17 01:30:23 2016 +0300
Database engines: development [#METR-19997].
commit d0696860c9060827896214c08d147c759ea79376
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Mar 16 21:55:31 2016 +0300
Database engines: development [#METR-19997].
commit 46a168c2ada140a0e95cd8d4b9d8ba9bac855d11
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Mar 16 08:00:58 2016 +0300
Database engines: development [#METR-19997].
commit 20a2bad161454225fc1b5f9b919b842fbebc3231
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Mar 16 06:51:10 2016 +0300
Database engines: development [#METR-19997].
commit ca0a77fcc2a8d0b276eb3743c53551ad3fe16314
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Mar 16 06:02:20 2016 +0300
Reverted erroneous modification [#METR-19997].
commit 1370bdcc4594182f6ef2b146f9afabfe1c295080
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Wed Mar 16 00:41:34 2016 +0300
Database engines: development [#METR-19997].
commit 16e72c67041cae6471509d3f0f3d4a9aa7b7dc0f
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date: Tue Mar 15 00:41:48 2016 +0300
Database engines: development [#METR-19997].
|
2016-03-19 04:18:49 +03:00 |
|
Alexey Arno
|
df0667e738
|
dbms: Fixed subtle bug: when updating a ParserSelectQuery structure, the children field was left untouched. [#METR-20736]
|
2016-03-14 17:59:21 +03:00 |
|
Alexey Arno
|
36135ddb6a
|
dbms: Code cleanup. [#METR-18510]
|
2016-03-10 18:53:20 +03:00 |
|
Alexey Arno
|
4ce2d94be7
|
dbms: Removed code that was not needed anymore since we have now a better way to check issues with connections. [#METR-18510]
|
2016-03-10 18:42:36 +03:00 |
|
Alexey Arno
|
d5d334d5b8
|
dbms: Fixed post-optimization column order. Retain aliases. [#METR-19684]
|
2016-03-10 17:24:04 +03:00 |
|
Alexey Milovidov
|
4f3e9dfc95
|
dbms: addition to prev. revision [#METR-20301].
|
2016-03-10 06:45:03 +03:00 |
|
Alexey Milovidov
|
b92b0660a7
|
dbms: fixed error [#METR-20301].
|
2016-03-10 06:08:09 +03:00 |
|
Alexey Arno
|
e9718711d0
|
dbms: Code cleanup. [#METR-18510]
|
2016-03-08 18:38:06 +03:00 |
|
Alexey Milovidov
|
4576a90ba0
|
Fixing warnings on clang [#METR-2807].
|
2016-03-07 08:05:42 +03:00 |
|
Alexey Milovidov
|
0a48e6296e
|
Fixing warnings on clang [#METR-2807].
|
2016-03-07 07:35:06 +03:00 |
|
Alexey Milovidov
|
30cba89be0
|
Fixing build on clang [#METR-2807].
|
2016-03-07 07:31:10 +03:00 |
|
Alexey Milovidov
|
36e4bcc125
|
Better diagnostics [#METR-19808].
|
2016-03-05 05:30:20 +03:00 |
|
Alexey Milovidov
|
cd7b937342
|
Whitespaces [#METR-2944].
|
2016-03-04 05:40:48 +03:00 |
|
Alexey Milovidov
|
e29eb14b79
|
dbms: attempt to fix an error [#METR-20273].
|
2016-03-03 07:30:36 +03:00 |
|
Alexey Arno
|
6232e1cf9a
|
dbms: Added stricter checkings for coordinated requests originating from shards and a more reliable cluster naming scheme. [#METR-18510]
|
2016-03-02 16:35:30 +03:00 |
|
Alexey Arno
|
6efc98d1f3
|
Merge
|
2016-03-01 20:47:53 +03:00 |
|
Alexey Milovidov
|
9e81f3eea0
|
Added setting 'enable_http_compression' [#METR-20041].
|
2016-02-19 22:02:20 +03:00 |
|
Alexey Milovidov
|
8efb3e5ade
|
Initial implementation of XML output format [#METR-20026].
|
2016-02-14 05:37:42 +03:00 |
|
Alexey Milovidov
|
12363ed329
|
Added limited support for expressions in INSERT ... VALUES [#METR-20048].
|
2016-02-13 09:37:19 +03:00 |
|
Alexey Milovidov
|
6a2a082ea7
|
Added setting http_zlib_compression_level [#METR-20041].
|
2016-02-12 05:26:04 +03:00 |
|
Alexey Milovidov
|
14c28ebf0d
|
Updated comment [#METR-20000].
|
2016-02-11 04:43:39 +03:00 |
|
Alexey Milovidov
|
563e410b72
|
Moved threadpool library to contrib [#METR-17973].
|
2016-02-05 08:07:39 +03:00 |
|
Alexey Milovidov
|
abf49e937c
|
dbms: disabled QuickLZ [#METR-17973].
|
2016-02-04 00:16:19 +03:00 |
|
Alexey Arno
|
4605992fb3
|
dbms: Server: Bug fix. [#METR-19860]
|
2016-02-02 14:49:57 +03:00 |
|
Alexey Milovidov
|
e5d4149ca4
|
Merge
|
2016-01-28 04:00:42 +03:00 |
|
Alexey Milovidov
|
67a07205b7
|
Merge
|
2016-01-28 04:00:27 +03:00 |
|
Alexey Milovidov
|
b7d3f0e4d6
|
Merge
|
2016-01-28 03:59:35 +03:00 |
|
Pavel Kartavyy
|
fec72d8e58
|
Merge
|
2016-01-27 14:37:03 +03:00 |
|
Pavel Kartavyy
|
e19e2effd6
|
build fix
|
2016-01-27 10:03:15 +03:00 |
|
Alexey Milovidov
|
5c90d7d45c
|
Merge
|
2016-01-26 05:00:25 +03:00 |
|
Alexey Milovidov
|
085dd9f90a
|
Merge
|
2016-01-26 04:56:42 +03:00 |
|
Alexey Arno
|
ae2f7c7613
|
Merge
|
2016-01-26 03:30:18 +03:00 |
|
Alexey Milovidov
|
6d50fb4b44
|
dbms: fixed quorum inserts; improved performance of ordinary inserts [#METR-16779].
|
2016-01-24 08:00:24 +03:00 |
|
Alexey Arno
|
a3ea32b985
|
Merge
|
2016-01-21 19:30:05 +03:00 |
|
Alexey Milovidov
|
0f3e163c4e
|
dbms: CurrentMetrics: development [#METR-19596].
|
2016-01-21 04:47:28 +03:00 |
|
Alexey Milovidov
|
30e559636d
|
dbms: added support for global metrics: sending to graphite; added system.metrics table [#METR-19596].
|
2016-01-21 00:32:01 +03:00 |
|
Alexey Milovidov
|
81d5b9aaab
|
Moved embedded dictionaries to dbms [#METR-17973].
|
2016-01-15 05:47:19 +03:00 |
|
Alexey Milovidov
|
e468626d1c
|
dbms: addition [#METR-19561].
|
2016-01-13 07:30:21 +03:00 |
|
Alexey Milovidov
|
c67d973c51
|
dbms: added setting 'max_memory_usage_for_all_queries' [#METR-19561].
|
2016-01-13 06:59:24 +03:00 |
|
Alexey Milovidov
|
7b521a8c5e
|
dbms: added setting 'max_memory_usage_for_user' [#METR-19561].
|
2016-01-13 05:38:30 +03:00 |
|
Alexey Milovidov
|
e522ec23f9
|
dbms: porting to aarch64 [#METR-19609].
|
2016-01-13 05:11:40 +03:00 |
|
Alexey Milovidov
|
54d3af930c
|
Merge
|
2016-01-13 04:06:56 +03:00 |
|
Alexey Milovidov
|
ab1b725779
|
dbms: less dependencies [#METR-2944].
|
2016-01-13 03:32:59 +03:00 |
|
Alexey Milovidov
|
13c7d0983a
|
dbms: cutting dependency [#METR-2944]..
|
2016-01-12 00:46:36 +03:00 |
|
Alexey Milovidov
|
a419ce1052
|
Preparation to build with in-tree Poco library [#METR-19593].
|
2016-01-07 22:52:21 +03:00 |
|
Alexey Milovidov
|
a6b01ee987
|
dbms: multiple MemoryTrackers: development [#METR-19561].
|
2015-12-30 18:39:11 +03:00 |
|
Alexey Milovidov
|
f1f3619df4
|
dbms: cancelling fetching of parts on table shutdown [#METR-19544].
|
2015-12-25 00:28:18 +03:00 |
|
Alexey Milovidov
|
d51e03da61
|
dbms: added fault injection in memory tracker to more easily reproducing the bug [#METR-19278].
|
2015-12-23 10:39:28 +03:00 |
|
Alexey Milovidov
|
348f2e0e40
|
dbms: better [#METR-19278].
|
2015-12-23 10:03:50 +03:00 |
|
Andrey Mironov
|
9d16702f84
|
dbms: unconditionally move evaluation of storage ALIASes to InterpterSelectQuery [#METR-19317]
|
2015-12-15 17:15:06 +03:00 |
|
Alexey Milovidov
|
2aeb48be2d
|
dbms: added backoff on slow reads [#METR-17579].
|
2015-12-13 07:52:13 +03:00 |
|
Alexey Milovidov
|
f27bfcdc0b
|
dbms: temporarily set 'aggregation_memory_efficient_merge_threads' to 1 because of incorrect implementation [#METR-17000].
|
2015-12-10 05:40:31 +03:00 |
|
Alexey Milovidov
|
a43272c9b8
|
dbms: fixed error in memory-efficient merging of aggregated states [#METR-17000].
|
2015-12-09 05:56:18 +03:00 |
|
Alexey Milovidov
|
7560351942
|
dbms: removed old code [#METR-17000].
|
2015-12-09 05:55:35 +03:00 |
|
Alexey Milovidov
|
50d463d08b
|
dbms: fixed error [#METR-17000].
|
2015-12-08 05:01:46 +03:00 |
|
Alexey Milovidov
|
0d7135fcf6
|
dbms: fixed errors [#METR-17000].
|
2015-12-06 22:42:28 +03:00 |
|
Alexey Milovidov
|
7dc5661521
|
dbms: more memory efficient merging aggregated states [#METR-17000].
|
2015-12-06 19:22:01 +03:00 |
|
Alexey Milovidov
|
0ef797d9f3
|
dbms: fixed error [#METR-17000].
|
2015-12-06 17:27:09 +03:00 |
|
Alexey Milovidov
|
2b1614825e
|
dbms: improvement [#METR-17000].
|
2015-12-06 10:33:39 +03:00 |
|
Alexey Milovidov
|
0ceb0280f7
|
dbms: added setting 'aggregation_memory_efficient_merge_threads' [#METR-17000].
|
2015-12-03 08:03:23 +03:00 |
|
Alexey Milovidov
|
2b835d67e2
|
dbms: fixed dynamic compilation [#METR-17000].
|
2015-12-03 06:18:42 +03:00 |
|
Alexey Milovidov
|
d76d57dda2
|
dbms: better [#METR-17000].
|
2015-12-02 00:20:14 +03:00 |
|
Alexey Milovidov
|
8844334423
|
dbms: external aggregation: development [#METR-17000].
|
2015-12-01 19:58:15 +03:00 |
|
Alexey Milovidov
|
02b16fce06
|
dbms: external aggregation: initial implementation [#METR-17000].
|
2015-12-01 17:09:05 +03:00 |
|
Alexey Milovidov
|
48e840a199
|
dbms: external aggregation: development [#METR-17000].
|
2015-11-30 22:57:46 +03:00 |
|
Alexey Milovidov
|
83cf1f81ec
|
dbms: Aggregator: preparation [#METR-17000].
|
2015-11-30 19:57:05 +03:00 |
|
Alexey Milovidov
|
d9bc972a59
|
dbms: allowed to use index if column is wrapped by piecewise-monotonic functions: initial implementation [#METR-19052].
|
2015-11-29 11:06:29 +03:00 |
|
Alexey Milovidov
|
1889600e39
|
dbms: improved performance of Aggregator in non-compiled case [#METR-2944].
|
2015-11-21 22:46:27 +03:00 |
|
Alexey Milovidov
|
8314861690
|
dbms: improved performance of INSERT SELECT [#METR-19025].
|
2015-11-21 18:47:32 +03:00 |
|
Alexey Milovidov
|
2d00e5d84f
|
dbms: SAMPLE ... OFFSET development: using rational numbers [#METR-18847].
|
2015-11-20 00:34:53 +03:00 |
|
Alexey Milovidov
|
df3f04cdeb
|
dbms: fixing warnings in gcc-5 [#METR-18843].
|
2015-11-16 06:28:10 +03:00 |
|
Alexey Milovidov
|
4b29a48124
|
dbms: fixed error [#METR-17109].
|
2015-11-09 21:45:55 +03:00 |
|
Alexey Milovidov
|
4482871274
|
dbms: allowed aliases without AS keyword in SELECT clause at top level [#METR-15573].
|
2015-11-08 03:28:12 +03:00 |
|
Alexey Arno
|
29dc5f91d1
|
Merge
|
2015-11-06 20:44:01 +03:00 |
|
Alexey Arno
|
67d42f3aa8
|
dbms: Server: Bug fix. If the FROM section of a subquery does not refer to a table, the depth (as specified in the algorithm for distributed IN/JOIN subqueries processing) of this subquery must not increase. [#METR-18524]
|
2015-11-05 14:11:20 +03:00 |
|
Alexey Milovidov
|
213a6dedbd
|
dbms: probably fixed error [#METR-18611].
|
2015-11-02 22:19:29 +03:00 |
|
Alexey Milovidov
|
89848a098a
|
dbms: setting Content-Type header in HTTP interface [#METR-18603].
|
2015-10-31 00:19:54 +03:00 |
|
Andrey Mironov
|
37ba429c1e
|
dbms: handle ALIAS columns differently, support them in ARRAY JOIN. [#METR-18221]
|
2015-10-29 18:42:40 +03:00 |
|
Alexey Milovidov
|
c9a8f19def
|
dbms: fixed error with tuples of consts [#METR-18586].
|
2015-10-29 00:21:18 +03:00 |
|
Alexey Milovidov
|
09e3e62539
|
Merge
|
2015-10-23 04:44:50 +03:00 |
|
Alexey Milovidov
|
5cd5c0dde5
|
dbms: using 'max_rows_to_group_by' limit while merging aggregate states (in certain cases) [#METR-18507].
|
2015-10-23 04:43:42 +03:00 |
|
Alexey Milovidov
|
6f00b5949c
|
dbms: fixed ARRAY JOIN when joined array is not used, but original is used [#METR-18406].
|
2015-10-22 23:56:52 +03:00 |
|
Alexey Milovidov
|
90ff83b1ba
|
dbms: using max_rows_to_group_by limit while merging aggregate states (incomplete) [#METR-18507].
|
2015-10-22 04:44:33 +03:00 |
|
Alexey Arno
|
2660fbaa21
|
dbms: Server: merged branch METR-16213 into master
|
2015-10-20 17:59:29 +03:00 |
|
Alexey Milovidov
|
203beb9621
|
dbms: caching DNS for table function 'remote' [#METR-18472].
|
2015-10-16 19:10:10 +03:00 |
|
Alexey Milovidov
|
5e21d6a11d
|
dbms: implemented TODO [#METR-18472].
|
2015-10-16 18:36:23 +03:00 |
|
Alexey Milovidov
|
fc745dbfa1
|
dbms: fixed error with removing temporary columns [#METR-18448].
|
2015-10-15 19:10:08 +03:00 |
|
Alexey Arno
|
5f17c9d55d
|
Merge
|
2015-10-12 17:53:16 +03:00 |
|
Alexey Milovidov
|
bb283e6602
|
dbms: added support for different numeric types in function has [#METR-18382].
|
2015-10-12 10:05:54 +03:00 |
|
Alexey Milovidov
|
a62fdf0e24
|
dbms: removing temporary columns early [#METR-18361].
|
2015-10-08 06:41:11 +03:00 |
|
Alexey Milovidov
|
9f5aa6c26e
|
dbms: Set 'merge_tree_uniform_read_distribution' to true by default [#METR-16457].
|
2015-10-08 03:09:48 +03:00 |
|
Alexey Milovidov
|
9facd5bc56
|
Removed link-time dependency [#METR-17973].
|
2015-10-05 10:04:42 +03:00 |
|
Alexey Milovidov
|
baa25bf288
|
Addition to prev. revision [#METR-17973].
|
2015-10-05 04:52:00 +03:00 |
|
Alexey Milovidov
|
3183deadef
|
Moved files [#METR-17973].
|
2015-10-05 04:50:42 +03:00 |
|
Alexey Milovidov
|
0ddb9cffdd
|
Addition to prev. revision [#METR-17973].
|
2015-10-05 04:40:00 +03:00 |
|
Alexey Milovidov
|
918422ad48
|
Moved files [#METR-17973].
|
2015-10-05 04:35:28 +03:00 |
|
Alexey Milovidov
|
3a5032fd4a
|
Moved files [#METR-17973].
|
2015-10-05 03:52:29 +03:00 |
|
Alexey Milovidov
|
4a061b97cb
|
Moved file [#METR-17973].
|
2015-10-05 03:44:40 +03:00 |
|
Alexey Milovidov
|
804216f678
|
dbms: added full support of GROUP BY arrays [#METR-13168].
|
2015-10-04 09:10:48 +03:00 |
|
Alexey Arno
|
ddf5996c44
|
Merge
|
2015-10-01 18:10:41 +03:00 |
|
Alexey Milovidov
|
1f6def094f
|
dbms: fixed build [#METR-18202].
|
2015-09-29 22:19:54 +03:00 |
|
Alexey Arno
|
8bdb8f93c0
|
Merge
|
2015-09-29 17:40:23 +03:00 |
|
Alexey Milovidov
|
949dfb4226
|
dbms: fixed build [#METR-2807].
|
2015-09-27 17:28:43 +03:00 |
|
Alexey Milovidov
|
c1bb394e8d
|
dbms: caching DNS requests for authentification [#METR-18213].
|
2015-09-27 05:18:00 +03:00 |
|
Alexey Milovidov
|
093a8b12a7
|
dbms: added 'max_network_bytes' setting [#METR-18186].
|
2015-09-25 15:52:47 +03:00 |
|
Alexey Milovidov
|
c757bf9063
|
dbms: setting thread names [#METR-2944].
|
2015-09-24 21:54:21 +03:00 |
|
Alexey Milovidov
|
0e57c8c423
|
dbms: allowed to specify passwords in hashed form [#METR-18119].
|
2015-09-24 10:18:05 +03:00 |
|
Alexey Milovidov
|
1481d7f293
|
dbms: specifying port to send queries in ZK [#METR-18167].
|
2015-09-24 07:50:53 +03:00 |
|
Alexey Arno
|
7d52bb7ccf
|
dbms: Server: Small code simplification. [#METR-17668]
|
2015-09-22 18:23:49 +03:00 |
|
Alexey Milovidov
|
6571769d3b
|
dbms: added setting 'select_sequential_consistency' [#METR-16779].
|
2015-09-20 14:54:58 +03:00 |
|
Alexey Milovidov
|
5af56824f2
|
dbms: improved texts [#METR-17688].
|
2015-09-19 00:35:35 +03:00 |
|
Alexey Arno
|
1cae6e8b54
|
Merge
|
2015-09-18 16:36:10 +03:00 |
|
Pavel Kartavyy
|
44c810b228
|
███████████: split ClickHouse query to several sub queries [#METR-17968]
|
2015-09-14 11:50:35 +03:00 |
|
Alexey Milovidov
|
aaa70348af
|
dbms: quorum inserts: development [#METR-16779].
|
2015-09-09 21:15:36 +03:00 |
|