Commit Graph

37612 Commits

Author SHA1 Message Date
Nikolai Kochetov
5b83ca2fb6 Fix build. 2020-04-01 21:06:55 +03:00
Nikolai Kochetov
a0f163c761 Add AggregatingSortedTransform. 2020-04-01 21:00:26 +03:00
Nikolai Kochetov
77e6714031 Fix build. 2020-04-01 17:28:20 +03:00
Nikolai Kochetov
f4e4aeda7f Add SummingSortedTransform [part 4] 2020-04-01 17:08:48 +03:00
Nikolai Kochetov
2ecbf0b0bb Add SummingSortedTransform [part 3] 2020-04-01 14:45:02 +03:00
Nikolai Kochetov
61d6c61757 Try fix tests. 2020-03-31 23:12:04 +03:00
Nikolai Kochetov
f3743552ce Add SummingSortedTransform [part 2] 2020-03-31 22:58:27 +03:00
Nikolai Kochetov
5f5eb58abe Add SummingSortedTransform [part 1] 2020-03-31 17:11:58 +03:00
Nikolai Kochetov
67073f8b10 Fix build. 2020-03-31 13:44:06 +03:00
Nikolai Kochetov
de36104ab2 Refactor MergingTransforms. 2020-03-31 13:42:42 +03:00
Nikolai Kochetov
d77a907df4 Fix build. 2020-03-30 19:42:57 +03:00
Nikolai Kochetov
c05331656f Added VersionedCollapsingTransform. 2020-03-30 19:16:00 +03:00
Nikolai Kochetov
d8a303dda8 Fix style. 2020-03-30 15:12:16 +03:00
Nikolai Kochetov
9dfe4a4c61 Added ReplacingSortedTransform. 2020-03-30 15:06:16 +03:00
Nikolai Kochetov
d40225330e Add SharedChunkAllocator. 2020-03-30 13:51:40 +03:00
Nikolai Kochetov
968917e99b Fix tests. 2020-03-30 12:32:55 +03:00
Nikolai Kochetov
a02eb99f7b Fix build. 2020-03-30 12:23:42 +03:00
Nikolai Kochetov
d591cea77c Try fix tests. 2020-03-27 21:42:36 +03:00
Nikolai Kochetov
bbecbff546 Try fix tests. 2020-03-27 20:58:35 +03:00
Nikolai Kochetov
d5ab2e5331 Added CollapsingSortedTransform. 2020-03-27 20:37:35 +03:00
Nikolai Kochetov
9577ef38d0 Fix style. 2020-03-27 15:04:56 +03:00
Nikolai Kochetov
96895e063f Try fix tests. 2020-03-27 13:09:42 +03:00
Nikolai Kochetov
d1d54ab1df Try fix tests. 2020-03-26 22:15:14 +03:00
Nikolai Kochetov
af7f3fc251 Fix build. 2020-03-26 20:31:03 +03:00
Nikolai Kochetov
0c12117f18 Refactor MergingSortedTransform. Add IMergingTransform. 2020-03-26 20:27:48 +03:00
Nikolai Kochetov
e6b10b81f0 Refactor MergingSortedTransform. Add IMergingTransform. 2020-03-26 17:10:47 +03:00
Artem Zuikov
adca27cb45
Fix PREWHERE with distributed IN (#9871)
fix PREWHERE with distributed IN (local mode)
2020-03-26 12:07:10 +03:00
alesapin
893fda2dbe
Merge pull request #9860 from ClickHouse/fix_mutations_memory_consumption_one_more_time
Fix mutations memory consumption finally
2020-03-26 11:43:40 +03:00
Alexander Kuzmenkov
54e6f63226 Revert "Some fixes for interactive clickhouse-test"
This reverts commit 573983d407.
2020-03-26 11:36:15 +03:00
Alexander Kuzmenkov
573983d407 Some fixes for interactive clickhouse-test
* Don't hang indefinitely on Ctrl+C (still broken but somewhat better)

* Move to a separate process group and kill it at exit, so that we don't
leave endless test processes.
2020-03-26 08:41:10 +03:00
Alexander Kuzmenkov
d5ada06d7f
Update msan_suppressions.txt 2020-03-26 04:40:25 +03:00
Alexander Kuzmenkov
f576cab761 performance comparison 2020-03-26 03:09:43 +03:00
alesapin
7691043df9 Fix integration test 2020-03-25 23:16:56 +03:00
Nikolai Kochetov
a6c85ff97d
Merge pull request #9735 from ClickHouse/weak-hash
WeakHash32
2020-03-25 18:11:15 +03:00
alesapin
7470664880 Simplify test 2020-03-25 17:35:48 +03:00
Nikolai Kochetov
778b95797f Fix style. 2020-03-25 16:51:50 +03:00
alexey-milovidov
072191e88c
Merge pull request #9865 from f7753/patch-2
Update features_considered_disadvantages.md
2020-03-25 16:30:55 +03:00
alesapin
d70a448ca1 Fix flaky unit test 2020-03-25 15:49:26 +03:00
Lewinma
331123d0b5
Update features_considered_disadvantages.md 2020-03-25 20:48:18 +08:00
alesapin
049b86ff7d Bump llvm tools to 9 2020-03-25 15:12:03 +03:00
Alexander Kuzmenkov
be75df7c60
Add a note about double escaping in regexes. 2020-03-25 14:34:33 +03:00
Nikolai Kochetov
f37b30f9ec Review fixes. 2020-03-25 14:20:34 +03:00
Nikolai Kochetov
1a37afa3d1 Review fixes. 2020-03-25 14:14:11 +03:00
alesapin
83b2103fd0 Fix mutations memory consumption finally 2020-03-25 13:52:32 +03:00
Alexey Milovidov
fa219179f9 Fixed bad code in Settings 2020-03-25 12:36:49 +03:00
Alexey Milovidov
aa61bc1954 Update changelog 2020-03-25 11:03:52 +03:00
alexey-milovidov
a70a9e5383
Update WeakHash.h 2020-03-25 08:27:43 +03:00
Vitaly Baranov
db89b24948
Merge pull request #9840 from vitlibar/fix-grants-for-introspection
Fix calculating grants for introspection
2020-03-24 22:43:50 +03:00
Alexey Milovidov
484903a22a Whitespace 2020-03-24 22:03:40 +03:00
alexey-milovidov
7aefaf5ff1
Merge pull request #9845 from ClickHouse/fix_delta_test_unbundled
Fix delta test in unbundled mode
2020-03-24 21:58:28 +03:00