Alexey Arno
|
255c7669a9
|
dbms: Server: modify columns renaming rules [#METR-14099]
|
2014-12-24 18:30:15 +03:00 |
|
Alexey Arno
|
9c9db14d95
|
dbms: Server: second part of the fix for column renaming in UNION ALL queries. [#METR-14099]
|
2014-12-24 18:30:14 +03:00 |
|
Alexey Arno
|
ece876f05d
|
dbms: Server: add first part of a fix for column renaming in UNION ALL queries.
|
2014-12-24 18:30:14 +03:00 |
|
Andrey Mironov
|
d98d920d05
|
dbms: add function IPv4NumToStringClassC [#METR-14266]
|
2014-12-24 17:45:44 +03:00 |
|
Alexey Milovidov
|
10553e7840
|
dbms: fixed error with views [#METR-14449].
|
2014-12-23 23:32:00 +03:00 |
|
Alexey Milovidov
|
9d87dbc703
|
dbms: don't allow more than one instance of clickhouse-server to run with same data directory [#METR-14391].
|
2014-12-21 06:18:40 +03:00 |
|
Alexey Arno
|
72845af48a
|
dbms: Client: Add output format consistency checking and support for vertical output in non-interactive client [#METR-14325]
|
2014-12-20 02:02:18 +03:00 |
|
Alexey Arno
|
3cd60f0aef
|
Merge
|
2014-12-20 00:26:08 +03:00 |
|
Alexey Arno
|
28055dde55
|
dbms: Server: fixed typo in function declaration [#METR-14408]
|
2014-12-20 00:19:48 +03:00 |
|
Alexey Milovidov
|
41a005ba73
|
dbms: style [#METR-2944].
|
2014-12-19 21:33:30 +03:00 |
|
Alexey Arno
|
f3cf2bebe7
|
Merge
|
2014-12-19 18:56:26 +03:00 |
|
Alexey Arno
|
5d23310cea
|
dbms: Server: execute queries from views with as most parallelism as possible [#METR-14408]
|
2014-12-19 18:56:12 +03:00 |
|
Andrey Mironov
|
1271af2f09
|
dbms: create default context for RemoteBlockInputStream only once. [#METR-14403]
|
2014-12-19 17:56:18 +03:00 |
|
Andrey Mironov
|
1713846472
|
dbms: fix merge blocker. [#METR-14032]
|
2014-12-19 17:18:56 +03:00 |
|
Andrey Mironov
|
b957a2a9c3
|
dbms: restore leading slash in pathFull. [#METR-13679]
|
2014-12-19 17:18:56 +03:00 |
|
Alexey Arno
|
84456a08c3
|
dbms: Server: rewrite expression lists in each SELECT query of the UNION ALL chain, if needed. [#METR-14099]
|
2014-12-19 16:10:48 +03:00 |
|
Alexey Milovidov
|
a362a666eb
|
dbms: fixed error with JOIN [#METR-14411].
|
2014-12-19 05:30:13 +03:00 |
|
Pavel Kartavyy
|
13249ff3c3
|
dbms: added ability to set different kinds of timeouts [#METR-14236]
|
2014-12-18 15:50:55 +03:00 |
|
Alexey Arno
|
747d2211d6
|
Remove code that turned out to be redudant. [#METR-14099]
|
2014-12-17 23:57:21 +03:00 |
|
Andrey Mironov
|
7d713ea40b
|
dbms: compress zookeeper checksum metadata. [#MTRSADMIN-879]
|
2014-12-17 21:38:22 +03:00 |
|
Alexey Arno
|
d29f019981
|
Apply required fixes [#METR-14099]
|
2014-12-17 18:56:52 +03:00 |
|
Alexey Arno
|
f8cb28cf07
|
Apply required fixes [#METR-14099].
|
2014-12-17 18:56:52 +03:00 |
|
Andrey Mironov
|
e7301a4050
|
dbms: add override to AST types
|
2014-12-17 18:51:21 +03:00 |
|
Andrey Mironov
|
3ebfd2fb7f
|
dbms: pass proper context into Storage::read(). [#METR-14179]
This reverts commit 34b3f738a67432b44f6f69238dd1529535984d1a.
|
2014-12-17 17:19:07 +03:00 |
|
Andrey Mironov
|
338314c9c6
|
dbms: stop merges on ALTER. [#METR-14032]
|
2014-12-17 16:14:24 +03:00 |
|
Andrey Mironov
|
49e322a045
|
Revert "dbms: pass proper context into Storage::read(). [#METR-14179]"
This reverts commit c0800b74a6fa338d29a65111599aa1fe71b67201.
|
2014-12-16 19:22:57 +03:00 |
|
Andrey Mironov
|
29de25c608
|
dbms: implement ASTSubquery::clone properly. [#METR-13399]
|
2014-12-16 15:40:25 +03:00 |
|
Andrey Mironov
|
fc9472ba47
|
dbms: pass proper context into Storage::read(). [#METR-14179]
|
2014-12-16 15:40:25 +03:00 |
|
Andrey Mironov
|
f92720b41f
|
dbms: fix PushingToViews* behaviour for temporary tables
|
2014-12-16 15:40:25 +03:00 |
|
Alexey Arno
|
8cdc779c9c
|
Add fix: temporarily turn off UNION ALL support for SELECT queries because it breaks functional tests. [#METR-14099]
|
2014-12-16 15:06:51 +03:00 |
|
Alexey Arno
|
819b3bd6ac
|
Code cleanups [#METR-14099].
|
2014-12-15 19:07:50 +03:00 |
|
Alexey Arno
|
9dd48cbf36
|
Simplify code [#METR-14099].
|
2014-12-15 19:07:50 +03:00 |
|
Alexey Arno
|
53318492a0
|
Add optimization in InterpreterSelectQuery that tries to minimize quantity of stream mergings.
|
2014-12-15 19:07:50 +03:00 |
|
Alexey Arno
|
72ca080f64
|
Further simplify the type compatibility checking code
|
2014-12-15 19:07:50 +03:00 |
|
Alexey Arno
|
dd6ac530f4
|
Various cleanups
|
2014-12-15 19:07:49 +03:00 |
|
Alexey Arno
|
8995500f14
|
Add initial support for SELECT requests chained by UNION ALL.
|
2014-12-15 19:07:49 +03:00 |
|
Alexey Arno
|
6323cf5977
|
Add support for UNION ALL in the SQL query parser
|
2014-12-15 19:07:49 +03:00 |
|
Alexey Milovidov
|
af8f9289cc
|
dbms: lowered memory usage for huge ORDER BY with LIMIT [#METR-2944].
|
2014-12-15 10:35:40 +03:00 |
|
Alexey Milovidov
|
9527462193
|
dbms: fixed memory tracking [#METR-14301].
|
2014-12-15 08:23:44 +03:00 |
|
Alexey Milovidov
|
f4ea556a30
|
dbms: lowered memory usage of huge ORDER BY with small LIMIT [#METR-2944].
|
2014-12-15 07:13:33 +03:00 |
|
Alexey Milovidov
|
cea5e295d0
|
dbms: addition to prev. revision [#METR-14300].
|
2014-12-15 07:06:39 +03:00 |
|
Alexey Milovidov
|
4b92baff9e
|
dbms: fixed error in StorageBuffer [#METR-14300].
|
2014-12-15 07:00:47 +03:00 |
|
Alexey Milovidov
|
922184e62f
|
dbms: more uniform aggregation: better [#METR-2944].
|
2014-12-15 02:07:57 +03:00 |
|
Alexey Milovidov
|
99ba283688
|
dbms: more uniform aggregation: development [#METR-2944].
|
2014-12-14 11:27:22 +03:00 |
|
Alexey Milovidov
|
562e4f3a3e
|
Merge
|
2014-12-14 08:28:11 +03:00 |
|
Alexey Milovidov
|
5abe09e7ba
|
dbms: style [#METR-2944].
|
2014-12-14 08:27:39 +03:00 |
|
Alexey Milovidov
|
09076b30d5
|
Merge
|
2014-12-12 23:50:32 +03:00 |
|
Alexey Milovidov
|
00a6607971
|
dbms: style [#METR-2944].
|
2014-12-12 21:39:48 +03:00 |
|
Alexey Milovidov
|
03a21823db
|
dbms: addition to prev. revision [#METR-14238].
|
2014-12-11 05:04:13 +03:00 |
|
Alexey Milovidov
|
2aa2cb18c4
|
dbms: fixed error with re-initializing session in ZK [#METR-14238].
|
2014-12-11 04:56:42 +03:00 |
|
Andrey Mironov
|
072fc96127
|
dbms: obliterate writeFloatText precision parameter -.-
reimplement floatWidth using double-conversion
|
2014-12-10 14:11:41 +03:00 |
|
Andrey Mironov
|
c21502e70f
|
dbms: store checksums in binary format. [#MTRSADMIN-879]
|
2014-12-09 16:58:19 +03:00 |
|
Andrey Mironov
|
9a12d78fe2
|
dbms: harness the power of libdouble-conversion. [#METR-13363]
This reverts commit d87b4b7ff8e8e7a3c32eebf3904d449df623b5a8.
|
2014-12-09 15:08:17 +03:00 |
|
Andrey Mironov
|
afd9f79c47
|
Revert "dbms: harness the power of libdouble-conversion. [#METR-13363]" until tests are done
This reverts commit 4692610fea832f4814461b482e1aae02b2c0781a.
|
2014-12-09 14:47:33 +03:00 |
|
Andrey Mironov
|
00db574116
|
dbms: harness the power of libdouble-conversion. [#METR-13363]
|
2014-12-09 14:33:57 +03:00 |
|
Andrey Mironov
|
3be8b25ed2
|
dbms: add lib google/double-conversion. [#METR-13363]
|
2014-12-09 14:33:57 +03:00 |
|
Sergey Magidovich
|
be30e7f794
|
dbms: Evoid copy. [#MOBMET-1007]
|
2014-12-08 20:01:27 +03:00 |
|
Pavel Kartavyy
|
4ba0b6be5c
|
Merge
|
2014-12-08 16:52:46 +03:00 |
|
Sergey Magidovich
|
0ebea8c353
|
dbms: Add writeText(mysqlxx::Null<T>&) and writeQuated(mysqlxx::Null<T>&). [#MOBMET-1007]
|
2014-12-08 13:30:58 +03:00 |
|
Alexey Milovidov
|
4de26c886c
|
dbms: changed default value of totals_mode [#MOBMET-1139].
|
2014-12-05 22:37:23 +03:00 |
|
Andrey Mironov
|
3332ed9682
|
dbms: add pathFull function. [#METR-13679]
|
2014-12-05 16:32:22 +03:00 |
|
Andrey Mironov
|
2066b089ab
|
dbms: fix cut* functions for constant strings
|
2014-12-05 14:45:06 +03:00 |
|
Andrey Mironov
|
8533ebe8bd
|
Merge
|
2014-12-04 18:51:36 +03:00 |
|
Andrey Mironov
|
fa3d9226b3
|
dbms: fix forced flush in StorageBuffer
|
2014-12-03 16:28:17 +03:00 |
|
Pavel Kartavyy
|
4b1ad86ce9
|
fixed date delimeter [#METR-13763]
|
2014-12-03 13:50:00 +03:00 |
|
Andrey Mironov
|
78a172bf0f
|
dbms: disallow range() arguments greater than one millin. [#METR-13613]
|
2014-12-02 21:25:43 +03:00 |
|
Andrey Mironov
|
c6134124f6
|
dbms: remove square function, alter tests. [#METR-13613]
|
2014-12-02 20:25:10 +03:00 |
|
Andrey Mironov
|
ea9472312e
|
dbms: implement range(n) function, add tests. [#METR-13613]
|
2014-12-02 20:25:10 +03:00 |
|
Andrey Mironov
|
682bfb46a5
|
dbms: vectorize math functions. [#METR-13613]
|
2014-12-02 20:25:10 +03:00 |
|
Andrey Mironov
|
af55445da3
|
dbms: implement abs(). [#METR-13613]
|
2014-12-02 20:25:09 +03:00 |
|
Andrey Mironov
|
fae4eb388d
|
dbms: enforce const in CreatingSetsBlockInputStream ctor.
|
2014-12-02 20:25:09 +03:00 |
|
Andrey Mironov
|
8062844eed
|
dbms: add math functions without SSE. [#METR-13613]
|
2014-12-02 20:25:09 +03:00 |
|
Alexey Milovidov
|
59f3e9bf17
|
dbms: more uniform aggregation: development [#METR-2944].
|
2014-12-02 03:31:07 +03:00 |
|
Alexey Milovidov
|
8bbcb3a232
|
dbms: fixed error in aggregate function minIf [#METR-2944].
|
2014-12-02 03:19:11 +03:00 |
|
Alexey Milovidov
|
da4c4a0566
|
dbms: more uniform load of threads while aggragation [#METR-2944].
|
2014-11-30 21:22:57 +03:00 |
|
Alexey Milovidov
|
92e5793c8e
|
dbms: tiny fix [#METR-2944].
|
2014-11-30 09:59:03 +03:00 |
|
Alexey Milovidov
|
32f3c9c1da
|
Merge
|
2014-11-30 06:23:36 +03:00 |
|
Alexey Milovidov
|
ead238608b
|
dbms: fixed error with aggregation by arrays [#METR-13933].
|
2014-11-28 05:17:29 +03:00 |
|
Alexey Milovidov
|
23b38c0e18
|
dbms: fixed error only partially [#METR-13933].
|
2014-11-28 00:31:13 +03:00 |
|
Evgeniy Gatov
|
109c41954c
|
libcloud, dbms: added write speed to clickhouse [#METR-13955].
|
2014-11-27 22:35:31 +03:00 |
|
Andrey Mironov
|
f7cda10386
|
Merge
|
2014-11-26 13:28:13 +03:00 |
|
Alexey Milovidov
|
a03bc39fa2
|
Merge
|
2014-11-25 23:55:36 +03:00 |
|
Alexey Milovidov
|
3dba76210f
|
Merge
|
2014-11-25 23:55:36 +03:00 |
|
Alexey Milovidov
|
25ddd55cad
|
Merge
|
2014-11-25 23:55:34 +03:00 |
|
Alexey Milovidov
|
8b2b1a52d1
|
Revert "Revert "dbms: allow all requested columns to be missing [#METR-13020]""
This reverts commit a74051d1739fbf4de8da2118e2f05820a6bc10f0.
|
2014-11-25 23:55:23 +03:00 |
|
Andrey Mironov
|
f1f139e8d0
|
dbms: fix allocation of excess memory for const result in concat.
|
2014-11-25 23:22:10 +03:00 |
|
Andrey Mironov
|
ec07d1f711
|
dbms: fix stupid error in concat length calculation.
|
2014-11-25 22:34:07 +03:00 |
|
Andrey Mironov
|
eefcb3e369
|
Revert "dbms: allow all requested columns to be missing [#METR-13020]"
This reverts commit e09872e3621f24a9a839ce377e4a317dc2ca1788.
|
2014-11-25 21:46:58 +03:00 |
|
Andrey Mironov
|
c28bb54ed4
|
Merge
|
2014-11-25 21:46:38 +03:00 |
|
Andrey Mironov
|
4c9af262fd
|
Merge
|
2014-11-25 21:46:23 +03:00 |
|
Alexey Milovidov
|
53c1dd7e08
|
Merge
|
2014-11-25 21:13:52 +03:00 |
|
Alexey Milovidov
|
639d29d5d4
|
dbms: added few profile events [#METR-2944].
|
2014-11-23 07:01:36 +03:00 |
|
Alexey Milovidov
|
d7a1abbbdc
|
Merge
|
2014-11-22 05:22:30 +03:00 |
|
Andrey Mironov
|
811565b5b1
|
dbms: implement appendTrailingCharIfAbsent, refactor concat. [#METR-13772]
|
2014-11-21 20:42:51 +03:00 |
|
Andrey Mironov
|
813742e5d7
|
dbms: add intDivOrZero function. [#METR-13159]
|
2014-11-21 17:28:39 +03:00 |
|
Andrey Mironov
|
eaa8a75a63
|
dbms: prohibit narrow-width integral types for determinator of quantile(s)Deterministic. [#METR-13199]
|
2014-11-21 17:07:25 +03:00 |
|
Andrey Mironov
|
d0971956e0
|
dbms: add quantile[s]Deterministic, rename stdext:: to ext:: [#METR-13199]
|
2014-11-21 16:34:37 +03:00 |
|
Andrey Mironov
|
d4d3663cd4
|
Merge
|
2014-11-20 17:42:45 +03:00 |
|
Alexey Milovidov
|
c5635ce6d9
|
dbms: added function regionToPopulation; clickhouse-server, ███████████, ███████████, ███████████ needs to be released before regions_hierarchy.txt change [#METR-13326].
|
2014-11-20 03:05:14 +03:00 |
|
Alexey Milovidov
|
a7b4903f14
|
dbms: fixed error with replication when 'interserver_http_port' is not specified [#METR-13831].
|
2014-11-19 23:40:51 +03:00 |
|
Alexey Milovidov
|
c017f3ebe3
|
dbms: added operators for DB/IO [#METR-2944].
|
2014-11-15 22:00:55 +03:00 |
|
Alexey Milovidov
|
8a0bdbe1d7
|
dbms: improved performance of deserializing strings (+5% on search phrases) [#METR-2944].
|
2014-11-15 21:57:49 +03:00 |
|
Andrey Mironov
|
37746b8e96
|
Merge
|
2014-11-14 15:52:02 +03:00 |
|
Andrey Mironov
|
58473a3085
|
Merge
|
2014-11-14 14:03:26 +03:00 |
|
Andrey Mironov
|
5af02c6119
|
Revert "dbms: purported fix", no luck
This reverts commit bf86346df8713ac76ed631f12eda4f13d3379057.
|
2014-11-14 12:47:58 +03:00 |
|
Andrey Mironov
|
4a70c452a7
|
dbms: purported fix
|
2014-11-14 12:30:35 +03:00 |
|
Andrey Mironov
|
11f1482927
|
dbms: allow all requested columns to be missing [#METR-13020]
|
2014-11-13 20:49:24 +03:00 |
|
Pavel Kartavyy
|
14c231c055
|
dbms: filtered tables in 'show tables from' query [#METR-13667]
|
2014-11-13 16:02:12 +03:00 |
|
Andrey Mironov
|
85e511fdab
|
dbms: refactor IFunction descendants' registration in FunctionFactory
|
2014-11-12 21:04:49 +03:00 |
|
Andrey Mironov
|
50328d120a
|
Merge
|
2014-11-12 13:42:04 +03:00 |
|
Andrey Mironov
|
731be3e7cf
|
Merge
|
2014-11-12 13:37:47 +03:00 |
|
Alexey Milovidov
|
9a9036f217
|
dbms: added FREEZE PARTITION functionality [#METR-13441].
|
2014-11-11 07:11:07 +03:00 |
|
Andrey Mironov
|
3407600536
|
dbms: save all columns in a single ZooKeeper node [#METR-12739]
|
2014-11-10 19:16:43 +03:00 |
|
Andrey Mironov
|
e7edb5e2af
|
dbms: correct typo
|
2014-11-10 14:38:06 +03:00 |
|
Alexey Milovidov
|
212cb73eec
|
dbms: improved performance of aggregation by string key when there are significant amount of empty strings [#METR-2944].
|
2014-11-09 15:53:44 +03:00 |
|
Alexey Milovidov
|
87a31229e9
|
dbms: improved performance of aggregation by string key [#METR-2944].
|
2014-11-09 15:43:09 +03:00 |
|
Alexey Milovidov
|
530eb9f919
|
dbms: HashTable: more use of saved hash value - less string comparisons, improved performance of aggregation by string [#METR-2944].
|
2014-11-09 11:39:18 +03:00 |
|
Alexey Milovidov
|
16a1c1e6e8
|
Merge
|
2014-11-09 02:55:24 +03:00 |
|
Alexey Milovidov
|
a58104c818
|
dbms: showing progress for INSERT SELECT query [#METR-13612].
|
2014-11-09 02:52:18 +03:00 |
|
Andrey Mironov
|
fe49e06e46
|
dbms: implement concat for arbitrary arity (> 0). [#METR-12888]
|
2014-11-07 21:42:00 +03:00 |
|
Alexey Milovidov
|
3d359e2b82
|
Partially get rid of time2str.h [#METR-13554].
|
2014-11-06 09:32:23 +03:00 |
|
Alexey Milovidov
|
a825e54b3a
|
dbms: improved performance of aggregation by string keys [#METR-13168].
|
2014-11-04 00:08:56 +03:00 |
|
Alexey Milovidov
|
ec08b393de
|
dbms: tiny improvement [#METR-2944].
|
2014-11-01 02:20:18 +03:00 |
|
Alexey Milovidov
|
bc454aec71
|
dbms: added override to all columns [#METR-2944].
|
2014-11-01 01:15:17 +03:00 |
|
Andrey Mironov
|
23bf89d490
|
dbms: properly resize const strings passed into toFixedString.
|
2014-10-31 16:49:48 +03:00 |
|
Andrey Mironov
|
c62bcdcd18
|
Revert "dbms: remove redundant memset(0) from IPv6StringToNum. [#METR-13151]"
This reverts commit 37cc08166507494428c8b858a4670156de356c32.
|
2014-10-31 15:57:30 +03:00 |
|
Andrey Mironov
|
70f376b8e6
|
dbms: remove redundant memset(0) from IPv6StringToNum. [#METR-13151]
|
2014-10-31 15:46:57 +03:00 |
|
Andrey Mironov
|
152ca18a21
|
dbms: drastic increase in IPv6StringToNum performance. [#METR-13151]
|
2014-10-31 15:03:35 +03:00 |
|
Andrey Mironov
|
a88c5e74ab
|
dbms: improve performance of IPv6NumToString. [#METR-13151]
|
2014-10-30 17:43:41 +03:00 |
|
Andrey Mironov
|
74b2f521d0
|
dbms: fix IPv6NumToString out of bounds access. [#METR-13151]
|
2014-10-29 16:53:04 +03:00 |
|
Andrey Mironov
|
a5905c608a
|
dbms: IPv6StringToNum. [#METR-13151]
|
2014-10-29 15:49:33 +03:00 |
|
Andrey Mironov
|
ee34ca31d8
|
dbms: add MD5, SHA1, SHA224, SHA256, IPv6NumToString. [#METR-13151]
|
2014-10-29 15:49:33 +03:00 |
|
Alexey Milovidov
|
37e599934f
|
dbms: further [#METR-2944].
|
2014-10-29 05:35:16 +03:00 |
|
Alexey Milovidov
|
425263970f
|
dbms: improved performance of aggregation by one numeric key (up to: 2x for UInt8, 5x for UInt16, 1.1x for UInt32, UInt64) [#METR-2944].
|
2014-10-29 04:18:50 +03:00 |
|
Andrey Mironov
|
96d8c7484a
|
dbms: add arrayFirst, arrayFirstIndex functions. [#METR-13151]
|
2014-10-28 18:49:33 +03:00 |
|
Andrey Mironov
|
484073a95c
|
dbms: add emptyArrayType family of functions. #[METR-13151]
|
2014-10-28 16:43:51 +03:00 |
|
Andrey Mironov
|
0d35ea0bf4
|
dbms: implement firstSignificantSubdomain, cutToFirstSignificantSubdomain. [#METR-13151]
|
2014-10-27 18:17:07 +03:00 |
|
Alexey Milovidov
|
e063ccc180
|
dbms: StorageBuffer: additions [#METR-13297].
|
2014-10-27 07:18:13 +03:00 |
|
Alexey Milovidov
|
5cf02c4cc1
|
dbms: addition to prev. revision [#METR-13297].
|
2014-10-26 03:21:06 +03:00 |
|
Alexey Milovidov
|
2d5192c4a0
|
dbms: StorageBuffer: development [#METR-13297].
|
2014-10-26 03:01:36 +03:00 |
|
Alexey Milovidov
|
08e93dbbd4
|
dbms: Client: showing progress bar for long-running queries [#METR-2944].
|
2014-10-26 00:27:37 +04:00 |
|
Alexey Milovidov
|
0045133b0e
|
dbms: prepared for fully-functional progress bar [#METR-2944].
|
2014-10-25 22:33:52 +04:00 |
|
Andrey Mironov
|
2798a19944
|
Merge
|
2014-10-24 14:48:47 +04:00 |
|
Andrey Mironov
|
ec5aa734f9
|
dbms: cut coupling between dbms and dbms_functions. [#METR-12739]
|
2014-10-24 13:33:31 +04:00 |
|
Alexey Milovidov
|
59d4783d5c
|
dbms: fixed bad code [#METR-2944].
|
2014-10-24 02:32:17 +04:00 |
|
Alexey Milovidov
|
731fcf6b01
|
dbms: fixed error in move to PREWHERE [#METR-13020].
|
2014-10-24 02:22:34 +04:00 |
|
Alexey Milovidov
|
b7d93bcb18
|
dbms: fixed error in prev. revision [#METR-13374].
|
2014-10-24 02:19:57 +04:00 |
|
Alexey Milovidov
|
405d3ed16f
|
metrage: fixed error [#METR-13374].
|
2014-10-24 01:57:03 +04:00 |
|
Andrey Mironov
|
934149d59a
|
Merge
|
2014-10-23 16:16:24 +04:00 |
|
Andrey Mironov
|
847b91614a
|
dbms: deduce and check types during alter, alteration of defaulted columns. [#METR-12739]
|
2014-10-21 16:11:20 +04:00 |
|
Alexey Milovidov
|
d3664eac89
|
dbms: added setting replication_alter_partitions_sync [#METR-13158].
|
2014-10-18 23:14:09 +04:00 |
|
Alexey Milovidov
|
f26b265eed
|
Merge
|
2014-10-18 21:37:55 +04:00 |
|
Alexey Milovidov
|
172ac6715f
|
dbms: tiny fix [#METR-2944].
|
2014-10-18 01:44:56 +04:00 |
|
Andrey Mironov
|
8a8e5963c5
|
dbms: chaining support for defaulted columns when corresponding columns files are absent. [#METR-12739]
|
2014-10-17 16:26:53 +04:00 |
|
Alexey Milovidov
|
a097d24644
|
dbms: moved some code to separate file [#METR-13153].
|
2014-10-17 05:05:51 +04:00 |
|
Andrey Mironov
|
1dfcaefc64
|
Merge
|
2014-10-16 20:55:23 +04:00 |
|
Andrey Mironov
|
0bfd35e5c7
|
dbms: defaulted columns support for ALTER, currently without type deduction and checking.
|
2014-10-16 17:37:01 +04:00 |
|
Alexey Milovidov
|
c2e4662ad7
|
Changed boost:: to std:: for bind, ref/cref, thread, shared_ptr [#METR-2807].
|
2014-10-16 05:21:03 +04:00 |
|
Alexey Milovidov
|
07ba420b85
|
dbms: addition to prev. revision; removed support to FETCH UNREPLICATED PARTITION [#METR-13153].
|
2014-10-15 23:59:12 +04:00 |
|
Alexey Milovidov
|
7ef7b5d81e
|
dbms: allowed recursive macros [#METR-13146].
|
2014-10-15 23:38:46 +04:00 |
|
Alexey Milovidov
|
25b474bd81
|
dbms: fixed subtle error [#METR-13153].
|
2014-10-15 17:38:09 +04:00 |
|
Alexey Milovidov
|
3d7639e5f1
|
dbms: little better [#METR-13153].
|
2014-10-15 05:22:06 +04:00 |
|
Alexey Milovidov
|
5fc32bb267
|
dbms: FETCH PARTITION: development [#METR-13153].
|
2014-10-13 22:01:58 +04:00 |
|
Alexey Milovidov
|
21383c5475
|
dbms: FETCH PARTITION: development [#METR-13153].
|
2014-10-13 21:28:59 +04:00 |
|
Andrey Mironov
|
43deee45c9
|
dbms: MATERIALIZED columns evaluation during insert, error handling. #[METR-12739]
|
2014-10-13 18:35:40 +04:00 |
|
Andrey Mironov
|
6f7997ce11
|
dbms: prohibit inserting materialized columns, support create as and similar queries. [#METR-12739]
|
2014-10-10 19:45:43 +04:00 |
|
Alexey Milovidov
|
54636994ef
|
dbms: FETCH PARTITION: development [#METR-13153].
|
2014-10-10 04:46:37 +04:00 |
|
Alexey Milovidov
|
a76db2ba78
|
dbms: improvement [#METR-13153].
|
2014-10-10 03:14:06 +04:00 |
|
Alexey Milovidov
|
c1601502bd
|
dbms: FETCH PARTITION: parsing and dispatching [#METR-13153].
|
2014-10-10 00:28:33 +04:00 |
|
Pavel Kartavyy
|
cc5629a06a
|
Merge
|
2014-10-08 23:00:44 +04:00 |
|
Pavel Kartavyy
|
d9bba776eb
|
cloud: fixed funny bug that cloud cannot be created if some host is unknown by DNS [#METR-10969]
|
2014-10-08 23:00:25 +04:00 |
|
Alexey Milovidov
|
150bde4e4f
|
dbms: VIEWs: added support for SAMPLE, FINAL, PREWHERE [#METR-13098].
|
2014-10-08 03:08:56 +04:00 |
|
Alexey Milovidov
|
48ec87bc40
|
dbms: fixed error with system.replicas; improvement [#METR-12726].
|
2014-10-07 22:44:03 +04:00 |
|
Pavel Kartavyy
|
10f948d3a3
|
Merge
|
2014-10-07 17:10:38 +04:00 |
|
Andrey Mironov
|
f675bed75b
|
dbms: add partial validation of ALTER queries. [#METR-12739]
|
2014-10-07 13:09:59 +04:00 |
|
Alexey Milovidov
|
a800baba16
|
dbms: more neat [#METR-2944].
|
2014-10-07 02:48:20 +04:00 |
|
Alexey Milovidov
|
3ff8c7ff26
|
dbms: fixed error [#METR-13087].
|
2014-10-07 02:46:18 +04:00 |
|
Alexey Milovidov
|
390b2efc61
|
dbms: fixing error [#METR-13087] (incomplete).
|
2014-10-07 00:33:12 +04:00 |
|
Pavel Kartavyy
|
35bdcc715d
|
Merge
|
2014-10-06 16:26:17 +04:00 |
|
Alexey Milovidov
|
468ea6e4be
|
dbms: added table system.replicas [#METR-12726].
|
2014-10-06 09:18:17 +04:00 |
|
Alexey Milovidov
|
0e923da9b3
|
dbms: added system.zookeeper table [#METR-2944].
|
2014-10-06 07:49:56 +04:00 |
|
Alexey Milovidov
|
2c2d4ea921
|
dbms: added table system.settings [#METR-2944].
|
2014-10-06 06:01:41 +04:00 |
|
Alexey Milovidov
|
a3dbff3fc4
|
dbms: easier to add more compression algrorithms [#METR-2944].
|
2014-10-06 01:59:23 +04:00 |
|
Alexey Milovidov
|
64071c2224
|
Merge
|
2014-10-03 22:41:16 +04:00 |
|
Alexey Milovidov
|
90d8096a0e
|
Merge
|
2014-10-03 21:57:01 +04:00 |
|
Alexey Milovidov
|
e84a0266e6
|
dbms: more consistent usage of override in Storages [#METR-12524].
|
2014-10-03 21:55:36 +04:00 |
|
Andrey Mironov
|
220ce78326
|
dbms: support ALIAS in table declaration
|
2014-10-03 19:30:10 +04:00 |
|
Andrey Mironov
|
defc09ed40
|
Merge
|
2014-10-03 18:29:42 +04:00 |
|
Andrey Mironov
|
f7ce30aa9d
|
dbms: support AddingDefaultBlock(Input|Output)Stream without ColumnDefaults
|
2014-10-03 14:25:05 +04:00 |
|
Andrey Mironov
|
468b7af64e
|
Merge
|
2014-10-03 14:19:34 +04:00 |
|
Alexey Milovidov
|
1da86169d6
|
dbms: more handy error message [#METR-2944].
|
2014-10-03 03:31:18 +04:00 |
|
Alexey Milovidov
|
c1bb78df32
|
Merge
|
2014-10-02 23:20:39 +04:00 |
|
Alexey Milovidov
|
b470cb26b1
|
dbms: uniqUpTo: fixed error [#METR-13022].
|
2014-10-02 23:20:09 +04:00 |
|
Andrey Mironov
|
9800d0d95f
|
Merge
|
2014-10-02 22:34:49 +04:00 |
|
Pavel Kartavyy
|
7bb049e4e0
|
Merge
|
2014-10-02 20:07:18 +04:00 |
|
Andrey Mironov
|
59ae69c5e9
|
rename optimization setting to optimize_move_to_prewhere
|
2014-10-02 13:48:53 +04:00 |
|
Andrey Mironov
|
192dde9b36
|
Merge
|
2014-10-01 20:47:36 +04:00 |
|
Andrey Mironov
|
5083090f8d
|
Merge
|
2014-10-01 20:39:32 +04:00 |
|
Andrey Mironov
|
aebc4f0f48
|
add merge_tree_optimize_where setting, default to false. [#METR-11900]
|
2014-10-01 17:51:44 +04:00 |
|
Andrey Mironov
|
5f88c8ae81
|
always show default_type and default_expression columns for DESC TABLE query. [#METR-12739]
|
2014-10-01 15:17:44 +04:00 |
|
Alexey Milovidov
|
d6a2cc33aa
|
dbms: tiny modifications [#METR-12784].
|
2014-10-01 04:10:35 +04:00 |
|
Alexey Milovidov
|
4b83a8d3b3
|
dbms: tiny modifications [#METR-12784].
|
2014-10-01 00:26:10 +04:00 |
|
Andrey Mironov
|
34dba980c7
|
show defaulted columns info in DESC TABLE query output. [#METR-12739]
|
2014-09-30 07:48:40 +04:00 |
|
Andrey Mironov
|
8052020218
|
add draft version of DEFAULT, MATERIALIZED/ALIAS currently parsed but not taken into account. [#METR-12739]
|
2014-09-30 07:08:47 +04:00 |
|
Alexey Milovidov
|
995bc9a5dd
|
dbms: investigation [#METR-12784].
|
2014-09-30 00:26:46 +04:00 |
|
Andrey Mironov
|
3060ba9571
|
return ColumnDefaults from InterpreterCreateQuery::parseColumns. [#METR-12739]
|
2014-09-29 18:58:48 +04:00 |
|
Andrey Mironov
|
529674ce6a
|
detect cycles, deduce and check types. [#METR-12739]
|
2014-09-29 17:36:30 +04:00 |
|
Andrey Mironov
|
1d04061a0e
|
implement type-deduction and type-enforcing. [#METR-12739]
|
2014-09-25 19:01:09 +04:00 |
|
Andrey Mironov
|
cee035439e
|
add makeASTFunction factory-function. #[NETR-12739]
|
2014-09-25 19:00:12 +04:00 |
|
Andrey Mironov
|
142d0a49c0
|
add ASTColumnDeclaration, corresponding formatAST, modify Interpreters. [#METR-12739]
|
2014-09-25 17:40:26 +04:00 |
|
Andrey Mironov
|
d1d9037053
|
Merge
|
2014-09-24 18:46:23 +04:00 |
|
Andrey Mironov
|
58dd0cbe50
|
extend parser for default column declaration support. [#METR-12739]
|
2014-09-24 18:44:57 +04:00 |
|
Andrey Mironov
|
f77ef5f84d
|
rename evaluateDatabaseName function and header, add comments
|
2014-09-24 15:53:41 +04:00 |
|
Andrey Mironov
|
0a4e3f1280
|
add function currentDatabase(), allow string-expressions in place of database name
|
2014-09-24 15:53:41 +04:00 |
|
Andrey Mironov
|
c6048522d2
|
Merge
|
2014-09-23 21:24:39 +04:00 |
|
Andrey Mironov
|
9c5f8eadb3
|
Merge
|
2014-09-23 21:00:57 +04:00 |
|
Andrey Mironov
|
f9afc661d1
|
Merge
|
2014-09-23 15:36:02 +04:00 |
|
Andrey Mironov
|
bc1587a192
|
Merge
|
2014-09-23 15:36:02 +04:00 |
|
Andrey Mironov
|
0f0c10a62d
|
move single condition from WHERE to PREWHERE, refactor. [#METR-11900]
|
2014-09-23 15:36:02 +04:00 |
|
Andrey Mironov
|
13870f5ba5
|
transform of non-good conditions, refactor. [#METR-11900]
|
2014-09-23 15:36:02 +04:00 |
|
Andrey Mironov
|
78aeb03095
|
Merge
|
2014-09-23 15:36:02 +04:00 |
|
Andrey Mironov
|
8579036446
|
refactor, fix comment meaning. [#METR-11900]
|
2014-09-23 15:36:02 +04:00 |
|
Andrey Mironov
|
86beda3111
|
Merge
|
2014-09-23 15:36:01 +04:00 |
|
Andrey Mironov
|
0fb1912d7c
|
WHERE condition recognition. [#METR-11900]
|
2014-09-23 15:36:01 +04:00 |
|
Alexey Milovidov
|
a81b5d7df9
|
dbms: additions to prev. revision [#METR-12857].
|
2014-09-23 03:21:15 +04:00 |
|
Alexey Milovidov
|
41d2b30992
|
dbms: added function regionToDistrict [#METR-12826].
|
2014-09-19 22:51:24 +04:00 |
|
Alexey Milovidov
|
81c268177b
|
dbms: probably fixed error when writeSuffix method wasn't called when writing to table [#METR-12767].
|
2014-09-18 23:49:31 +04:00 |
|
Alexey Milovidov
|
658ab39d41
|
dbms: removed misleading comment [#METR-12795].
|
2014-09-18 22:12:07 +04:00 |
|
Andrey Mironov
|
e954fa6d00
|
add elapsed and progress rows to system.merges. [#METR-12574]
Fix data-race introduced due to misconception of atomic instructions on integers.
|
2014-09-18 14:23:12 +04:00 |
|
Alexey Milovidov
|
f2c0ba3ba2
|
dbms: fixed error with merges [#METR-12767].
|
2014-09-18 03:57:25 +04:00 |
|
Alexey Milovidov
|
8505c84c23
|
dbms: throttling INSERTs early [#METR-12767].
|
2014-09-18 02:57:02 +04:00 |
|
Alexey Milovidov
|
bd8d56512e
|
dbms: FunctionsArithmetic: style [#METR-12575].
|
2014-09-18 00:18:52 +04:00 |
|
Alexey Milovidov
|
eca407e61a
|
Revert "dbms: fixed high CPU usage on failed INSERTs [#METR-12726]."
This reverts commit 49cf3bbd0d8af92a756b46039a7a52fa81992765.
|
2014-09-17 06:36:32 +04:00 |
|
Alexey Milovidov
|
587820aab9
|
dbms: fixed high CPU usage on failed INSERTs [#METR-12726].
|
2014-09-17 05:38:08 +04:00 |
|
Andrey Mironov
|
f6f7004684
|
Merge
|
2014-09-16 14:24:33 +04:00 |
|
Alexey Milovidov
|
4d01c0c7d0
|
dbms: addition to prev. revision [#METR-12715].
|
2014-09-13 22:59:12 +04:00 |
|
Alexey Milovidov
|
40d6f26ed7
|
dbms: improved performance with very small INSERTs [#METR-12715].
|
2014-09-13 22:34:08 +04:00 |
|
Alexey Milovidov
|
ef7ccff421
|
dbms: added missing modification [#METR-12715].
|
2014-09-13 16:11:14 +04:00 |
|
Andrey Mironov
|
09a570ffc0
|
Merge
|
2014-09-12 20:05:29 +04:00 |
|
Alexey Milovidov
|
4a664351c1
|
dbms: fixed error in ProfileEvent name [#METR-12725].
|
2014-09-12 19:24:33 +04:00 |
|
Andrey Mironov
|
13a77ffaa1
|
fix DB::ProcessList::Element::Update
|
2014-09-12 16:50:18 +04:00 |
|
Alexey Milovidov
|
887f4d052f
|
dbms: fixed error [#METR-12729].
|
2014-09-12 05:06:38 +04:00 |
|
Alexey Milovidov
|
0ea4691107
|
Merge
|
2014-09-12 04:32:27 +04:00 |
|
Alexey Milovidov
|
1af0c1a524
|
dbms: instrumenting ZooKeeper [#METR-12725].
|
2014-09-12 00:34:41 +04:00 |
|
Pavel Kartavyy
|
1a73e77463
|
dbms: fixed exception in TinyLog when it is empty [#METR-12532]
|
2014-09-10 20:49:18 +04:00 |
|
Andrey Mironov
|
e3d8e4e48b
|
initial implementation. [#METR-12574]
|
2014-09-10 15:34:26 +04:00 |
|
Andrey Mironov
|
1212cfd170
|
Merge
|
2014-09-08 19:50:00 +04:00 |
|
Andrey Mironov
|
e92c71eb18
|
leverage substitution failure power. [#METR-12575]
|
2014-09-08 17:37:25 +04:00 |
|
Andrey Mironov
|
bb5fc8c1e1
|
initial implementation. [#METR-12575]
|
2014-09-08 14:46:30 +04:00 |
|
Alexey Milovidov
|
d6d163b5dc
|
dbms: replication: writers don't block ZK session restart [#METR-12572].
|
2014-09-05 00:26:14 +04:00 |
|