.. |
Distributed
|
Rename some files.
|
2021-07-26 19:48:25 +03:00 |
examples
|
better
|
2021-08-25 15:40:56 +00:00 |
fuzzers
|
better
|
2021-08-25 15:40:56 +00:00 |
HDFS
|
Merge pull request #25251 from kssenii/disk-over-web-server
|
2021-08-30 16:18:59 +03:00 |
Kafka
|
Fix incorrect assertion during writing to StorageKafka
|
2021-08-19 22:07:20 +03:00 |
LiveView
|
Fix build.
|
2021-08-12 16:02:17 +03:00 |
MergeTree
|
Merge pull request #28560 from amosbird/projection-fix15
|
2021-09-06 13:00:44 +03:00 |
MySQL
|
Add settings (for connections) for MySQL storage engine
|
2021-05-20 22:44:52 +03:00 |
PostgreSQL
|
Merge pull request #28433 from kssenii/fix-materialized-postgresql
|
2021-09-02 09:49:33 +03:00 |
RabbitMQ
|
Update StorageRabbitMQ.cpp
|
2021-09-01 13:28:34 +03:00 |
RocksDB
|
Merge pull request #26821 from azat/rocksdb-improvements
|
2021-07-27 17:31:12 +03:00 |
System
|
Merge branch 'master' into async-reads
|
2021-08-31 02:52:58 +03:00 |
tests
|
Fix unit test
|
2021-08-08 04:02:48 +03:00 |
AlterCommands.cpp
|
modify column datatype to Nullable(datatype) or Nullable(datatype) to Nullable(datatype) donot allways need mutations.
|
2021-08-17 21:14:13 +08:00 |
AlterCommands.h
|
fix assertions in Replicated database
|
2021-08-02 16:19:11 +03:00 |
CheckResults.h
|
|
|
CMakeLists.txt
|
Lower the size of the binaries
|
2021-08-21 02:20:23 +00:00 |
ColumnCodec.h
|
|
|
ColumnDefault.cpp
|
|
|
ColumnDefault.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
ColumnDependency.h
|
Projections
|
2021-05-11 18:12:23 +08:00 |
ColumnsDescription.cpp
|
Deleted some unneded changes
|
2021-08-25 15:40:56 +00:00 |
ColumnsDescription.h
|
better performance of getSampleBlockForColumns
|
2021-07-15 20:36:48 +03:00 |
CompressionCodecSelector.h
|
Remove string parameter for Density
|
2021-05-24 06:43:25 +03:00 |
ConstraintsDescription.cpp
|
ExpressionActions compile only necessary places
|
2021-05-19 11:43:16 +03:00 |
ConstraintsDescription.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
DataDestinationType.h
|
Part movement between shards
|
2021-04-27 14:20:12 +01:00 |
ExecutablePoolSettings.cpp
|
Added ExecutablePool storage
|
2021-09-02 14:53:20 +03:00 |
ExecutablePoolSettings.h
|
Added ExecutablePool storage
|
2021-09-02 14:53:20 +03:00 |
extractKeyExpressionList.cpp
|
|
|
extractKeyExpressionList.h
|
|
|
getStructureOfRemoteTable.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
getStructureOfRemoteTable.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
IndicesDescription.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
IndicesDescription.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
IStorage_fwd.h
|
|
|
IStorage.cpp
|
Fix build
|
2021-08-24 07:30:33 +00:00 |
IStorage.h
|
Merge pull request #25251 from kssenii/disk-over-web-server
|
2021-08-30 16:18:59 +03:00 |
JoinSettings.cpp
|
|
|
JoinSettings.h
|
|
|
KeyDescription.cpp
|
Fix comparisons with modulo key (version 2)
|
2021-05-21 16:40:47 +00:00 |
KeyDescription.h
|
Fix comparisons with modulo key (version 2)
|
2021-05-21 16:40:47 +00:00 |
MarkCache.h
|
|
|
MemorySettings.cpp
|
|
|
MemorySettings.h
|
|
|
MutationCommands.cpp
|
Revert "MATERIALIZE COLUMN xxx FINAL"
|
2021-08-30 11:50:26 +03:00 |
MutationCommands.h
|
Revert "MATERIALIZE COLUMN xxx FINAL"
|
2021-08-30 11:50:26 +03:00 |
PartitionCommands.cpp
|
Merge branch 'master' into nv/parts-uuid-move-shard
|
2021-05-11 15:36:40 +03:00 |
PartitionCommands.h
|
Merge branch 'master' into nv/parts-uuid-move-shard
|
2021-05-11 15:36:40 +03:00 |
ProjectionsDescription.cpp
|
Simplify projection, add minmax_count projection.
|
2021-08-28 11:25:37 +08:00 |
ProjectionsDescription.h
|
Simplify projection, add minmax_count projection.
|
2021-08-28 11:25:37 +08:00 |
ReadFinalForExternalReplicaStorage.cpp
|
Merge branch 'master' into fix_no_column_materialized_mysql
|
2021-07-05 22:07:56 +03:00 |
ReadFinalForExternalReplicaStorage.h
|
Merge branch 'master' into fix_no_column_materialized_mysql
|
2021-07-05 22:07:56 +03:00 |
ReadInOrderOptimizer.cpp
|
Better code.
|
2021-08-17 12:32:49 +08:00 |
ReadInOrderOptimizer.h
|
pushdown limit while reading in order of primary key
|
2021-07-13 17:24:45 +03:00 |
registerStorages.cpp
|
StorageExecutable added support for create
|
2021-08-29 23:19:05 +03:00 |
registerStorages.h
|
|
|
SelectQueryDescription.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
SelectQueryDescription.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
SelectQueryInfo.h
|
Simplify projection, add minmax_count projection.
|
2021-08-28 11:25:37 +08:00 |
SetSettings.cpp
|
|
|
SetSettings.h
|
|
|
StorageBuffer.cpp
|
Update storages.
|
2021-07-23 22:33:59 +03:00 |
StorageBuffer.h
|
Update Storage::write
|
2021-07-23 17:25:35 +03:00 |
StorageDictionary.cpp
|
Streams -> Processors for dicts, part 3.
|
2021-08-06 11:41:45 +03:00 |
StorageDictionary.h
|
Support REPLACE DICTIONARY, CREATE OR REPLACE DICTIONARY queries
|
2021-06-26 14:28:13 +03:00 |
StorageDistributed.cpp
|
fix
|
2021-08-20 17:05:53 +03:00 |
StorageDistributed.h
|
minor fix
|
2021-09-03 20:06:38 +03:00 |
StorageExecutable.cpp
|
Updated ShellCommandSource
|
2021-09-03 13:00:40 +03:00 |
StorageExecutable.h
|
Updated ShellCommandSource
|
2021-09-03 13:00:40 +03:00 |
StorageExternalDistributed.cpp
|
Fix
|
2021-08-13 20:58:03 +00:00 |
StorageExternalDistributed.h
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
StorageFactory.cpp
|
Fix used_storages by using log_queries from local context
|
2021-08-04 21:44:19 +03:00 |
StorageFactory.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
StorageFile.cpp
|
Fix tests
|
2021-08-22 21:41:09 +03:00 |
StorageFile.h
|
Merge branch 'master' into output-streams-to-processors
|
2021-07-26 18:03:11 +03:00 |
StorageGenerateRandom.cpp
|
fix test and conflict
|
2021-05-11 16:22:24 +00:00 |
StorageGenerateRandom.h
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
StorageInMemoryMetadata.cpp
|
Simplify projection, add minmax_count projection.
|
2021-08-28 11:25:37 +08:00 |
StorageInMemoryMetadata.h
|
Simplify projection, add minmax_count projection.
|
2021-08-28 11:25:37 +08:00 |
StorageInput.cpp
|
Remove some streams.
|
2021-07-20 21:18:43 +03:00 |
StorageInput.h
|
Remove some streams.
|
2021-07-20 21:18:43 +03:00 |
StorageJoin.cpp
|
Update storages.
|
2021-07-23 22:33:59 +03:00 |
StorageJoin.h
|
Update Storage::write
|
2021-07-23 17:25:35 +03:00 |
StorageLog.cpp
|
Progress on development
|
2021-08-25 00:45:58 +03:00 |
StorageLog.h
|
Update storages.
|
2021-07-23 22:33:59 +03:00 |
StorageLogSettings.cpp
|
|
|
StorageLogSettings.h
|
|
|
StorageMaterializedMySQL.cpp
|
rename MaterializeMySQL to MaterializedMySQL
|
2021-07-26 21:17:28 +03:00 |
StorageMaterializedMySQL.h
|
Merge branch 'master' into rename_materialize_mysql
|
2021-07-27 22:38:40 +03:00 |
StorageMaterializedView.cpp
|
Update storages.
|
2021-07-23 22:33:59 +03:00 |
StorageMaterializedView.h
|
Update storages.
|
2021-07-23 22:33:59 +03:00 |
StorageMemory.cpp
|
fix minor typo
|
2021-09-05 07:25:52 +00:00 |
StorageMemory.h
|
Update storages.
|
2021-07-23 22:33:59 +03:00 |
StorageMerge.cpp
|
fix order by for StorageMerge with optimize_read_in_order
|
2021-08-27 16:55:55 +03:00 |
StorageMerge.h
|
fix
|
2021-07-02 02:50:55 +00:00 |
StorageMergeTree.cpp
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into disk-over-web-server
|
2021-08-24 07:29:50 +00:00 |
StorageMergeTree.h
|
Added new commands BACKUP and RESTORE.
|
2021-08-23 23:41:45 +03:00 |
StorageMongoDB.cpp
|
Removed some data streams
|
2021-08-11 23:39:01 +03:00 |
StorageMongoDB.h
|
MongoDB SSL Connection
|
2021-07-28 09:38:34 +00:00 |
StorageMongoDBSocketFactory.cpp
|
Refactor
|
2021-08-02 15:16:39 +00:00 |
StorageMongoDBSocketFactory.h
|
Fixes
|
2021-07-29 08:38:39 +00:00 |
StorageMySQL.cpp
|
Revert "Add test for #13398"
|
2021-08-27 21:07:10 +03:00 |
StorageMySQL.h
|
Update storages.
|
2021-07-23 22:33:59 +03:00 |
StorageNull.cpp
|
fix conflict
|
2021-05-02 16:33:45 +00:00 |
StorageNull.h
|
Update storages.
|
2021-07-23 22:33:59 +03:00 |
StoragePostgreSQL.cpp
|
Fix build
|
2021-08-25 21:51:43 +00:00 |
StoragePostgreSQL.h
|
Postgres ON CONFLICT
|
2021-08-24 12:37:32 +00:00 |
StorageProxy.h
|
Use processors in Storage::watch
|
2021-08-11 20:28:54 +03:00 |
StorageReplicatedMergeTree.cpp
|
Merge branch 'master' into remove_outdated_settings
|
2021-09-01 14:07:48 +00:00 |
StorageReplicatedMergeTree.h
|
Merge branch 'master' into remove_outdated_settings
|
2021-09-01 14:07:48 +00:00 |
StorageS3.cpp
|
Fix test
|
2021-08-31 12:54:45 +00:00 |
StorageS3.h
|
done
|
2021-08-31 12:54:06 +00:00 |
StorageS3Cluster.cpp
|
Merge pull request #26731 from vdimir/fix-async-drain-connection-uaf
|
2021-07-24 18:55:03 +03:00 |
StorageS3Cluster.h
|
Fix use after free in AsyncDrain connection from S3Cluster
|
2021-07-23 10:40:03 +03:00 |
StorageS3Settings.cpp
|
Added region parameter for S3 storage and disk.
|
2021-05-01 20:45:35 +03:00 |
StorageS3Settings.h
|
Added region parameter for S3 storage and disk.
|
2021-05-01 20:45:35 +03:00 |
StorageSet.cpp
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into disk-over-web-server
|
2021-08-20 18:01:23 +00:00 |
StorageSet.h
|
Update Storage::write
|
2021-07-23 17:25:35 +03:00 |
StorageSQLite.cpp
|
Removed some data streams
|
2021-08-11 23:39:01 +03:00 |
StorageSQLite.h
|
Merge branch 'master' into output-streams-to-processors
|
2021-07-27 11:31:53 +03:00 |
StorageStripeLog.cpp
|
Progress on development
|
2021-08-25 00:45:58 +03:00 |
StorageStripeLog.h
|
Update Storage::write
|
2021-07-23 17:25:35 +03:00 |
StorageTableFunction.h
|
minor fix
|
2021-09-03 20:06:38 +03:00 |
StorageTinyLog.cpp
|
Progress on development
|
2021-08-25 00:45:58 +03:00 |
StorageTinyLog.h
|
Update Storage::write
|
2021-07-23 17:25:35 +03:00 |
StorageURL.cpp
|
Merge branch 'master' into output-streams-to-processors
|
2021-07-26 18:03:11 +03:00 |
StorageURL.h
|
Update storages.
|
2021-07-23 22:33:59 +03:00 |
StorageValues.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
StorageValues.h
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
StorageView.cpp
|
Fix hasJoin in StorageView.cpp
|
2021-08-06 13:48:47 +03:00 |
StorageView.h
|
Use settings from global context in StorageView
|
2021-06-22 17:39:09 +03:00 |
StorageXDBC.cpp
|
Update Storage::write
|
2021-07-23 17:25:35 +03:00 |
StorageXDBC.h
|
Update Storage::write
|
2021-07-23 17:25:35 +03:00 |
TableLockHolder.h
|
|
|
transformQueryForExternalDatabase.cpp
|
Fix unit-tests again
|
2021-06-07 16:52:47 +03:00 |
transformQueryForExternalDatabase.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
TTLDescription.cpp
|
add experimental codecs flag, add integration test for experimental codecs
|
2021-05-06 14:57:22 +03:00 |
TTLDescription.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
TTLMode.h
|
|
|
VirtualColumnUtils.cpp
|
Update VirtualColumnUtils.cpp
|
2021-06-28 16:47:47 +03:00 |
VirtualColumnUtils.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
ya.make
|
Fix arcadia build
|
2021-09-06 11:11:45 +03:00 |
ya.make.in
|
Exclude fuzzers
|
2021-08-30 11:12:25 +03:00 |