Commit Graph

10050 Commits

Author SHA1 Message Date
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
Vitaliy Lyudvichenko
411ba82a24 Fix after PR merge. 2017-02-18 03:26:32 +03:00
proller
7df722d731 Speedup of CacheDictionary (part2: complex) [#CLICKHOUSE-2176] (#502)
* Auto version update to [54146]

* Fixing dictionaries [#CLICKHOUSE-2176]

* fix

* Auto version update to [54194]

* Revert "Auto version update to [54194]"

This reverts commit 3367678a04.

* wip

* wip

* clean

* const

* fix

* wip

* wip

* wip

* wip

* wip

* wip

* clean

* Fixing dictionaries [#CLICKHOUSE-2176]

* style

* style

* style

* wip

* wip

* struct

* clean

* clean

* clean

* wip

* wip broken

* wip

* wip

* wip

* wip

* wip

* wip

* clean

* clean

* space

* tester

* wip

* fix

* clean

* style
2017-02-18 00:37:03 +04:00
alexey-milovidov
1fa8c17f9f Update ColumnConstAggregateFunction.h 2017-02-18 00:36:31 +04:00
alexey-milovidov
5755891325 Update PODArray.h 2017-02-18 00:36:31 +04:00
alexey-milovidov
554688bd89 Update evaluateConstantExpression.h 2017-02-18 00:36:31 +04:00
Vitaliy Lyudvichenko
453ab0423c Fixed compiler errors after rebase. 2017-02-18 00:36:31 +04:00
Vitaliy Lyudvichenko
1572cf39fb Translate doc comments in IColumn.h to English. [#CLICKHOUSE-3] 2017-02-18 00:36:31 +04:00
Vitaliy Lyudvichenko
8bcb1fe970 Add support of AggregateFunction constants in VALUES and Set. [#CLICKHOUSE-2845] 2017-02-18 00:36:31 +04:00
Vitaliy Lyudvichenko
f1b5e927a5 Fixed typo in test. 2017-02-18 00:36:31 +04:00
Vitaliy Lyudvichenko
97c4211409 Add support of scalars with AggregateFunction() type. [#CLICKHOUSE-2845]
Fixed segfaults for arrayReduce. [#CLICKHOUSE-2787]
2017-02-18 00:36:31 +04:00
alexey-milovidov
c52670776c Merge pull request #507 from proller/fix1
Tests: external: add more options to script
2017-02-17 18:52:57 +04:00
Alexey Milovidov
96449a2bc9 Changed default implementation of COUNT(DISTINCT ...) to avoid confusion [#CLICKHOUSE-3]. 2017-02-17 17:12:23 +03:00
proller
fdf634125e Tests: external: add more options to script 2017-02-17 17:12:02 +03:00
Alexey Milovidov
2d251802ac Better check-marks tool [#CLICKHOUSE-2841]. 2017-02-17 04:47:07 +03:00
Alexey Milovidov
5c8a51678c check-marks: added another method for check [#CLICKHOUSE-2841]. 2017-02-17 04:32:25 +03:00