Alexey Milovidov
|
dc7e3b75d3
|
Whitespace
|
2020-09-19 14:02:11 +03:00 |
|
Alexey Milovidov
|
8a8284ce31
|
Avoid deadlocks in Log/TinyLog
|
2020-09-19 14:02:11 +03:00 |
|
alexey-milovidov
|
65517da62b
|
Merge pull request #14495 from nikitamikhaylov/update-permutation-bugfix-3
updatePermumation with Nullable
|
2020-09-19 13:53:55 +03:00 |
|
alexey-milovidov
|
c461d782e4
|
Merge pull request #14929 from ClickHouse/mlock-code-segment
Only mlock code segment
|
2020-09-19 13:46:49 +03:00 |
|
alexey-milovidov
|
0d26228599
|
Merge pull request #15002 from 4ertus2/bugs
Fix crash in RIGHT or FULL JOIN switch
|
2020-09-19 13:45:10 +03:00 |
|
alexey-milovidov
|
1fcebce926
|
Merge pull request #15000 from Jokser/disable-ttl-move-on-insert
Option to disable TTL move on data part insert
|
2020-09-19 13:45:02 +03:00 |
|
alexey-milovidov
|
3463d97f8c
|
Merge pull request #14973 from amosbird/bm2
Ignore key constraints when doing mutations.
|
2020-09-19 13:44:30 +03:00 |
|
alexey-milovidov
|
20a294e392
|
Merge pull request #14959 from ClickHouse/storages-small-improvements
Small improvements for IStorage::rename
|
2020-09-19 13:44:08 +03:00 |
|
alexey-milovidov
|
4e77c2e48e
|
Update MergeTreeDataMergerMutator.cpp
|
2020-09-19 01:29:31 +03:00 |
|
Alexey Milovidov
|
7d0f3db639
|
Fix annoying "Arcadia"
|
2020-09-18 23:19:41 +03:00 |
|
Alexey Milovidov
|
24b334258b
|
Resolve review comment
|
2020-09-18 22:25:56 +03:00 |
|
alexey-milovidov
|
988b20a32c
|
Merge pull request #14684 from azat/parallel-distributed_ddl
Allow parallel execution of distributed DDL
|
2020-09-18 22:18:17 +03:00 |
|
Alexey Milovidov
|
e1ffa07a39
|
Resolve review comments
|
2020-09-18 22:08:53 +03:00 |
|
Alexey Milovidov
|
21ca9fce63
|
Merge branch 'master' into storages-small-improvements
|
2020-09-18 22:03:19 +03:00 |
|
Alexey Milovidov
|
8a8e4f8a41
|
Attempt to speed-up clang build
|
2020-09-18 21:58:57 +03:00 |
|
alexey-milovidov
|
456c970929
|
Merge pull request #14808 from ClickHouse/remove-header
Remove one header
|
2020-09-18 21:57:00 +03:00 |
|
Alexey Milovidov
|
6e6909f47d
|
Fix "Arcadia"
|
2020-09-18 21:54:54 +03:00 |
|
Amos Bird
|
d842cb704f
|
Allow mutations to work with key constraints.
|
2020-09-19 02:40:02 +08:00 |
|
Pavel Kovalenko
|
da04a130ed
|
Add option to disable ttl move on data part insert - minor fixes.
|
2020-09-18 20:45:30 +03:00 |
|
tavplubix
|
1762535ffc
|
Merge pull request #14797 from Vxider/add_tablefunction_null
Add table function null
|
2020-09-18 20:34:35 +03:00 |
|
Artem Zuikov
|
28afbafa08
|
fix crash in RIGHT or FULL JOIN switch
|
2020-09-18 19:25:20 +03:00 |
|
Pavel Kovalenko
|
6b4b5898a7
|
Renaming.
|
2020-09-18 18:41:14 +03:00 |
|
Pavel Kovalenko
|
0da19ab46d
|
Add option to disable ttl move on data part insert
|
2020-09-18 18:30:00 +03:00 |
|
Alexey Milovidov
|
72c2201287
|
Fix "Arcadia"
|
2020-09-18 17:39:33 +03:00 |
|
Alexey Milovidov
|
122e34cf19
|
Fix "Arcadia"
|
2020-09-18 17:38:28 +03:00 |
|
alesapin
|
e38b537017
|
Merge pull request #11684 from ClickHouse/manual-write-duplicate-parts-to-replicas
Don't ignore duplicate parts written to replicas
|
2020-09-18 16:50:00 +03:00 |
|
tavplubix
|
1f54fdfb7c
|
Update TableFunctionNull.cpp
|
2020-09-18 14:52:30 +03:00 |
|
Vitaly Baranov
|
f43714cd76
|
Merge pull request #14880 from vitlibar/fix-removing-live-view-after-watching
Fix removing a live view after watching and after timeout has passed.
|
2020-09-18 14:17:44 +03:00 |
|
Alexander Tokmakov
|
e1cf60990a
|
minor fixes
|
2020-09-18 14:06:30 +03:00 |
|
Nikolai Kochetov
|
c7aff19937
|
Merge pull request #14221 from hagen1778/settings-leaf-limits
[settings]: introduce new query complexity settings for leaf-nodes
|
2020-09-18 14:05:10 +03:00 |
|
Alexander Kuzmenkov
|
173c8eab9f
|
Merge pull request #14924 from ClickHouse/aku/logical-core
Use logical core id ('processor') for CPU freq metric
|
2020-09-18 13:17:49 +03:00 |
|
alesapin
|
3536ac1b17
|
Merge pull request #14926 from ClickHouse/better-drop-replicated-table
Better drop for Replicated tables
|
2020-09-18 09:51:39 +03:00 |
|
Alexey Milovidov
|
0ad44b821e
|
Fix build
|
2020-09-18 01:45:12 +03:00 |
|
Alexey Milovidov
|
fe7a84745f
|
Merge branch 'master' into mlock-code-segment
|
2020-09-18 01:29:27 +03:00 |
|
Alexey Milovidov
|
1752bbc1ed
|
Fix "Arcadia" build
|
2020-09-18 01:29:15 +03:00 |
|
alexey-milovidov
|
76a3cc2dae
|
Merge pull request #14937 from filimonov/finalizeAggregation_statefullness
Fix enable_optimize_predicate_expression for finalizeAggregation
|
2020-09-18 01:24:02 +03:00 |
|
Alexey Milovidov
|
9df338f37b
|
Merge branch 'master' into remove-header
|
2020-09-18 01:18:53 +03:00 |
|
roman
|
ddca262fe6
|
fix review comments
|
2020-09-17 20:54:21 +01:00 |
|
Alexey Milovidov
|
7fb4dfea2c
|
Small improvements for IStorage::rename
|
2020-09-17 22:50:43 +03:00 |
|
alesapin
|
447205c525
|
More comments
|
2020-09-17 22:30:45 +03:00 |
|
alesapin
|
dc677b93fb
|
Comments and fix test
|
2020-09-17 22:30:17 +03:00 |
|
tavplubix
|
0597ad3150
|
fix typo
|
2020-09-17 21:47:21 +03:00 |
|
Alexey Milovidov
|
a783fe110f
|
Fix build
|
2020-09-17 21:15:19 +03:00 |
|
Alexey Milovidov
|
eb523f1a7c
|
Merge branch 'master' into mlock-code-segment
|
2020-09-17 21:15:09 +03:00 |
|
Azat Khuzhin
|
c9baceb760
|
Change thread name for DDLWorker executor threads
|
2020-09-17 21:07:14 +03:00 |
|
Alexey Milovidov
|
20d07ed405
|
Update comment
|
2020-09-17 21:04:11 +03:00 |
|
alexey-milovidov
|
9b6c62e82b
|
Merge pull request #14867 from amosbird/lbo
Explicit define what first replica is.
|
2020-09-17 19:37:15 +03:00 |
|
tavplubix
|
a76d8fb96b
|
Merge pull request #14898 from zhang2014/fix/ISSUES-14894
ISSUES-14894 fix MaterializeMySQL temp metadata file exists
|
2020-09-17 19:18:10 +03:00 |
|
tavplubix
|
5a890d7377
|
Merge pull request #14852 from zhang2014/fix/mysql_protocol_parser
Fix parse MySQL binlog event for MaterializeMySQL
|
2020-09-17 19:17:30 +03:00 |
|
alesapin
|
b07c00ef7c
|
Ugly, but probably working implementation
|
2020-09-17 18:33:50 +03:00 |
|