alexey-milovidov
|
64d19e2984
|
Merge pull request #10808 from ClickHouse/remove-obsolete-tsan-suppressions
Remove obsolete TSan suppressions
|
2020-05-11 19:18:34 +03:00 |
|
alexey-milovidov
|
a310f34c6b
|
Merge pull request #10807 from ClickHouse/msan-enable-demangle
Remove obsolete MSan suppression
|
2020-05-11 19:17:08 +03:00 |
|
Guillaume Tassery
|
b0df037f25
|
Fix when we set a LIMIT to 0
|
2020-05-11 19:18:07 +07:00 |
|
mnkonkova
|
41d2e9d52d
|
test
|
2020-05-11 12:12:54 +00:00 |
|
Guillaume Tassery
|
c25ffb5930
|
Fix with a limit of 0 for system.numbers
|
2020-05-11 19:09:02 +07:00 |
|
Guillaume Tassery
|
b99ff5aa2d
|
const keyword
|
2020-05-11 18:01:23 +07:00 |
|
alex-zaitsev
|
e24954eebf
|
Add a description of Altinity services (#10812)
* Add a description of Altinity services
* Sales pitch removed
|
2020-05-11 13:56:47 +03:00 |
|
alexey-milovidov
|
0fe9ed93a6
|
Update 01132_max_rows_to_read.sql
|
2020-05-11 12:07:11 +03:00 |
|
Alexey Milovidov
|
7d480ffa3d
|
Added failing tests
|
2020-05-11 12:06:24 +03:00 |
|
Vasily Nemkov
|
2c2005817f
|
New function toStartOfSecond(DateTime64) -> DateTime64
This funtion nullifies sub-second part of DateTime64 value.
|
2020-05-11 12:06:06 +03:00 |
|
Guillaume Tassery
|
5b6e9f2a7e
|
offset_without_limitMerge branch 'master' of github.com:ClickHouse/ClickHouse into offset_without_limit
|
2020-05-11 16:05:44 +07:00 |
|
alexey-milovidov
|
33d491edf3
|
Merge pull request #10516 from azat/dist-GROUP_BY-sharding_key-fixes
Disable GROUP BY sharding_key optimization by default (and fix for WITH ROLLUP/CUBE/TOTALS)
|
2020-05-11 12:03:27 +03:00 |
|
alexey-milovidov
|
3a982e01d0
|
Merge pull request #10803 from ClickHouse/slightly-better-test
Slightly better test
|
2020-05-11 11:59:40 +03:00 |
|
alexey-milovidov
|
9ac7447d9f
|
Merge pull request #10805 from ClickHouse/update-cpuid
Update CPUID after changes were integrated to upstream
|
2020-05-11 11:59:24 +03:00 |
|
Vasily Nemkov
|
776ce03777
|
Fixed DateLUTImpl constructors to avoid accidental copying
Fixed one case of copying DateLUTImpl
|
2020-05-11 10:42:47 +03:00 |
|
Guillaume Tassery
|
a64d44799d
|
newline
|
2020-05-11 14:13:33 +07:00 |
|
Alexey Milovidov
|
99e64729bb
|
Remove obsolete TSan suppressions
|
2020-05-11 10:05:46 +03:00 |
|
Guillaume Tassery
|
875a8ab2c3
|
fix parser
|
2020-05-11 13:53:10 +07:00 |
|
Alexey Milovidov
|
e2b3cf2b52
|
Remove obsolete suppression
|
2020-05-11 09:50:38 +03:00 |
|
Guillaume Tassery
|
f67cd0d3f2
|
remove new line
|
2020-05-11 13:46:16 +07:00 |
|
Guillaume Tassery
|
d6eae04eb0
|
cosmetic
|
2020-05-11 13:26:01 +07:00 |
|
Alexey Milovidov
|
222f15a35a
|
Update CPUID after changes were integrated to upstream
|
2020-05-11 09:21:26 +03:00 |
|
Alexey Milovidov
|
89c8581d4e
|
Fix infinite loop in test
|
2020-05-11 09:15:47 +03:00 |
|
alexey-milovidov
|
06ba85fdf2
|
Merge pull request #10795 from ClickHouse/list-licenses
Added "system.licenses" table
|
2020-05-11 09:00:55 +03:00 |
|
alexey-milovidov
|
f400d418df
|
Merge pull request #10799 from ClickHouse/mv-scalars-flacky-test
Fix flacky test #10603
|
2020-05-11 08:59:04 +03:00 |
|
Alexey Milovidov
|
3cfb305664
|
Slightly better test
|
2020-05-11 08:52:40 +03:00 |
|
Guillaume Tassery
|
9ed397bc2c
|
add tests
|
2020-05-11 12:48:19 +07:00 |
|
alexey-milovidov
|
a2f220fd1e
|
Merge pull request #10798 from ClickHouse/fix-date-lut-msan-ubsan
Fix UBSan and MSan report in DateLUT
|
2020-05-11 08:28:08 +03:00 |
|
alexey-milovidov
|
1aba7e45f9
|
Merge pull request #10801 from ClickHouse/fix-msan-report-token
Fix (false) MSan report in MergeTreeIndexFullText
|
2020-05-11 08:27:46 +03:00 |
|
Alexey Milovidov
|
3fcbb06cab
|
Fix MSan report in MergeTreeIndexFullText
|
2020-05-11 08:04:59 +03:00 |
|
alexey-milovidov
|
65a321f38d
|
Merge pull request #10800 from ClickHouse/msan-mariadbclient
Add MSan suppression for MariaDB Client library
|
2020-05-11 08:04:26 +03:00 |
|
Guillaume Tassery
|
c7dfe9e93d
|
cosmetic
|
2020-05-11 11:47:31 +07:00 |
|
Alexey Milovidov
|
af3287a48b
|
Add MSan suppression for MariaDB Client library
|
2020-05-11 07:37:30 +03:00 |
|
Alexey Milovidov
|
141218d44a
|
Fix Arcadia
|
2020-05-11 07:36:32 +03:00 |
|
Alexey Milovidov
|
c5e78d12e7
|
Merge branch 'master' into list-licenses
|
2020-05-11 07:35:35 +03:00 |
|
Guillaume Tassery
|
654d6fcd26
|
cosmetic
|
2020-05-11 11:35:21 +07:00 |
|
Alexey Milovidov
|
8e551a082c
|
Fix flacky test #10603
|
2020-05-11 07:33:06 +03:00 |
|
Alexey Milovidov
|
8db5dcd106
|
Fix UBSan and MSan report in DateLUT
|
2020-05-11 07:25:46 +03:00 |
|
Andrew Onyshchuk
|
1ee875a5fc
|
Add test
|
2020-05-10 23:15:59 -05:00 |
|
alexey-milovidov
|
40ef113503
|
Merge branch 'master' into parallel-final
|
2020-05-11 06:47:44 +03:00 |
|
alexey-milovidov
|
1e73e02bc0
|
Merge pull request #10620 from den-crane/Docs/merge-tree-settings-cont
Doc. merge-tree-settings.md
|
2020-05-11 06:42:57 +03:00 |
|
alexey-milovidov
|
170a341c1f
|
Trigger CI
|
2020-05-11 06:40:07 +03:00 |
|
Ivan Blinkov
|
67fea7ea77
|
Merge pull request #10796 from ClickHouse/imgbot
[ImgBot] Optimize images
|
2020-05-11 06:39:49 +03:00 |
|
Guillaume Tassery
|
802ae8948a
|
cosmetic
|
2020-05-11 10:36:52 +07:00 |
|
ImgBotApp
|
d78eeab8b3
|
[ImgBot] Optimize images
*Total -- 643.66kb -> 611.81kb (4.95%)
/website/images/yandex.png -- 4.24kb -> 2.04kb (52.04%)
/docs/fr/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/tr/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/en/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/es/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/ja/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/zh/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/ru/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/fa/images/row-oriented.gif -- 40.60kb -> 38.36kb (5.51%)
/docs/en/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/ja/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/tr/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/fa/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/zh/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/ru/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/es/images/column-oriented.gif -- 44.42kb -> 42.75kb (3.77%)
/docs/zh/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/tr/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/en/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/fr/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/ru/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/ja/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/es/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/docs/fa/images/logo.svg -- 0.37kb -> 0.36kb (1.06%)
/website/images/mkdocs/copy.svg -- 0.76kb -> 0.76kb (0.38%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
|
2020-05-11 03:31:47 +00:00 |
|
alexey-milovidov
|
27594ff870
|
Merge pull request #10579 from 4ertus2/some
Test for fixed issue
|
2020-05-11 06:30:35 +03:00 |
|
alexey-milovidov
|
ddc84163a7
|
Merge pull request #10486 from azat/dist-send-on-INSERT
Fix distributed send that are scheduled by INSERT query
|
2020-05-11 06:28:35 +03:00 |
|
alexey-milovidov
|
afd0938b99
|
Merge pull request #10603 from ClickHouse/fix-mv-scalars
Fix mv scalars
|
2020-05-11 06:26:19 +03:00 |
|
alexey-milovidov
|
d2c813fa7a
|
Update 01269_alias_type_differs.sql
|
2020-05-11 06:23:58 +03:00 |
|
Alexey Milovidov
|
032eb603f2
|
Regenerate ya.make
|
2020-05-11 06:16:16 +03:00 |
|