Alexey Milovidov
|
c20853eecc
|
Added most of bugprone checks
|
2020-03-18 19:51:20 +03:00 |
|
alesapin
|
baec35a18b
|
Better locking in alter
|
2020-03-18 17:43:16 +03:00 |
|
alesapin
|
f64c005e70
|
Split merger mutator
|
2020-03-18 16:16:59 +03:00 |
|
alesapin
|
d00406294c
|
Splitting mutate part to temporarty part
|
2020-03-18 14:36:18 +03:00 |
|
alesapin
|
eb938f66e4
|
Better mutations interface
|
2020-03-18 13:02:57 +03:00 |
|
alesapin
|
3babac10f5
|
Fix query hang
|
2020-03-18 12:48:29 +03:00 |
|
alesapin
|
13a0151cf3
|
Remove garbage
|
2020-03-18 12:34:05 +03:00 |
|
alesapin
|
87e9a84ef7
|
Unblock waiting mutations
|
2020-03-18 11:53:55 +03:00 |
|
Alexey Milovidov
|
1bd7e594b0
|
clang-tidy, part 2
|
2020-03-18 03:57:00 +03:00 |
|
alesapin
|
17e505da0f
|
Fix build errors
|
2020-03-17 20:22:41 +03:00 |
|
alesapin
|
347d2a328f
|
Remove columns lock!!!
|
2020-03-17 18:10:56 +03:00 |
|
alesapin
|
d5636fb76b
|
Fix style check
|
2020-03-17 17:31:24 +03:00 |
|
alesapin
|
8d0cb42ef3
|
Remove more code
|
2020-03-17 17:07:27 +03:00 |
|
alesapin
|
5877a5af42
|
Remove alter transaction!!!
|
2020-03-17 16:49:50 +03:00 |
|
alesapin
|
b0b81bec89
|
Merge with master and fix
|
2020-03-17 14:03:29 +03:00 |
|
alesapin
|
18dcb193fd
|
More verbose message about error in case of exception during recursive remove
|
2020-03-16 21:57:01 +03:00 |
|
Guillaume Tassery
|
bbd6ff8466
|
test
|
2020-03-16 14:35:22 +01:00 |
|
alesapin
|
930e6f24b1
|
Merge pull request #9652 from ClickHouse/fix_compatibility_for_mutations
Fix compatibility in replication
|
2020-03-16 11:19:57 +03:00 |
|
alesapin
|
2c16732536
|
Revert version check
|
2020-03-15 22:34:36 +03:00 |
|
alesapin
|
b0cc690cfb
|
Fix entries compatibility without versions update
|
2020-03-15 22:33:25 +03:00 |
|
alexey-milovidov
|
a4cc526133
|
Merge pull request #9065 from ClickHouse/split_databases_from_context
Split databases from Context
|
2020-03-15 03:42:57 +03:00 |
|
alexey-milovidov
|
9e658d4541
|
Merge pull request #9602 from ClickHouse/common-prelimit-counter
Common prelimit counter
|
2020-03-15 02:24:07 +03:00 |
|
alexey-milovidov
|
68074a1524
|
Merge pull request #9653 from ClickHouse/add_setting_for_path_format
Add setting for a new format of distributed parts
|
2020-03-15 00:40:33 +03:00 |
|
alexey-milovidov
|
6dbb6317b6
|
Merge pull request #9654 from ClickHouse/remove-nontrivial-global-variable
Remove global variable with nontrivial ctor/dtor
|
2020-03-14 23:14:24 +03:00 |
|
Anton Popov
|
71e86fc471
|
Merge pull request #9581 from excitoon-favorites/materializeinpartition
Added MATERIALIZE TTL IN PARTITION
|
2020-03-14 02:15:03 +03:00 |
|
alesapin
|
f6044c9c53
|
Add setting for a new format of distributed parts
|
2020-03-13 21:49:46 +03:00 |
|
Alexey Milovidov
|
3f6fdc1ddb
|
Remove global variable with nontrivial ctor/dtor
|
2020-03-13 21:42:19 +03:00 |
|
Alexey Milovidov
|
0a1b3e57a8
|
Renamed a file for consistency
|
2020-03-13 20:47:46 +03:00 |
|
alesapin
|
c7c945a859
|
Fix style check
|
2020-03-13 20:38:26 +03:00 |
|
alesapin
|
d7a13fb1c4
|
Merge branch 'remove_empty_columns_when_part_written' into alter_on_top_of_mutations_merge_tree
|
2020-03-13 20:32:32 +03:00 |
|
alesapin
|
18bbe16aae
|
Fix compatibility in replication
|
2020-03-13 20:23:36 +03:00 |
|
Alexander Tokmakov
|
00b7190003
|
minor improvements
|
2020-03-13 18:41:36 +03:00 |
|
alesapin
|
c777191217
|
Get rid of removeEmptyColumnsFromPart method based on alterDataPart.
|
2020-03-13 18:09:55 +03:00 |
|
alesapin
|
814e4c0f07
|
Return back some log messages
|
2020-03-13 13:41:54 +03:00 |
|
Alexander Tokmakov
|
2208ff67e2
|
fix build
|
2020-03-13 13:30:55 +03:00 |
|
alesapin
|
71e2af386a
|
Some trach code
|
2020-03-13 13:18:37 +03:00 |
|
alesapin
|
dbf940d64a
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into alter_on_top_of_mutations_merge_tree
|
2020-03-13 12:38:13 +03:00 |
|
Ivan
|
b7ef5a699c
|
Move FastMemcpy to contribs (#9219)
* Get rid of non-existent vectorclass
* Move FastMemcpy to contribs
* Restore comments
* Disable FastMemcpy on non-Linux
* Fix cmake file
* Don't build FastMemcpy for ARM64
* Replace FastMemcpy submodule with its contents
* Fix cmake file
* Move widechar_width to contrib/
* Move sumbur to contrib/
* Move consistent-hashing to contrib/
* Fix UBSan tests
|
2020-03-13 01:26:16 +03:00 |
|
alexey-milovidov
|
dc9725a757
|
Merge pull request #9612 from CurtizJ/fix-range-reader
Fix MergeTreeRangeReader
|
2020-03-12 23:31:50 +03:00 |
|
Alexander Tokmakov
|
158cde68b5
|
enable UUIDs for temporary tables
|
2020-03-12 23:00:37 +03:00 |
|
alesapin
|
74a908f7de
|
Reslove conflicts
|
2020-03-12 18:41:34 +03:00 |
|
alesapin
|
7a9f7bda9e
|
test
|
2020-03-12 17:50:44 +03:00 |
|
robot-clickhouse
|
6a4e022a3b
|
Auto version update to [20.4.1.1] [54434]
|
2020-03-12 16:07:08 +03:00 |
|
Alexander Tokmakov
|
cf28bfe8a7
|
Merge branch 'master' into split_databases_from_context
|
2020-03-12 15:09:41 +03:00 |
|
alexey-milovidov
|
05da1bff8b
|
Merge pull request #9566 from ClickHouse/clang-tidy
Added some clang-tidy checks
|
2020-03-12 13:33:19 +03:00 |
|
Alexey Milovidov
|
4543bca16f
|
Fixed error
|
2020-03-12 12:09:44 +03:00 |
|
Anton Popov
|
76cfa8a215
|
fix incorrect number of rows after filtering column with defaults
|
2020-03-12 05:16:05 +03:00 |
|
Anton Popov
|
32f82629d8
|
fix prewhere in case when filter is shrinked by optimization and exists missing default in part
|
2020-03-12 03:39:48 +03:00 |
|
Vladimir Chebotarev
|
8a8142049a
|
Added MATERIALIZE TTL IN PARTITION.
|
2020-03-11 22:38:55 +03:00 |
|
Alexander Tokmakov
|
4972daeaed
|
fixes
|
2020-03-11 22:10:55 +03:00 |
|
alesapin
|
406b48a20e
|
First stupid implementation of non-blocking alter for vanilla merge tree
|
2020-03-11 18:51:04 +03:00 |
|
Nikolai Kochetov
|
5b56cb196c
|
Fix debug tests.
|
2020-03-11 16:46:51 +03:00 |
|
Nikolai Kochetov
|
43ff4e669c
|
Use common read roes counter for all pre-limit streams.
|
2020-03-11 15:19:30 +03:00 |
|
Nikolai Kochetov
|
12212fc2d0
|
Merge pull request #9593 from ClickHouse/storage-system-zeroes
Storage system zeros
|
2020-03-11 13:09:48 +03:00 |
|
Alexey Milovidov
|
5b2c7507d2
|
Fixed build
|
2020-03-11 11:55:37 +03:00 |
|
alexey-milovidov
|
beed841441
|
Merge branch 'master' into clang-tidy
|
2020-03-11 10:16:13 +03:00 |
|
alexey-milovidov
|
f89ea41f63
|
Merge pull request #9586 from amosbird/cn
parallelogram -> hyperrectangle
|
2020-03-11 03:21:51 +03:00 |
|
Alexey Milovidov
|
bac6348bae
|
Merge branch 'master' of github.com:yandex/ClickHouse into clang-tidy
|
2020-03-11 01:42:10 +03:00 |
|
Alexander Tokmakov
|
8b3a245a1d
|
improve temporary tables
|
2020-03-10 22:36:17 +03:00 |
|
Nikolai Kochetov
|
f052b03ee9
|
Fix zeors column type.
|
2020-03-10 20:42:31 +03:00 |
|
Nikolai Kochetov
|
3042ff5db5
|
Fix zeors column name.
|
2020-03-10 20:40:33 +03:00 |
|
alexey-milovidov
|
8382af4dd0
|
Merge pull request #9583 from ClickHouse/trying_to_fix_clone_replica
Better clone of lost replica
|
2020-03-10 20:23:49 +03:00 |
|
Alexey Milovidov
|
6ae012cb2c
|
Fixes after merge
|
2020-03-10 19:57:54 +03:00 |
|
Amos Bird
|
7659a56266
|
parallelogram -> hyperrectangle
|
2020-03-10 23:00:39 +08:00 |
|
Alexey Milovidov
|
cfc4ed2863
|
Fixes after merge
|
2020-03-10 17:56:37 +03:00 |
|
Alexey Milovidov
|
1224866ea9
|
Merge branch 'master' into clang-tidy
|
2020-03-10 17:39:30 +03:00 |
|
alesapin
|
931bf9010a
|
Better clone of lost replica
|
2020-03-10 16:15:12 +03:00 |
|
Nikolai Kochetov
|
855e3378b6
|
Added system.zeros and system.zeros_mt
|
2020-03-10 16:01:29 +03:00 |
|
Nikita Mikhaylov
|
b15532dbdf
|
Merge pull request #9415 from Jokser/merge-tree-s3-initial
Storage MergeTree initial support for S3.
|
2020-03-10 13:22:44 +03:00 |
|
Alexander Tokmakov
|
c7468d2502
|
Merge branch 'master' into split_databases_from_context
|
2020-03-10 13:15:27 +03:00 |
|
Alexey Milovidov
|
3f455a024e
|
clang-tidy, part 21
|
2020-03-09 06:14:24 +03:00 |
|
Alexey Milovidov
|
c5f2e95e52
|
clang-tidy, part 20
|
2020-03-09 05:55:28 +03:00 |
|
Alexey Milovidov
|
2ef5026090
|
clang-tidy, part 19
|
2020-03-09 05:31:05 +03:00 |
|
Alexey Milovidov
|
71e5c0ee3e
|
clang-tidy, part 18
|
2020-03-09 05:26:50 +03:00 |
|
Alexey Milovidov
|
c079a1e15c
|
clang-tidy, part 17
|
2020-03-09 05:15:19 +03:00 |
|
Alexey Milovidov
|
04239a0f5c
|
clang-tidy, part 15
|
2020-03-09 05:05:04 +03:00 |
|
Alexey Milovidov
|
d3aa0e8ed8
|
clang-tidy, part 14
|
2020-03-09 04:59:08 +03:00 |
|
Alexey Milovidov
|
7334c13de9
|
clang-tidy, part 13
|
2020-03-09 04:50:33 +03:00 |
|
Alexey Milovidov
|
cde492a784
|
clang-tidy, part 12
|
2020-03-09 04:22:33 +03:00 |
|
Alexey Milovidov
|
6320f59abb
|
clang-tidy, part 11
|
2020-03-09 04:03:43 +03:00 |
|
Alexey Milovidov
|
48c92cc1cd
|
clang-tidy, part 10
|
2020-03-09 03:28:05 +03:00 |
|
Alexey Milovidov
|
e8b3bac597
|
clang-tidy, part 5
|
2020-03-09 00:53:03 +03:00 |
|
Alexey Milovidov
|
79c6bd5ae7
|
clang-tidy, part 4
|
2020-03-09 00:40:00 +03:00 |
|
Alexey Milovidov
|
b53ec30978
|
clang-tidy, part 3
|
2020-03-09 00:29:00 +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 |
|