Guillaume Tassery
|
d38bc27c05
|
put back lock
|
2019-10-22 08:30:51 +02:00 |
|
Guillaume Tassery
|
552e3b8400
|
update
|
2019-10-22 08:03:49 +02:00 |
|
Artem Zuikov
|
21e4535fbd
|
Merge pull request #7411 from 4ertus2/some
Minor Visitors Improvement
|
2019-10-21 23:17:05 +03:00 |
|
Vitaly Baranov
|
f611fd4dfa
|
Merge pull request #7293 from Vdimir/feature/isvalidjson-5910
Add function isValidJSON
|
2019-10-21 21:24:18 +03:00 |
|
chertus
|
851b00c99f
|
minor visitors improvement
|
2019-10-21 19:22:54 +03:00 |
|
Alexander Kuzmenkov
|
9c1f8109c7
|
Merge pull request #7402 from Enmk/odbc_bridge_nullable_fix
Fixed NULL-values in nullable columns through ODBC-bridge
|
2019-10-21 19:09:27 +03:00 |
|
Vitaly Baranov
|
a0ca932035
|
Fix build and add comments.
|
2019-10-21 16:39:55 +03:00 |
|
robot-clickhouse
|
7381489d5d
|
Auto version update to [19.17.1.1] [54428]
|
2019-10-21 15:48:00 +03:00 |
|
robot-clickhouse
|
c70cd3dd17
|
Auto version update to [19.16.1.1532] [54427]
|
2019-10-21 15:47:27 +03:00 |
|
Vasily Nemkov
|
e080324fd0
|
Fixed NULL-values in nullable columns through ODBC-bridge
|
2019-10-21 12:13:33 +03:00 |
|
alexey-milovidov
|
8b8cc67873
|
Merge pull request #7390 from azat/processlist-log-queue_max_wait_ms
Add a message in case of queue_wait_max_ms wait takes place
|
2019-10-20 17:55:36 +03:00 |
|
Aleksey Akulovich
|
a019e45093
|
fix typos in docs and comment (#7385)
|
2019-10-20 12:43:54 +08:00 |
|
VDimir
|
797f76a187
|
Separate class for IsValidJSONImpl
|
2019-10-19 07:26:19 +00:00 |
|
alexey-milovidov
|
52bfa9927c
|
Merge pull request #7384 from ClickHouse/fix_ub_in_system_parts
Fix UB in StoragesInfoStream
|
2019-10-19 09:59:39 +03:00 |
|
VDimir
|
f1630b4e2e
|
Merge branch 'master' into feature/isvalidjson-5910
|
2019-10-19 06:21:21 +00:00 |
|
Azat Khuzhin
|
94948c2579
|
Add a message in case of queue_wait_max_ms wait takes place
Since there no information about this, while this can be interesting,
for example to tune max_concurrent_queries in some cases.
|
2019-10-18 23:36:12 +03:00 |
|
Alexander Kuzmenkov
|
5e2cc37381
|
Distinguish Array and Tuple field types when creating from array of Fields. (#7179)
|
2019-10-18 18:57:05 +03:00 |
|
Alexander Tokmakov
|
06b28f9fe3
|
fix uninitialized offset for Lazy db
|
2019-10-18 16:09:24 +03:00 |
|
Alexander Kuzmenkov
|
3143fa37d7
|
Merge pull request #7371 from CurtizJ/fix-optimize-read-in-order
Fix optimize_read_in_order with IN and a subquery.
|
2019-10-18 15:55:53 +03:00 |
|
hcz
|
502672c973
|
Add aggregate function combinators: -OrNull & -OrDefault (#7331)
|
2019-10-18 12:25:39 +03:00 |
|
alesapin
|
71cbe878fc
|
Merge pull request #7374 from millb/fixed_getMultipleValuesFromConfig
Fixed function getMultipleValuesFromConfig
|
2019-10-18 11:55:41 +03:00 |
|
alexey-milovidov
|
3803d94db6
|
Merge pull request #7376 from amosbird/helpakuzm
Fix ubsan introduced by Field refactoring.
|
2019-10-18 06:29:27 +03:00 |
|
Mikhail Korotov
|
a1f417a537
|
Update gtest_getMultipleValuesFromConfig.cpp
|
2019-10-18 00:07:27 +03:00 |
|
Amos Bird
|
16d1b4472e
|
Fix ubsan introduced by Field refactoring.
|
2019-10-18 04:30:33 +08:00 |
|
millb
|
26d9ee3ae5
|
Fixed bug with function getMultipleValuesFromConfig and added test which confirms this.
|
2019-10-17 19:52:47 +03:00 |
|
vzakaznikov
|
66675edf2d
|
Fixing data race with no_users_thread. (#7353)
|
2019-10-17 17:47:36 +03:00 |
|
vzakaznikov
|
ee1a2ce027
|
Fixing AddressSanitizer error in the LIVE VIEW getHeader() method. (#7271)
|
2019-10-17 17:43:11 +03:00 |
|
tavplubix
|
0046b9f137
|
Wait for jobs to finish on exception (fixes rare segfaults) (#7350)
|
2019-10-17 17:41:27 +03:00 |
|
Alexander Kuzmenkov
|
b62c9e729d
|
Merge pull request #7215 from ClickHouse/formats_improvements
Miscellaneous formats improvements
|
2019-10-17 17:37:38 +03:00 |
|
Alexander Kuzmenkov
|
3e662da6f4
|
Merge pull request #7351 from Enmk/http_keep_alive_timeout
Fixed issue of using HTTP timeout as TCP timeout value.
|
2019-10-17 16:14:29 +03:00 |
|
CurtizJ
|
546414c015
|
fix optimize_read_in_order with in subquery
|
2019-10-17 16:11:27 +03:00 |
|
Ivan
|
e595df05d9
|
Fix CREATE TABLE AS from table with virtual columns (#7183)
* Disable undefined instrumentation for rdkafka
|
2019-10-17 14:12:35 +03:00 |
|
Alexander Kuzmenkov
|
e9d7da3dd4
|
Merge pull request #7359 from amosbird/joingetconst
Constness-aware JoinGet.
|
2019-10-17 13:35:37 +03:00 |
|
Amos Bird
|
89247deb64
|
Constness-aware JoinGet.
|
2019-10-17 08:52:28 +08:00 |
|
tavplubix
|
c4b46e113e
|
Merge branch 'master' into formats_improvements
|
2019-10-16 23:00:17 +03:00 |
|
Alexander Tokmakov
|
e9e8d055af
|
null_as_default for Values
|
2019-10-16 22:55:24 +03:00 |
|
Alexander Tokmakov
|
102cbfd25a
|
fix old bug with default values
|
2019-10-16 22:27:33 +03:00 |
|
Vladimir Chebotarev
|
512e97ddb3
|
Improved readability a little bit (MergeTreeData::getActiveContainingPart ).
|
2019-10-16 22:01:50 +03:00 |
|
Alexander Tokmakov
|
5f6703130e
|
fixes
|
2019-10-16 18:28:48 +03:00 |
|
Alexander Tokmakov
|
aa9d29d6ae
|
Merge branch 'master' into formats_improvements
|
2019-10-16 17:15:13 +03:00 |
|
Alexander Kuzmenkov
|
91b995212f
|
Merge pull request #7343 from amosbird/bf10
Build fix
|
2019-10-16 16:59:46 +03:00 |
|
Vasily Nemkov
|
94095fcb92
|
Fixed issue of using HTTP timeout as TCP timeout value.
|
2019-10-16 16:04:26 +03:00 |
|
Alexander Kuzmenkov
|
16f252dce9
|
Merge pull request #7332 from Enmk/More_Date_and_DateTime_performance_tests
More performance test for Date and DateTime
|
2019-10-16 16:03:54 +03:00 |
|
Artem Zuikov
|
b70ca30447
|
Merge pull request #7335 from 4ertus2/ast
Remove asterisk_left_columns_only setting
|
2019-10-16 13:57:17 +03:00 |
|
Artem Zuikov
|
3ceeb95145
|
Merge pull request #7282 from 4ertus2/asof
ASOF JOIN inequalities
|
2019-10-16 13:46:52 +03:00 |
|
Amos Bird
|
dd128e9e1d
|
Build fix
|
2019-10-16 10:49:29 +08:00 |
|
chertus
|
ccc8c1ad2a
|
restore logic for array join (it's probably a hidden error)
|
2019-10-15 20:39:23 +03:00 |
|
Artem Zuikov
|
cf99f88bc4
|
PartialMergeJoin flush data on disk (#7186)
|
2019-10-15 19:31:49 +03:00 |
|
chertus
|
c727777a9c
|
resolve some for review sentences
|
2019-10-15 18:49:00 +03:00 |
|
chertus
|
9667e54201
|
remove asterisk_left_columns_only setting
|
2019-10-15 17:42:57 +03:00 |
|