Alexey Milovidov
|
335a69d79c
|
Added type inference for lambdas [#CLICKHOUSE-11].
|
2017-01-14 10:19:47 +03:00 |
|
Alexey Milovidov
|
0493c3ff77
|
Added missing file [#CLICKHOUSE-11].
|
2017-01-14 09:22:28 +03:00 |
|
Alexey Milovidov
|
c83ae92d41
|
Analyzers: added AnalyzeLambdas step [#CLICKHOUSE-11].
|
2017-01-14 08:19:48 +03:00 |
|
Alexey Milovidov
|
d99a642b9b
|
Fixed error in 'distributed_product_mode' setting, which breaks 'allow_databases' option [#CLICKHOUSE-2718].
|
2017-01-14 06:10:16 +03:00 |
|
Alexey Milovidov
|
0440e031c5
|
Translated comments [#CLICKHOUSE-3].
|
2017-01-14 05:53:40 +03:00 |
|
Alexey Milovidov
|
4fe2a4432a
|
External dictionaries: MySQL source: Allow columns with names from reserved words [#CLICKHOUSE-2717].
|
2017-01-14 05:30:03 +03:00 |
|
Alexey Milovidov
|
b16c9a3e12
|
Fixed error with 'max_memory_usage_for_user' setting during distributed query execution [#METR-24117].
|
2017-01-14 04:55:35 +03:00 |
|
alexey-milovidov
|
f7402a524e
|
Merge pull request #335 from ludv1x/CLICKHOUSE-29
Add support of (Int64, UInt64) arguments for least() and greatest() functions .
|
2017-01-14 01:35:18 +04:00 |
|
alexey-milovidov
|
1436361c51
|
Merge pull request #337 from yandex/mysqlxx-dont-expose-mysql-headers
Mysqlxx don't expose mysql headers
|
2017-01-14 01:32:15 +04:00 |
|
Alexey Milovidov
|
68cf046e6c
|
Addition to prev. revision [#CLICKHOUSE-2716].
|
2017-01-14 00:29:44 +03:00 |
|
Alexey Milovidov
|
d8f0170bb7
|
Addition to prev. revision [#CLICKHOUSE-2716].
|
2017-01-14 00:24:59 +03:00 |
|
Alexey Milovidov
|
01b7c75d58
|
Addition to prev. revision [#CLICKHOUSE-2716].
|
2017-01-14 00:24:29 +03:00 |
|
Alexey Milovidov
|
d26f045819
|
Addition to prev. revision [#CLICKHOUSE-2716].
|
2017-01-14 00:18:07 +03:00 |
|
alexey-milovidov
|
a998b65029
|
Merge pull request #336 from proller/nopie
Add -no-pie flag to linker in static mode
|
2017-01-14 01:14:07 +04:00 |
|
Alexey Milovidov
|
a86a86aa68
|
Addition to prev. revision [#CLICKHOUSE-2716].
|
2017-01-14 00:07:25 +03:00 |
|
Alexey Milovidov
|
fdc2464c78
|
Do not expose MySQL headers in headers of mysqlxx library [#CLICKHOUSE-2716].
|
2017-01-13 23:37:37 +03:00 |
|
proller
|
e2bc0c7471
|
Add -no-pie flag to linker in static mode
|
2017-01-13 23:11:21 +03:00 |
|
Vitaliy Lyudvichenko
|
c56d3724e4
|
Speedup accurate integer comparisons. Simplified code. [#CLICKHOUSE-29] [#CLICKHOUSE-194]
|
2017-01-13 23:01:24 +03:00 |
|
alexey-milovidov
|
61d3936b23
|
Merge pull request #334 from proller/arm64
arm64 compile fix
|
2017-01-13 23:04:07 +04:00 |
|
proller
|
c601dacf31
|
arm64 compile fix
|
2017-01-13 22:01:45 +03:00 |
|
Vitaliy Lyudvichenko
|
a1dcd24a76
|
New behavior for least() and greatest() function with (Int64, UInt64) arguments. [#CLICKHOUSE-29]
|
2017-01-13 21:17:50 +03: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 |
|
alexey-milovidov
|
87e3fc4cac
|
Merge pull request #333 from luc1ph3r/ignore-sublime-files
Ignore sublime project files
|
2017-01-13 20:39:40 +04:00 |
|
alexey-milovidov
|
5d4cc978f6
|
Merge pull request #330 from hatarist/doc_so
Reference improvements: StackOverflow URL & server's readonly mode
|
2017-01-13 17:54:52 +04:00 |
|
proller
|
2a6a4657be
|
Fix compiling zlib-ng on arm64 (#331)
Fix compiling zlib-ng on arm64
|
2017-01-13 15:41:25 +03: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
|
c3b69f1052
|
Removed fragile (over-complicated) test [#CLICKHOUSE-2].
|
2017-01-13 04:07:02 +03:00 |
|
Alexey Milovidov
|
012c5f1079
|
Disabled flappy tests [#CLICKHOUSE-2].
|
2017-01-13 02:31:04 +03:00 |
|
alexey-milovidov
|
9808a5ab9e
|
Merge pull request #323 from ludv1x/accurate-compare
Accurate numbers comparison
|
2017-01-12 23:31:07 +04:00 |
|
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 |
|
Vitaliy Lyudvichenko
|
0807fb6d86
|
Interpret .py files in test dir as tests. [#CLICKHOUSE-194]
More precise performance test.
|
2017-01-12 18:21:47 +03:00 |
|
Vitaliy Lyudvichenko
|
9dd3bc3b60
|
Removed old code. [#CLICKHOUSE-194]
|
2017-01-12 18:21:29 +03:00 |
|
Vitaliy Lyudvichenko
|
3e53e3268a
|
Add test for accurate numbers comparisons. [#CLICKHOUSE-194]
|
2017-01-12 18:21:24 +03:00 |
|
Vitaliy Lyudvichenko
|
7d86246b46
|
Add safe_convervsion case optimization. Fixed MIN_INT64 comparison. Fixed NaN comparisons between floats. [#CLICKHOUSE-194]
|
2017-01-12 18:21:17 +03:00 |
|
Vitaliy Lyudvichenko
|
b264b853a5
|
Added accurate numbers comparison. [#CLICKHOUSE-194]
|
2017-01-12 18:20:45 +03: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 |
|