Commit Graph

290 Commits

Author SHA1 Message Date
proller
9249c829b4 Hipster style debian build script 2017-01-16 23:00:17 +03:00
artpaul
45935a5374 fix link for clickhouse-local 2017-01-16 23:57:09 +05:00
alexey-milovidov
56743008dd Merge pull request #317 from proller/libs
Allow link with external libs: poco, tcmalloc
2017-01-13 21:39:23 +04:00
proller
ee3882f251 Allow link with external libs: poco, tcmalloc 2017-01-13 14:25:44 +03:00
Igor Hatarist
f45dee271d Rephrases readonly setting a little; added information about readonly == 2 2017-01-13 12:15:40 +03:00
Igor Hatarist
a36eb515f4 Renames Stack overflow URL & points to clickhouse-tagged questions 2017-01-13 12:15:04 +03:00
Alexey Milovidov
a5ce89af92 Added english Telegram chat to site [#CLICKHOUSE-3]. 2017-01-12 22:23:05 +03:00
alexey-milovidov
8b96fbde5b Merge pull request #315 from luc1ph3r/actualize-codestyle
Actualize codestyle and fix example
2017-01-10 21:45:06 +04:00
ivanzhukov
9b29099634 Remove mentions of typedef 2017-01-10 20:39:12 +03:00
ivanzhukov
edc9bb6334 Fix bad comment style example 2017-01-10 20:39:02 +03:00
Igor Hatarist
9b07b7af62 Added decodeURLComponent to the reference 2017-01-10 15:01:04 +03:00
Amy Krishnevsky
f2cc9272aa Update architecture.md
Edited grammar and style.
2017-01-09 13:35:47 +03:00
Ivan Zhukov
309e9552e1 Align database data example 2017-01-07 13:43:14 +05:00
Igor Hatarist
a204b78ba7 Added arrayUniq to the reference 2017-01-07 01:25:06 +03:00
Igor Hatarist
36be8a431d Removed note about replicated tables in OPTIMIZE query 2017-01-06 03:22:45 +03:00
Vitaliy Lyudvichenko
694b0fad97 Reverted system.events changes. Added docs for system.metrics. [#METR-239111] 2016-12-31 03:06:23 +03:00
proller
4bc003c4c1 Porting to freebsd: initial, compile ok, most tests ok. 2016-12-24 01:03:10 +00:00
alexey-milovidov
f9d15ba0ca Merge pull request #277 from drrtuy/benchmark-testing-greenplum
Add Greenplum benchmark test results for a single node configuration.
2016-12-20 19:40:15 +04:00
Roman Nozdrin
05b365a106 Add Greenplum benchmark test results for a single node configuration. 2016-12-20 17:27:50 +03:00
alexey-milovidov
11046966cd Merge pull request #269 from drrtuy/benchmark-testing-greenplum
Greenplum benchmark test results. Ripping the fig leaf.
2016-12-17 19:28:52 +04:00
Roman Nozdrin
88a8836ae4 Greenplum benchmark test results. Ripping the fig leaf. 2016-12-17 18:21:25 +03:00
Alexey Milovidov
48651fb548 Fixed translation error in doc. [#METR-2944]. 2016-12-17 12:29:40 +03:00
Roman Nozdrin
934b715a7d Greenplum benchmark test environment description and test results. 2016-12-16 12:08:55 +03:00
Alexey Milovidov
d066697218 Clarification [#METR-20000]. 2016-12-15 16:53:21 +03:00
alexey-milovidov
7cf1457b55 Merge pull request #254 from hatarist/tostringcuttozero_ref
Improved toStringCutToZero description & added an example
2016-12-14 18:01:58 +04:00
alexey-milovidov
1ee5ad2ce0 Merge pull request #250 from hatarist/tsv_format_synonym
Added TSV format synonyms
2016-12-14 17:53:33 +04:00
Igor Hatarist
b73f9df65c Improved toStringCutToZero description & added an example 2016-12-14 13:01:33 +03:00
proller
357d995e75 Dictonary: executable: rename 'path' to 'command' [#METR-23466] 2016-12-14 00:28:31 +03:00
Alexey Milovidov
5d98f4a280 Fixed typo in doc. [#METR-20000]. 2016-12-14 00:20:19 +03:00
Igor Hatarist
9be107e89e Removed TSVBlock format by Alexey's request 2016-12-13 21:26:34 +03:00
Igor Hatarist
f1152104a7 Added TSV format description to the reference 2016-12-13 21:21:52 +03:00
Igor Hatarist
fa851966cb Added developer/tests.md ("How to run tests")
(reference: https://github.com/yandex/ClickHouse/pull/225#discussion_r90736460)
2016-12-13 21:17:56 +03:00
Igor Hatarist
2bd5bccee4 Updated build_osx.md, improved formatting 2016-12-13 21:07:56 +03:00
Alexey Milovidov
aac6fcf102 Added info about stable and testing branches [#METR-20000]. 2016-12-13 06:04:46 +03:00
Alexey Milovidov
1a1f6aa8ab Updated build.md [#METR-2944]. 2016-12-12 21:33:47 +03:00
Vitaliy Lyudvichenko
876ad28dd8 Merge remote-tracking branch 'origin/master' into metrics_refinement 2016-12-12 19:17:23 +03:00
Vitaliy Lyudvichenko
80cd00542c Improved benchmark and CMakeLists. 2016-12-12 18:23:21 +03:00
Igor Hatarist
bd80a207e8 Add UUID functions to the reference (GitHub #120) (#METR-23792) 2016-12-12 14:20:17 +03:00
alexey-milovidov
52c34b4276 Merge pull request #240 from vavrusa/master
HTTPHandler: added support for X-ClickHouse-*
2016-12-12 09:47:40 +04:00
Alexey Milovidov
d605bfdc9d Using internal boost library [#METR-2944]. 2016-12-12 07:57:09 +03:00
Marek Vavrusa
f7a7e8e858 HTTPHandler: added support for X-ClickHouse-*
Support X-ClickHouse-* to allow running behind authenticating LBs, that
pass through user information or enforce fixed user.
The format of the new options follows X-Auth-*

Supported headers are:

* X-ClickHouse-User (identical to "user" URL parameter)
* X-ClickHouse-Key (identical to "password" URL parameter)
* X-ClickHouse-Quota (identical to "quota_key" URL parameter)
2016-12-11 20:46:37 -08:00
Alexey Milovidov
599308aef0 Get rid of obsolete mongodb client library [#METR-23791]. 2016-12-11 12:43:16 +03:00
Vitaliy Lyudvichenko
096295608e Fixed benchmark.html. 2016-12-09 17:42:10 +03:00
proller
76dc51aae5 Merge remote-tracking branch 'upstream/master' into METR-23466 2016-12-07 22:08:09 +03:00
Igor Hatarist
31430aaca1 Improved OS X build guides a little bit. 2016-12-07 11:21:53 +03:00
Igor Hatarist
fde640647a Added a link to the OS X build guide 2016-12-07 11:02:16 +03:00
Igor Hatarist
2158a958b7 Added descriptions for the misc. functions to the English reference 2016-12-07 10:48:21 +03:00
Igor Hatarist
2febdece59 Added descriptions for some misc. functions to the RU reference.
Fixed heading layout for the greatest/least.
2016-12-07 10:24:07 +03:00
Igor Hatarist
212c980124 Added max_parallel_replicas option description 2016-12-07 10:22:13 +03:00
Igor Hatarist
65fd9bdbd9 Fix typos in Russian reference 2016-12-07 10:21:50 +03:00