alexey-milovidov
|
ebddd4f0ba
|
Merge pull request #9832 from ClickHouse/fix-tsan-report-system-stack-trace
Fix tsan report in system.stack_trace
|
2020-03-24 03:08:09 +03:00 |
|
alexey-milovidov
|
db55ad5309
|
Merge pull request #9827 from ClickHouse/remove_redundant_code_merge_tree
Remove redundant code from merge tree
|
2020-03-24 03:07:59 +03:00 |
|
alexey-milovidov
|
28aa3119a4
|
Merge pull request #8846 from azat/distributed-const-expr-eval
Evaluate constant expressions for optimize_skip_unused_shards
|
2020-03-24 03:07:42 +03:00 |
|
Artem Zuikov
|
0b6fdde9fc
|
minor test fix (#9835)
|
2020-03-24 01:44:29 +03:00 |
|
Amos Bird
|
0744606fc3
|
DROP VIEW support. (#9831)
|
2020-03-24 01:28:30 +03:00 |
|
Artem Zuikov
|
38cbf3e6f7
|
Fix JOIN rewriters inconsistency (#9830)
* fix join rewrites: inconsistent visitors
|
2020-03-24 01:23:31 +03:00 |
|
alexey-milovidov
|
1ee26193f0
|
Update StorageDistributed.cpp
|
2020-03-23 20:28:38 +03:00 |
|
Alexey Milovidov
|
e06b9d4c2f
|
Fix tsan report in system.stack_trace
|
2020-03-23 19:25:21 +03:00 |
|
alexey-milovidov
|
857c39fe48
|
Merge pull request #9825 from ClickHouse/remove-garbage-system-tables
Remove some garbage from code of system.tables
|
2020-03-23 19:00:24 +03:00 |
|
alesapin
|
772c210184
|
Better name
|
2020-03-23 18:43:20 +03:00 |
|
Pavel Kovalenko
|
5375683f24
|
DiskS3 hardlinks optimal implementation (#9760)
* Optimal DiskS3 hardlinks implementation and new tests.
* Code style fixes.
* Minor fixed.
* Minor fixes.
|
2020-03-23 17:45:48 +03:00 |
|
alesapin
|
048a61695c
|
Add comment
|
2020-03-23 16:40:14 +03:00 |
|
alesapin
|
b0578d3faa
|
Remove accident change
|
2020-03-23 16:35:18 +03:00 |
|
alesapin
|
3a1e375b8a
|
Remove atomic from bytes_size
|
2020-03-23 16:32:02 +03:00 |
|
Alexey Milovidov
|
a331f2c616
|
Remove some garbage from code of system.tables, part 1
|
2020-03-23 16:03:15 +03:00 |
|
Alexey Milovidov
|
ca1bb2fbde
|
Fix flacky test #9813
|
2020-03-23 15:52:20 +03:00 |
|
alesapin
|
9cd283266e
|
Better size calculation
|
2020-03-23 15:19:43 +03:00 |
|
alesapin
|
fd7be934bb
|
Remove useless method and it's usages
|
2020-03-23 12:50:54 +03:00 |
|
alesapin
|
cfb098cca9
|
Fix bulk of flaky tests
|
2020-03-23 12:28:14 +03:00 |
|
alesapin
|
7fc1ce6ec7
|
Fix flacky 00806_alter_update test
|
2020-03-23 12:05:51 +03:00 |
|
alexey-milovidov
|
c7863e1ac6
|
Clang Tidy, part 7 (#9799)
* Attempt to enable identifier naming check
* Attempt to enable identifier naming check, continue
* Progress on identifier names
* Adopt identifier names check
* Fixed error
* Merge with master
* Fixed build
* Fixed build
* Fixed build
* Fixed build
* Fixed build
* Fixed error
* Fixed error
* Fixed error
|
2020-03-23 05:12:31 +03:00 |
|
alexey-milovidov
|
3550f401ec
|
Merge pull request #9804 from azat/optimize_skip_unused_shards_type_mismatch
Fix SIGSEGV with optimize_skip_unused_shards when type cannot be converted
|
2020-03-23 02:06:58 +03:00 |
|
Vitaly Baranov
|
73d72fd1e2
|
Merge pull request #9517 from vitlibar/RBAC-7
RBAC-7
|
2020-03-23 00:03:53 +03:00 |
|
alexey-milovidov
|
06a8a421a2
|
Merge pull request #9739 from 4ertus2/ast
Rewrite multiple JOINs v2
|
2020-03-22 19:54:38 +03:00 |
|
Azat Khuzhin
|
7caf8c006d
|
Fix SIGSEGV with optimize_skip_unused_shards when type cannot be converted
|
2020-03-22 19:45:36 +03:00 |
|
Azat Khuzhin
|
0204c3f9c7
|
Cover optimize_skip_unused_shards for types mismatch
|
2020-03-22 19:32:16 +03:00 |
|
Azat Khuzhin
|
b89de69345
|
Evaluate constant expressions for optimize_skip_unused_shards
|
2020-03-22 19:30:36 +03:00 |
|
Azat Khuzhin
|
622131fc85
|
Cover constant expression evaluation for optimize_skip_unused_shards
v2: remove key=xxHash64() that is covered by #9804
|
2020-03-22 14:55:43 +03:00 |
|
Vitaly Baranov
|
6839e15b67
|
Add tests for settings profiles.
|
2020-03-22 11:08:08 +03:00 |
|
Vitaly Baranov
|
9ca6af32ea
|
Implement SQL to manage settings profiles.
|
2020-03-22 11:08:08 +03:00 |
|
Vitaly Baranov
|
49bf4ae375
|
Introduce SettingsProfile as a new access entity type.
|
2020-03-22 11:08:08 +03:00 |
|
Vitaly Baranov
|
18d5f63b31
|
Mass rename: AccessRightsContext -> ContextAccess, QuotaContext -> EnabledQuota, RoleContext -> EnabledRoles, and so on.
|
2020-03-22 11:08:08 +03:00 |
|
Vitaly Baranov
|
f1e9e3dec0
|
Improve access rights: KILL_MUTATION deleted, rights for corresponding ALTER commands are checked instead.
|
2020-03-22 11:08:08 +03:00 |
|
Vitaly Baranov
|
c1f5f8bc89
|
Improve access rights: SHOW splitted into SHOW_DATABASES, SHOW_TABLES, SHOW_COLUMNS, SHOW_DICTIONARIES, EXISTS deleted.
|
2020-03-22 11:08:08 +03:00 |
|
Vitaly Baranov
|
66172cc2eb
|
Improve access rights: CREATE TABLE now implicitly enables CREATE VIEW, the same thing for DROP TABLE, ALTER TABLE, TRUNCATE_TABLE.
|
2020-03-22 11:08:08 +03:00 |
|
Vitaly Baranov
|
c7a10665d7
|
Remove non-partial revoke.
|
2020-03-22 11:08:08 +03:00 |
|
Vitaly Baranov
|
4af36ee5a4
|
Fix updating of the access rights after changing of the readonly setting. Remove non-const function Context::getSettingsRef().
|
2020-03-22 11:08:08 +03:00 |
|
Vitaly Baranov
|
5eb79c2303
|
Cast "const char *" to StringRef is now implicit and constexpr.
|
2020-03-22 11:05:42 +03:00 |
|
alexey-milovidov
|
2fd4439e5f
|
Merge pull request #9761 from ClickHouse/remove-unused-code-thread-pool
Remove unused (obsolete) code from ThreadPool
|
2020-03-22 06:34:40 +03:00 |
|
Alexey Milovidov
|
75bf22e1f3
|
Fixed style
|
2020-03-22 05:52:44 +03:00 |
|
alexey-milovidov
|
3b7dc4d378
|
Merge pull request #9773 from achimbab/pr_funnel_strict_order
Add 'strict_order' option to windowFunnel()
|
2020-03-22 04:01:46 +03:00 |
|
alexey-milovidov
|
939e702bc6
|
Merge pull request #9606 from ClickHouse/alter_on_top_of_mutations_merge_tree
Non-blocking alter for vanilla merge tree
|
2020-03-22 03:56:25 +03:00 |
|
alexey-milovidov
|
03aa8d4cfd
|
Update AlterCommands.cpp
|
2020-03-22 03:56:10 +03:00 |
|
alexey-milovidov
|
46829a63f3
|
Update StorageMergeTree.cpp
|
2020-03-22 03:53:40 +03:00 |
|
alexey-milovidov
|
7a92428046
|
Update MutationCommands.h
|
2020-03-22 03:50:06 +03:00 |
|
Alexey Milovidov
|
1bfe312834
|
Removed leftovers
|
2020-03-21 19:43:31 +03:00 |
|
Artem Zuikov
|
d3b5620ad6
|
multiple_joins_rewriter_version = 1
|
2020-03-21 19:13:06 +03:00 |
|
Alexey Milovidov
|
59976318e4
|
Remove old performance-test tool
|
2020-03-21 16:23:17 +03:00 |
|
alexey-milovidov
|
5645c202e6
|
Merge pull request #9790 from amosbird/cg
Better cli client
|
2020-03-21 16:05:20 +03:00 |
|
alexey-milovidov
|
7a6e70c705
|
Merge pull request #9765 from ClickHouse/clang-tidy-5
Clang Tidy, part 5
|
2020-03-21 15:50:48 +03:00 |
|