ClickHouse/src/Storages/System
2022-10-26 17:49:20 +02:00
..
InformationSchema
attachInformationSchemaTables.cpp fix show create for information_schema 2022-03-21 17:01:39 +01:00
attachInformationSchemaTables.h
attachSystemTables.cpp Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
attachSystemTables.h
attachSystemTablesImpl.h make code less bad 2022-06-22 18:31:42 +02:00
CMakeLists.txt Consolidate config_formats.h into config.h 2022-09-28 12:59:05 +00:00
IStorageSystemOneBlock.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemAggregateFunctionCombinators.cpp
StorageSystemAggregateFunctionCombinators.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemAsynchronousInserts.cpp Save 2022-09-26 10:24:39 +00:00
StorageSystemAsynchronousInserts.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemAsynchronousMetrics.cpp
StorageSystemAsynchronousMetrics.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemBackups.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemBackups.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemBuildOptions.cpp
StorageSystemBuildOptions.cpp.in Make comment consistent accross generated files 2022-09-28 08:11:09 +00:00
StorageSystemBuildOptions.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemCertificates.cpp Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
StorageSystemCertificates.h some refactoring 2022-05-14 17:40:50 -04:00
StorageSystemClusters.cpp fix "incorrect replica identifier" 2022-08-18 16:13:27 +02:00
StorageSystemClusters.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemCollations.cpp
StorageSystemCollations.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemColumns.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemColumns.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemContributors.cpp
StorageSystemContributors.generated.cpp Update version to 22.11.1.1 2022-10-26 15:27:09 +02:00
StorageSystemContributors.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemContributors.sh Deprecate sh script for StorageSystemContributors, update generated file 2022-02-16 12:16:43 +01:00
StorageSystemCurrentRoles.cpp better code 2022-06-01 16:49:26 +02:00
StorageSystemCurrentRoles.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemDatabases.cpp
StorageSystemDatabases.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemDataSkippingIndices.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemDataSkippingIndices.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemDataTypeFamilies.cpp
StorageSystemDataTypeFamilies.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemDDLWorkerQueue.cpp Update StorageSystemDDLWorkerQueue.cpp 2022-09-14 20:38:50 +03:00
StorageSystemDDLWorkerQueue.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemDetachedParts.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemDetachedParts.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemDictionaries.cpp Added hierarchical_index_bytes_allocated column in system.dictionaries 2022-05-23 12:42:00 +02:00
StorageSystemDictionaries.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemDisks.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemDisks.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemDistributionQueue.cpp Fix typos with new codespell 2022-09-02 08:54:48 +00:00
StorageSystemDistributionQueue.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemEnabledRoles.cpp better code 2022-06-01 16:49:26 +02:00
StorageSystemEnabledRoles.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemErrors.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemErrors.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemEvents.cpp
StorageSystemEvents.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemFilesystemCache.cpp Move cache files 2022-08-31 17:50:55 +02:00
StorageSystemFilesystemCache.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemFormats.cpp
StorageSystemFormats.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemFunctions.cpp Split UserDefinedSQLObjectsLoader to interface and implementation. 2022-10-13 10:32:32 +02:00
StorageSystemFunctions.h Implement storing UDF in backups. 2022-06-30 08:37:17 +02:00
StorageSystemGrants.cpp Two ways to provide access to system.users: "GRANT SHOW USERS ON *.*" and "GRANT SELECT ON system.users" 2022-07-15 15:44:29 +02:00
StorageSystemGrants.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemGraphite.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
StorageSystemGraphite.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemLicenses.cpp
StorageSystemLicenses.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemLicenses.sh
StorageSystemMacros.cpp
StorageSystemMacros.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemMerges.cpp
StorageSystemMerges.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemMergeTreeMetadataCache.cpp fix ut and some bug 2021-12-29 12:31:54 +08:00
StorageSystemMergeTreeMetadataCache.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
StorageSystemMergeTreeSettings.cpp
StorageSystemMergeTreeSettings.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemMetrics.cpp
StorageSystemMetrics.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemModels.cpp chore: restore SYSTEM RELOAD MODEL(S) and moniting view SYSTEM.MODELS 2022-09-12 19:33:02 +00:00
StorageSystemModels.h chore: restore SYSTEM RELOAD MODEL(S) and moniting view SYSTEM.MODELS 2022-09-12 19:33:02 +00:00
StorageSystemMutations.cpp
StorageSystemMutations.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemNumbers.cpp Merge pull request #42580 from hanfei1991/fei/limit_max_rows 2022-10-26 14:09:59 +02:00
StorageSystemNumbers.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemOne.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemOne.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemPartMovesBetweenShards.cpp
StorageSystemPartMovesBetweenShards.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemParts.cpp better semantic of constsness of DataPartStorage 2022-10-23 15:24:20 +00:00
StorageSystemParts.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemPartsBase.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemPartsBase.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemPartsColumns.cpp better semantic of constsness of DataPartStorage 2022-10-23 15:24:20 +00:00
StorageSystemPartsColumns.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemPrivileges.cpp Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
StorageSystemPrivileges.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemProcesses.cpp Add is_all_data_sent into system.processes 2022-04-26 12:15:00 +03:00
StorageSystemProcesses.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemProjectionParts.cpp better semantic of constsness of DataPartStorage 2022-10-23 15:24:20 +00:00
StorageSystemProjectionParts.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemProjectionPartsColumns.cpp better semantic of constsness of DataPartStorage 2022-10-23 15:24:20 +00:00
StorageSystemProjectionPartsColumns.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemQuotaLimits.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemQuotaLimits.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemQuotas.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemQuotas.h Implement backup/restore for ACL system tables (system.users, system.roles, etc.) 2022-06-17 18:14:31 +02:00
StorageSystemQuotasUsage.cpp Two ways to provide access to system.users: "GRANT SHOW USERS ON *.*" and "GRANT SELECT ON system.users" 2022-07-15 15:44:29 +02:00
StorageSystemQuotasUsage.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemQuotaUsage.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemQuotaUsage.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemRemoteDataPaths.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemRemoteDataPaths.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemReplicas.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemReplicas.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemReplicatedFetches.cpp
StorageSystemReplicatedFetches.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemReplicationQueue.cpp
StorageSystemReplicationQueue.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemRoleGrants.cpp Two ways to provide access to system.users: "GRANT SHOW USERS ON *.*" and "GRANT SELECT ON system.users" 2022-07-15 15:44:29 +02:00
StorageSystemRoleGrants.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemRoles.cpp Two ways to provide access to system.users: "GRANT SHOW USERS ON *.*" and "GRANT SELECT ON system.users" 2022-07-15 15:44:29 +02:00
StorageSystemRoles.h Implement backup/restore for ACL system tables (system.users, system.roles, etc.) 2022-06-17 18:14:31 +02:00
StorageSystemRowPolicies.cpp Two ways to provide access to system.users: "GRANT SHOW USERS ON *.*" and "GRANT SELECT ON system.users" 2022-07-15 15:44:29 +02:00
StorageSystemRowPolicies.h Implement backup/restore for ACL system tables (system.users, system.roles, etc.) 2022-06-17 18:14:31 +02:00
StorageSystemSchemaInferenceCache.cpp Small refactoring 2022-08-19 16:42:23 +00:00
StorageSystemSchemaInferenceCache.h Fix special build 2022-08-16 16:31:22 +02:00
StorageSystemSettings.cpp review fixes 2022-09-15 11:34:14 +00:00
StorageSystemSettings.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemSettingsChanges.cpp Add system table settings_changes 2022-07-18 13:19:41 +00:00
StorageSystemSettingsChanges.h Add system table settings_changes 2022-07-18 13:19:41 +00:00
StorageSystemSettingsProfileElements.cpp review fixes 2022-09-15 11:34:14 +00:00
StorageSystemSettingsProfileElements.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemSettingsProfiles.cpp Two ways to provide access to system.users: "GRANT SHOW USERS ON *.*" and "GRANT SELECT ON system.users" 2022-07-15 15:44:29 +02:00
StorageSystemSettingsProfiles.h Implement backup/restore for ACL system tables (system.users, system.roles, etc.) 2022-06-17 18:14:31 +02:00
StorageSystemStackTrace.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemStackTrace.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemStoragePolicies.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemStoragePolicies.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemTableEngines.cpp
StorageSystemTableEngines.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemTableFunctions.cpp A prototype for embedded documentation 2022-08-26 03:41:52 +02:00
StorageSystemTableFunctions.h A prototype for embedded documentation 2022-08-26 03:41:52 +02:00
StorageSystemTables.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemTables.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemTimeZones.cpp
StorageSystemTimeZones.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemTransactions.cpp handle connection loss on commit 2022-05-20 17:35:29 +02:00
StorageSystemTransactions.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemUserDirectories.cpp
StorageSystemUserDirectories.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemUsers.cpp Two ways to provide access to system.users: "GRANT SHOW USERS ON *.*" and "GRANT SELECT ON system.users" 2022-07-15 15:44:29 +02:00
StorageSystemUsers.h Implement backup/restore for ACL system tables (system.users, system.roles, etc.) 2022-06-17 18:14:31 +02:00
StorageSystemWarnings.cpp
StorageSystemWarnings.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSystemZeros.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemZeros.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSystemZooKeeper.cpp try to fill in right metadata columns 2022-06-02 13:41:37 +08:00
StorageSystemZooKeeper.h try to fill in right metadata columns 2022-06-02 13:41:37 +08:00