Commit Graph

36701 Commits

Author SHA1 Message Date
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
c658d85aa8 Whitespaces 2020-03-07 22:04:47 +03:00
alexey-milovidov
636a381762
Merge pull request #9552 from ClickHouse/fix-race-condition-queue-task
Fixed race condition on queue_task_handle
2020-03-07 20:39:48 +03:00
Alexey Milovidov
d4a724dcc7 Fixed build 2020-03-07 15:44:24 +03:00
Alexey Milovidov
0b73257612 Merge branch 'master' of github.com:yandex/ClickHouse into fix-race-condition-queue-task 2020-03-07 15:41:21 +03:00
Alexey Milovidov
4e565e4f35 Merge branch 'master' into fix-race-condition-queue-task 2020-03-07 15:41:09 +03:00
alexey-milovidov
32b37c6453
Merge pull request #9555 from ClickHouse/fixed-race-in-test
Fixed race condition in test 00738_lock_for_inner_table
2020-03-07 15:40:21 +03:00
alexey-milovidov
709667b8d7
Merge pull request #9548 from den-crane/patch-20
Doc change. insert_deduplicate , force_deduplicate_childrens RU description
2020-03-07 15:37:39 +03:00
alexey-milovidov
283387b4a4
Merge pull request #9550 from ClickHouse/check-style-check-xml
Validate XML in style check
2020-03-07 15:36:23 +03:00
alexey-milovidov
21d3c15cb8
Merge pull request #9553 from ClickHouse/fix-race-condition-executeMetadataAlter
Fix race condition in executeMetadataAlter
2020-03-07 15:35:41 +03:00
Alexey Milovidov
ea7d0093c1 Fixed race condition in test 2020-03-07 07:41:17 +03:00
Alexey Milovidov
bfb502cf58 Fix race condition in executeMetadataAlter 2020-03-07 07:00:24 +03:00
Alexey Milovidov
643367642c Fixed race condition on queue_task_handle 2020-03-07 06:52:50 +03:00
alexey-milovidov
604c40d9c1
Merge pull request #9549 from den-crane/patch-18
Doc change small fix of result_overflow_mode
2020-03-07 06:30:01 +03:00
Alexey Milovidov
e335926882 Check XML validity 2020-03-07 06:28:03 +03:00
Alexey Milovidov
c07cb38423 Fixed error 2020-03-07 06:19:28 +03:00
Denis Zhuravlev
6062485ed2
Update query_complexity.md 2020-03-06 21:25:23 -04:00
Denis Zhuravlev
de1420ebd7
Merge branch 'master' into patch-18 2020-03-06 21:22:51 -04:00
Denis Zhuravlev
5f55526b37
Update query_complexity.md
explanation that `max_result_rows result_overflow_mode=break ` depends of max_block_size
2020-03-06 21:14:36 -04:00
alexey-milovidov
48101a54bf
Merge pull request #9470 from ClickHouse/aku/endless-tests6
Change endless performance tests (6)
2020-03-07 04:05:04 +03:00
alexey-milovidov
506575a8f7
Update simple_join_query.xml 2020-03-07 04:04:41 +03:00
alexey-milovidov
86eb3f00f7
Merge pull request #9469 from ClickHouse/aku/endless-tests5
Change endless performance tests (5)
2020-03-07 04:03:34 +03:00
alexey-milovidov
4f6b6533a1
Merge pull request #9445 from ClickHouse/aku/endless-tests4
Change endless performance tests (4)
2020-03-07 04:03:08 +03:00
alexey-milovidov
fb31829b97
Merge pull request #9444 from ClickHouse/aku/endless-tests3
Change endless performance tests (3)
2020-03-07 04:02:37 +03:00
alexey-milovidov
52407db346
Merge pull request #9443 from ClickHouse/aku/endless-tests2
Change some endless performance tests (2)
2020-03-07 04:02:12 +03:00
alexey-milovidov
3c480702cb
Merge pull request #9441 from ClickHouse/aku/endless-tests1
Change endless performance tests (1)
2020-03-07 04:01:39 +03:00
alexey-milovidov
7755db5efe
Merge pull request #9232 from ClickHouse/session-cleaner-better-build-time
Better build time (remove SessionCleaner from Context)
2020-03-07 03:43:48 +03:00
alexey-milovidov
03551865a8
Merge pull request #9373 from den-crane/patch-19
Doc. change. max_insert_threads RU description
2020-03-07 02:46:11 +03:00
Denis Zhuravlev
5db4222ff8
Update settings.md
insert_deduplicate , force_deduplicate_childrens RU description
2020-03-06 19:25:22 -04:00
Alexey Milovidov
be11d6ce76 Merge branch 'master' of github.com:ClickHouse/ClickHouse 2020-03-06 23:53:53 +03:00
Alexey Milovidov
55fdce72eb Update roadmap 2020-03-06 23:50:34 +03:00
Denis Zhuravlev
a5e4381a98
Update settings.md 2020-03-06 16:42:17 -04:00
Denis Zhuravlev
44b6390c62
Update settings.md
max_insert_threads EN description
2020-03-06 16:35:31 -04:00
Denis Zhuravlev
42cc6f4e3c
Update settings.md
max_insert_threads corrected ru description
2020-03-06 16:29:48 -04:00
alexey-milovidov
ba35d70077
Merge pull request #9538 from huiwangcs/ingore_weak_symbol_macos
ignore weak symbol under mac because it must be defined
2020-03-06 21:41:14 +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
Ilya Yatsishin
29a424763f
Merge pull request #9536 from BayoNet/docs/CLICKHOUSEDOCS-548-adopters
DOCS-548: Extended adopters list
2020-03-06 16:53:55 +03:00
Hui Wang
6134a046cb ignore weak symbol under mac because it must be defined 2020-03-06 14:31:27 +01:00
BayoNet
0a41e52379
Update docs/en/introduction/adopters.md
Co-Authored-By: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-03-06 15:45:07 +03:00
Sergei Shtykov
117845b2be CLICKHOUSEDOCS-548: Repaired master build. 2020-03-06 15:44:22 +03:00
Sergei Shtykov
1b1e4970ab Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-548-adopters 2020-03-06 14:10:04 +03:00
Sergei Shtykov
36de225bb2 CLICKHOUSEDOCS-548: Adopters 2020-03-06 13:50:43 +03:00
alexey-milovidov
f281724066
Merge pull request #9530 from excitoon-favorites/fixmissingdisk
Fixed wrong log messages about missing default disk or policy
2020-03-06 05:41:23 +03:00
alexey-milovidov
0bf12a779f
Merge pull request #8994 from qoega/qoega/random-table-function-small
Generate table function
2020-03-06 03:40:22 +03:00
alexey-milovidov
ff4204a745
Merge pull request #9489 from ClickHouse/default_on_aliases
Add ability to create defaults from aliases
2020-03-06 03:25:25 +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