alexey-milovidov
|
0f72781b1e
|
Trigger CI
|
2020-02-21 02:02:52 +03:00 |
|
alexey-milovidov
|
d1e26f5b35
|
Merge pull request #9163 from ClickHouse/match-zero-byte-fix
Fixed `match` and `extract` when haystack has zero bytes.
|
2020-02-21 02:01:50 +03:00 |
|
alexey-milovidov
|
219f94ca97
|
Merge pull request #9082 from 4ertus2/joins
Switch JOIN algo on the fly
|
2020-02-21 02:01:23 +03:00 |
|
Vitaly Baranov
|
6cac4a919b
|
Improve behaviour of row policies, now it applies for a table always when defined for that table (even for another user).
|
2020-02-21 00:57:42 +03:00 |
|
Vitaly Baranov
|
5849dd2236
|
Slightly better solution for checking row policy for distributed tables,
now it checks both current user's and initial user's filters.
|
2020-02-21 00:57:42 +03:00 |
|
Vitaly Baranov
|
244c9d5325
|
Add class GenericRoleSet to represent a set of IDs of users and roles.
|
2020-02-21 00:57:42 +03:00 |
|
Vitaly Baranov
|
ed2061db8a
|
Better pointers: std::shared_ptr<const QuotaContext> instead of std::shared_ptr<QuotaContext>, boost::atomic_shared_ptr instead of std::atomic_load/store.
|
2020-02-21 00:57:42 +03:00 |
|
Vitaly Baranov
|
9edea08b6d
|
Improve parsers of access managing SQL.
|
2020-02-21 00:57:42 +03:00 |
|
Alexander Tokmakov
|
e1f5a620b5
|
more complex test and some fixes
|
2020-02-20 23:24:04 +03:00 |
|
Alexey Milovidov
|
2c8a6a2885
|
Fixed bad code
|
2020-02-20 22:38:18 +03:00 |
|
chertus
|
aeefb78157
|
add comments to JoinSwitcher
|
2020-02-20 22:13:12 +03:00 |
|
Alexey Milovidov
|
d87e25aeab
|
Merge branch 'master' of github.com:yandex/ClickHouse into match-zero-byte-fix
|
2020-02-20 21:52:50 +03:00 |
|
alexey-milovidov
|
d4381d7976
|
Merge pull request #9217 from ClickHouse/fix_mutations_finalization_one_more_time
Fix remove parts from mutations
|
2020-02-20 21:47:27 +03:00 |
|
alexey-milovidov
|
4433947670
|
Merge pull request #9227 from ClickHouse/simplier_alter_prepare
Simplier alter prepare
|
2020-02-20 21:45:27 +03:00 |
|
alexey-milovidov
|
5c097f842f
|
Merge pull request #9247 from ClickHouse/aku/logical-error-message
Log error message before aborting on LOGICAL_ERROR.
|
2020-02-20 21:45:01 +03:00 |
|
alexey-milovidov
|
f4124d3522
|
Merge pull request #9251 from 4ertus2/ast
Fix bug with comma JOIN and IN
|
2020-02-20 21:41:08 +03:00 |
|
alexey-milovidov
|
81f52614fd
|
Merge pull request #9255 from abyss7/log-alias
Don't use refs on vanishing objects
|
2020-02-20 21:16:32 +03:00 |
|
alexey-milovidov
|
79d194119b
|
Merge pull request #9254 from ClickHouse/fix-ndebuf-in-pipeline-executor
Fix NDEBUG in PipelineExecutor.
|
2020-02-20 21:16:11 +03:00 |
|
chertus
|
f683437a8c
|
remove dangerous optimisation
|
2020-02-20 20:19:16 +03:00 |
|
Pavel Kovalenko
|
e593003be7
|
Formatting issues.
|
2020-02-20 19:48:52 +03:00 |
|
Pavel Kovalenko
|
e5b81aefe3
|
WriteBufferFromFileBase interface refactoring.
Disk->writeFile() returns WriteBufferFromFileBase.
DiskMemory read/write buffers refactoring.
|
2020-02-20 19:39:32 +03:00 |
|
Alexander Kuzmenkov
|
3ae2282209
|
performance comparison
|
2020-02-20 19:33:19 +03:00 |
|
millb
|
cf53160221
|
fixed bug
|
2020-02-20 19:21:28 +03:00 |
|
alexey-milovidov
|
fc9fe91331
|
Merge pull request #9245 from Felixoid/docs_replicas
Update documentation for system.replicas
|
2020-02-20 19:20:32 +03:00 |
|
alexey-milovidov
|
96b39be564
|
Merge pull request #9228 from yohannj/updates_collapsing_algorithm_doc
Update collapsing algorithm doc to match actual code
|
2020-02-20 19:17:14 +03:00 |
|
alexey-milovidov
|
a1193cbbf8
|
Merge pull request #9128 from Jokser/storage-stripe-log-s3
Storage Stripe Log S3 support.
|
2020-02-20 19:01:36 +03:00 |
|
Ivan Lezhankin
|
d211b1a482
|
Don't use refs on vanishing objects
|
2020-02-20 18:40:23 +03:00 |
|
Nikolai Kochetov
|
9191e5f17f
|
Fix NDEBUG in PipelineExecutor.
|
2020-02-20 18:26:20 +03:00 |
|
Nikolai Kochetov
|
b4cda92e64
|
Added test from #9151.
|
2020-02-20 17:57:50 +03:00 |
|
Nikolai Kochetov
|
cca4d4e296
|
More comments and remove spaces.
|
2020-02-20 17:40:58 +03:00 |
|
Sergei Shtykov
|
ff131e1378
|
CLICKHOUSEDOCS-446: Tranlsated to Russian. Fixed links in ZH version.
|
2020-02-20 17:38:57 +03:00 |
|
Alexander Tokmakov
|
c492ee93d9
|
fold constant expressions in storage engine arguments
|
2020-02-20 17:13:43 +03:00 |
|
Sergei Shtykov
|
7d28805815
|
CLICKHOUSEDOCS-446: Added ALTER MODIFY TTL
|
2020-02-20 17:13:19 +03:00 |
|
Sergei Shtykov
|
3efcc5e817
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse
|
2020-02-20 16:35:37 +03:00 |
|
Ivan Blinkov
|
0c686baf4f
|
Create repo.js
|
2020-02-20 16:33:19 +03:00 |
|
chertus
|
9748f8dcf6
|
fix bug with comma join and in
|
2020-02-20 16:33:14 +03:00 |
|
Ivan Blinkov
|
87b32a2831
|
Create events.js
|
2020-02-20 16:32:48 +03:00 |
|
alexey-milovidov
|
5d4a85488e
|
Merge pull request #9231 from abyss7/log-alias
Get marks from first non-alias column in Log storage
|
2020-02-20 16:20:21 +03:00 |
|
alesapin
|
737a650824
|
Fix one more test
|
2020-02-20 16:02:58 +03:00 |
|
Ivan Lezhankin
|
ee2cb00aa1
|
Use getAllPhysical()
|
2020-02-20 15:46:27 +03:00 |
|
CurtizJ
|
3f7f13ce05
|
Merge remote-tracking branch 'upstream/master' into polymorphic-parts
|
2020-02-20 15:36:55 +03:00 |
|
Alexander Kuzmenkov
|
642e21e8e1
|
Log error message before aborting on LOGICAL_ERROR.
|
2020-02-20 15:29:53 +03:00 |
|
Nikolai Kochetov
|
84af9677be
|
Try fix external tables for RemoteBlockInputStream
|
2020-02-20 14:29:12 +03:00 |
|
chertus
|
56fa3cc1eb
|
correct fallback for PREFER_PARTIAL_MERGE: HashJoin -> MergeJoin instead of HashJoin -> JoinSwitcher
|
2020-02-20 14:26:00 +03:00 |
|
Nikita Mikhaylov
|
39f2e6b835
|
Merge pull request #9198 from nikitamikhaylov/copier-refactoring
clustercopier.cpp file splitting
|
2020-02-20 13:55:31 +03:00 |
|
alesapin
|
cbd8b697c4
|
Better error codes and exception messages, remove duplicated headers
|
2020-02-20 13:04:15 +03:00 |
|
alexey-milovidov
|
64fe250eff
|
Merge pull request #9211 from ClickHouse/remove-useless-code-in-compression
Remove useless code
|
2020-02-20 13:02:20 +03:00 |
|
Mikhail f. Shiryaev
|
7cf6506534
|
Update documentation for system.replicas
|
2020-02-20 11:01:31 +01:00 |
|
alexey-milovidov
|
eceabbfc3f
|
Merge pull request #9221 from nvartolomei/nv/advertise-a-stack-trace-will-follow
Improve stack trace formatting for Poco and std exceptions
|
2020-02-20 12:59:58 +03:00 |
|
alexey-milovidov
|
63aa168a8c
|
Merge pull request #9229 from 4ertus2/ast
Fix CROSS to INNER JOIN rewrite with [NOT] LIKE
|
2020-02-20 12:54:57 +03:00 |
|