Alexey Milovidov
|
a074b777da
|
Fixed compatibility with older clients #1918
|
2018-02-16 22:34:45 +03:00 |
|
proller
|
db8ea9205c
|
LibraryDictionarySource: api v2 with strings (#1915)
* LibraryDictionarySource: Support numeric types, initial support for strings
|
2018-02-16 20:12:22 +03:00 |
|
Alexey Zatelepin
|
87b72b8e39
|
rename musl_exp10 -> preciseExp10 for coding style compatibility
|
2018-02-16 17:51:14 +03:00 |
|
Alexey Zatelepin
|
8fdb68ef79
|
add musl_ prefix to exp10 functions to avoid confusion with symbols from the system libm
|
2018-02-16 17:01:50 +03:00 |
|
javi
|
e08199c81a
|
removed extra line break
|
2018-02-15 16:53:55 +03:00 |
|
javi
|
e69421e7a6
|
fixed function and added test and doc
|
2018-02-15 16:53:55 +03:00 |
|
javi santana
|
c810db2a01
|
tests wip
|
2018-02-15 16:53:55 +03:00 |
|
javi santana
|
0297a598b9
|
function working
|
2018-02-15 16:53:55 +03:00 |
|
javi
|
95211cde25
|
added basic cumsum impl
|
2018-02-15 16:53:55 +03:00 |
|
proller
|
10803568ad
|
Macos shared build fix (#1906)
|
2018-02-15 00:01:40 +03:00 |
|
Vitaliy Lyudvichenko
|
a4177287b1
|
Fixed too deep AST traversal. [#CLICKHOUSE-2]
|
2018-02-14 20:39:16 +03:00 |
|
proller
|
d2f1ef686e
|
Misc build and test fixes (#1905)
* Misc build fixes
* Fix apple tests
|
2018-02-14 20:27:14 +03:00 |
|
proller
|
7c7bdc5115
|
LibraryDictionarySource: Support numeric types, initial support for strings (#1903)
|
2018-02-14 18:03:48 +03:00 |
|
proller
|
38343f7649
|
Internal compiler: write versions in header version mismatch message (using magic)
use same debug/release flags
|
2018-02-13 21:09:45 +03:00 |
|
Vitaliy Lyudvichenko
|
075a3cd811
|
Use absoulte paths in Compiler. [#CLICKHOUSE-3573]
|
2018-02-13 13:32:14 +03:00 |
|
Nikolai Kochetov
|
7c69ecb3ef
|
fix test [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Nikolai Kochetov
|
90d67d4e8a
|
added test for moving partition from collapsing to versioned collapsing merge tree [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Nikolai Kochetov
|
36de8a2911
|
added secondary sort expression [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Nikolai Kochetov
|
64b3a8baa7
|
added secondary sort expression [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Nikolai Kochetov
|
4040e156b5
|
added checks and comments for FixedSizeDequeWithGaps; review fixes [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Nikolai Kochetov
|
beb866150d
|
added checks and comments for FixedSizeDequeWithGaps; review fixes [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Nikolai Kochetov
|
40ef753992
|
added VersionedCollapsingMergeTree to help message [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Nikolai Kochetov
|
32bdf7c38c
|
renamed MultiversionMergeTree to VersionedCollapsingMergeTree [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Nikolai Kochetov
|
e997db55ef
|
fix for vertical merge in MultiversionMergeTree [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Nikolai Kochetov
|
66b94d481a
|
added MultiversionMergeTree [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Alexey Milovidov
|
3656aa0606
|
Improved performance of function arrayElement with constant array when one of element is an empty array #1889
|
2018-02-13 00:06:13 +03:00 |
|
Vitaliy Lyudvichenko
|
ac0d1f8fba
|
Addition to prev revision. [#CLICKHOUSE-2]
Add cluster(cluster_name, db, table) table function.
|
2018-02-12 23:44:59 +03:00 |
|
Vitaliy Lyudvichenko
|
40ac028e21
|
remote() table function accepts cluster name identifier as the 1st argument. [#CLICKHOUSE-2]
Add cluster(cluster_name, db, table) table function.
|
2018-02-12 23:35:56 +03:00 |
|
Vitaliy Lyudvichenko
|
d5fd8b9b5f
|
Fix DROP MV with max_table_size_to_drop. [#CLICKHOUSE-3]
Resolves #1863
|
2018-02-12 23:35:56 +03:00 |
|
Vitaliy Lyudvichenko
|
56add902d4
|
Removed superfluous FORMAT statements in .sql files. [#CLICKHOUSE-3]
|
2018-02-12 23:35:56 +03:00 |
|
Vitaliy Lyudvichenko
|
56bc773249
|
Fixed exception catching thrown from compiled .so files. [#CLICKHOUSE-3573]
|
2018-02-12 23:33:31 +03:00 |
|
Alexey Milovidov
|
c104566eb8
|
Fixed performance regression in usage of COWPtr in complex cases [#CLICKHOUSE-3584].
|
2018-02-12 23:10:24 +03:00 |
|
proller
|
2d9f66115f
|
listen_try config option (#1892)
* Docker wip
* no tests
* fixes
* No tests
* Fixes
* Clean
* listen_try config option
* listen_try for tests
|
2018-02-12 22:36:18 +03:00 |
|
Alexey Milovidov
|
f68600973f
|
Fixed build [#CLICKHOUSE-2]
|
2018-02-12 04:11:28 +03:00 |
|
Alexey Milovidov
|
55c969d073
|
Added test [#CLICKHOUSE-2]
|
2018-02-12 03:55:46 +03:00 |
|
Alexey Milovidov
|
95bc1ffd2e
|
Added functions parseDateTimeBestEffort, parseDateTimeBestEffortOrZero, parseDateTimeBestEffortOrNull [#CLICKHOUSE-2]
|
2018-02-12 02:57:07 +03:00 |
|
Alexey Milovidov
|
b5430b3885
|
Function "parseDateTimeBestEffort": development [#CLICKHOUSE-2]
|
2018-02-11 07:09:02 +03:00 |
|
Alexey Milovidov
|
c704f8b10c
|
Fixed build #1879
|
2018-02-09 22:32:12 +03:00 |
|
alexey-milovidov
|
8fb9967903
|
Merge pull request #1879 from yandex/lambdas-without-prerequisites
Lambdas without prerequisites
|
2018-02-09 22:22:58 +03:00 |
|
alexey-milovidov
|
c5dd6a9fed
|
Update IFunction.h
|
2018-02-09 22:20:18 +03:00 |
|
alexey-milovidov
|
1c308d7d6b
|
Update IFunction.h
|
2018-02-09 22:15:40 +03:00 |
|
alexey-milovidov
|
1b2b31b24e
|
Update FunctionsMiscellaneous.h
|
2018-02-09 22:06:29 +03:00 |
|
alexey-milovidov
|
74a7a13ffa
|
Update ColumnFunction.h
|
2018-02-09 22:02:37 +03:00 |
|
alexey-milovidov
|
fb58050994
|
Update FunctionsMiscellaneous.h
|
2018-02-09 22:02:01 +03:00 |
|
alexey-milovidov
|
2224eb3936
|
Merge pull request #1880 from lugt/master
Fix on an compiling error
|
2018-02-09 21:12:33 +03:00 |
|
Alexey Milovidov
|
0bc7772bbf
|
Miscellaneous #1881 #180
|
2018-02-09 21:10:32 +03:00 |
|
Alexey Milovidov
|
a101b735a6
|
Miscellaneous #1881 #180
|
2018-02-09 21:06:31 +03:00 |
|
zhang2014
|
7f4f723aa0
|
ISSUES-180 fix empty function with FixedString
|
2018-02-10 00:37:13 +08:00 |
|
alexey-milovidov
|
5502f5fbb8
|
Update ColumnsCommon.h
|
2018-02-09 18:09:33 +03:00 |
|
zhang2014
|
7a1e5a0971
|
ISSUES-180 fix empty function with FixedString
|
2018-02-09 19:05:19 +08:00 |
|