maiha
|
6c83beafdd
|
dbms: Fixed misspells in comments
|
2019-01-23 04:56:53 +09:00 |
|
chertus
|
f54ed4a2e3
|
do not revisit ArrayJoin identifiers
|
2019-01-22 21:02:53 +03:00 |
|
chertus
|
97199b9712
|
fix ArrayJoin columns calculation
|
2019-01-22 20:36:08 +03:00 |
|
chertus
|
1d0bee7dee
|
fix collecting required columns in lambda
|
2019-01-21 22:56:11 +03:00 |
|
Alexey Milovidov
|
c70e8cc5f0
|
Miscellaneous #3726
|
2019-01-21 22:45:26 +03:00 |
|
alexey-milovidov
|
b41fa8e7af
|
Merge pull request #3726 from zhang2014/feature/use_cluster_pool
Use cluster connections pool in DirectoryMonitor
|
2019-01-21 22:33:19 +03:00 |
|
Alexey Milovidov
|
f7ecfc776b
|
Miscellaneous #4111
|
2019-01-21 21:04:08 +03:00 |
|
alexey-milovidov
|
09b991b47c
|
Merge pull request #4111 from yandex/compression_codecs_log_storages
Compression codecs log storages
|
2019-01-21 20:59:56 +03:00 |
|
Alexey Milovidov
|
47139adc5b
|
Merge branch 'master' into test-hint-fix
|
2019-01-21 18:28:23 +03:00 |
|
alesapin
|
88c413fbe2
|
Remove accidental change
|
2019-01-21 17:03:34 +03:00 |
|
alesapin
|
34fb1c89f1
|
Add ability to choose codecs for storage log and tiny log
|
2019-01-21 17:00:06 +03:00 |
|
Alexey Milovidov
|
ac0060079a
|
Fixed warnings in SpecializedAggregator
|
2019-01-21 16:13:20 +03:00 |
|
alexey-milovidov
|
ee23f6997d
|
Merge pull request #4084 from yandex/storage_hdfs_improvements
Storage hdfs write and refactoring
|
2019-01-20 02:51:39 +03:00 |
|
alexey-milovidov
|
9a22185bd6
|
Update ReadBufferFromHDFS.cpp
|
2019-01-20 02:51:03 +03:00 |
|
Alexey Milovidov
|
c7b95b5175
|
Miscellaneous changes for PVS-Studio
|
2019-01-20 02:27:52 +03:00 |
|
alesapin
|
21f1c4d1ce
|
Better code and tests for bad cases
|
2019-01-19 23:17:19 +03:00 |
|
alesapin
|
33d5f0c8dd
|
Fix potential null pointer dereference
|
2019-01-18 21:57:11 +03:00 |
|
alexey-milovidov
|
3c6263e89e
|
Merge pull request #4094 from abyss7/issue-2675
Add setting to Kafka Engine to control number of parsing errors
|
2019-01-18 21:46:52 +03:00 |
|
alesapin
|
66bd80703e
|
Fix clang warning
|
2019-01-18 19:17:24 +03:00 |
|
Boris Granveaud
|
f1a7f60165
|
new functions filesystemAvailable, filesystemFree and filesystemCapacity
|
2019-01-18 16:44:53 +01:00 |
|
Ivan Lezhankin
|
5f74094edb
|
Fix a setting description.
|
2019-01-18 16:15:36 +03:00 |
|
alesapin
|
7c1c6eba8b
|
Wrap hdfsBuilder into unique ptr
|
2019-01-18 15:48:55 +03:00 |
|
Ivan Lezhankin
|
89ffb577b1
|
Implement additional Kafka engine setting for allowed parsing errors
|
2019-01-18 15:48:38 +03:00 |
|
alesapin
|
a139f375c3
|
Remove copypaste
|
2019-01-18 14:39:36 +03:00 |
|
alesapin
|
71e58ca001
|
Fix potential leak in read buffer
|
2019-01-18 14:01:07 +03:00 |
|
alesapin
|
83c32727dc
|
Remove strange commit
|
2019-01-18 13:57:00 +03:00 |
|
alesapin
|
2f7b63cf71
|
Fix review notes
|
2019-01-18 13:55:03 +03:00 |
|
zhang2014
|
998591b30d
|
fix build failure
|
2019-01-18 10:31:28 +08:00 |
|
alexey-milovidov
|
3d4bd7cbf8
|
Merge branch 'master' into feature/use_cluster_pool
|
2019-01-18 01:02:39 +03:00 |
|
alexey-milovidov
|
7beb25eaaf
|
Merge pull request #4087 from 4ertus2/joins
child free ASTIdentifier
|
2019-01-18 00:51:08 +03:00 |
|
alexey-milovidov
|
908015aa4b
|
Merge pull request #4088 from proller/fix14
CLICKHOUSE-4257 remoteSecure
|
2019-01-18 00:48:55 +03:00 |
|
Alexey Milovidov
|
c3aae60aed
|
Trying to understand the code #4063
|
2019-01-17 21:49:56 +03:00 |
|
proller
|
e778a5eeca
|
Fix port secelt
|
2019-01-17 21:49:01 +03:00 |
|
proller
|
f2bbac6523
|
CLICKHOUSE-4257 remoteSecure
|
2019-01-17 20:55:44 +03:00 |
|
chertus
|
5289c1337e
|
child free ASTIdentifier
|
2019-01-17 20:01:48 +03:00 |
|
alesapin
|
b6ad3cf148
|
Remove shadow variable warning
|
2019-01-17 19:15:51 +03:00 |
|
Alexey Milovidov
|
736e1e2d71
|
Fixed build #4063
|
2019-01-17 18:21:21 +03:00 |
|
Alexey Milovidov
|
303c3cc043
|
Merge branch 'master' of https://github.com/Miniwoffer/ClickHouse into Miniwoffer-master
|
2019-01-17 18:04:06 +03:00 |
|
Alexey Milovidov
|
178302cc5d
|
Miscellaneous #3960
|
2019-01-17 17:45:02 +03:00 |
|
alesapin
|
07e11577d3
|
Add write logic and remove strange multifile read logic
|
2019-01-17 17:10:30 +03:00 |
|
alexey-milovidov
|
0ec1fdef04
|
Merge pull request #3960 from yandex/zk-columns-compact-storage
Compact storage of the part header in ZooKeeper
|
2019-01-17 17:05:01 +03:00 |
|
alesapin
|
2d3e08fc74
|
Refactor ReadBufferFromHDFS
|
2019-01-17 14:26:29 +03:00 |
|
alexey-milovidov
|
b50fa22606
|
Merge pull request #4077 from 4ertus2/joins
Some more ASTIdentifier refactoring
|
2019-01-17 00:58:36 +03:00 |
|
chertus
|
394e8b0378
|
minor improvements and fix
|
2019-01-16 21:38:19 +03:00 |
|
chertus
|
6a79a03a9e
|
minor improvements
|
2019-01-16 21:38:19 +03:00 |
|
chertus
|
738080c73f
|
minor improvements
|
2019-01-16 21:38:19 +03:00 |
|
chertus
|
8bb35ac987
|
minor changes
|
2019-01-16 21:38:19 +03:00 |
|
Danila Kutenin
|
45882dc048
|
Merge branch 'danlark1-master'
|
2019-01-16 20:46:51 +03:00 |
|
Danila Kutenin
|
4f29102e7f
|
Merge branch 'master' of https://github.com/yandex/ClickHouse
|
2019-01-16 20:44:21 +03:00 |
|
Danila Kutenin
|
12bcff48ee
|
Miscellaneous and some optimizations
|
2019-01-16 20:41:08 +03:00 |
|