Commit Graph

6317 Commits

Author SHA1 Message Date
Vladimir Chebotarev
8a8142049a Added MATERIALIZE TTL IN PARTITION. 2020-03-11 22:38:55 +03:00
alexey-milovidov
f1c15eed99
Merge pull request #9534 from ClickHouse/generate-normalization
Fixes after merging "generateRandom" table function
2020-03-08 23:22:32 +03:00
philip.han
87d9091195 Set can_be_false to true when it applies to the bloom_filter 2020-03-08 22:22:20 +09:00
Alexey Milovidov
82eb71fd89 Added missing code 2020-03-08 01:13:01 +03:00
Alexey Milovidov
4a5d61f43f Fixed errors 2020-03-08 01:07:09 +03:00
Alexey Milovidov
757c37c03e Support for NULL as random seed; reordered parameters for convenience 2020-03-08 00:09:45 +03:00
Alexey Milovidov
609aef269d Support for NULL as random seed; reordered parameters for convenience 2020-03-07 23:54:27 +03:00
Alexey Milovidov
eb2a78c6b0 Support for NULL as random seed; reordered parameters for convenience 2020-03-07 23:35:55 +03:00
Alexey Milovidov
50e2e338ed Merge branch 'master' of github.com:yandex/ClickHouse into generate-normalization 2020-03-07 22:58:32 +03:00
alexey-milovidov
9a10457cb6
Remove indexHint function (#9542)
* Remove indexHint function

* Fixed build

* Update KeyCondition.cpp

* Update KeyCondition.cpp
2020-03-07 22:56:38 +03:00
Alexey Milovidov
cfe2464e29 Fixed errors 2020-03-07 22:32:04 +03:00
Alexey Milovidov
5add8b589e Merge branch 'master' into generate-normalization 2020-03-07 22:05:15 +03:00
Alexey Milovidov
51bd480d2a Merge branch 'master' of github.com:yandex/ClickHouse into generate-normalization 2020-03-07 18:11:47 +03:00
Alexey Milovidov
d4a724dcc7 Fixed build 2020-03-07 15:44:24 +03:00
Alexey Milovidov
0b73257612 Merge branch 'master' of github.com:yandex/ClickHouse into fix-race-condition-queue-task 2020-03-07 15:41:21 +03:00
Alexey Milovidov
bfb502cf58 Fix race condition in executeMetadataAlter 2020-03-07 07:00:24 +03:00
Alexey Milovidov
643367642c Fixed race condition on queue_task_handle 2020-03-07 06:52:50 +03:00
Alexey Milovidov
1212339023 Fixed errors 2020-03-06 05:34:35 +03:00
Alexey Milovidov
e30173f54b Fixed build 2020-03-06 05:19:28 +03:00
Alexey Milovidov
2fd918a162 Better code 2020-03-06 05:12:18 +03:00
alexey-milovidov
0bf12a779f
Merge pull request #8994 from qoega/qoega/random-table-function-small
Generate table function
2020-03-06 03:40:22 +03:00
Alexey Milovidov
7cd584b8ee Merge branch 'master' into better_defaults 2020-03-05 21:30:46 +03:00
alexey-milovidov
678cc00d30
Update StorageGenerate.cpp 2020-03-05 21:01:36 +03:00
alexey-milovidov
e68d31d605
Merge pull request #8594 from excitoon-favorites/substitutestorageconfiguration
Added reloading storage configuration from configuration file
2020-03-05 17:52:47 +03:00
Nikita Mikhaylov
b3ad57a723
Merge pull request #9513 from filimonov/kafka_exceptions_from_destructors
Kafka exceptions from destructors
2020-03-05 12:28:03 +03:00
alexey-milovidov
1d51ad0296
Merge pull request #9261 from CurtizJ/improve-index-in
Improve performance of analysing index with IN
2020-03-05 01:03:52 +03:00
Mikhail Filimonov
9705e3ffab Style fixes 2020-03-04 19:07:36 +01:00
Mikhail Filimonov
1be66874f9 Kafka: catch and log exceptions in desctructors. Fixes #9494 2020-03-04 17:45:03 +01:00
Vladimir Chebotarev
2bd6474379 Adding storage policies and disks while reloading configuration. 2020-03-04 15:10:17 +03:00
Yatsishin Ilya
333161bb6b Merge remote-tracking branch 'origin' into qoega/random-table-function-small 2020-03-04 10:27:45 +03:00
Mikhail Filimonov
0d25208237 Prevent loosing data in kafka when execption happen after read suffix, but before commit. Fixes #9378 2020-03-04 07:58:44 +01:00
alesapin
30468b23e7 Fix style 2020-03-03 21:15:54 +03:00
alesapin
2b390a9b73
Merge pull request #8701 from ClickHouse/alter_on_top_of_mutations
Alter on top of mutations for ReplicatedMergeTree
2020-03-03 20:15:08 +03:00
alesapin
d0bcbf7581 Review and style fixes 2020-03-03 15:51:41 +03:00
Yatsishin Ilya
8acf6834ec fix finite result for infinite query 2020-03-03 14:31:18 +03:00
alesapin
00c3898f32 better comment 2020-03-03 13:04:05 +03:00
alesapin
a9edc5c3a4 Restrict select queries in default expressions. Unify default checks in ALTER and CREATE queries. 2020-03-03 13:02:43 +03:00
alesapin
1aac3a5c9d Fixing defaults 2020-03-03 12:05:17 +03:00
Yatsishin Ilya
afbf7533c4 Merge remote-tracking branch 'origin' into qoega/random-table-function-small 2020-03-03 11:56:39 +03:00
alesapin
6e3b7b6294
Merge pull request #9476 from ClickHouse/remove-empty-lines
Remove excessive empty lines
2020-03-03 11:49:53 +03:00
Alexey Milovidov
5b06842723 Remove excessive empty lines 2020-03-03 05:43:59 +03:00
Yatsishin Ilya
77c2b83022 Merge branch 'master' into qoega/random-table-function-small 2020-03-02 21:01:33 +03:00
alesapin
38e9682a4f Remove last quorum parts from ReplicatedMergeTreePredicate 2020-03-02 16:07:13 +03:00
alesapin
ec3f6e8292 Trying to fix mutations with last quorum parts 2020-03-02 15:56:38 +03:00
Yatsishin Ilya
01af9e3795 save changes 2020-03-02 15:19:27 +03:00
alesapin
fcd1610164 Remove unused error code 2020-03-02 12:25:59 +03:00
alesapin
b3e1c93acb Merge with master 2020-03-02 11:35:02 +03:00
alesapin
686f70fe26
Merge pull request #9412 from ClickHouse/CurtizJ-test-backward-compatability
Fix replication protocol backward incompatibility.
2020-03-02 11:12:43 +03:00
alexey-milovidov
d1524ad884
Merge pull request #9392 from 4ertus2/ast
SyntaxAnalyzer refactoring
2020-03-01 22:50:04 +03:00
Alexey Milovidov
7c13b65e41 Save errno in signal handlers 2020-03-01 17:23:43 +03:00