Alexey Milovidov
a576a4fbcd
Enable extra warnings for base, utils, programs
2020-05-10 01:59:34 +03:00
Alexey Milovidov
fb32dbe6ee
Enable more warnings
2020-05-10 00:44:33 +03:00
Alexey Milovidov
99ceb12b19
Remove unnecessary warning suppressions #10396
2020-05-09 23:30:28 +03:00
alexey-milovidov
e41e998f4a
Merge pull request #10758 from bgiard/master
...
Fix serialize/deserialize of denominator of Average functions
2020-05-09 21:22:16 +03:00
Alexey Milovidov
735d04472d
Remove flappy test for INSERT INTO LIVE VIEW @vzakaznikov
2020-05-09 21:14:50 +03:00
alexey-milovidov
42de5192fd
Merge pull request #10772 from azat/fix-system-logs-init
...
Avoid std::terminate in case of exception from SystemLogs::SystemLogs
2020-05-09 19:35:26 +03:00
alexey-milovidov
8f7ee19a2d
Merge pull request #10760 from amosbird/shared-build-fix
...
Shared build fix
2020-05-09 19:33:31 +03:00
Ivan Blinkov
04dafb0331
Update index.md
2020-05-09 19:22:05 +03:00
Ivan Blinkov
2cdcfc1421
Update ld_json.html
2020-05-09 19:20:38 +03:00
alexey-milovidov
f441636ade
Merge pull request #10773 from ClickHouse/fix-performance-tests-errors-2
...
Fix performance tests errors 2
2020-05-09 18:59:35 +03:00
Alexey Milovidov
ec73ff6151
Do not show unstable queries as error
2020-05-09 18:58:47 +03:00
Alexey Milovidov
2e58cbd1b5
Minor modifications
2020-05-09 18:55:25 +03:00
Alexey Milovidov
33f1fd3836
Fix bad markup
2020-05-09 18:50:28 +03:00
Alexey Milovidov
2000008438
Fix bad markup
2020-05-09 18:47:14 +03:00
alexey-milovidov
7689ec344b
Merge pull request #10766 from ClickHouse/fix-performance-tests-errors
...
Fix performance test errors
2020-05-09 18:28:01 +03:00
alexey-milovidov
f9db45fcc2
Merge pull request #10763 from azat/unbundled-build-poco-fix
...
Fix build with unbundled Poco
2020-05-09 18:27:00 +03:00
Azat Khuzhin
c42943850f
Avoid std::terminate in case of exception from SystemLogs::SystemLogs
...
Since, at least, this will hide the real exception
2020-05-09 16:25:58 +03:00
Alexey Milovidov
978d38f34a
Raised threshold for one of tests
2020-05-09 04:42:52 +03:00
alexey-milovidov
699ef4ff52
Merge pull request #10741 from hczhcz/patch-0422
...
Fix OrNull and OrDefault
2020-05-09 04:38:32 +03:00
Alexey Milovidov
666fd29d82
Fix performance test errors
2020-05-09 04:28:31 +03:00
alexey-milovidov
5992bae69a
Merge pull request #10736 from ClickHouse/extract-groups-range-check
...
Added range check for extractGroups function
2020-05-09 04:21:56 +03:00
alexey-milovidov
ffd315e10f
Merge pull request #10761 from amosbird/llvm-libunwind
...
Fix libunwind
2020-05-09 03:30:40 +03:00
alexey-milovidov
fc4868de15
Fixed roadmap that @blinkov accidentially corrupted.
2020-05-09 03:27:45 +03:00
alexey-milovidov
3442c68327
Merge pull request #10765 from alex-zaitsev/patch-2
...
Update assignees
2020-05-09 03:26:28 +03:00
alex-zaitsev
fb81585f14
typo
2020-05-09 03:23:15 +03:00
alex-zaitsev
536d749b8f
Assign some tasks to Altinity
2020-05-09 03:18:30 +03:00
Azat Khuzhin
150dd81e3b
Fix build with unbundled Poco
2020-05-09 01:22:12 +03:00
Ivan Blinkov
ed7b7b1ef8
remove unnecessary space
2020-05-09 01:20:36 +03:00
Amos Bird
e33fb54686
Fix libunwind
2020-05-09 05:44:57 +08:00
Ivan Blinkov
2ac4e845f4
[docs] get rid of excessive breadcrumb items
2020-05-09 00:29:44 +03:00
Ivan Blinkov
9c736a4573
correct breadcrumbs urls
2020-05-09 00:10:06 +03:00
Amos Bird
9d908f48e1
Shared build fix
2020-05-09 04:55:08 +08:00
Baudouin Giard
be2cf70da8
Fix serialize/deserialize of denominator of Average functions
...
Use writeBinary/readBinary to serialize/deserialize the denominator of Average functions.
Previously it would be transmitted as an unsigned int, which means its value would get corrupted when doing an avgWeighted over a floating point number.
Note: this commit is not backwards compatible!
Signed-off-by: Baudouin Giard <bgiard@bloomberg.net>
2020-05-08 15:10:47 -04:00
Ivan Blinkov
e90f3033cf
[docs] add breadcrumbs ( #10755 )
...
Changelog category (leave one):
- Documentation (changelog entry is not required)
2020-05-08 19:46:19 +03:00
Ivan Blinkov
092f05f8d4
Update simpleaggregatefunction.md
2020-05-08 18:55:28 +03:00
Ivan Blinkov
887fee65ad
Minor improvements for ru docs ( #10752 )
...
* update po
* re-write feedback email generation
2020-05-08 18:50:21 +03:00
Ivan Blinkov
6ec7f93fc2
Move info.md lower in ToC
2020-05-08 18:16:29 +03:00
Ivan Blinkov
9c9a793821
Update info.md
2020-05-08 17:53:49 +03:00
Ivan Blinkov
8ce3a931e5
Update common_meta.html
2020-05-08 17:33:53 +03:00
Ivan
85d783c247
Poco contrib refactoring ( #10396 )
...
* Remove config_common.h
* Refactor libcpuid contrib
* Remove support for libcpuinfo
* Define USE_CPUID in Arcadia
* Refactor Poco libraries
2020-05-08 17:11:19 +03:00
Ivan Blinkov
e386d701db
Update revoke.md
2020-05-08 16:58:38 +03:00
Ivan Blinkov
df5a3418b4
fix relative amp hrefs
2020-05-08 16:53:26 +03:00
Ivan Blinkov
68ce8a0d82
[experimental] add opensearch.xml ( #10743 )
...
* [experimental] add opensearch.xml
* Update opensearch.xml
2020-05-08 16:40:48 +03:00
Ivan Blinkov
218fcfe9ca
Update revoke.md
2020-05-08 15:02:19 +03:00
hcz
8a60e22223
Fix OrNull and OrDefault
2020-05-08 17:52:54 +08:00
Nikolai Kochetov
766ca03d85
Merge pull request #10728 from ClickHouse/fix-10489
...
Added test for #10721 .
2020-05-08 11:58:29 +03:00
Ilya Yatsishin
4751bec7c8
Update extended-roadmap.md
2020-05-08 11:29:11 +03:00
Ivan Blinkov
21d8b6288d
[docs] generate AMP versions for docs articles ( #10732 )
...
* Refactoring in preparation for AMP support
* infrastructure for AMP validation
* Add Metrika counter on AMP page + adjust layout
* more content fixes
* improve amp layout
* improve navigation
* Move converting admonitions to generation time
* strict amp test check
* Batch AMP validation
* Add date published/modified to docs articles and their ld+json meta
* few more content fixes
* improve ld+json meta
* adjust margins
* skip published/modified for stable release docs
* adapt single page mode
* update po
* skip published/modified for single page docs
* update po
* adjust layout
* adjust layout
2020-05-08 11:04:09 +03:00
Ilya Yatsishin
1d281ec032
Merge pull request #10652 from BayoNet/docs/CLICKHOUSEDOCS-623-dicts
...
DOCS-623: Updated introduction to external dictionaries
2020-05-08 09:35:13 +03:00
Ilya Yatsishin
60cbc92b9b
Merge pull request #10737 from rzerda/patch-1
...
Fix typo passing -> padding in toFixedString
2020-05-08 09:31:39 +03:00