Alexey Milovidov
|
e97ecb6cf7
|
Merge branch 'master' into METR-19266
Conflicts:
dbms/CMakeLists.txt
dbms/include/DB/Functions/FunctionsArray.h
dbms/include/DB/Functions/FunctionsString.h
dbms/include/DB/Parsers/ExpressionListParsers.h
dbms/include/DB/Storages/MergeTree/MergeTreeBlockInputStream.h
dbms/include/DB/Storages/MergeTree/MergeTreeReader.h
dbms/include/DB/Storages/MergeTree/MergeTreeThreadBlockInputStream.h
dbms/include/DB/Storages/MergeTree/MergedBlockOutputStream.h
dbms/src/Core/ErrorCodes.cpp
dbms/src/Parsers/ASTFunction.cpp
dbms/src/Storages/MergeTree/MergeTreeData.cpp
dbms/src/Storages/MergeTree/MergeTreeDataPart.cpp
dbms/src/Storages/MergeTree/MergeTreeReader.cpp
dbms/src/Storages/StorageLog.cpp
|
2016-12-10 07:51:36 +03:00 |
|
Vitaliy Lyudvichenko
|
107f7b34c7
|
Added requested PR changes, 2nd iteration.
|
2016-11-14 02:57:18 +03:00 |
|
Alexey Arno
|
ef2dd96ee4
|
dbms: Server: fixes [#METR-19266]
|
2016-10-21 16:14:41 +03:00 |
|
Alexey Arno
|
f4e77aaf97
|
dbms: Better code for functions processing. Code cleanup. [#METR-19266]
|
2016-08-15 14:14:29 +03:00 |
|
Alexey Arno
|
828012c077
|
dbms: better [#METR-19266]
|
2016-08-11 03:39:12 +03:00 |
|
Alexey Arno
|
87f330627e
|
dbms: better [#METR-19266]
|
2016-08-11 03:17:30 +03:00 |
|
Alexey Arno
|
e2b6e10ec1
|
dbms: Various fixes + more comments [#METR-19266]
|
2016-08-10 22:12:29 +03:00 |
|
Alexey Arno
|
a5cd138deb
|
dbms: Cleanup [#METR-19266]
|
2016-08-05 14:31:55 +03:00 |
|
Alexey Arno
|
2514b2a04c
|
dbms: simplifications, improvements, post-testing fixes. Unfinished, so do not pay attention to this commit. [#METR-19266]
|
2016-07-25 21:26:45 +03:00 |
|
Alexey Arno
|
f52403f623
|
dbms: Server: Feature development. [#METR-19266]
|
2016-07-06 12:47:55 +03:00 |
|
Alexey Milovidov
|
b8adf2c906
|
Updated comments [#METR-2944].
|
2016-06-19 00:08:35 +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
|
4c7eb03b63
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:35:44 +03:00 |
|
Alexey Milovidov
|
30cba89be0
|
Fixing build on clang [#METR-2807].
|
2016-03-07 07:31:10 +03:00 |
|
Alexey Milovidov
|
c062fc1ce0
|
dbms: cutting dependency [#METR-2944].
|
2016-01-12 05:21:15 +03:00 |
|
Alexey Milovidov
|
13c7d0983a
|
dbms: cutting dependency [#METR-2944]..
|
2016-01-12 00:46:36 +03:00 |
|
Alexey Milovidov
|
b6aaf1fe32
|
dbms: development; provided monotonicity properties for date-time functions [#METR-19052].
|
2015-11-29 14:58:44 +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
|
c0e029bb1b
|
dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944].
|
2015-07-17 04:27:35 +03:00 |
|
Alexey Milovidov
|
6ce28acc0f
|
dbms: cut dependency [#METR-2944].
|
2015-05-04 20:52:19 +03:00 |
|
Alexey Milovidov
|
f16a9beb61
|
dbms: removed sign_rewrite (obsolete, unused); tiny modifications [#METR-11370].
|
2014-06-12 23:23:06 +04:00 |
|
Alexey Milovidov
|
63cff6a5a4
|
Improvement [#METR-2807].
|
2014-04-08 11:58:53 +04:00 |
|
Alexey Milovidov
|
05615da00a
|
dbms: Fixed leak [#METR-9750]. Enabled warning, fixed potential errors.
|
2014-02-23 04:37:25 +04:00 |
|
Michael Kolupaev
|
8f63eaf24b
|
clickhouse: fixed build [#CONV-7444].
|
2013-06-05 10:04:09 +00:00 |
|
Michael Kolupaev
|
9dd3f851c6
|
clickhouse: fixed functions [#CONV-7444].
|
2013-06-05 09:47:21 +00:00 |
|
Michael Kolupaev
|
fb7078fd81
|
clickhouse: added function replicate [#CONV-7444].
|
2013-06-04 14:59:05 +00:00 |
|
Michael Kolupaev
|
452a233030
|
clickhouse: added function prerequisite support [#CONV-7444].
|
2013-06-04 13:34:46 +00:00 |
|
Michael Kolupaev
|
26ed29cfeb
|
clickhouse: higher order functions: development [#CONV-7444].
|
2013-05-20 15:42:57 +00:00 |
|
Michael Kolupaev
|
48c5dedb42
|
clickhouse: added parsing of lambda-expressions [#CONV-7444].
|
2013-05-08 09:52:02 +00:00 |
|
Alexey Milovidov
|
3ae8c09e54
|
dbms: fixed error [#CONV-7023].
|
2013-03-26 19:30:23 +00:00 |
|
Alexey Milovidov
|
5c8b01da3a
|
dbms: development [#CONV-2944].
|
2011-09-24 20:32:41 +00:00 |
|
Alexey Milovidov
|
532a578b7a
|
dbms: development [#CONV-2944].
|
2011-08-13 21:05:18 +00:00 |
|
Alexey Milovidov
|
9f5cc680a4
|
dbms: development [#CONV-2504].
|
2011-08-09 19:19:00 +00:00 |
|
Alexey Milovidov
|
54808431ec
|
dbms: development [#CONV-2944].
|
2011-08-09 15:57:33 +00:00 |
|