Alexey Milovidov
|
485d37b043
|
Fix incompatibility of two-level aggregation between 19.16 and 20.1
|
2020-05-15 22:09:32 +03:00 |
|
alesapin
|
97c2e549be
|
Merge pull request #10865 from azat/dist-dir-mon-fix
Fix ENOENT exception on current_batch.txt in DirectoryMonitor
|
2020-05-15 18:05:48 +03:00 |
|
Anton Popov
|
11b4bc7189
|
Merge pull request #10889 from CurtizJ/tuple-literal
Fix backward compatibility with tuples and distributed.
|
2020-05-15 15:39:03 +03:00 |
|
Vitaly Baranov
|
d92ac9ea47
|
Merge branch 'master' into RBAC-10
|
2020-05-15 14:12:43 +03:00 |
|
alesapin
|
ef1c7da4af
|
Merge pull request #10757 from ClickHouse/fix-parallel-mv
Fix parallel MV
|
2020-05-15 14:03:09 +03:00 |
|
alexey-milovidov
|
985b83a228
|
Merge pull request #10903 from ClickHouse/lexer-unicode-whitespaces
Support for unicode whitespaces in queries.
|
2020-05-15 10:31:59 +03:00 |
|
Artem Zuikov
|
8e8a2a17d6
|
build fixes
|
2020-05-15 03:01:31 +03:00 |
|
Ri
|
fc7afaa639
|
Bitonic sort on GPU (OpenCL) (#10232)
|
2020-05-15 03:01:14 +03:00 |
|
Ivan
|
21ce8dbbc3
|
Fix CH-over-YDB build (#10921)
|
2020-05-14 22:56:10 +03:00 |
|
Alexey Milovidov
|
81a5d02628
|
Fix annoying "Arcadia" build
|
2020-05-14 20:05:55 +03:00 |
|
alexey-milovidov
|
519e6ce6f3
|
Merge pull request #10832 from ClickHouse/better-sanitizer
Better cooperation with sanitizers
|
2020-05-14 20:01:49 +03:00 |
|
tavplubix
|
a47bf09337
|
Merge pull request #10859 from ClickHouse/fix_watch_livelock_with_database_atomic
Fix livelock with WATCH queries and DatabaseAtomic
|
2020-05-14 15:11:41 +03:00 |
|
Vitaly Baranov
|
bf2f38881d
|
Fix compilation.
|
2020-05-14 14:12:20 +03:00 |
|
Vitaly Baranov
|
c30587196a
|
Add system tables for users, roles and grants.
|
2020-05-14 14:12:20 +03:00 |
|
Vitaly Baranov
|
b1f362b2dc
|
Add system table for access types.
|
2020-05-14 14:12:20 +03:00 |
|
Vitaly Baranov
|
a14f322723
|
Add system tables for settings profiles.
|
2020-05-14 14:12:15 +03:00 |
|
Nikolai Kochetov
|
f65305878b
|
Destructive IAggregateFunction::insertResultInto and ColumnAggregateFunction::convertToValues (#10890)
* Destructive IAggregateFunction::insertResultInto and ColumnAggregateFunction::convertToValues
* Try fix build.
* Try fix build.
* Fix build.
* Make convertToValues static.
* fix build.
* Remove const casts.
* Added comment.
* Fix build.
* Fix build.
* Add test.
* Fix test.
|
2020-05-14 10:59:14 +03:00 |
|
alexey-milovidov
|
f8195a577c
|
Merge pull request #10744 from Jokser/s3-proxy-resolver
S3 with proxy resolver
|
2020-05-14 02:19:10 +03:00 |
|
Alexey Milovidov
|
770cc9e863
|
Fix "Arcadia" build that is using obsolete version of C++ standard
|
2020-05-14 02:12:16 +03:00 |
|
Alexey Milovidov
|
c3cea85b10
|
Support for unicode whitespaces in Lexer
|
2020-05-14 00:31:57 +03:00 |
|
alexey-milovidov
|
623b2e5a43
|
Merge pull request #10849 from ClickHouse/fix_optimize_and_alter_hangs
Fix mutations and OPTIMIZE hangs when replica becomes inactive
|
2020-05-13 23:41:13 +03:00 |
|
alexey-milovidov
|
63c6eb1a37
|
Update ZooKeeper.h
|
2020-05-13 23:40:54 +03:00 |
|
Nikolai Kochetov
|
496d90b613
|
Merge pull request #10860 from CurtizJ/pk-function
Fix sample with final (addition to #10715)
|
2020-05-13 23:04:25 +03:00 |
|
Vitaly Baranov
|
5b84121d81
|
Improve system tables for quotas. Remove function currentQuota().
|
2020-05-13 19:40:48 +03:00 |
|
Vitaly Baranov
|
e64e2ebdf6
|
Improve system table for row policies. Remove function currentRowPolicies().
|
2020-05-13 19:40:48 +03:00 |
|
Vitaly Baranov
|
dd8b29b4fb
|
Use enum Type instead of std::type_index to represent the type of IAccessEntity.
This change simplifies handling of access entities in access storages.
|
2020-05-13 19:40:48 +03:00 |
|
Vitaly Baranov
|
b6fe726777
|
Rename row policy's 'name' to 'short_name', 'full_name' to 'name'.
This change simplifies the interface of IAccesEntity.
|
2020-05-13 19:40:48 +03:00 |
|
Vitaly Baranov
|
6f15a0d443
|
Improve the function range() to allow iterating through enum values.
|
2020-05-13 19:40:48 +03:00 |
|
Vitaly Baranov
|
c7213ab607
|
Use boost::flat_set instead of vector to store current and enabled roles.
|
2020-05-13 19:40:48 +03:00 |
|
Vitaly Baranov
|
b93a15ef36
|
Refactoring of settings profiles to store setting_index instead of setting_name.
|
2020-05-13 19:40:48 +03:00 |
|
Vitaly Baranov
|
66e348a93f
|
Refactoring of getting information about access rights.
|
2020-05-13 19:40:33 +03:00 |
|
Anton Popov
|
84d4ad4315
|
add some comments
|
2020-05-13 19:00:06 +03:00 |
|
alexey-milovidov
|
a65601e410
|
Merge pull request #10874 from hczhcz/patch-0513
Support large tuples in function tupleElement
|
2020-05-13 18:42:10 +03:00 |
|
alexey-milovidov
|
0433d9c6fc
|
Merge pull request #10870 from azat/fix-SIGSEGV-in-hash-table-for-string
Fix SIGSEGV in StringHashTable (if such key does not exist)
|
2020-05-13 18:40:28 +03:00 |
|
Anton Popov
|
d13a11b421
|
fix backward compatibility with tuples and distributed
|
2020-05-13 17:14:05 +03:00 |
|
tavplubix
|
39518fe725
|
trigger CI
|
2020-05-13 16:45:39 +03:00 |
|
alesapin
|
2316851be6
|
Merge pull request #10855 from ClickHouse/get_rid_of_strange_fields
Better comments in IStorage interface
|
2020-05-13 15:59:50 +03:00 |
|
alesapin
|
f209052519
|
Better comments
|
2020-05-13 14:04:27 +03:00 |
|
alesapin
|
377ef6535d
|
Merge pull request #10847 from ClickHouse/fix_alter_rename_and_constraints
Fix constraints after column rename
|
2020-05-13 11:09:55 +03:00 |
|
Alexander Tokmakov
|
032197b015
|
fix alter and optimize hangs when replica becomes inactive
|
2020-05-13 10:06:57 +03:00 |
|
hcz
|
4a4914361c
|
Support large tuples in function tupleElement
|
2020-05-13 11:53:40 +08:00 |
|
alesapin
|
13c8ffc0c9
|
Fix exception message after server shutdown (#10841)
* After shutdown cancel background logs pulling after task were deleted from pool
* Fix comment
* Cancel with lock
* Remove whitspace
|
2020-05-13 06:35:43 +03:00 |
|
Azat Khuzhin
|
e102ad373a
|
Fix SIGSEGV in StringHashTable if such key is not exists
|
2020-05-13 03:40:05 +03:00 |
|
Azat Khuzhin
|
889f54b549
|
Fix ENOENT exception on current_batch.txt in DirectoryMonitor
current_batch.txt will not exist if there was no send, this is the case
when all batches that was pending has been marked as pending.
|
2020-05-13 01:23:18 +03:00 |
|
Anton Popov
|
67213b8ad4
|
fix sample with final
|
2020-05-12 21:23:40 +03:00 |
|
Alexander Tokmakov
|
5ffb7372af
|
fix livelock with watch queries and database atomic
|
2020-05-12 21:10:10 +03:00 |
|
alesapin
|
262b6287ab
|
Fix clang-tidy warnings
|
2020-05-12 19:38:11 +03:00 |
|
alexey-milovidov
|
6053f012b8
|
Merge pull request #10833 from ClickHouse/column-vector-additional-assert
Additional assert in ColumnVector
|
2020-05-12 18:00:22 +03:00 |
|
Pavel Kovalenko
|
506634786e
|
Handle exceptions in ProxyResolverConfiguration properly.
|
2020-05-12 17:34:37 +03:00 |
|
alesapin
|
2b51b7aa2a
|
Remove redundant using
|
2020-05-12 14:47:59 +03:00 |
|