Commit Graph

5773 Commits

Author SHA1 Message Date
Alexey Milovidov
889ae0305b clang-tidy, part 8 2020-03-09 02:48:08 +03:00
Alexey Milovidov
e8b3bac597 clang-tidy, part 5 2020-03-09 00:53:03 +03:00
Alexey Milovidov
79c6bd5ae7 clang-tidy, part 4 2020-03-09 00:40:00 +03:00
Alexey Milovidov
b53ec30978 clang-tidy, part 3 2020-03-09 00:29:00 +03:00
Artem Zuikov
3ed270dcb7
Rewrite CROSS/COMMA to INNER JOIN using table's columns knowledge (#9512)
use column names in CrossToInnerJoinVisitor
2020-03-08 14:07:05 +03:00
alexey-milovidov
9a10457cb6
Remove indexHint function (#9542)
* Remove indexHint function

* Fixed build

* Update KeyCondition.cpp

* Update KeyCondition.cpp
2020-03-07 22:56:38 +03:00
Alexey Milovidov
b3a6f6b367 Revert "Simplification"
This reverts commit f5518c0c43.
2020-03-06 21:14:33 +03:00
Alexey Milovidov
49d6fec359 Merge branch 'master' of github.com:yandex/ClickHouse into session-cleaner-better-build-time 2020-03-06 19:31:52 +03:00
alexey-milovidov
ceba898484
Merge branch 'master' into default_on_aliases 2020-03-06 03:24:46 +03:00
alexey-milovidov
20d353c04b
Merge pull request #9481 from ClickHouse/better_defaults
Restrict to use SELECT in columns default expressions.
2020-03-06 03:23:47 +03:00
Alexey Milovidov
f5518c0c43 Simplification 2020-03-06 01:45:59 +03:00
Alexey Milovidov
a0ace3e94a Fixed error 2020-03-06 00:50:58 +03:00
Alexey Milovidov
c2aae62d75 Merge branch 'session-cleaner-better-build-time' of github.com:yandex/ClickHouse into session-cleaner-better-build-time 2020-03-06 00:42:55 +03:00
Alexey Milovidov
5d077e0213 Fixed error 2020-03-06 00:41:46 +03:00
Alexey Milovidov
d4d48a0165 Fix style 2020-03-05 23:02:55 +03:00
alexey-milovidov
3645375f71
Merge pull request #9409 from clemrodriguez/mysqlxx-share-connection
Mysqlxx share connection for external dictionaries only
2020-03-05 22:43:23 +03:00
Alexey Milovidov
3b85f2ffef Do not run session cleaner for client, local 2020-03-05 22:23:39 +03:00
Alexey Milovidov
7cd584b8ee Merge branch 'master' into better_defaults 2020-03-05 21:30:46 +03:00
Alexey Milovidov
d4dcd1a2d5 Merge branch 'master' into default_on_aliases 2020-03-05 20:42:30 +03:00
Alexey Milovidov
8587d47c5c Fixed build 2020-03-05 18:33:34 +03:00
Alexey Milovidov
2acd6afe0b Fixed build 2020-03-05 18:08:25 +03:00
Alexey Milovidov
722a946ce5 Merge branch 'session-cleaner-better-build-time' of github.com:ClickHouse/ClickHouse into session-cleaner-better-build-time 2020-03-05 18:00:40 +03:00
Alexey Milovidov
3aba47aa8b Merge branch 'master' into session-cleaner-better-build-time 2020-03-05 17:59:49 +03:00
alexey-milovidov
e64e6d7b57
Merge pull request #9524 from ClickHouse/parallel-insert-select-wrong-code
Fixed absolutely wrong documentation for parallel INSERT SELECT
2020-03-05 17:53:32 +03:00
alexey-milovidov
e68d31d605
Merge pull request #8594 from excitoon-favorites/substitutestorageconfiguration
Added reloading storage configuration from configuration file
2020-03-05 17:52:47 +03:00
Alexey Milovidov
63423a5162 Fixed absolutely wrong documentation for parallel INSERT SELECT 2020-03-05 15:27:32 +03:00
Alexey Milovidov
4e15d74469 Better code around sessions, step 3 2020-03-05 07:10:48 +03:00
Alexey Milovidov
aac2f98870 Better code around sessions, step 2 2020-03-05 06:57:31 +03:00
Alexey Milovidov
156e6246c1 Better code around sessions 2020-03-05 06:12:07 +03:00
Alexey Milovidov
c3746ddf3e Merge branch 'session-cleaner-better-build-time' of github.com:yandex/ClickHouse into session-cleaner-better-build-time 2020-03-05 05:15:03 +03:00
Alexey Milovidov
ef7fd6c486 Merge branch 'master' into session-cleaner-better-build-time 2020-03-05 05:14:28 +03:00
alexey-milovidov
1d51ad0296
Merge pull request #9261 from CurtizJ/improve-index-in
Improve performance of analysing index with IN
2020-03-05 01:03:52 +03:00
Vladimir Chebotarev
2bd6474379 Adding storage policies and disks while reloading configuration. 2020-03-04 15:10:17 +03:00
Artem Zuikov
0522ab9563
Merge pull request #9488 from 4ertus2/ast
Some more JoinedTables related refactoring
2020-03-04 13:42:01 +03:00
alexey-milovidov
26c74d679f
Merge pull request #9493 from traceon/timezone-http-header
Set X-ClickHouse-Timezone HTTP response header to the server's timezone
2020-03-04 04:29:36 +03:00
alesapin
2b390a9b73
Merge pull request #8701 from ClickHouse/alter_on_top_of_mutations
Alter on top of mutations for ReplicatedMergeTree
2020-03-03 20:15:08 +03:00
Denis Glazachev
975107f0ab Combine executeQuery() callbacks
Set X-ClickHouse-Timezone HTTP Response header in the executeQuery() callback
2020-03-03 19:32:41 +04:00
alesapin
720d9e287a More comments 2020-03-03 17:27:43 +03:00
Artem Zuikov
5829b51c6b some more refactoring 2020-03-03 17:25:45 +03:00
alesapin
d19e21ba19 Default columns which depends on aliases 2020-03-03 17:25:28 +03:00
alesapin
d0bcbf7581 Review and style fixes 2020-03-03 15:51:41 +03:00
alexey-milovidov
2cfe26c3d3
Merge pull request #9472 from ClickHouse/memory-profiler-fix
Fixed wrong code around Memory Profiler
2020-03-03 15:16:45 +03:00
Artem Zuikov
7189296e88
Merge pull request #9471 from 4ertus2/ast
JoinedTables related changes
2020-03-03 13:11:29 +03:00
alesapin
1aac3a5c9d Fixing defaults 2020-03-03 12:05:17 +03:00
Clément Rodriguez
423c7e8a86 Fix compilation issue in Clang 2020-03-03 09:32:58 +01:00
Alexey Milovidov
5b06842723 Remove excessive empty lines 2020-03-03 05:43:59 +03:00
Alexey Milovidov
609ca33878 Fixed wrong code around Memory Profiler 2020-03-03 03:28:52 +03:00
Alexey Milovidov
dc086b20a9 Fixed wrong code around Memory Profiler 2020-03-03 03:24:44 +03:00
Artem Zuikov
94861e1ff2 JoinedTables related changes 2020-03-02 22:39:39 +03:00
alesapin
b3e1c93acb Merge with master 2020-03-02 11:35:02 +03:00