Alexander Tokmakov
|
854abd64d8
|
Merge pull request #60340 from ClickHouse/ddl_none_only_active
Add none_only_active DDL output mode
|
2024-03-08 22:20:40 +01:00 |
|
Nikita Mikhaylov
|
6b4867f746
|
Debug fuzzer failures (#61062)
|
2024-03-08 21:27:56 +01:00 |
|
jsc0218
|
afc1bc6766
|
Merge pull request #60845 from lzydmxy/move_connection_drain_from_prepare_to_work
Move connection drain from prepare to work
|
2024-03-08 14:33:15 -05:00 |
|
Nikita Mikhaylov
|
f73a8f2eae
|
More comments for column for system tables (#59016)
|
2024-03-08 18:05:56 +01:00 |
|
Dmitry Novik
|
526af77f4a
|
Merge pull request #60313 from ClickHouse/analyzer-refactor-constant-name
Analyzer: Refactor execution name for ConstantNode
|
2024-03-08 12:08:05 +01:00 |
|
Anton Popov
|
61859ee865
|
Merge pull request #61055 from CurtizJ/fix-async-insert-deadlock
Fix deadlock in async inserts to `Log` tables via native protocol
|
2024-03-08 11:36:49 +01:00 |
|
Dmitry Novik
|
0a23c8e9de
|
Merge pull request #61037 from ClickHouse/analyzer-fix-table-function-resolve
Fix TableFunctionExecutable::skipAnalysisForArguments
|
2024-03-08 11:28:20 +01:00 |
|
Robert Schulze
|
1366a3ebe2
|
Merge pull request #60649 from rschu1ze/revert-revert-54746_to_millisecond_function
Revert "Revert "Add `toMillisecond` function""
|
2024-03-08 10:55:04 +01:00 |
|
Nikolai Kochetov
|
66127173e5
|
Merge pull request #60464 from ClickHouse/constant-folding-scalar-subqueries
Try to avoid calculation of scalar subqueries for CREATE TABLE.
|
2024-03-08 10:18:41 +01:00 |
|
Antonio Andelic
|
adeb0b2d48
|
Merge pull request #60934 from ClickHouse/fix-restore-with-async-replicated-database
Fix async RESTORE with Replicated database
|
2024-03-08 08:26:05 +01:00 |
|
lzydmxy
|
582a427931
|
Add comment for move connection drain from prepare() to work()
|
2024-03-08 13:54:37 +08:00 |
|
Alexey Milovidov
|
e7f99280dc
|
Less contention in the cache, part 1
|
2024-03-08 02:10:01 +01:00 |
|
Nikita Taranov
|
e66ac5770c
|
Merge pull request #60462 from ClickHouse/davenger-patch-1
Do not check to and from files existence in metadata_storage because it does not see uncommitted changes
|
2024-03-08 00:26:58 +01:00 |
|
Nikita Mikhaylov
|
8e3fc1044f
|
Reject INSERT if async_insert=1 + deduplicate_blocks_in_dependent_materialized_views=1 (#60888)
|
2024-03-07 20:39:56 +01:00 |
|
Nikolai Kochetov
|
73cc3e1c92
|
Merge branch 'master' into constant-folding-scalar-subqueries
|
2024-03-07 17:49:31 +00:00 |
|
Anton Popov
|
b9d6f4b3ed
|
fix deadlock in async inserts via native protocol
|
2024-03-07 17:42:50 +00:00 |
|
Nikolai Kochetov
|
97607f1031
|
Fix style
|
2024-03-07 17:06:45 +00:00 |
|
Sema Checherinda
|
820916b925
|
Merge pull request #60965 from ClickHouse/chesema-shuffle-ip
shuffle resolved IPs
|
2024-03-07 17:32:00 +01:00 |
|
Nikita Mikhaylov
|
82ba97c3a7
|
More explicit template instantiations (#60730)
|
2024-03-07 17:16:13 +01:00 |
|
Nikolai Kochetov
|
2b8cf8b6e9
|
Merge branch 'master' into constant-folding-scalar-subqueries
|
2024-03-07 16:06:55 +00:00 |
|
Nikolai Kochetov
|
2db1876750
|
Fixing analyzer.
|
2024-03-07 15:42:45 +00:00 |
|
vdimir
|
de33af8e1a
|
Merge pull request #60875 from ZhiguoZh/20240305-analyzer-refactor
Refactor OptimizeDateOrDateTimeConverterWithPreimageVisitor
|
2024-03-07 15:58:31 +01:00 |
|
Nikolai Kochetov
|
76bca1a743
|
Merge branch 'master' into allow-subqueries-for-in-parallel-replicas
|
2024-03-07 14:14:16 +00:00 |
|
Dmitry Novik
|
5b28614f4c
|
Fix TableFunctionExecutable::skipAnalysisForArguments
|
2024-03-07 14:50:37 +01:00 |
|
Nikolai Kochetov
|
cd4b60b51a
|
Rename the setting
|
2024-03-07 13:38:00 +00:00 |
|
Dmitry Novik
|
23b33e5e32
|
Merge remote-tracking branch 'origin/master' into analyzer-refactor-constant-name
|
2024-03-07 14:18:44 +01:00 |
|
Anton Popov
|
c103b0084b
|
Merge pull request #60205 from CurtizJ/refactor-virtual-columns
Refactoring of virtual columns
|
2024-03-07 13:38:35 +01:00 |
|
vdimir
|
21609a91e6
|
Merge pull request #60655 from ClickHouse/vdimir/analyzer/join_use_nulls_prewhere
Analyzer: Fix bug with join_use_nulls and PREWHERE
|
2024-03-07 13:28:00 +01:00 |
|
Sema Checherinda
|
2a62ec2655
|
add comment to ping the CI
|
2024-03-07 13:09:26 +01:00 |
|
Sema Checherinda
|
62f9a00da8
|
shuffle resolved IPs
|
2024-03-07 13:09:26 +01:00 |
|
Kruglov Pavel
|
1b7d0f19a9
|
Merge pull request #60384 from bigo-sg/opt_multiif_decimal
Execute multiIf function columnarly when result_type's underlying type is number
|
2024-03-07 12:54:53 +01:00 |
|
vdimir
|
7983f883e5
|
Merge pull request #60926 from ClickHouse/vdimir/hashed_dictinary_load_fix
Fix possible stuck on error in HashedDictionaryParallelLoader
|
2024-03-07 12:37:33 +01:00 |
|
Antonio Andelic
|
54b6e5a42d
|
Better
|
2024-03-07 12:37:29 +01:00 |
|
Dmitry Novik
|
71dc34074b
|
Merge pull request #60386 from ClickHouse/imp-analyzer-mask
Analyzer - improve hiding secret arguments.
|
2024-03-07 12:01:48 +01:00 |
|
Antonio Andelic
|
12482d286a
|
Merge branch 'master' into fix-restore-with-async-replicated-database
|
2024-03-07 11:34:08 +01:00 |
|
Antonio Andelic
|
38e94e2177
|
apply fix to backup thread
|
2024-03-07 11:10:36 +01:00 |
|
Antonio Andelic
|
0edd614349
|
Fix RESTORE async with Replicated database
|
2024-03-07 11:06:25 +01:00 |
|
János Benjamin Antal
|
6e58161fe6
|
Merge pull request #60534 from kashwy/Fix_max_query_size_for_kql_compound_operator
Fix_max_query_size_for_kql_compound_operator:
|
2024-03-07 10:32:19 +01:00 |
|
JackyWoo
|
9e7894d8cb
|
Reduce the number of read rows from system.numbers (#60546)
* Fix read more data for system.numbers
* Fix tests
|
2024-03-07 09:38:07 +01:00 |
|
Antonio Andelic
|
29a49f8a7a
|
Merge pull request #60922 from ClickHouse/zookeeper-retry-always-throw
Throw on query timeout in ZooKeeperRetries
|
2024-03-07 08:25:28 +01:00 |
|
Kseniia Sumarokova
|
0d67d9c79d
|
Merge pull request #60165 from ClickHouse/fix-for-local-object-storage
Allow local/azure as object storage type instead of local_blob_storage/azure_blob_storage
|
2024-03-07 14:42:44 +08:00 |
|
Nikita Taranov
|
4f6b1d0e7d
|
Merge pull request #60885 from nickitat/async_inserts_small_tweaks
Small changes in async inserts code
|
2024-03-06 23:03:50 +01:00 |
|
Igor Nikonov
|
a3c22f9ace
|
Merge pull request #60675 from ClickHouse/use-minmax-indices-always-first
Always apply first minmax index among available skip indices
|
2024-03-06 21:25:49 +01:00 |
|
Nikita Taranov
|
f4fd4e6510
|
Merge pull request #60745 from jrdi/insert-select-deduplication-bug-reproducer
Fix insert-select + insert_deduplication_token bug by setting streams to 1
|
2024-03-06 21:02:30 +01:00 |
|
Nikita Taranov
|
d008b4eb4f
|
fix test
|
2024-03-06 20:24:38 +01:00 |
|
Nikolai Kochetov
|
5e4c51ec05
|
Update settings history
|
2024-03-06 17:02:08 +00:00 |
|
Dmitry Novik
|
d92538ced2
|
Merge branch 'master' into analyzer-refactor-constant-name
|
2024-03-06 17:55:52 +01:00 |
|
Nikolai Kochetov
|
2730f0b54f
|
Allow subqueries for IN with parallel replicas under a setting.
|
2024-03-06 16:48:03 +00:00 |
|
Anton Popov
|
c8878332ca
|
fix StorageSystemDictionaries
|
2024-03-06 16:46:59 +00:00 |
|
Michael Kolupaev
|
fb1a684d98
|
Fix race in PageCache (#60878)
* Fix race in PageCache
* Transportation security administration
* Fix test flakiness, remove accidentally left over debug logging
|
2024-03-06 08:46:15 -08:00 |
|