Commit Graph

48772 Commits

Author SHA1 Message Date
Amos Bird
867216103f
Extend trivial count optimization. 2020-10-08 18:08:17 +08:00
alexey-milovidov
412a54e356
Merge pull request #14693 from hustnn/zk_exist_fix2
Fix potential memory leak caused by zookeeper exist calling
2020-09-30 04:48:11 +03:00
alexey-milovidov
b6bccfc4f4
Merge pull request #14776 from Vxider/disable_set_and_join_persistency
Support memory only mode for StorageJoin and StorageSet.
2020-09-30 04:35:43 +03:00
alexey-milovidov
ac989f3a8f
Merge pull request #15285 from ucasFL/now-with-timezone
function `now` allow an argument with timezone
2020-09-30 04:32:36 +03:00
alexey-milovidov
3fd272f0f0
Update 01497_now_support_timezone.reference 2020-09-30 03:46:06 +03:00
alexey-milovidov
c7fe323373
Update 01497_now_support_timezone.sql 2020-09-30 03:45:57 +03:00
alexey-milovidov
6be274b338
Merge pull request #15312 from den-crane/tests/pr11767
more tests for #11767 (from #11407 #15294)
2020-09-30 01:46:10 +03:00
alexey-milovidov
895c3210c1
Merge pull request #15151 from arielrobaldo/patch-1
Update index.md
2020-09-30 01:22:31 +03:00
alexey-milovidov
9f944424cf
Merge pull request #15364 from ClickHouse/format-raw-blob
Add format RawBLOB
2020-09-30 01:14:40 +03:00
alexey-milovidov
3e99ca797b
Merge pull request #15426 from ClickHouse/format-regexp-escaping-rule-change-default-to-raw
Format Regexp: change default escaping rule to Raw
2020-09-30 01:14:08 +03:00
Artem Zuikov
4fd1db73a1
Faster 256-bit multiplication (#15418) 2020-09-29 20:52:34 +03:00
Artem Zuikov
86cfc6f914
change error code (#15452) 2020-09-29 20:36:14 +03:00
alesapin
70db44f408
Merge pull request #15436 from ClickHouse/myrrc-fix/cmake-docs-gen
Merging #15410
2020-09-29 17:11:09 +03:00
Nikolai Kochetov
33487c0e4a
Merge pull request #15422 from ClickHouse/query-plan-header-remove-columns
Remove column from header descriotion for EXPLAIN PLAN
2020-09-29 15:51:09 +03:00
alesapin
89f4fcf4c4
Merge pull request #15433 from ClickHouse/supress_openssl_race
Suppress race in OpenSSL
2020-09-29 15:14:14 +03:00
Alexander Kuzmenkov
2d456e2cd6
Merge pull request #15407 from detailyang/master
bugfix:aggregate:fix boundingratio args check
2020-09-29 14:12:54 +03:00
alesapin
4f79310f00
Merge pull request #15434 from hombit/patch-1
Fix a typo in Russian docs
2020-09-29 12:04:35 +03:00
alesapin
cafb1de94c Merge branch 'master' into myrrc-fix/cmake-docs-gen 2020-09-29 12:00:29 +03:00
alesapin
7bc12ca0c3 Fix bugs 2020-09-29 11:59:40 +03:00
Konstantin Malanchev
6da04c7d8b
Fix a typo in Russian docs 2020-09-29 10:51:52 +02:00
alesapin
4615c6d131 Add release task config 2020-09-29 11:28:49 +03:00
alesapin
92a1194671 Fix some flaky tests 2020-09-29 11:28:49 +03:00
Alexey Milovidov
7d31d1efb8 Fix install script 2020-09-29 11:28:49 +03:00
Alexey Milovidov
6e9b6b31ae Fix error in LowCardinality; add test 2020-09-29 11:28:49 +03:00
Alexey Milovidov
2b32646231 Add support for "Raw" column format for Regexp format 2020-09-29 11:28:49 +03:00
Alexander Tokmakov
5674949c18 fix sync 2020-09-29 11:28:49 +03:00
Alexander Tokmakov
f67fd49a73 add review suggestions 2020-09-29 11:28:49 +03:00
Alexander Tokmakov
a7c595ab7a minor fixes 2020-09-29 11:28:49 +03:00
Vxider
52a13a7180 Support default arguments for Replicated engine 2020-09-29 11:28:49 +03:00
Alexander Tokmakov
be54d8768a try fix test 2020-09-29 11:28:49 +03:00
bharatnc
83fda9fe58 Make trace_log test to pass 2020-09-29 11:28:49 +03:00
bharatnc
eb24d19cd4 Use std::chrono instead of clock_gettime 2020-09-29 11:28:49 +03:00
bharatnc
cdeedda1d2 TraceCollector - time s&us using same timespec 2020-09-29 11:28:49 +03:00
bharatnc
ac59add38c TraceLog - revert back to functional test 2020-09-29 11:28:49 +03:00
bharatnc
2972f6ae39 EventTime - construct time in s and us from same timespec 2020-09-29 11:28:49 +03:00
bharatnc
726b6ff6b6 TraceLog - mark to skip integration test 2020-09-29 11:28:49 +03:00
bharatnc
051d1a5f07 TraceLog - replace unit test with integration test 2020-09-29 11:28:49 +03:00
bharatnc
ac49360525 Field event_time_microseconds - add documentation 2020-09-29 11:28:49 +03:00
bharatnc
e8ff5315d1 Query,QueryThread Logs - add tests 2020-09-29 11:28:49 +03:00
bharatnc
1830df1d6b Query,QueryThread Logs - add event_time_microseconds field 2020-09-29 11:28:49 +03:00
bharatnc
c6b5ef1174 TraceLog - add tests for event_time_microseconds 2020-09-29 11:28:49 +03:00
bharatnc
b3c5aaff9e TraceLog - add field event_time_microseconds 2020-09-29 11:28:49 +03:00
bharatnc
b4e1116b55 TextLog - add tests for field event_time_microsec 2020-09-29 11:28:49 +03:00
bharatnc
e51dfc1314 Rename test_test_log_level to include related tests 2020-09-29 11:28:49 +03:00
bharatnc
142c482210 TextLog - add event_time_microseconds field 2020-09-29 11:28:49 +03:00
alesapin
5df5fb4cd0 Fix race condition in client suggestions 2020-09-29 11:28:49 +03:00
Azat Khuzhin
0adcb0a9a3 Set sanitizers options in the current shell too
/etc/environment will not be read in current shell, so export variables
from that file manually, to make clickhouse-local/clickhouse-client use
them too.
2020-09-29 11:28:49 +03:00
alesapin
6b31bcb074 Add release task config 2020-09-29 11:13:47 +03:00
Nikolai Kochetov
7270de2b0a Added test. 2020-09-29 11:12:43 +03:00
alesapin
eeea4106c2 Suppress race in OpenSSL 2020-09-29 10:59:35 +03:00