Commit Graph

9994 Commits

Author SHA1 Message Date
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
robot-metrika-test
6f106c748e Auto version update to [54173] 2017-02-27 10:01:52 +03:00
Vasily Okunev
aec39daf99 Manual version increment [#METRIQA-732]. 2017-02-27 09:19:08 +03:00
Alexey Milovidov
31724e1f60 Fixed error in init.d [#CLICKHOUSE-2862]. 2017-02-26 21:53:24 +03:00
Alexey Milovidov
0c8fd9efc2 Removed half of garbage from init.d [#CLICKHOUSE-2862]. 2017-02-26 21:15:48 +03:00
Alexey Milovidov
730e6cd9b4 Fixed garbage in init.d [#CLICKHOUSE-2862]. 2017-02-26 20:59:42 +03:00
proller
deb956ce97 Tests: dictionaries: allow completely disable mongo and mysql (#519) 2017-02-26 21:45:46 +04:00
Alexey Milovidov
53cc273d0a Fixed mistake in presentation (tnx. boldt) [#CLICKHOUSE-3]. 2017-02-24 01:05:53 +03:00
Alexey Milovidov
a4311e4c81 Merge branch 'master' of github.com:yandex/ClickHouse 2017-02-22 01:12:40 +03:00
Alexey Milovidov
aa74c4d027 Presentation: tiny modification [#CLICKHOUSE-3]. 2017-02-22 01:12:04 +03:00
proller
1c1b6ce9f5 Mongo: support new sha1 auth with new external poco 1.7.8 (#518)
* Mongo: support new sha1 auth with new external poco 1.7.8

* add test

* disable test
2017-02-21 23:24:02 +04:00
proller
d9fa329107 debian/rules: allow add any cmake args via CMAKE_FLAGS_ADD=... (#513) 2017-02-21 22:51:59 +04:00
proller
3e824b3b4f add test (Not found column date in block. There are only columns: x.) [#CLICKHOUSE-1993] 2017-02-21 22:45:37 +04:00
Alexey Zatelepin
7090d0861a reinitialize primary key after ALTER [#CLICKHOUSE-2853] 2017-02-21 21:32:04 +04:00
Vitaliy Lyudvichenko
65d7187809 Merge pull request #514 from chipitsine/master
removed obsolete "ENABLE_MONGODB" option
2017-02-21 14:47:07 +03:00
Ilya Shipitsin
5b020ea353 removed obsolete "ENABLE_MONGODB" option 2017-02-20 21:36:14 +05:00
Vitaliy Lyudvichenko
3ee4e6b79b Banned Null(AggregateFunction(...)) type in arrayReduce. Fix test. [#CLICKHOUSE-2845] 2017-02-18 22:25:19 +03:00
Alexey Milovidov
9ad3c68a7e Updated presentation [#CLICKHOUSE-3]. 2017-02-18 08:34:06 +03:00
Alexey Milovidov
3af86b663d Revert "Removed useless files [#CLICKHOUSE-3]."
This reverts commit 1b5c668d91.
2017-02-18 08:32:15 +03:00
Alexey Milovidov
1b5c668d91 Removed useless files [#CLICKHOUSE-3]. 2017-02-18 08:31:14 +03:00
Alexey Milovidov
3c9cf7d4fd Merge branch 'master' of github.com:yandex/ClickHouse 2017-02-18 08:29:06 +03:00
Alexey Milovidov
d0c2b0b1bc Added presentations [#CLICKHOUSE-3]. 2017-02-18 08:28:18 +03:00