Commit Graph

1858 Commits

Author SHA1 Message Date
BayoNet
6d2c5d61a1 DOCS-8799: EN review, RU translation. SHOW TABLES update and toc restructurization. (#7367) 2019-11-01 17:20:28 +03:00
BayoNet
92da4ddf49 CLICKHOUSEDOCS-191: Updated query_log description. (#7559) 2019-11-01 17:18:37 +03:00
alesapin
1950355942 Add CVE number for latest fix 2019-11-01 11:54:41 +03:00
alexey-milovidov
331aaa161c
Merge pull request #7490 from godfreyd/godfreyd-fixes
Fixes agg functions usage
2019-10-31 00:17:52 +03:00
alexey-milovidov
94794d23cc
Merge pull request #7527 from BayoNet/en-docs/CLICKHOUSEDOCS-420-redash
DOCS-420: Updated docs for Redash
2019-10-31 00:16:08 +03:00
alexey-milovidov
c3645595ee
Merge pull request #7521 from godfreyd/godfreyd-CLICKHOUSEDOCS-43
Docs(repeat): Added repeat function description
2019-10-31 00:11:49 +03:00
alexey-milovidov
0da5b93c16
Merge pull request #7526 from ClickHouse/update_security_changelog
Update security changelog
2019-10-31 00:08:47 +03:00
BayoNet
a06c8a1dec CLICKHOUSEDOCS-443: fixes. 2019-10-30 19:47:53 +03:00
BayoNet
e2bceb4b01 CLICKHOUSEDOCS-443: Fixes in translation and markup. 2019-10-30 15:46:22 +03:00
BayoNet
9f8c8ab481 CLICKHOUSEDOCS-420: EN review. RU translation. 2019-10-29 15:20:14 +03:00
alesapin
d25279cf5c Update security changelog 2019-10-29 14:51:25 +03:00
liu-bov
7b3e34a79a docs(repeat): Added repeat function description 2019-10-29 12:39:29 +03:00
alexey-milovidov
a17cefb9c6
Merge pull request #7465 from Felixoid/mark_cache_doc
Add user setting mark_cache_min_lifetime documentation
2019-10-28 16:17:28 +03:00
Alexander Kuzmenkov
6e2af3db41
Merge pull request #7480 from azat/crc-v3
Add CRC32IEEE()/CRC64() support
2019-10-28 16:16:37 +03:00
alexey-milovidov
b1a21ce0be
Merge pull request #7476 from SQkaer/master
update trainslation of fixedstring and fix the given examples of nullable in zh doc
2019-10-28 16:15:56 +03:00
Mikhail f. Shiryaev
0cdd7ca6b9 Add user setting mark_cache_min_lifetime documentation 2019-10-25 23:10:04 +02:00
Sergei Bocharov
f9dc1361d1 Fixes 2019-10-25 17:18:19 +03:00
Sergei Bocharov
7db76a50f1 Fixes 2019-10-25 17:15:35 +03:00
Azat Khuzhin
2d2e738085 Add CRC32IEEE()/CRC64() support
zlib's implementation uses CRC-32-IEEE 802.3 polynomial (0xedb88320) but
with starting value 0xffffffff, so introduce another crc32
implementation - CRC32IEEE that has starting value - 0

Also add CRC64 with ECMA polynomial.

v2: s/crc*_data./crc*_data./ to avoid conflicts with other crc32.h in contrib
v3: join with existing CRC32()
2019-10-25 15:52:41 +03:00
filimonov
cbecfd2432
Fixing 'note' markdown 2019-10-25 13:04:07 +02:00
filimonov
3e9e258693
remove some obsolete notes about mutations 2019-10-25 11:37:22 +02:00
rainbowsysu
8e5a6cd206 update trainslation of fixedstring in zh 2019-10-24 21:22:50 +08:00
rainbowsysu
08788e3443 fixed the given examples of nullable in zh doc 2019-10-24 20:07:10 +08:00
Mikhail f. Shiryaev
3d2eab7535 Add PARTITION ID to OPTIMIZE documentation 2019-10-24 09:49:58 +02:00
Koblikov Mihail
6dc497f7bc fix typo in ontime.md (#7285)
* fix type in ontime.md

* Update docs/en/getting_started/example_datasets/ontime.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/getting_started/example_datasets/ontime.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/getting_started/example_datasets/ontime.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update ontime.md
2019-10-23 18:32:42 +03:00
BayoNet
04a6c6ac4d
Docs links fix (#7448)
* Typo fix.

* Links fix.

* Fixed links in docs.

* More fixes.

* Link fixes.

* Fixed links.
2019-10-23 13:51:06 +03:00
Alexander Kuzmenkov
5ac672bfdf
Merge pull request #7273 from azat/uniqCombined-fix-docs
[RFC] Drop note about "estimation error for large sets will be large"
2019-10-23 13:49:04 +03:00
alexey-milovidov
4b9e9cea56
Merge pull request #7389 from azat/count_distinct_implementation_uniqCombined64
docs: enumerate uniqCombined64 for count_distinct_implementation
2019-10-23 07:31:14 +03:00
Vitaly Baranov
f611fd4dfa
Merge pull request #7293 from Vdimir/feature/isvalidjson-5910
Add function isValidJSON
2019-10-21 21:24:18 +03:00
alexey-milovidov
5286d0afb2
Merge pull request #7375 from kopysov/patch-1
Fix docs on the tiered storage and add its translation into english
2019-10-20 19:26:21 +03:00
alexey-milovidov
ee81caebe0
Update mergetree.md 2019-10-20 19:24:46 +03:00
Aleksey Akulovich
a019e45093 fix typos in docs and comment (#7385) 2019-10-20 12:43:54 +08:00
VDimir
f1630b4e2e Merge branch 'master' into feature/isvalidjson-5910 2019-10-19 06:21:21 +00:00
Azat Khuzhin
5e299a46bb docs: enumerate uniqCombined64 for count_distinct_implementation 2019-10-18 23:07:20 +03:00
BayoNet
e1e82cb438
DOCS-8299: Added a link with metrics for system.metrics in RU docs (#7379)
* Typo fix.

* Links fix.

* Fixed links in docs.

* More fixes.

* Link fixes.

* DOCAPI-8299: Link update in RU docs.
2019-10-18 12:25:56 +03:00
hcz
502672c973 Add aggregate function combinators: -OrNull & -OrDefault (#7331) 2019-10-18 12:25:39 +03:00
Vladimir Kopysov
008d142a33 Add a tentative english translation of the 'tiered storage' section 2019-10-17 21:33:18 +03:00
Vladimir Kopysov
6c1f4176bb Fix documentation on the tiered storage
Only storage policies can be set upon table creation. While disks
must be defined in order to configure a storage policy, this logically
follows from the above paragraph and does not need to be explicitly
repeated.
2019-10-17 17:47:52 +03:00
Alexander Kuzmenkov
b62c9e729d
Merge pull request #7215 from ClickHouse/formats_improvements
Miscellaneous formats improvements
2019-10-17 17:37:38 +03:00
Vladimir Kopysov
055f932a8c Fix documentation on the tiered storage
The fix follows from the 'storage_configuration.xml' file of the
'test_multiple_disks' integration test. The correct behaviour was tested
on the local ClickHouse server version 19.15.3 revision 54426.
2019-10-17 17:29:24 +03:00
BayoNet
7601fafe63
DOCS-413: Links fixes. (#7362)
* Typo fix.

* Links fix.

* Fixed links in docs.

* More fixes.

* Link fixes.

* CLICKHOUSEDOCS-413: Links fixes.
2019-10-17 13:38:32 +03:00
tavplubix
c4b46e113e
Merge branch 'master' into formats_improvements 2019-10-16 23:00:17 +03:00
Alexander Tokmakov
5f6703130e fixes 2019-10-16 18:28:48 +03:00
Nikolai Kochetov
dfe297b93f
Merge pull request #6570 from godfreyd/godfreyd-clickhouse-catboost
Docs(solutions): applying a CatBoost model in ClickHouse
2019-10-16 17:24:11 +03:00
Alexander Tokmakov
aa9d29d6ae Merge branch 'master' into formats_improvements 2019-10-16 17:15:13 +03:00
alexey-milovidov
1b8cb59e4b
Merge pull request #7286 from azat/docs-agg_functions-notes-fixes
Fix notes syntax in documentation
2019-10-14 20:12:53 +03:00
Sergei Bocharov
8b27fa975e Fixes 2019-10-14 16:13:26 +03:00
Sergei Bocharov
6920592143 Fix .data to data 2019-10-14 16:08:46 +03:00
Sergei Bocharov
bf90e0eef9 Fixes 2019-10-14 15:39:42 +03:00
Sergei Bocharov
fe63646cb4 Fixes Integrate CatBoost Topic 2019-10-14 13:34:27 +03:00