Commit Graph

774 Commits

Author SHA1 Message Date
BayoNet
93020fce3f DOCAPI-6425: Security settings (#5490) 2019-06-06 02:43:12 +03:00
BayoNet
1c5ab08e22 DOCAPI-6554: LIMIT BY. EN review. RU translation. (#5425) 2019-06-04 23:14:30 +03:00
BayoNet
6f72f77f21 DOCAPI-6183: JOIN syntax limitations. (#5424) 2019-06-04 22:50:24 +03:00
BayoNet
433bd71bee DOCAPI-6426: RU translation for max-partitions-per-insert-block descr… (#5415) 2019-06-04 17:10:18 +03:00
BayoNet
d895b39fa0 DOCAPI-6427: Settings for formats. EN review and RU translation. (#5423) 2019-06-04 17:09:19 +03:00
Alexander Kozhikhov
42f3ee2e2b conflict 2019-05-31 01:55:18 +03:00
Alexander Kozhikhov
15fe367f83 few fixes 2019-05-31 01:48:44 +03:00
Alexander Kozhikhov
01caea8426 some changes and fixes on regression methods 2019-05-31 01:20:44 +03:00
Nikolai Kochetov
1c8b7dc96d
Merge pull request #5411 from Quid37/master
small changes on linear regression
2019-05-29 06:31:51 +03:00
foxxmary
d7ba48fcd3 docs logistic regression 2019-05-28 18:59:18 +00:00
filimonov
c5628b9153
fixing typos 2019-05-27 23:21:23 +02:00
filimonov
3b77a8597d
Small improvements for docs of Engine=Join 2019-05-27 21:34:04 +02:00
Danila Kutenin
b579c98651
Merge pull request #5422 from yandex/ngram_non_symmetric
ngramEntry renamed to ngramSearch
2019-05-27 12:50:08 +03:00
Danila Kutenin
b65a9499c8 ngramEntry renamed to ngramSearch 2019-05-27 12:05:02 +03:00
Sergi Vladykin
2be4721771 Merge branch 'master' of https://github.com/yandex/ClickHouse into bitmap1 2019-05-26 12:27:54 +03:00
Danila Kutenin
2097e3edc8 docs 2019-05-25 21:50:08 +03:00
Danila Kutenin
6090f5eca8 ngramEntry function was added 2019-05-25 21:47:26 +03:00
Alexander Kozhikhov
bbae5448f4 documentation on linearRegression 2019-05-25 18:51:56 +03:00
Alexander Kozhikhov
2a820d3c47 documentation on linearRegression 2019-05-25 18:51:41 +03:00
alexey-milovidov
c2af408cc9
Merge pull request #5299 from BayoNet/DOCAPI-6206-odbc-engine
DOCAPI-6206 ODBC table engine and odbc table functions descriptions
2019-05-25 16:23:14 +03:00
alexey-milovidov
982bcd96e0
Update odbc.md 2019-05-25 16:21:17 +03:00
alexey-milovidov
4d59ce58c0
Merge pull request #5302 from BayoNet/DOCAPI-6421-load-balancing
DOCAPI-6421: Load balancing strategy 'first or random'.
2019-05-25 16:18:14 +03:00
alexey-milovidov
d34908cf2a
Update settings.md 2019-05-25 16:17:23 +03:00
alexey-milovidov
cb89e506a4
Merge pull request #5353 from yandex/aku/detached-parts-5164
Add system.detached_parts table.
2019-05-25 16:08:33 +03:00
alexey-milovidov
6371817de9
Merge pull request #5258 from BayoNet/DOCAPI-6181-parquet
DOCAPI-6181: Parquet format description
2019-05-25 16:06:50 +03:00
alexey-milovidov
737ff5c0a3
Update formats.md 2019-05-25 16:06:30 +03:00
alexey-milovidov
980c564db6
Merge pull request #5339 from sundy-li/feature/sequence64
Make sequenceMatch aggregate functions support other unsigned Integer types
2019-05-25 15:59:36 +03:00
alexey-milovidov
d2941985bf
Merge pull request #5332 from BayoNet/DOCAPI-4293
DOCAPI-4293: DISTINCT ... ORDER BY, MySQL engine and mysql table function
2019-05-25 15:52:34 +03:00
alexey-milovidov
137b258f96
Update mysql.md 2019-05-25 15:48:53 +03:00
alexey-milovidov
89d77331b3
Merge pull request #5390 from Felixoid/zk_docs
Update ru and en ZK documentation
2019-05-25 15:11:19 +03:00
alexey-milovidov
2058d737f6
Update settings.md 2019-05-25 15:10:56 +03:00
alexey-milovidov
77ce50aa82
Merge pull request #5403 from BayoNet/DOCAPI-6423-leastSqr
DOCAPI-6423: leastSqr description.
2019-05-25 14:18:43 +03:00
alexey-milovidov
8e97eb08a6
Update reference.md 2019-05-25 14:18:08 +03:00
alexey-milovidov
10ed439b04
Merge pull request #5405 from BayoNet/DOCAPI-6426-max-partitions-per-insert-block
DOCAPI-6426: max-partitions-per-insert-block description.
2019-05-25 13:53:58 +03:00
BayoNet
925703a7f2 DOCAPI-6423: Fix of terms. 2019-05-25 12:56:08 +03:00
Mikhail f. Shiryaev
deba2c4075 Fix table_name and add a hint about db_name in zk_node 2019-05-24 14:50:35 +02:00
BayoNet
4ab80e97aa DOCAPI-6426: max-partitions-per-insert-block description. 2019-05-24 15:15:36 +03:00
akuzm
7b927c4648
clickhouse-test improvements (#5352)
* Print error messages to stderr.

It makes it possible to redirect output to /dev/null and see only the
failed tests.

* Show an error message if we failed to find the queries dir.

* Treat 'distributed' and 'global' the same way as 'shard' in test names.

Some tests that need to run distributed queries do not use the
'shard' marker. It seems easier to support another two markers than
to rename the tests.
2019-05-24 15:07:26 +03:00
BayoNet
c2da4487df DOCAPI-6423: Fix. 2019-05-24 12:52:38 +03:00
BayoNet
39d392b2bd DOCAPI-6423: leastSqr description. 2019-05-24 12:47:26 +03:00
Vitaly Baranov
763cef2cee
Merge pull request #5348 from BayoNet/DOCAPI-6697-toValidUTF8
DOCAPI-6697: Edit of the toValidUTF8 description
2019-05-23 16:39:23 +03:00
Mikhail f. Shiryaev
2d89ce1e0c Update ru and en ZK documentation 2019-05-23 13:55:31 +02:00
BayoNet
9b407183c9 DOCAPI-6697: Fix. 2019-05-23 14:55:28 +03:00
BayoNet
fb7f655015 DOCAPI-6697: Better example. 2019-05-23 14:37:05 +03:00
alexey-milovidov
142bcc58f4
Merge pull request #5374 from JaosnHsieh/patch-1
percentage should multiply 100 instead of 1000
2019-05-22 22:59:24 +03:00
Artem Zuikov
bb6f9460cd
Merge pull request #5361 from BayoNet/DOCAPI-6553-comma-cross-joins
DOCAPI-6553: JOIN syntax. JOIN optimization setting description.
2019-05-22 17:20:17 +03:00
BayoNet
ed4abb9cdb DOCAPI-6553: Deleted wrong info. 2019-05-22 16:50:04 +03:00
BayoNet
33ac2a38bd DOCAPI-6553: Tried to avoid terms short and clear syntax. 2019-05-22 16:48:28 +03:00
JaosnHsieh
cdbb6e98fd
Update ontime.md 2019-05-22 10:25:30 +08:00
JaosnHsieh
e03f0e2c50
percentage should multiply 100 instead of 1000 2019-05-22 10:20:09 +08:00