Commit Graph

54483 Commits

Author SHA1 Message Date
Nikita Mikhailov
2239f9b0c6 done 2020-12-25 18:54:38 +03:00
George
b900ddd1c3 fixed description 2020-12-25 18:50:38 +03:00
alesapin
0950c16fb2 Fix unexpected change 2020-12-25 18:49:29 +03:00
alesapin
2c1d443944 Control alter sequential execution more correctly 2020-12-25 18:47:17 +03:00
robot-clickhouse
4af0d73446 Update version_date.tsv after release 20.8.11.17 2020-12-25 18:38:21 +03:00
Nikolai Kochetov
94f4a15cd0 Feractoring StringHash 2020-12-25 18:19:30 +03:00
Nikolai Kochetov
1a8dcc2b27 Feractoring StringHash 2020-12-25 17:18:41 +03:00
Nikita Mikhailov
cdc1f068d2 skip arcadia 2020-12-25 17:13:26 +03:00
alesapin
14e2236a46 Fix freebsd one more time 2020-12-25 16:43:01 +03:00
alesapin
a50615a22b More correct error code 2020-12-25 16:38:04 +03:00
alesapin
8ef23dde57 Better asio 2020-12-25 16:06:54 +03:00
Ivan
ff80c1f3ce
Move --antlr arg outside of parser group 2020-12-25 15:59:02 +03:00
alesapin
b4cac6a8a4 Fix unbundled, splitted and disable freebsd build 2020-12-25 15:36:49 +03:00
Anton Popov
ed623a1c6a
Merge pull request #18436 from CurtizJ/remove-unused-code-1
Remove unused code
2020-12-25 14:22:56 +03:00
Nikolai Kochetov
04d55dc495 Feractoring StringHash 2020-12-25 14:22:48 +03:00
alesapin
dc77b06d30 Fix build 2020-12-25 14:04:39 +03:00
George
ca0a3de581 fixed typos 2020-12-25 13:35:16 +03:00
alesapin
8d1b6f67b6 Trying asio standalone 2020-12-25 12:28:08 +03:00
alexey-milovidov
aba7b5f60d
Merge pull request #18493 from ClickHouse/fix-flaky-test-buffer
Fix flaky test 01584_distributed_buffer_cannot_find_column
2020-12-25 12:07:03 +03:00
alesapin
236d8185e9 Update boost 2020-12-25 11:18:26 +03:00
alesapin
266d388139 Better formatting 2020-12-25 11:06:10 +03:00
Alexander Kuzmenkov
a17f0b50ad Merge remote-tracking branch 'origin/master' into tmp 2020-12-25 10:34:28 +03:00
alesapin
2c2e1c915c
Merge pull request #18489 from azat/build-job-pool-fixes
Build job pool tiny fixes
2020-12-25 10:21:41 +03:00
alesapin
c9bbde649c
Merge pull request #18312 from ClickHouse/simplier_coverage
Make single image for building coverage report
2020-12-25 10:18:39 +03:00
Alexander Kuzmenkov
998bd17877 fix column name clash w/agg fns
also fix some test references influenced by the explain changes
2020-12-25 07:59:17 +03:00
Alexander Kuzmenkov
a38787553c perf test fix 2020-12-25 06:15:36 +03:00
Alexander Kuzmenkov
5bd025a180 fix DISTINCT and ORDER BY 2020-12-25 06:13:30 +03:00
UnamedRus
8de33481b5
Eng. Params docs for col, tbl, db names. 2020-12-25 06:10:08 +03:00
UnamedRus
05689a460b
Docs for params support of col, tbl, db names. 2020-12-25 06:01:16 +03:00
alexey-milovidov
491f481713
Merge pull request #18481 from ClickHouse/disable_write_with_aio
Disable write with AIO even for big merges
2020-12-25 04:24:43 +03:00
Alexey Milovidov
a671f13595 Fix flaky test 01584_distributed_buffer_cannot_find_column 2020-12-25 04:20:09 +03:00
Nikita Mikhaylov
7d8a307bb2
Merge pull request #15316 from nikitamikhaylov/copier-segfault
Add some extra tests to copier
2020-12-25 03:08:12 +03:00
Denis Glazachev
07aa3fe30d Refine the caching 2020-12-25 03:46:08 +04:00
Denis Glazachev
b1e46ccef8 Remove unneeded include 2020-12-25 01:57:13 +04:00
Denis Glazachev
3ce0731630 Move caching and LDAP credential verification code to ExternalAuthenticators 2020-12-25 01:49:19 +04:00
alesapin
4b1fdded45 Remove non existing binary 2020-12-24 23:12:50 +03:00
alesapin
3c104035b1 Add NuRaft library 2020-12-24 23:10:47 +03:00
Azat Khuzhin
4c69612fa7 Limit parallel link jobs only if ThinLTO *is* enabled
Before it checks only ENABLE_THINLTO flag, which enables ThinLTO only
for RelWithDebInfo.
2020-12-24 22:57:44 +03:00
Azat Khuzhin
a16535687e Fix typo for parallel link jobs condition 2020-12-24 22:57:44 +03:00
vdimir
fcfe7f2c5d Add option access_to_key_from_attributes to documentation for ip_trie 2020-12-24 19:13:49 +00:00
vdimir
1e3bd37380 Add option access_to_key_from_attributes to ip dictionary 2020-12-24 19:13:49 +00:00
Nikolai Kochetov
e8f4a19a10 Feractoring StringHash 2020-12-24 21:57:31 +03:00
Denis Glazachev
1ddea6d7ee
Allow AppleClang builds 2020-12-24 22:08:20 +04:00
Dmitriy
30d38bf9c4 Update union.md
Переструктурировал текст.
2020-12-24 21:04:32 +03:00
Alexander Tokmakov
21c3fc0e16 check settings constraints in setProfile(...) 2020-12-24 20:48:54 +03:00
alexey-milovidov
30e3900235
Merge pull request #18435 from vdimir/ip-dict-minor-fix
Raise an error if more than one key is provided to ip_dictionary
2020-12-24 20:16:07 +03:00
Dmitriy
06819c187b Update countMatches function
Поставил ';' в конце запросов.
2020-12-24 20:06:11 +03:00
alesapin
64c4ade5b0 Remove accident chage 2020-12-24 19:34:53 +03:00
alesapin
5d94b7eec0 Remove non working code 2020-12-24 19:30:53 +03:00
myrrc
8e5279cf69 fix gcc explicit namespace bug 2020-12-24 19:14:09 +03:00