Commit Graph

10186 Commits

Author SHA1 Message Date
Andrey Dudin
ec8794792d Update reference_ru.html 2017-03-05 17:16:23 +03:00
Andrey Dudin
96f24b733f Update reference_en.html 2017-03-05 17:14:24 +03:00
Andrey Dudin
c08426aaa3 Update reference_ru.html
Добавил sumIf в описание агрегатных функций
2017-03-05 17:01:34 +03:00
artpaul
91f5e7ae5c add priority and is_default columns [#CLICKHOUSE-2084] 2017-03-05 16:00:25 +05:00
Alexey Milovidov
7934475779 Added missing line [#CLICKHOUSE-2871]. 2017-03-05 06:37:34 +03:00
Alexey Milovidov
a706e96bc4 Added more metrics for StorageBuffer [#CLICKHOUSE-2871]. 2017-03-05 04:23:10 +03:00
Alexey Milovidov
5f6f301d9b Removed useless code [#CLICKHOUSE-2084]. 2017-03-05 04:04:35 +03:00
artpaul
aed028eb96 remove meaningless comment 2017-03-05 04:45:35 +04:00
artpaul
76e9213141 system table with graphite configuration [#CLICKHOUSE-2084] 2017-03-05 04:45:35 +04:00
artpaul
1e13e68028 blank for system.graphite 2017-03-05 04:45:35 +04:00
alexey-milovidov
8fde017951 Merge pull request #557 from bamx23/fix-docker
Fix apt cache removing
2017-03-04 18:32:47 +04:00
Nikolay Volosatov
e71248b0e2 fix apt cache removing 2017-03-04 16:55:53 +03:00
proller
3e835a455f http server: allow custom root response (#553)
* http server: allow custom root responce

* fix configs

* Update Server.cpp
2017-03-04 06:00:21 +04:00
alexey-milovidov
1ddc262eb8 Merge pull request #554 from proller/fix1
fix scope_exit formatting
2017-03-04 05:59:05 +04:00
proller
e96092c66c Freebsd fixes (#555)
* freebsd fixes

* Update SocketImpl.cpp
2017-03-04 05:58:45 +04:00
Alexey Milovidov
d3b22774c9 Comments [#CLICKHOUSE-2788]. 2017-03-04 00:15:46 +03:00
proller
05e87ad7a2 fix scope_exit formatting 2017-03-04 00:10:41 +03:00
proller
2252864b3a clang-format Server.cpp (#550)
* clang-format Server.cpp

* SCOPE_EXIT

* fix sort includes

* format
2017-03-03 22:59:42 +04:00
alexey-milovidov
79434b6de8 Update CHANGELOG.md 2017-03-03 22:01:38 +04:00
alexey-milovidov
d9b62ecc31 Merge pull request #552 from proller/fix
CHANGELOG.md
2017-03-03 20:22:41 +04:00
proller
35f8768723 CHANGELOG.md 2017-03-03 17:09:51 +03:00
artpaul
d43d692414 fix build 2017-03-03 12:38:30 +05:00
Alexey Milovidov
6635f50f75 Indentation [#CLICKHOUSE-2]. 2017-03-03 03:39:42 +03:00
proller
107fb86a40 Support multiplie listen addresses, set listen_host to local only (#545)
* Support multiplie listen addresses, set listen_host to local only

* set correct default

* better config

* no include

* Update Server.cpp
2017-03-03 04:24:56 +04:00
alexey-milovidov
0fc7ffa065 Merge pull request #543 from proller/cmake
Customizable internal compiler
2017-03-02 19:49:54 +04:00
robot-metrika-test
e83d613b48 Auto version update to [54178] 2017-03-02 18:07:33 +03:00
proller
067ff7a5c7 Customizable internal compiler 2017-03-02 16:34:43 +03:00
alexey-milovidov
e8aa65f802 Update reference_ru.html 2017-03-02 17:10:51 +04:00
alexey-milovidov
ade02270b7 Update reference_en.html 2017-03-02 17:10:51 +04:00
f1yegor
112e77a47e docs: LIMIT n BY modifier 2017-03-02 17:10:51 +04:00
f1yegor
d45f5f3277 docs: LIMIT n BY modifier 2017-03-02 17:10:51 +04:00
f1yegor
bb2e5cfb6c docs: LIMIT n BY modifier 2017-03-02 17:10:51 +04:00
alexey-milovidov
35215d077e Merge pull request #544 from serebrserg/METR-23630
METR-23630: add pointInEllipses function
2017-03-02 17:05:26 +04:00
alexey-milovidov
5ee48f9f33 Update FunctionsGeo.h 2017-03-02 16:13:02 +04:00
serebrserg
6b3135959d add test for pointInEllipses 2017-03-02 14:33:38 +03:00
alexey-milovidov
79d262fadd Merge pull request #535 from mfridental/master
Add "make clickhouse" description
2017-03-02 02:19:12 +04:00
alexey-milovidov
b3965e9034 Merge pull request #536 from bamx23/fix-docker
Fix Docker image for clickhouse-server
2017-03-02 02:18:40 +04:00
alexey-milovidov
60e3af6c8d Merge pull request #541 from yandex/ch-1999
fix IN with nested tuples [#CLICKHOUSE-1999]
2017-03-02 02:16:45 +04:00
artpaul
be7c70da5c fix IN with nested tuples [#CLICKHOUSE-1999] 2017-03-01 19:48:21 +05:00
Ilya Khomutov
511a4c6a62 Changed paths in documetation from /opt/clickhouse to /var/lib/clickhouse
Since c51801d776 default path is
/var/lib/clickhouse
2017-03-01 16:50:03 +03:00
Ilya Khomutov
da1582a036 Changed username in documetation from metrika to clickhouse
Since c51801d776 default user and
group names is 'clickhouse'
2017-03-01 16:50:03 +03:00
Artemkin Pavel
e7ee6dfd92 Merge pull request #539 from proller/cmake
fix zookeeper include
2017-03-01 17:44:13 +05:00
proller
84018addf0 fix zookeeper include 2017-03-01 14:33:56 +03:00
serebrserg
42ce089aa6 add pointInEllipses function 2017-03-01 12:23:49 +03:00
proller
0e91c47066 Allow build with external double-conversion lz4 zstd re2 zookeeper (#531)
* Allow build with external double-conversion lz4 zstd re2 zookeeper

* fix

* fix

* freebsd fixes

* spaces

* fix

* fix

* fix

* wip

* move

* fix
2017-03-01 03:49:04 +04:00
Nikolay Volosatov
f75ec4a0ba add volume for server data 2017-02-28 20:12:45 +03:00
Nikolay Volosatov
cdd803e2c6 fix user in server docker image 2017-02-28 20:12:23 +03:00
mfridental
9d9b8692b2 Add "make clickhouse" description 2017-02-28 16:40:58 +01:00
proller
5cf6f4d8c1 Fix host header in http request to dictionaries (#526)
* Tests: dictionaries: allow completely disable mongo and mysql

* Fix host header in http request to dictionaries
2017-02-28 01:09:57 +04:00
proller
57c336f267 HTTPDictionarySource support HTTPS (#510)
* https support in dictionaries

* Style
2017-02-28 01:07:57 +04:00