Commit Graph

61357 Commits

Author SHA1 Message Date
alexey-milovidov
ac3de6626a
Update date.md 2021-04-08 10:51:04 +03:00
alexey-milovidov
d182627c60
Merge pull request #22826 from ClickHouse/small_improvements_in_test_run
Small change in replicated database tests run
2021-04-08 10:45:38 +03:00
alexey-milovidov
b8e239c211
Merge pull request #22821 from kitaisreal/functions-external-dictionaries-standardize-exception-throw
Functions ExternalDictionaries standardize exception throw
2021-04-08 10:41:41 +03:00
alexey-milovidov
ed367855d5
Merge pull request #22822 from kitaisreal/file-dictionary-source-fix-absolute-path
FileDictionarySource fix absolute file path
2021-04-08 10:34:07 +03:00
alexey-milovidov
0d519d78ab
Merge pull request #22746 from Avogar/fix-flacky
Fix flacky hedged tests
2021-04-08 10:23:54 +03:00
Alexander Kuzmenkov
d8d05e5975
Merge pull request #22356 from ClickHouse/aku/ccache-contrib
fix ccache broken by prlimit
2021-04-08 02:54:01 +03:00
Alexander Kuzmenkov
6acc92ffd9 remove debug 2021-04-07 23:38:48 +03:00
Maksim Kita
ef7571c226
Merge pull request #22521 from kitaisreal/dictionaries-update-field-fix
FlatDictionary, HashedDictionary update_field optimizations
2021-04-07 23:29:53 +03:00
alesapin
c85a60d795
Merge pull request #22743 from ClickHouse/fix_potential_segfault_on_startup
Fix potential segfault on Keeper startup
2021-04-07 23:10:29 +03:00
alesapin
eb1228bba0 Don't fail if directories already exists 2021-04-07 23:00:14 +03:00
Alexander Kuzmenkov
58af8be028 once again 2021-04-07 21:45:45 +03:00
Maksim Kita
ff04292ac8
Update FileDictionarySource.cpp 2021-04-07 21:42:09 +03:00
Maksim Kita
f7cc15fdcd FileDictionarySource fix absolute file path 2021-04-07 21:38:24 +03:00
Alexey Milovidov
e8e894f912 Add support button 2021-04-07 21:15:34 +03:00
Alexey Milovidov
ccba5d0066 Fix bug (broken HTML) on the website 2021-04-07 21:08:25 +03:00
Maksim Kita
caff65f1c2 Functions ExternalDictionaries standardize exception throw 2021-04-07 20:52:12 +03:00
alexey-milovidov
a5179cf444
Merge pull request #22744 from amosbird/librdkafkaharmful
Avoid using harmful function rand()
2021-04-07 20:05:13 +03:00
Maksim Kita
eaba97bbc4
Merge pull request #22584 from olgarev/revolg-DOCSUP-7550-Dictionaries_nullable_support
DOCSUP-7550: Nullable types support in dictionaries
2021-04-07 19:36:56 +03:00
Nikolai Kochetov
e2545ea5b8
Update CHANGELOG.md 2021-04-07 18:02:37 +03:00
Alexander Kuzmenkov
e1e62bb58c once again w/new sandbox settings 2021-04-07 17:58:14 +03:00
alexey-milovidov
5c91cc3573
Update CHANGELOG.md 2021-04-07 17:46:46 +03:00
alexey-milovidov
22f8a81ff9
Update CHANGELOG.md 2021-04-07 17:45:33 +03:00
alexey-milovidov
ca2171695f
Update contrib.md 2021-04-07 17:20:18 +03:00
alexey-milovidov
8e35873f99
Update contrib.md 2021-04-07 17:17:31 +03:00
alexey-milovidov
c19482f4d2
Update contrib.md 2021-04-07 17:17:21 +03:00
Ivan
a6d5c4329e
Support 'pr-must-backport' label 2021-04-07 17:12:23 +03:00
Ivan
aa47eb7d5e
Fix checkpoint position after putting it on buffer end (#22518) 2021-04-07 16:22:38 +03:00
Nikita Mikhaylov
48af7a898c
Merge pull request #22299 from nikitamikhaylov/keen-wolf-storagefile-column-oriented
Merging #21302
2021-04-07 16:01:12 +03:00
Nikita Mikhaylov
97b9f0221b delete perft test 2021-04-07 16:00:25 +03:00
robot-clickhouse
ee13dbc1e8 Update version_date.tsv after release 21.1.8.30 2021-04-07 15:41:04 +03:00
Alexander Kuzmenkov
06bb58cb69
Merge pull request #22704 from ClickHouse/aku/window-multiple
fix window functions with multiple input streams and no sorting
2021-04-07 15:15:47 +03:00
robot-clickhouse
190846c652 Update version_date.tsv after release 21.2.8.31 2021-04-07 14:53:21 +03:00
Kruglov Pavel
5b52657428
Merge pull request #22725 from azat/buffer-lock-metrics
Add metric to track how much time is spend during waiting for Buffer layer lock
2021-04-07 14:35:57 +03:00
Pavel Kruglov
19b147c7ac Allow more replica change events in hedged tests due to high server load during testing 2021-04-07 13:30:47 +03:00
alesapin
a1164a7e4c More consistent 2021-04-07 13:21:53 +03:00
alesapin
36c0e601a9 Better non-dirty fix 2021-04-07 13:18:07 +03:00
robot-clickhouse
a020b357f0 Update version_date.tsv after release 21.3.5.42 2021-04-07 12:47:25 +03:00
Nikolai Kochetov
d62e9c0b95
Merge pull request #22619 from olgarev/revolg-DOCSUP-8219-Date_time64_extended_range
DOCSUP-8219: DateTime64 extended range
2021-04-07 12:29:42 +03:00
Amos Bird
1364d939a1
Avoid using harmful function rand() 2021-04-07 17:04:35 +08:00
Ilya Yatsishin
ed2d82603e
Merge pull request #22588 from foolchi/fix_dist_map_select
fix dist map type select
2021-04-07 11:53:23 +03:00
Vladimir
864ab4a7ab
Merge pull request #21370 from vdimir/fix-merge-engine-join-group-by 2021-04-07 11:52:27 +03:00
alesapin
451ba892fa
Merge pull request #22708 from CurtizJ/fix-flaky-tests-2
Fix test 01702_system_query_log
2021-04-07 11:51:57 +03:00
Vladimir
db0550013c
Merge pull request #22325 from azat/dist-async-insert-header-check
Check only column name and type for async distributed blocks
2021-04-07 11:51:12 +03:00
alesapin
05eeec16c1 Fix potential segfault on Keeper startup 2021-04-07 11:49:10 +03:00
Maksim Kita
7baafcb567
Merge pull request #22630 from kitaisreal/direct-dictionary-dict-get-multiple-columns-optimization
DirectDictionary dictGet multiple columns optimization
2021-04-07 10:29:42 +03:00
alesapin
9fd251eaaf
Merge pull request #22514 from ClickHouse/merge_tree_deduplication
Non replicated merge tree deduplication
2021-04-07 10:19:43 +03:00
alexey-milovidov
cb6097e8ae
Merge pull request #21559 from ka1bi4/romanzhukov-DOCSUP-7045-https-replication
DOCSUP-7045: Edit and translate to Russian (Upgrading CH and https interserver replication)
2021-04-07 07:24:44 +03:00
alexey-milovidov
80cb871e20
Merge pull request #22684 from ClickHouse/exception-safety-in-zk-client-2
Always call event.set for zk client callbacks.
2021-04-07 07:20:41 +03:00
alexey-milovidov
a7e216969a
Merge pull request #22592 from azat/uncaught-exceptions
Fix some uncaught exceptions (in SCOPE_EXIT) under memory pressure
2021-04-07 07:17:26 +03:00
Olga Revyakina
b87af2c4a8 Fixed typos 2021-04-07 05:31:13 +03:00