Commit Graph

104961 Commits

Author SHA1 Message Date
DanRoscigno
7168c217b0 switch text to response for query blocks 2023-01-11 10:08:11 -05:00
DanRoscigno
d34a755cfb switch text to response for query blocks 2023-01-11 09:59:23 -05:00
serxa
8d099a4417 make more SQL queries copyable from docs in one click 2023-01-11 13:43:51 +00:00
Sergei Trifonov
399cb8a8ba
Merge pull request #43586 from ZhiguoZh/20221124-thread-group-mem-rel
Move memory deallocation out of critical section of ThreadGroupStatus::mutex
2023-01-11 13:03:23 +01:00
Nikolai Kochetov
5e7a6ac619
Merge pull request #45122 from ClickHouse/revert-45121-revert-44653-custom-reading-for-mutation
Revert "Revert "Custom reading for mutation""
2023-01-11 12:37:32 +01:00
Alexander Tokmakov
88556603f5
Merge pull request #45161 from ClickHouse/tavplubix-patch-1
Disable `test_storage_rabbitmq`
2023-01-11 14:31:22 +03:00
Nikolai Kochetov
d0c1079242
Merge pull request #45133 from ClickHouse/fix-additinal-tables-filter-with-count-projection
Fix additional_table_filters with minmax/count projection.
2023-01-11 12:25:40 +01:00
Alexander Tokmakov
b156209ed6
Update test.py 2023-01-11 14:17:44 +03:00
Maksim Kita
9a46d9bcff
Merge pull request #44508 from kitaisreal/analyzer-duplicate-alias-crash-fix
Analyzer duplicate alias crash fix
2023-01-11 12:14:26 +03:00
Ilya Yatsishin
cc007aca03
Merge pull request #45125 from qoega/pull-image-in-sqlancer-check
Pull SQLancer image before check run
2023-01-11 10:09:04 +01:00
Maksim Kita
d41107a942
Merge pull request #43372 from ClickHouse/fix-aggregation-planner
Fix aggregate functions optimisation in AggregateFunctionsArithmericOperationsPass
2023-01-11 12:06:59 +03:00
Maksim Kita
f0567f7a25
Merge pull request #45055 from kitaisreal/analyzer-aggregation-without-column-fix
Analyzer aggregation without column fix
2023-01-11 12:03:32 +03:00
Alexey Milovidov
6aefd1bc91
Merge pull request #45136 from ClickHouse/cleanup_44197
Minor cleanup in stress/run.sh
2023-01-11 05:33:46 +03:00
Zhiguo Zhou
be4d79e924 Deallocate memory of profile events out of critical section
To further shrink the critical section for releasing memory of the
profile events (ProfileEventsCountersAndMemory), this commit puts
the dealloaction out of the critical section while keeping the
memory move under lock. This change could mitigate the contention
for ThreadGroupStatus::mutex.
2023-01-11 09:58:30 +08:00
Dmitry Novik
6027b8ee4d Remove redundant code 2023-01-10 23:23:07 +00:00
Dmitry Novik
b7fdc10271 Merge remote-tracking branch 'origin/master' into fix-aggregation-planner 2023-01-10 22:24:50 +00:00
Yatsishin Ilya
a704cf804a fix 2023-01-10 22:17:28 +00:00
Rich Raposa
4b28b39f7c
Merge pull request #45137 from ClickHouse/add-detectLanguage-to-docs
Added the detectLanguage functions to the docs
2023-01-10 12:58:12 -07:00
Alexander Tokmakov
255881a2ff
Merge pull request #44466 from ClickHouse/parallel_parts_cleanup_with_zero_copy
Parallel parts cleanup with zero copy replication
2023-01-10 22:44:39 +03:00
rfraposa
57ab2a4110 Update nlp-functions.md
Added the detectLanguage functions
2023-01-10 12:26:51 -07:00
Alexander Tokmakov
2af17ec1c0
Update clickhouse-test 2023-01-10 22:19:58 +03:00
Alexander Tokmakov
8fa1b070c6 minor cleanup in stress/run.sh 2023-01-10 19:55:06 +01:00
Ilya Yatsishin
0efceae6ce
Merge pull request #44917 from azat/mt-fix-log-message
Fix logging message in MergeTreeDataMergerMutator (about merged parts)
2023-01-10 19:49:31 +01:00
Nikolai Kochetov
299fcff8bc
Merge pull request #45123 from ClickHouse/fix-race-in-s3cluster
Fix data race in s3Cluster.
2023-01-10 19:47:42 +01:00
Nikolai Kochetov
9a81f27fb2 Fix additional_table_filters with minmax/count projection. 2023-01-10 17:32:26 +00:00
Alexander Tokmakov
5ff4c6228a
Merge pull request #43840 from Algunenano/system_tables_nolock
Do not acquire read locks in system.tables if possible
2023-01-10 20:26:21 +03:00
Nikolai Kochetov
7701dc571e
Update MutationsInterpreter.cpp 2023-01-10 18:19:38 +01:00
Nikolai Kochetov
71333afd5a Fixing a test. 2023-01-10 16:40:10 +00:00
Yatsishin Ilya
7cb3e17419 black 2023-01-10 16:17:59 +00:00
Rich Raposa
f28b04fc59
Merge pull request #45124 from ClickHouse/rfraposa-patch-2
Update theilsu.md
2023-01-10 09:04:22 -07:00
Maksim Kita
4571c74fdd Fixed build 2023-01-10 16:49:55 +01:00
Maksim Kita
fbba28b31e Analyzer aggregation without column fix 2023-01-10 16:49:55 +01:00
Han Fei
91226abbfe
Merge pull request #43858 from hanfei1991/regexp-tree-dictionary
Merge #40878: Add regexp tree dictionary
2023-01-10 16:41:15 +01:00
Rich Raposa
df3cca6c35
Update theilsu.md
Typo
2023-01-10 08:40:48 -07:00
Yatsishin Ilya
d945b72d6f Pull SQLancer image before check run 2023-01-10 15:40:31 +00:00
Ilya Yatsishin
4b3a9862cc
Merge pull request #45091 from ClickHouse/add-cramersv-agg-functions
Add missing agg functions to docs
2023-01-10 16:35:04 +01:00
Nikolai Kochetov
9893d35476 Fix data race in s3Cluster. 2023-01-10 15:34:52 +00:00
Nikolai Kochetov
4673b3fe1d
Revert "Revert "Custom reading for mutation"" 2023-01-10 16:31:01 +01:00
Dan Roscigno
37da8e206b
Merge pull request #45119 from ClickHouse/add-default-table-engine-setting
Added description of default_table_engine setting
2023-01-10 09:59:09 -05:00
Dan Roscigno
346d4f5f3d
Merge pull request #45120 from ClickHouse/DanRoscigno-patch-4
formal to form
2023-01-10 09:58:08 -05:00
Han Fei
b911c3fd36
Merge branch 'master' into regexp-tree-dictionary 2023-01-10 15:56:34 +01:00
Dan Roscigno
707ff65b4f
Update docs/en/sql-reference/aggregate-functions/reference/contingency.md 2023-01-10 09:55:59 -05:00
Alexander Tokmakov
c6ce1083b1
Merge pull request #45121 from ClickHouse/revert-44653-custom-reading-for-mutation
Revert "Custom reading for mutation"
2023-01-10 17:52:18 +03:00
Alexander Tokmakov
c8ec130be4
Revert "Custom reading for mutation" 2023-01-10 17:51:30 +03:00
Dan Roscigno
ee88814cac
formal to form 2023-01-10 09:42:04 -05:00
rfraposa
d61eae8554 Update settings.md
Added description of default_table_engine
2023-01-10 07:40:22 -07:00
Han Fei
6ed4570f73
Merge branch 'master' into regexp-tree-dictionary 2023-01-10 15:36:30 +01:00
Rich Raposa
b76d0d60db
Merge pull request #45089 from ClickHouse/add-cnf-docs
Add convert_query_to_cnf to docs
2023-01-10 07:11:57 -07:00
Han Fei
5f8296b719
Update docs/en/sql-reference/dictionaries/external-dictionaries/regexp-tree.md
Co-authored-by: Vladimir C <vdimir@clickhouse.com>
2023-01-10 14:41:06 +01:00
Vladimir C
7ca0b56b04
Merge pull request #45113 from ClickHouse/auto/v22.12.3.5-stable 2023-01-10 14:15:57 +01:00