Commit Graph

9498 Commits

Author SHA1 Message Date
alexey-milovidov
915495634c Merge pull request #327 from proller/freebsd
Freebsd: preparing port, misc build/install chandes
2017-01-12 23:26:10 +04:00
Alexey Milovidov
a5ce89af92 Added english Telegram chat to site [#CLICKHOUSE-3]. 2017-01-12 22:23:05 +03:00
alexey-milovidov
e701d130f2 Merge pull request #328 from yandex/clickhouse-28
fix distinct on single string field [#CLICKHOUSE-28]
2017-01-12 20:10:50 +04:00
artpaul
3292ca81cb fix distinct on single string field [#CLICKHOUSE-28] 2017-01-12 20:34:41 +05:00
proller
ecb7642c4f Freebsd: preparing port, misc build/install chandes 2017-01-12 13:51:30 +00:00
proller
4bfa697656 Add more search paths to find_mysqlclient.cmake, rename find_libmysqlclient.cmake -> find_mysqlclient.cmake 2017-01-12 15:20:43 +03:00
Alexey Milovidov
eb2c8196fd Analyzers: development [#METR-23947]. 2017-01-12 05:08:33 +03:00
Alexey Milovidov
522e96d4bf Analyzers: added support for lambda expressions when searching for columns [#METR-23947]. 2017-01-12 05:06:50 +03:00
Alexey Milovidov
916552f175 Improved formatting of lambda expressions [#METR-23947]. 2017-01-12 04:55:14 +03:00
Alexey Milovidov
38c9ad9761 Fixed error [#METR-2944]. 2017-01-12 04:29:32 +03:00
Alexey Milovidov
480cb57a2f Added test [#METR-24079]. 2017-01-12 03:33:02 +03:00
Alexey Milovidov
e8855c6f0f Fixed error with multiple calls of LogicalExpressionAnalyzer [#METR-24079]. 2017-01-12 03:26:39 +03:00
alexey-milovidov
aea6138f4c Merge pull request #319 from proller/cmake
Find pthread lib by cmake
2017-01-11 19:42:51 +04:00
proller
4e4bc03761 Merge remote-tracking branch 'upstream/master' into cmake
Conflicts:
	contrib/libpoco/Net/cmake/test_anl.cmake
2017-01-11 16:42:26 +03:00
proller
4df7b19c44 fix test_anl.cmake for old cmake 2017-01-11 16:41:39 +03:00
proller
d00765fb15 Find pthread lib by cmake 2017-01-11 16:40:02 +03:00
alexey-milovidov
1c83e312c8 Merge pull request #318 from proller/libanl
fix finding libanl (missing pthread)
2017-01-11 16:30:54 +04:00
proller
8cbed35e0d Fix finding libanl (missing pthread) 2017-01-11 13:53:30 +03:00
Alexey Milovidov
0f03a7bbdc Fixed error with checking number of arguments of functions [#METR-24078]. 2017-01-11 05:47:43 +03:00
alexey-milovidov
293e683c97 Merge pull request #316 from proller/debian
Debian package build fixes
2017-01-10 23:43:45 +04:00
proller
897016121a add --ignore-deps to release script 2017-01-10 22:42:24 +03:00
proller
2dc2bc5ce1 Debian package build fixes 2017-01-10 21:28:24 +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
alexey-milovidov
bc377a6d69 Merge pull request #314 from yandex/metr-24043
fix where <const> in (<const>) expression; [#METR-24043]
2017-01-10 19:30:07 +04:00
artpaul
402f974fb7 fix where <const> in (<const>) expression; [#METR-24043] 2017-01-10 19:16:37 +05:00
alexey-milovidov
50623a3912 Merge pull request #312 from hatarist/decodeurl_ref
Added decodeURLComponent to the reference
2017-01-10 16:06:28 +04:00
Igor Hatarist
9b07b7af62 Added decodeURLComponent to the reference 2017-01-10 15:01:04 +03:00
Alexey Zatelepin
ceb4d4a3a5 fix build (do not remove my_compress.c.o from libmysqlclient.a) [#METR-23582] 2017-01-09 22:54:40 +03:00
alexey-milovidov
c58cb0ccf2 Merge pull request #295 from proller/METR-23811
Better user-group creating in postinst, BaseDaemon::getDefaultCorePath [#METR-23811]
2017-01-09 23:21:03 +04:00
Alexey Zatelepin
1c5db52d7d remove zlib code compiled into libmysqlclient.a (fix precise build) [#METR-23582] 2017-01-09 22:12:36 +03:00
alexey-milovidov
319ded229e Merge pull request #311 from proller/libanl
fix static linking with libanl.a on ubuntu 16.10
2017-01-09 21:36:40 +04:00
alexey-milovidov
a775438d74 Merge pull request #307 from krishnevsky/patch-1
Update architecture.md
2017-01-09 20:39:22 +04:00
proller
0df043fcec fix static linking with libanl.a on ubuntu 16.10 2017-01-09 19:32:41 +03:00
alexey-milovidov
1d641212c8 Merge pull request #309 from ludv1x/METR-24025
Fixed segfault in aggregation combinators for complex nested functions
2017-01-09 20:14:16 +04:00
alexey-milovidov
d9b954e5bd Merge pull request #310 from yandex/issue-111-fix
fix formatting of LIMIT BY; add tests with remote() [#METR-23881]
2017-01-09 20:09:20 +04:00
Alexey Zatelepin
b87f2dbac6 turn off new quick zlib strategy [#METR-23582] 2017-01-09 16:52:41 +03:00
proller
1649b003a0 Better user-group creating in postinst, BaseDaemon::getDefaultCorePath [#METR-23811] 2017-01-09 16:42:29 +03:00
artpaul
79eb282eda fix formatting of LIMIT BY; add tests with remote() [#METR-23881] 2017-01-09 18:24:54 +05:00
Alexey Zatelepin
c1e8b674e0 add missing zlib include dir [#METR-23582] 2017-01-09 16:07:42 +03:00
Vitaliy Lyudvichenko
fb40b74270 Fixed segfault in aggregation combinators using complex functions with Arenas. [#METR-24025] 2017-01-09 15:41:47 +03:00
Amy Krishnevsky
f2cc9272aa Update architecture.md
Edited grammar and style.
2017-01-09 13:35:47 +03:00
artpaul
d0961238b9 fix build; error was 'add_intrinsics_option Macro invoked with incorrect arguments for macro' 2017-01-09 13:32:45 +05:00
alexey-milovidov
a07898cc5a Merge pull request #306 from yandex/issue-200
#200: remove dependency to the view if backend storage can't be created
2017-01-09 02:34:00 +04:00
alexey-milovidov
6eb9bac6eb Merge pull request #304 from yandex/METR-23582
Implement zlib buffers [#METR-23582]
2017-01-09 02:08:35 +04:00
artpaul
903e1eab98 #200: remove dependency to the view if backend storage can't be created 2017-01-09 01:34:40 +05:00
Alexey Zatelepin
1b61f2a9d3 use zlib-ng from contrib everywhere [#METR-23582] 2017-01-08 22:24:38 +03:00
Alexey Zatelepin
7b3f4adcc1 add libzlib-ng/README.clickhouse [#METR-23582] 2017-01-08 21:26:53 +03:00
Alexey Zatelepin
89daba2cfb adopt zlib-ng CMakeLists.txt from ad8868ab0e/CMakeLists.txt [#METR-23582] 2017-01-08 21:26:30 +03:00