backport named collection updates #1020
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add create_query, source columns to system.named_collections ClickHouse/ClickHouse#78582: Add create_query, source columns to system.named_collections
Add storage encryption for named collections ClickHouse/ClickHouse#68615: Add storage encryption for named collections
Ignore ON CLUSTER clause in queries for management of replicated named collections. ClickHouse/ClickHouse#66288: Ignore ON CLUSTER clause in queries for management of replicated named collections
Fix dropping named collection in local storage ClickHouse/ClickHouse#66599: Fix dropping named collection in local storage
Use fingerprints instead of key IDs in encrypted disks ClickHouse/ClickHouse#49882: Use fingerprints instead of key IDs in encrypted disks
Fix offset update ReadBufferFromEncryptedFile ClickHouse/ClickHouse#36493: Fix offset update ReadBufferFromEncryptedFile
Fix seeking while reading from encrypted disk ClickHouse/ClickHouse#39687: Fix seeking while reading from encrypted disk
Added missing unescaping in named collections names. ClickHouse/ClickHouse#71308: Added missing unescaping in named collections names
Reduce includes for BackgroundSchedulePool ClickHouse/ClickHouse#75333 part - NamedCollections headers