ClickHouse/src
Nikita Mikhaylov 52c2c89104
Merge pull request #56409 from ClickHouse/backport/23.8/56307
Backport #56307 to 23.8: Fix crash in case of adding a column with type Object(JSON)
2023-11-13 19:51:03 +01:00
..
Access Backport #55119 to 23.8: Fix deadlock in LDAP assigned role update 2023-10-09 14:13:40 +00:00
AggregateFunctions Backport #54385 to 23.8: Check for overflow before addition in analysisOfVariance function 2023-09-07 15:05:09 +00:00
Analyzer Backport #54513 to 23.8: Fix possible parsing error in WithNames formats with disabled input_format_with_names_use_header 2023-09-13 13:12:15 +00:00
Backups Add ability to override credentials for accessing base backup in S3 2023-08-30 20:16:22 +02:00
Bridge Decrease default settings for http headers name and value to 128K 2023-06-21 12:59:27 +02:00
BridgeHelper add missing finalize calls in buffers 2023-06-27 16:54:14 +02:00
Client Fix: respect skip_unavailable_shards with parallel replicas (#53904) 2023-09-01 15:57:40 +02:00
Columns Backport #54480 to 23.8: Fix aggregate projections with normalized states 2023-09-20 16:04:33 +00:00
Common Review #51946 and partially revert it 2023-10-25 13:33:01 -07:00
Compression Backport #56434 to 23.8: Fix buffer overflow in T64 2023-11-08 05:03:23 +00:00
Coordination Merge pull request #53751 from Algunenano/clang18 2023-08-25 23:27:06 +02:00
Core Merge pull request #55018 from ClickHouse/backport/23.8/54855 2023-09-30 08:46:35 +03:00
Daemon Rename 2023-09-01 12:55:58 +02:00
Databases Implemented globs to select * from '<file>' 2023-08-31 04:20:44 +00:00
DataTypes Backport #55275 to 23.8: Fix functions execution over sparse columns 2023-10-08 16:04:44 +00:00
Dictionaries Merge pull request #49618 from ClickHouse/concurrency-control-controllable 2023-08-29 19:44:51 +02:00
Disks Backport #55309 to 23.8: Fix bug with inability to drop detached partition in replicated merge tree on top of S3 without zero copy 2023-10-10 15:03:08 +00:00
Formats Backport #54513 to 23.8: Fix possible parsing error in WithNames formats with disabled input_format_with_names_use_header 2023-09-13 13:12:15 +00:00
Functions Backport #55275 to 23.8: Fix functions execution over sparse columns 2023-10-08 16:04:44 +00:00
Interpreters Backport #56232 to 23.8: Fix a crash during table loading on startup 2023-11-03 23:03:39 +00:00
IO Review #51946 and partially revert it 2023-10-25 13:33:28 -07:00
Loggers Remove unneeded columns from logs 2023-08-20 04:11:39 +02:00
Parsers Backport #55417 to 23.8: Fix parsing of arrays in cast operator 2023-10-09 22:03:43 +00:00
Planner Disable trivial count optimization with additional_table_filters in analyzer. 2023-08-31 13:39:18 +00:00
Processors Backport #55891 to 23.8: Try to fix possible segfault in Native ORC input format 2023-10-24 12:06:23 +00:00
QueryPipeline Fix: respect skip_unavailable_shards with parallel replicas (#53904) 2023-09-01 15:57:40 +02:00
Server Review #51946 and partially revert it 2023-10-25 13:33:01 -07:00
Storages Backport #56307 to 23.8: Fix crash in case of adding a column with type Object(JSON) 2023-11-07 11:03:05 +00:00
TableFunctions Backport #55540 to 23.8: Select from system tables when table based on table function. 2023-11-10 11:07:58 +00:00
CMakeLists.txt Merge branch 'master' into cache-count 2023-08-22 14:42:22 +02:00
configure_config.cmake Use PROJECT_*_DIR instead of CMAKE_*_DIR 2023-08-24 17:26:35 +08:00
NOTICE