Alexey Milovidov
20ffe8a70c
More simple [#CLICKHOUSE-3989]
2018-09-14 05:00:40 +03:00
Alexey Milovidov
17f91c3949
More simple [#CLICKHOUSE-3989]
2018-09-14 04:59:05 +03:00
Alexey Milovidov
db0c854026
More simple [#CLICKHOUSE-3989]
2018-09-14 04:56:56 +03:00
Alexey Milovidov
dbf3ccdcb8
More simple [#CLICKHOUSE-3989]
2018-09-14 04:53:50 +03:00
Alexey Milovidov
3342b422a3
Fixed build [#CLICKHOUSE-3989]
2018-09-14 04:48:56 +03:00
Alexey Milovidov
b2faf857bb
Renamed README.md to .txt [#CLICKHOUSE-3989]
2018-09-14 03:03:28 +03:00
Alexey Milovidov
4308f3e3a2
Added more info in README [#CLICKHOUSE-3989]
2018-09-14 03:00:51 +03:00
Alexey Milovidov
53d816f23f
Added dummy implementation of __cxa_thread_atexit_impl [#CLICKHOUSE-3989]
2018-09-14 03:00:24 +03:00
Alexey Milovidov
83021c7dc7
Removed usage of __cxa_thread_atexit_impl [#CLICKHOUSE-3989]
2018-09-14 02:58:55 +03:00
Alexey Milovidov
48effe6711
Added dummy implementation [#CLICKHOUSE-3989]
2018-09-14 02:57:26 +03:00
Alexey Milovidov
9cf705e00e
Added license and readme [#CLICKHOUSE-3989]
2018-09-14 02:42:57 +03:00
Alexey Milovidov
29a99229af
Imported some files from libcxx and libcxxabi; https://github.com/llvm-project/llvm-project-20170507 ; commit ad82e63b9719923cb393bd805730eaca0e3632a8 [#CLICKHOUSE-3989]
2018-09-14 02:40:33 +03:00
alexey-milovidov
92b2cc6625
Merge pull request #3107 from zhang2014/fix/ISSUES-3105
...
ISSUES-3105 fix some bugs in the predicate optimizer
2018-09-13 22:19:11 +03:00
alexey-milovidov
b824652992
Update DictionarySourceFactory.cpp
2018-09-13 21:58:12 +03:00
alexey-milovidov
3a4582baef
Merge pull request #3125 from amosbird/self
...
Simply Self.
2018-09-13 21:56:10 +03:00
alexey-milovidov
dcfe84b5fd
Merge pull request #3128 from VadimPE/part_id_in_log
...
Add partition_id in part_log
2018-09-13 21:52:52 +03:00
Alexey Milovidov
a56413884d
Added clarification [#CLICKHOUSE-3]
2018-09-13 21:45:14 +03:00
chertus
7adf8d29cf
var/stddev for decimal [CLICKHOUSE-3765]
2018-09-13 21:36:47 +03:00
VadimPE
bd8cf4006b
add doc
2018-09-13 18:59:55 +03:00
VadimPE
f544564df6
Add documentation
2018-09-13 18:57:51 +03:00
alexey-milovidov
6e4e96085f
Merge pull request #3127 from yandex/alesap_changelog
...
Added changelog for 18.12.14
2018-09-13 18:40:42 +03:00
alexey-milovidov
5844171e14
Update CHANGELOG_RU.md
2018-09-13 18:40:19 +03:00
alexey-milovidov
cba4732ef8
Update CHANGELOG_RU.md
2018-09-13 18:37:57 +03:00
alesapin
ad4da57331
Added changelog for 18.12.14
2018-09-13 18:22:39 +03:00
Vadim
8d1edbc019
Update ClickHouseDictionarySource.cpp
2018-09-13 18:20:40 +03:00
Vasily Nemkov
99560e06f8
Added support of int-based types: Int\UInt(8,16,32), Date, DateTime for range_hashed dictionary.
...
Fixes #2093
Added type checks for .range_min and .range_max
Allowed nullable range values in dictionary source
Added test for range_hashed dictionaries
2018-09-13 18:19:55 +03:00
VadimPE
383f0da97d
CLICKHOUSE-3476 add doc
2018-09-13 18:18:54 +03:00
VadimPE
d04db2a211
CLICKHOUSE-3476 fix
2018-09-13 18:13:23 +03:00
Amos Bird
af369483a9
Simply Self.
...
> When the normal name of the template (i.e., the name from the enclosing scope, not the injected-class-name) is used, it always refers to the class template itself and not a specialization of the template
http://eel.is/c++draft/temp.local
2018-09-13 22:59:54 +08:00
alesapin
c814900a60
CLICKHOUSE-3800: Fix rare race condition
2018-09-13 16:56:52 +03:00
zhang2014
3c4b34e94f
ISSUES-3105 turned on enable_optimize_predicate_expression
2018-09-13 21:53:08 +08:00
alexey-milovidov
ea297c95ef
Merge pull request #3122 from VadimPE/fix_restore
...
fix bug with old version
2018-09-13 16:38:50 +03:00
alexey-milovidov
ddf38363c1
Merge pull request #3120 from krishnevsky/patch-17
...
Translated updates to changelog.md
2018-09-13 16:29:05 +03:00
alexey-milovidov
7feb9526c8
Merge pull request #3121 from xboston/patch-1
...
Опечатка в пользлователей
2018-09-13 16:27:04 +03:00
Nikolay Kirsh
5f753eceb2
Опечатка в пользлователей
2018-09-13 16:03:48 +03:00
VadimPE
560e131493
fix bug with old version
2018-09-13 15:53:32 +03:00
VadimPE
7ed39aaca3
add partition_id
2018-09-13 15:48:46 +03:00
VadimPE
11955b550f
fix
2018-09-13 15:24:34 +03:00
zhang2014
25f79593a2
ISSUES-3105 fix some bugs in the predicate optimizer
2018-09-13 20:08:27 +08:00
alesapin
5c7f5229a1
Merge branch 'master' of github.com:yandex/ClickHouse
2018-09-13 14:38:31 +03:00
alesapin
ae718cf536
Fix integration test
2018-09-13 14:38:20 +03:00
Amy Krishnevsky
ba883322da
Translated updates to changelog.md
2018-09-13 14:03:17 +03:00
alesapin
9c2389a903
Merge branch 'CLICKHOUSE-3800' of github.com:yandex/ClickHouse into CLICKHOUSE-3800
2018-09-13 13:38:15 +03:00
alesapin
26ee34401b
Initialize compilation_cache pointer in ALL constructors
2018-09-13 13:37:43 +03:00
alesapin
48090875bb
CLICKHOUSE-3800: Fix segfault
2018-09-13 13:37:43 +03:00
alesapin
1371164c49
CLICKHOUSE-3800: Enable compilation to llvm by default
2018-09-13 13:37:43 +03:00
robot-clickhouse
d894904d7f
Auto version update to [18.12.14] [54407]
2018-09-13 13:19:54 +03:00
alesapin
84cde3429b
Merge branch 'master' of github.com:yandex/ClickHouse
2018-09-13 13:12:40 +03:00
alesapin
c088574dca
Add test for odbc dictionary
2018-09-13 13:12:11 +03:00
Alexey Milovidov
59f8313b83
utils/check-style/check-style
2018-09-13 06:34:58 +03:00