Commit Graph

20190 Commits

Author SHA1 Message Date
Ivan Blinkov
aca2e05365 replace ru roadmap.md with symlink 2018-11-27 12:05:53 +03:00
Ivan Blinkov
c788814f1e remove ru roadmap.md 2018-11-27 12:05:26 +03:00
Ivan Blinkov
e2f1f66cf2 Remove outdated info from introduction 2018-11-27 11:53:07 +03:00
Ivan Blinkov
ab078461dc remove symlink 2018-11-27 11:52:08 +03:00
Ivan Blinkov
3163bef2bf try to guess anchor instead of failing 2018-11-27 11:42:39 +03:00
Ivan Blinkov
512c18b1a9 Remove unconvenient error for now 2018-11-27 11:22:05 +03:00
Ivan Blinkov
585df99587 fix link 2018-11-27 11:17:04 +03:00
Ivan Blinkov
8e2ec872f6 http_interface.md -> http.md 2018-11-27 11:13:03 +03:00
Ivan Blinkov
e637942a33 Rewrite tcp.md 2018-11-27 11:09:38 +03:00
Ivan Blinkov
a221281fd1 Some introduction for "interfaces" section 2018-11-27 10:46:47 +03:00
Ivan Blinkov
20d0634333 Add clickhouse-hdfs-loader link 2018-11-26 17:46:34 +03:00
Ivan Blinkov
4cbfa2e129 Move stuff that is not really (only) a client library into a separate page 2018-11-26 17:43:33 +03:00
Ivan Blinkov
87b22ecd90 Update links 2018-11-26 17:14:46 +03:00
Ivan Blinkov
3dac8703b5 Separate third-party stuff in ToC too 2018-11-26 16:57:16 +03:00
Ivan Blinkov
8232e4d579 Put third-party stuff into a separate folder 2018-11-26 16:51:16 +03:00
Ivan Blinkov
7a35f2087a More verbose 3rd party libs disclaimer 2018-11-26 16:36:31 +03:00
Ivan Blinkov
e1c5f08a61 Introduce basic ODBC driver page in docs 2018-11-26 16:20:36 +03:00
Ivan Blinkov
10b6a5abe7 Merge branch 'master' of github.com:yandex/ClickHouse 2018-11-26 15:05:18 +03:00
alesapin
757d808a57 Add env variable for tests skip 2018-11-26 14:04:42 +03:00
alesapin
565100c716 Add option to disable host net 2018-11-26 13:23:03 +03:00
Ivan Blinkov
b0b1972e52 Merge branch 'master' of github.com:yandex/ClickHouse 2018-11-26 10:59:15 +03:00
alexey-milovidov
1463c86553
Merge pull request #3664 from yandex/remove-conditional-computations
Removed "conditional computations" feature, because it is not ready
2018-11-26 05:40:50 +03:00
Alexey Milovidov
5a0feee45e Removed "conditional computations" feature, because it is not ready #2272 2018-11-26 04:39:04 +03:00
Alexey Milovidov
c77930fe30 Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
alexey-milovidov
0b2848b0f2
Merge pull request #3662 from yandex/fixed-error-in-lower-upper-utf8
Fixed error in lowerUTF8 and upperUTF8 functions
2018-11-26 02:24:41 +03:00
alexey-milovidov
5b1eaba276
Every function in its own file, part 6 (#3661)
* Every function in its own file, part 6 [#CLICKHOUSE-2]

* Every function in its own file, part 6 [#CLICKHOUSE-2]

* Every function in its own file, part 6 [#CLICKHOUSE-2]
2018-11-26 02:24:26 +03:00
Alexey Milovidov
ed48b38454 Added two more bugs [#CLICKHOUSE-2] 2018-11-26 02:23:01 +03:00
Alexey Milovidov
4cb7f2896c Fixed error in lowerUTF8 and upperUTF8 functions [#CLICKHOUSE-2] 2018-11-26 01:26:36 +03:00
Alexey Milovidov
68e0a687c8 Removed unused method [#CLICKHOUSE-2] 2018-11-25 04:24:03 +03:00
Alexey Milovidov
eac2d032bb Better performance test [#CLICKHOUSE-2] 2018-11-25 04:16:48 +03:00
Alexey Milovidov
5a045ff11c Fixed error in URL functions [#CLICKHOUSE-2] 2018-11-25 03:31:24 +03:00
Alexey Milovidov
b53c1ea913 Removed useless include [#CLICKHOUSE-2] 2018-11-25 03:16:14 +03:00
Alexey Milovidov
af9ad0f8ae Fixed bad code [#CLICKHOUSE-2] 2018-11-25 03:15:43 +03:00
Alexey Milovidov
141e9799e4 Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2] 2018-11-25 03:08:50 +03:00
Alexey Milovidov
244e64a757 Removed bug [#CLICKHOUSE-3] 2018-11-24 06:22:38 +03:00
Alexey Milovidov
fc9c7680b0 Added a test from Kodieg #2680 2018-11-24 06:20:05 +03:00
Alexey Milovidov
73e3a7b662 Fixed bad code; added generic implementation for "arrayReverse" function; added test [#CLICKHOUSE-3] 2018-11-24 06:14:54 +03:00
Alexey Milovidov
7d6fffff48 More style checks [#CLICKHOUSE-3] 2018-11-24 04:48:06 +03:00
Alexey Milovidov
e82241553a Merge branch 'master' of github.com:yandex/ClickHouse 2018-11-24 04:20:37 +03:00
Alexey Milovidov
bbed8a8ca8 Fixed bad code [#CLICKHOUSE-3] 2018-11-24 04:20:27 +03:00
alexey-milovidov
bedca47bca
Merge pull request #3649 from yandex/low-cardinaliry-left-array-join
Low cardinaliry left array join
2018-11-24 04:16:38 +03:00
alexey-milovidov
905a4ffc04
Merge pull request #3651 from yandex/fix-functions-with-low-cardinality-argument-and-array-result
Fix functions with low cardinality argument and array result
2018-11-24 04:15:20 +03:00
proller
ad6ae4fdbe Fix build on mac (caused by #3631) (#3654)
* Fix build on mac (caused by #3631)

* fix
2018-11-24 04:15:00 +03:00
Alexey Milovidov
e69c026a19 Merge branch 'master' of github.com:yandex/ClickHouse 2018-11-24 03:11:01 +03:00
Alexey Milovidov
cc06488ddc Whitespace #2601 2018-11-24 03:10:51 +03:00
alexey-milovidov
843d91965f
Update settings.md 2018-11-24 02:30:02 +03:00
alexey-milovidov
980e077842
Update settings.md 2018-11-24 02:29:10 +03:00
Alexey Milovidov
1e449b2e16 Added another compatibility alias #3638 2018-11-24 02:14:18 +03:00
Alexey Milovidov
fac15418aa Added a test just in case #3584 2018-11-24 02:10:38 +03:00
Alexey Milovidov
954c974507 Added "POWER" alias to "pow" function; made some math functions case insensitive for compatibility #3638 2018-11-24 00:14:28 +03:00