Commit Graph

13308 Commits

Author SHA1 Message Date
Kseniia Sumarokova
42c984df64
Merge pull request #63475 from tomershafir/disks-io-iouring-refactor-get-from-context
io_uring: refactor get reader from context
2024-05-20 10:17:32 +00:00
Alexey Milovidov
28ded4a471
Merge pull request #63632 from azat/global-query-profiler-followup
Ignore global profiler if system.trace_log is not enabled and fix really disable it for keeper standalone build
2024-05-20 08:42:25 +02:00
Alexey Milovidov
8562d8595a This log message is better in Trace 2024-05-18 04:40:37 +02:00
Alexey Milovidov
8e838c2805
Merge pull request #59183 from azat/mv/extended-syntax-for-inner-table
Fix passing projections/indexes/primary key from columns list from CREATE query into inner table of MV
2024-05-17 20:21:08 +02:00
Alexey Milovidov
bd9709adee
Merge pull request #64022 from ClickHouse/fix-analyzer
Fix a typo in Analyzer
2024-05-17 20:02:13 +02:00
Sema Checherinda
9e4f41f42c
Merge pull request #60852 from azat/http_max_chunk_size
Remove http_max_chunk_size setting (too internal)
2024-05-17 11:49:04 +00:00
Alexey Milovidov
26501178e6 Fix analyzer 2024-05-17 10:23:32 +02:00
Alexey Milovidov
0c84c5658c
Merge pull request #63656 from woodlzm/master
Add a build_id ALIAS column to trace_log to facilitate auto renaming upon detecting binary changes.
2024-05-17 04:32:26 +00:00
Alexey Milovidov
cf73866903
Merge pull request #63939 from kitaisreal/recursive-cte-distributed-fix
Recursive CTE distributed fix
2024-05-17 03:07:27 +00:00
Alexander Tokmakov
d9d6950965
Merge pull request #63549 from ClickHouse/rdb_auto_recovery
Automatically recover Replicated database if the queue got stuck
2024-05-16 22:48:58 +00:00
Alexey Milovidov
f17f4869bc
Merge pull request #63926 from CurtizJ/fix-explain-current-transaction
Fix `EXPLAIN CURRENT TRANSACTION` query
2024-05-16 22:04:36 +02:00
Azat Khuzhin
49a52cdb3f Remove http_max_chunk_size setting (too internal)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-16 18:33:43 +02:00
Sema Checherinda
64b51eceb2
Merge pull request #63831 from ClickHouse/chesema-fix-ch-disk
clickhouse disks reads server configs
2024-05-16 11:25:23 +00:00
Raúl Marín
7a9aeecb56
Merge pull request #63483 from Algunenano/async_insert_query_log_populate
Insert QueryFinish on AsyncInsertFlush with no data
2024-05-16 10:36:59 +00:00
Alexander Tokmakov
452e45cb29
Update DDLWorker.cpp 2024-05-16 11:20:06 +02:00
Maksim Kita
7ee64e55ed Recursive CTE distributed fix 2024-05-16 12:07:01 +03:00
Raúl Marín
ad5403a034
Merge pull request #63429 from Algunenano/micro_analyzer
Micro-optimizations for the new analyzer
2024-05-16 09:01:56 +00:00
Zimu Li
c0f5d70c5c
Merge branch 'ClickHouse:master' into master 2024-05-15 22:38:22 -07:00
Anton Popov
f9c1c719b9 fix explain current transaction 2024-05-16 00:04:28 +00:00
Alexander Tokmakov
c13a0cae81 fix another bug 2024-05-15 20:33:41 +02:00
Raúl Marín
d8a2328e9e Merge remote-tracking branch 'blessed/master' into async_insert_query_log_populate 2024-05-15 20:17:09 +02:00
Alexander Tokmakov
b17bfb16cd
Merge pull request #63695 from ClickHouse/flaten-nested-is-broken-with-replicated-database
flatten_nested is broken with replicated database.
2024-05-15 16:34:03 +00:00
vdimir
bcd1c4fd28
Merge pull request #63755 from ClickHouse/vdimir/pmj_join_non_procssed_clash
Fix ILLEGAL_COLUMN in partial_merge join
2024-05-15 12:46:30 +00:00
Sema Checherinda
c860e19380 clickhouse disks reads server configs 2024-05-15 13:41:34 +02:00
Alexander Tokmakov
9eaf9004b7 Merge branch 'master' into rdb_auto_recovery 2024-05-14 20:35:00 +02:00
Alexander Tokmakov
bc98cc212c fix 2024-05-14 20:30:49 +02:00
Zimu Li
2da80eb250
Merge branch 'ClickHouse:master' into master 2024-05-14 11:04:23 -07:00
vdimir
53383396a3
Merge pull request #63432 from p1rattttt/external_cross_join
Added possibility to do cross join in temporary file if size exceeds limits
2024-05-14 17:15:47 +00:00
vdimir
b872162dea
Fix ILLEGAL_COLUMN in partial_merge join 2024-05-14 11:08:41 +00:00
Zimu Li
c6eea55430
Merge branch 'ClickHouse:master' into master 2024-05-13 20:02:49 -07:00
Raúl Marín
61fb090850 Merge remote-tracking branch 'blessed/master' into micro_analyzer 2024-05-13 20:46:48 +02:00
Maxim Alexeev
9c2e1bfce6 fixed review 2024-05-13 19:39:45 +03:00
p1rattttt
0bd39b86d5
Merge branch 'ClickHouse:master' into external_cross_join 2024-05-13 19:06:59 +03:00
Alexander Tokmakov
8bb24e6a36
Update InterpreterCreateQuery.cpp 2024-05-13 17:00:14 +02:00
Alexander Tokmakov
7ffd71d77b
Update InterpreterCreateQuery.cpp 2024-05-13 16:17:18 +02:00
Dmitry Novik
5e1a3b5601
Update src/Interpreters/InterpreterSelectQueryAnalyzer.cpp 2024-05-13 14:48:33 +02:00
Maksim Kita
b8c719f866 Analyzer view read only necessary columns 2024-05-13 13:41:47 +03:00
Azat Khuzhin
4ad88d04b4 Move initGlobalProfiler() into ThreadStatusExt.cpp and fix examples
To avoid undefined references in examples:

    May 11 01:58:40 ld.lld-17: error: undefined symbol: DB::Context::hasTraceCollector() const
    May 11 01:58:40 >>> referenced by ThreadStatus.cpp:132 (/build/src/Common/ThreadStatus.cpp:132)
    May 11 01:58:40 >>>               ThreadStatus.cpp.o:(DB::ThreadStatus::initGlobalProfiler(unsigned long, unsigned long)) in archive src/libclickhouse_common_iod.a
    May 11 01:58:40 clang++-17: error: linker command failed with exit code 1 (use -v to see invocation)

Move it firstly into ThreadStatusExt and then do not try to use it from
the ThreadPool.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-13 11:05:36 +02:00
Alexey Milovidov
f27a0d6801
Merge pull request #60469 from ClickHouse/clang-18-ci
Use clang-18 in CI
2024-05-13 09:35:45 +02:00
Alexey Milovidov
2d138d3d7e
Merge pull request #63674 from nickitat/remove_monotonous_func_optimisation_leftovers
Remove leftovers of `optimize_monotonous_functions_in_order_by`
2024-05-12 22:29:52 +00:00
Nikita Taranov
68d9e55302 impl 2024-05-12 20:38:43 +01:00
Alexey Milovidov
eff0d7cb8b Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci 2024-05-11 14:15:38 +02:00
p1rattttt
85fb1f95d1
Merge branch 'ClickHouse:master' into external_cross_join 2024-05-11 13:54:38 +03:00
Maxim Alexeev
51818742cb Deleted trash log 2024-05-11 13:41:07 +03:00
woodlzm
06f0780a3f Add a build_id ALIAS column to trace_log to facilitate auto renaming upon detecting binary changes. 2024-05-10 23:27:42 -07:00
Michael Kolupaev
02fa09dd4c Preserve the non-analyzer behavior to fix a test 2024-05-10 22:37:35 +00:00
p1rattttt
ed43788062
Merge branch 'ClickHouse:master' into external_cross_join 2024-05-11 00:52:18 +03:00
Maxim Alexeev
a43faf7399 added check that tmp_data != nullptr 2024-05-10 16:19:53 +03:00
Alexey Milovidov
dd58af7d4f Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci 2024-05-10 07:17:39 +02:00
Alexey Milovidov
426a51b624 Useless changes 2024-05-10 04:53:29 +02:00