Commit Graph

65027 Commits

Author SHA1 Message Date
Maksim Kita
0093ee17b0 ExpressionJIT remove unnecessary logging 2021-05-31 23:17:40 +03:00
tavplubix
e9ff0b6d70
Merge pull request #23657 from kssenii/poco-file-to-std-fs
Poco::File to std::filesystem
2021-05-31 23:17:02 +03:00
Alexey Milovidov
3791c1c99d Someone added useful settings to the section with obsolete settings 2021-05-31 22:26:34 +03:00
Alexey Milovidov
4187aa444b Fix typo. Remove "allow_experimental_bigint_types" setting. 2021-05-31 22:21:28 +03:00
alexey-milovidov
e2460164bc
Merge pull request #24431 from traceon/ldap-role-mappind-deadlock-fix
Ldap role mapping deadlock fix
2021-05-31 22:14:13 +03:00
alexey-milovidov
38493bde48
Merge pull request #24790 from ahmed-dardery/patch-1
fixed missing "weight" in definition
2021-05-31 22:02:48 +03:00
tavplubix
e3640d172b
Merge pull request #24785 from amosbird/projection-fix8
Better exception for invalid projection creation
2021-05-31 21:30:45 +03:00
Nikolai Kochetov
497fdf4413
Merge pull request #24808 from ClickHouse/make-context-ptr-const
Make ContextPtr const by default.
2021-05-31 21:26:19 +03:00
Nikolai Kochetov
b9aa404508 Review fixes. 2021-05-31 21:25:43 +03:00
Nikolai Kochetov
c2aaa29a17 Fix build. 2021-05-31 19:07:45 +03:00
Nikolai Kochetov
aa42f3ef38
Merge pull request #24801 from ClickHouse/fix-00953_zookeeper_suetin_deduplication_bug
Fix 00953_zookeeper_suetin_deduplication_bug
2021-05-31 18:15:35 +03:00
alesapin
18988a60ad Fix mutation wait 2021-05-31 18:03:45 +03:00
Nikolai Kochetov
afc1fe7f3d Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
filimonov
481b37cd68
fix more copy & paste 2021-05-31 16:32:43 +02:00
Nikita Mikhaylov
f3c81f4c9b disable test under msan 2021-05-31 17:30:02 +03:00
alexey-milovidov
3cb26bca96
Update 40_bug-report.md 2021-05-31 17:06:28 +03:00
alexey-milovidov
639b4f7388
Update 40_bug-report.md 2021-05-31 17:06:03 +03:00
Alexander Kuzmenkov
f60d971637 cleanup 2021-05-31 16:45:47 +03:00
tavplubix
572dcbcbe2
Update StorageMaterializedView.cpp 2021-05-31 16:38:33 +03:00
Alexander Tokmakov
0035997e02 fix race on enqueue query 2021-05-31 16:31:03 +03:00
alesapin
ccebba13e1 Comment 2021-05-31 16:11:32 +03:00
Nikolai Kochetov
ad357ed970 Fix 00953_zookeeper_suetin_deduplication_bug 2021-05-31 16:04:26 +03:00
alesapin
2fe75e33ee Replace Poco::Event with std future in synchronous calls in ZooKeeper client 2021-05-31 16:03:30 +03:00
kssenii
054fe1cf2f Fix 2021-05-31 14:24:35 +03:00
Maksim Kita
06dfb4a29a
Merge pull request #24786 from azat/threadpool-improve-error
Improve "Cannot schedule a task" error message
2021-05-31 13:57:02 +03:00
Anton Popov
91cf7771ad
Merge pull request #24444 from adevyatova/annadevyatova-DOCSUP-8654
DOCSUP-8654: Update the unhex function docs
2021-05-31 13:02:47 +03:00
Ilya Yatsishin
2672d18da0
Touch to rebuild SQLancer 2021-05-31 12:41:36 +03:00
Kseniia Sumarokova
67e2695e8b
Merge pull request #24548 from kirillikoff/DOCSUP-9474-document-table-comments
Docsup 9474: document table comments
2021-05-31 11:11:27 +03:00
Azat Khuzhin
e3cbd4a5df Improve "Cannot schedule a task" error message 2021-05-31 10:24:05 +03:00
kirillikoff
fa8a0ca69d
Update table.md 2021-05-31 10:00:19 +03:00
kirillikoff
1a328815c1
Update table.md 2021-05-31 09:59:33 +03:00
Anna
95b04dbbf0
Update docs/en/sql-reference/functions/encoding-functions.md
Co-authored-by: Anton Popov <pad11rus@gmail.com>
2021-05-31 07:30:52 +03:00
Anna
ffd0c10b57
Update docs/en/sql-reference/functions/encoding-functions.md
Co-authored-by: Anton Popov <pad11rus@gmail.com>
2021-05-31 07:30:46 +03:00
Anna
37bd69d288
Update docs/ru/sql-reference/functions/encoding-functions.md
Co-authored-by: Anton Popov <pad11rus@gmail.com>
2021-05-31 07:30:40 +03:00
Anna
7d41ba91fa
Update docs/ru/sql-reference/functions/encoding-functions.md
Co-authored-by: Anton Popov <pad11rus@gmail.com>
2021-05-31 07:30:32 +03:00
Amos Bird
3be331edeb
Better exception for invalid projection creation 2021-05-31 12:24:09 +08:00
Amos Bird
a206b76e5b
Fix empty part set with force_use_projection = 1 2021-05-31 10:31:45 +08:00
Maksim Kita
0b0c970128
Merge pull request #24762 from adevyatova/annadevyatova-DOCSUP-8214-dictGet
DOCSUP-8214: Document the dictGetChildren, dictGetDescendants functions
2021-05-30 21:43:36 +03:00
adevyatova
fcf39609aa small fix 2021-05-30 18:34:15 +00:00
adevyatova
e8ab54b2db Merge branch 'annadevyatova-DOCSUP-8214-dictGet' of https://github.com/adevyatova/ClickHouse into annadevyatova-DOCSUP-8214-dictGet 2021-05-30 18:30:43 +00:00
adevyatova
d04b802cb0 update 2021-05-30 18:30:23 +00:00
Anna
38b489ccf9
Merge branch 'master' into annadevyatova-DOCSUP-8214-dictGet 2021-05-30 21:26:24 +03:00
adevyatova
0698002346 Fixed after review 2021-05-30 18:24:14 +00:00
Anna
b6ba7dea39
Update docs/ru/sql-reference/functions/ext-dict-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-30 21:15:26 +03:00
Anna
f9a22e683c
Update docs/ru/sql-reference/functions/ext-dict-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-30 21:15:11 +03:00
Anna
c859712c9c
Update docs/ru/sql-reference/functions/ext-dict-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-30 21:15:06 +03:00
Anna
fab84c526a
Update docs/en/sql-reference/functions/ext-dict-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-30 21:15:01 +03:00
Anna
a4cdeca3ee
Update docs/en/sql-reference/functions/ext-dict-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-30 21:14:56 +03:00
alesapin
07afb42e79
Merge pull request #24448 from ClickHouse/keeper_auth
Add ACL system to Keeper
2021-05-30 16:17:40 +03:00
alesapin
294c9f6718
Merge pull request #24722 from ClickHouse/block_allocator_earlier
Block memory tracker earlier in `tryLogCurrentException`
2021-05-30 16:12:59 +03:00