Nikolai Kochetov
|
688cc4976a
|
Moved NOTICE to dbms/src
|
2019-08-16 14:03:23 +03:00 |
|
Nikolai Kochetov
|
18ad0e7e6b
|
Merged with master.
|
2019-08-16 13:55:40 +03:00 |
|
alexey-milovidov
|
01a046e8ca
|
Merge pull request #5053 from nikvas0/nikvas0/index_mutate
indices and mutations
|
2019-08-16 02:44:48 +03:00 |
|
alexey-milovidov
|
a466c7aebd
|
Merge pull request #6299 from CurtizJ/order-by-efficient
Optimizations of ranges selection while reading with enabled optimize_read_in_order.
|
2019-08-16 02:39:53 +03:00 |
|
Alexey Milovidov
|
cf9b41549d
|
MetricLog: code cleanups; comments
|
2019-08-16 02:35:54 +03:00 |
|
alexey-milovidov
|
a70bfa13d4
|
Merge pull request #6467 from nikitamikhaylov/system_metric_log
system.metric_log table
|
2019-08-16 02:28:53 +03:00 |
|
Nikita Vasilev
|
053f0ee78d
|
fix compilation
|
2019-08-15 20:46:35 +03:00 |
|
Nikita Vasilev
|
00a5fe7836
|
Merge remote-tracking branch 'upstream/master' into nikvas0/index_mutate
|
2019-08-15 19:48:57 +03:00 |
|
Nikita Mikhaylov
|
2cfbd1e194
|
reused prev_timepoint
|
2019-08-15 19:39:18 +03:00 |
|
Nikita Mikhaylov
|
854da3b6a2
|
ms column added
|
2019-08-15 19:09:43 +03:00 |
|
chertus
|
47a9424190
|
Merge branch 'master' into refactoring
|
2019-08-15 18:32:56 +03:00 |
|
chertus
|
e895251bc6
|
minor changes
|
2019-08-15 17:22:33 +03:00 |
|
chertus
|
994f9f3cc6
|
unify ActionsVisitor: rewrite as InDepthNodeVisitor
|
2019-08-15 16:54:59 +03:00 |
|
chertus
|
1b500ade45
|
remove duplicated include
|
2019-08-15 14:22:19 +03:00 |
|
CurtizJ
|
6ef3b5f9c7
|
fix usage of global syntax_result in optimizeReadInOrder
|
2019-08-15 13:15:04 +03:00 |
|
Nikolai Kochetov
|
abfaa9620d
|
Fix style.
|
2019-08-15 11:09:18 +03:00 |
|
Nikolai Kochetov
|
720fe61a14
|
Merge pull request #6494 from yandex/fix-pipeline-executor-types
Fix arg type forPipelineExecutor::prepareProcessor
|
2019-08-15 09:54:18 +03:00 |
|
Nikolai Kochetov
|
551d04c01f
|
Merge pull request #6495 from yandex/fix-format-factory-default-streams
Fix FormatFactory default formats.
|
2019-08-15 09:53:51 +03:00 |
|
chertus
|
7c566f317c
|
refactoring: extract SelectQueryExpressionAnalyzer from ExpressionAnalyzer
|
2019-08-14 22:30:30 +03:00 |
|
CurtizJ
|
0b3d7d8032
|
Merge remote-tracking branch 'upstream/master' into order-by-efficient
|
2019-08-14 21:26:25 +03:00 |
|
alexey-milovidov
|
7a439e269f
|
Merge pull request #6470 from alex-krash/function_user
Function currentUser()
|
2019-08-14 20:09:54 +03:00 |
|
alexey-milovidov
|
a9d48ad503
|
Merge pull request #6482 from yandex/allow-library-dictionary-with-asan
Allow to use library dictionary source with ASan.
|
2019-08-14 20:05:13 +03:00 |
|
chertus
|
047a14a189
|
one more minor refactoring
|
2019-08-14 19:53:30 +03:00 |
|
CurtizJ
|
eb3a3f44d0
|
better avoiding of array join in optimizeReadInOrder
|
2019-08-14 19:15:03 +03:00 |
|
Nikolai Kochetov
|
be009d971d
|
Fix FormatFactory default formats.
|
2019-08-14 18:54:51 +03:00 |
|
chertus
|
97d6f2218c
|
minor refactoring
|
2019-08-14 18:34:32 +03:00 |
|
Nikolai Kochetov
|
e51c48501b
|
Fix arg type forPipelineExecutor::prepareProcessor
|
2019-08-14 18:28:33 +03:00 |
|
chertus
|
ddde50c542
|
minor fixes in includes
|
2019-08-14 17:06:16 +03:00 |
|
alexey-milovidov
|
e5a40eb493
|
Merge pull request #6458 from 4ertus2/refactoring
More ExpressionAnalyzer refactoring
|
2019-08-14 16:10:36 +03:00 |
|
Nikita Mikhaylov
|
d1e5fcd281
|
std::move
|
2019-08-14 16:08:07 +03:00 |
|
Nikita Mikhaylov
|
15bbf080f3
|
changes after review
|
2019-08-14 15:54:41 +03:00 |
|
CurtizJ
|
d44d2d1731
|
rewrite trash code in optimizeReadInOrder and disable read in order optimization with joins
|
2019-08-14 15:29:21 +03:00 |
|
Alexandr Krasheninnikov
|
d9234a64c4
|
Make function return initial user
|
2019-08-14 15:18:11 +03:00 |
|
Alexandr Krasheninnikov
|
bc4177f64c
|
Make alias case-insenstitive
|
2019-08-14 13:20:15 +03:00 |
|
Alexey Milovidov
|
09ecd865fc
|
Allow to use library dictionary source with ASan. May impose troubles.
|
2019-08-14 03:26:38 +03:00 |
|
CurtizJ
|
94bca8315d
|
Merge remote-tracking branch 'upstream/master' into order-by-efficient
|
2019-08-14 01:41:38 +03:00 |
|
Vitaly Baranov
|
75aa1d7858
|
Merge pull request #6320 from yandex/simdjson-sse42
Enabled SIMDJSON for SSE 4.2 with PCLMUL instruction set
|
2019-08-13 23:12:40 +03:00 |
|
CurtizJ
|
c3e0ceecde
|
wait for finish calculations at underlying streams while cancelling AsynchronousBlockInputStream
|
2019-08-13 21:28:18 +03:00 |
|
Nikita Mikhaylov
|
eed8dd7138
|
better
|
2019-08-13 19:48:23 +03:00 |
|
Nikita Mikhaylov
|
e07f3d9d10
|
refactor
|
2019-08-13 19:47:12 +03:00 |
|
Nikita Mikhaylov
|
7dba25ff9d
|
const
|
2019-08-13 19:17:18 +03:00 |
|
Alexandr Krasheninnikov
|
e227611f01
|
New function currentUser() implemented
|
2019-08-13 19:05:13 +03:00 |
|
Vitaly Baranov
|
9632c4102a
|
Change test to pass the exceeding of memory limit in ParsedJson::Iterator::Iterator when UBSan is used.
|
2019-08-13 18:26:31 +03:00 |
|
Nikita Mikhaylov
|
c8970ea6d5
|
nothing
|
2019-08-13 17:52:35 +03:00 |
|
Nikita Mikhaylov
|
e9fcccff59
|
conflict resolved
|
2019-08-13 17:47:19 +03:00 |
|
Nikita Mikhaylov
|
c69684e807
|
better
|
2019-08-13 17:40:19 +03:00 |
|
Nikita Mikhaylov
|
875d7aef8b
|
better
|
2019-08-13 17:32:32 +03:00 |
|
Nikita Mikhaylov
|
bbe20b3f9f
|
done
|
2019-08-13 17:31:46 +03:00 |
|
CurtizJ
|
7ae73befd6
|
wait for finish calculations at underlying streams while cancelling AsynchronousBlockInputStream
|
2019-08-13 17:07:36 +03:00 |
|
chertus
|
87fbc2a5cb
|
minor improvements
|
2019-08-13 16:48:09 +03:00 |
|