Commit Graph

36485 Commits

Author SHA1 Message Date
alexey-milovidov
678cc00d30
Update StorageGenerate.cpp 2020-03-05 21:01:36 +03:00
alexey-milovidov
adcf1735d6
Update TableFunctionGenerate.cpp 2020-03-05 18:39:03 +03:00
alexey-milovidov
92f84c8839
Update TableFunctionGenerate.h 2020-03-05 18:37:47 +03:00
Yatsishin Ilya
c210011a4f Merge remote-tracking branch 'origin' into qoega/random-table-function-small 2020-03-04 11:54:02 +03:00
Yatsishin Ilya
f0a5985e4c fix query in perf test 2020-03-04 11:53:48 +03:00
Ilya Yatsishin
f0687827cf
Merge pull request #9500 from ClickHouse/update-base64
Update base64
2020-03-04 10:48:59 +03:00
Yatsishin Ilya
333161bb6b Merge remote-tracking branch 'origin' into qoega/random-table-function-small 2020-03-04 10:27:45 +03:00
alexey-milovidov
26c74d679f
Merge pull request #9493 from traceon/timezone-http-header
Set X-ClickHouse-Timezone HTTP response header to the server's timezone
2020-03-04 04:29:36 +03:00
alexey-milovidov
bcf0f99844
Merge pull request #9483 from ClickHouse/num_threads_for_query_pipeline
Better calculation for recommended number of threads to execute pipeline
2020-03-04 04:22:19 +03:00
Alexey Milovidov
33daec2e75 Added a test #9491 2020-03-04 01:53:00 +03:00
Alexey Milovidov
66d033a1ae Update base64 2020-03-04 01:51:57 +03:00
Alexander Kazakov
a34852676a
Merge pull request #9487 from ClickHouse/akz/preformance_tests_for_logical_functions
In LogicalFunctions performance tests: Adjusted test queries execution times
2020-03-03 23:59:40 +03:00
alexey-milovidov
691aac04aa
Merge pull request #9459 from ClickHouse/chaos-sanitizer
ThreadFuzzer (experimental)
2020-03-03 23:39:28 +03:00
alexey-milovidov
fd9cd00824
Update 01013_sync_replica_timeout_zookeeper.sh 2020-03-03 23:38:27 +03:00
Alexey Milovidov
7e882e1f37 Merge branch 'chaos-sanitizer' of github.com:ClickHouse/ClickHouse into chaos-sanitizer 2020-03-03 23:06:33 +03:00
Alexey Milovidov
a4e7c287b5 Merge branch 'master' into chaos-sanitizer 2020-03-03 23:06:02 +03:00
Anton Popov
bf39a6c5c0
fix flappy test 2020-03-03 22:23:41 +03:00
alexey-milovidov
f6a19ba438
Merge pull request #9442 from ClickHouse/akz/column_vector_replicate_faster
ColumnVector::replicate() is even more readily vectorized now
2020-03-03 22:06:04 +03:00
alexey-milovidov
c7de005c8a
Merge pull request #9464 from ClickHouse/fix_shared_chunk_leak
Fix LIMIT WITH TIES wrong result and memory leak in MergingSortedTransform
2020-03-03 22:01:48 +03:00
alexey-milovidov
a943618748
Merge pull request #9420 from ClickHouse/aku/faster-perf-tests
Make some performance tests faster
2020-03-03 21:40:03 +03:00
alesapin
30468b23e7 Fix style 2020-03-03 21:15:54 +03:00
alesapin
2b390a9b73
Merge pull request #8701 from ClickHouse/alter_on_top_of_mutations
Alter on top of mutations for ReplicatedMergeTree
2020-03-03 20:15:08 +03:00
Denis Glazachev
298e68a334 Better name for the test 2020-03-03 19:34:50 +04:00
Denis Glazachev
975107f0ab Combine executeQuery() callbacks
Set X-ClickHouse-Timezone HTTP Response header in the executeQuery() callback
2020-03-03 19:32:41 +04:00
Nikolai Kochetov
4f5a2ee6d1 Added test. 2020-03-03 16:55:40 +03:00
Nikolai Kochetov
7c879259c1 Added test. 2020-03-03 16:54:28 +03:00
Alexander Kuzmenkov
f2ca21e1ee performance comparison 2020-03-03 16:39:23 +03:00
Alexander Kuzmenkov
4ca8735b56 faster 2020-03-03 16:38:20 +03:00
Alexander Kazakov
94f15145f0 Adjusted test queries execution times to be between 200ms and 300ms 2020-03-03 16:07:57 +03:00
alesapin
49c0642c49 Build gcc with lld linker 2020-03-03 15:32:54 +03:00
Alexey Milovidov
11d35053ca Merge branch 'master' into chaos-sanitizer 2020-03-03 15:18:46 +03:00
alexey-milovidov
2cfe26c3d3
Merge pull request #9472 from ClickHouse/memory-profiler-fix
Fixed wrong code around Memory Profiler
2020-03-03 15:16:45 +03:00
Yatsishin Ilya
8acf6834ec fix finite result for infinite query 2020-03-03 14:31:18 +03:00
Alexander Kuzmenkov
662ce64c99 performance comparison 2020-03-03 13:47:57 +03:00
Nikolai Kochetov
72fe21c5ae Better calculation for recommended number of threads to execute query pipeline. 2020-03-03 13:28:37 +03:00
Alexander Kuzmenkov
92ce145eef
Merge pull request #9467 from ClickHouse/aku/faster-tests-2
Faster performance tests (2)
2020-03-03 13:13:31 +03:00
Artem Zuikov
7189296e88
Merge pull request #9471 from 4ertus2/ast
JoinedTables related changes
2020-03-03 13:11:29 +03:00
alesapin
dd4ab106f6
Merge pull request #9468 from CurtizJ/try-fix
Fix data race at destruction of Poco::HTTPServer
2020-03-03 12:23:47 +03:00
Yatsishin Ilya
afbf7533c4 Merge remote-tracking branch 'origin' into qoega/random-table-function-small 2020-03-03 11:56:39 +03:00
alesapin
6e3b7b6294
Merge pull request #9476 from ClickHouse/remove-empty-lines
Remove excessive empty lines
2020-03-03 11:49:53 +03:00
alesapin
4620954d24
Merge pull request #9463 from ClickHouse/fix_mutations_with_insert_quorum
Trying to fix mutations with last quorum parts
2020-03-03 11:11:21 +03:00
Alexey Milovidov
c24cd0ea20 Ensure the number of empty lines 2020-03-03 05:45:20 +03:00
Alexey Milovidov
5b06842723 Remove excessive empty lines 2020-03-03 05:43:59 +03:00
Alexey Milovidov
a30395e247 Merge branch 'master' into chaos-sanitizer 2020-03-03 05:36:41 +03:00
Alexey Milovidov
97011463e5 Merge branch 'master' into memory-profiler-fix 2020-03-03 05:33:35 +03:00
Alexey Milovidov
7f9449062f Fix style check 2020-03-03 05:33:13 +03:00
Alexey Milovidov
8ee79d4074 Revert "Make QueryProfiler test more reliable"
This reverts commit f78f189bd8.
2020-03-03 05:31:50 +03:00
Alexey Milovidov
8d679b570a Implemented unwind info for __syscall function 2020-03-03 05:29:51 +03:00
Alexey Milovidov
826f6a65c4 Remove weak aliases from musl 2020-03-03 04:59:57 +03:00
Alexey Milovidov
cd4f7f26e8 Added a test for Memory Profiler 2020-03-03 04:46:35 +03:00