Michael Kolupaev
|
7ac41d7fc1
|
Fix segfault in SquashingTransform
|
2024-03-21 23:25:55 +00:00 |
|
Alexey Milovidov
|
8670f1dc91
|
Merge pull request #61543 from ClickHouse/fix-regexp-recompilation-in-parser
Fix recompilation of regexps during backtracking in the parser
|
2024-03-21 21:15:17 +03:00 |
|
Vitaly Baranov
|
1acc0ebe79
|
Merge pull request #61356 from vitlibar/fix-replace-dictionary
Fix CREATE OR REPLACE DICTIONARY
|
2024-03-21 16:45:06 +01:00 |
|
Dmitry Novik
|
e4209218d4
|
Merge pull request #60497 from ClickHouse/analyzer-distr-json
Analyzer: Support different ObjectJSON on shards
|
2024-03-21 16:25:30 +01:00 |
|
vdimir
|
9b51780458
|
Merge pull request #60896 from loudongfeng/master_smj_nullorder
make nulls direction configuable for FullSortingMergeJoin
|
2024-03-21 10:40:43 +01:00 |
|
Antonio Andelic
|
c06a509033
|
Merge pull request #61654 from ClickHouse/fix-aggregator-variant
Fix Aggregator when data is empty
|
2024-03-21 08:48:15 +01:00 |
|
Alexey Milovidov
|
99ed82d561
|
Merge branch 'master' into fix-regexp-recompilation-in-parser
|
2024-03-21 02:21:09 +01:00 |
|
Alexey Milovidov
|
97b7daef84
|
Merge pull request #61604 from Algunenano/nested_includes
Reduce header dependencies
|
2024-03-21 02:02:17 +03:00 |
|
Robert Schulze
|
35cc335597
|
Revert "Un-flake test_undrop_query "
|
2024-03-20 18:04:35 +01:00 |
|
Antonio Andelic
|
9bf50ac814
|
Fix aggregator when data is empty
|
2024-03-20 14:50:26 +01:00 |
|
Raúl Marín
|
c98634ad8c
|
Merge remote-tracking branch 'blessed/master' into nested_includes
|
2024-03-20 14:08:10 +01:00 |
|
Dmitry Novik
|
10bf164aa7
|
Cleanup #ci_set_analyzer
|
2024-03-20 10:47:15 +01:00 |
|
Vitaly Baranov
|
2f4b9b3a5b
|
Add few notes and a debug check.
|
2024-03-19 22:07:13 +01:00 |
|
Alexey Milovidov
|
a996155e83
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-regexp-recompilation-in-parser
|
2024-03-19 19:56:11 +01:00 |
|
Alexey Milovidov
|
b561560c99
|
Remove it from remaining places
|
2024-03-19 19:55:59 +01:00 |
|
Dmitry Novik
|
221b74c77f
|
Fix #ci_set_analyzer
|
2024-03-19 19:44:15 +01:00 |
|
Dmitry Novik
|
302179c81d
|
Merge remote-tracking branch 'origin/master' into analyzer-distr-json
|
2024-03-19 18:56:04 +01:00 |
|
Maksim Kita
|
f4d20a79b0
|
Fixed build
|
2024-03-19 19:07:45 +03:00 |
|
Maksim Kita
|
ec6c276a92
|
Temporary data use temporary_files_codec setting
|
2024-03-19 19:07:45 +03:00 |
|
Raúl Marín
|
de855ca917
|
Reduce header dependencies
|
2024-03-19 17:04:29 +01:00 |
|
Alexey Milovidov
|
018316c78a
|
Merge pull request #61211 from bigo-sg/split_aggregator
Too big translation unit in `Aggregator`
|
2024-03-19 17:29:24 +03:00 |
|
Nikolai Kochetov
|
240242da22
|
Merge pull request #61580 from ClickHouse/follow-up-61458
Add a comment after #61458
|
2024-03-19 14:06:24 +01:00 |
|
Nikolai Kochetov
|
f2f770d73a
|
Update src/Interpreters/ActionsDAG.h
Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
|
2024-03-19 13:37:21 +01:00 |
|
Nikolai Kochetov
|
ba6d6e9258
|
Add a comment after #61458
|
2024-03-19 11:40:03 +00:00 |
|
János Benjamin Antal
|
922df7d60e
|
Merge pull request #61003 from amosbird/less-header-1
Replace some header includes with forward declarations
|
2024-03-19 12:14:06 +01:00 |
|
Alexander Tokmakov
|
dd50091513
|
Merge pull request #60338 from PapaToemmsn/test-transaction-fixes
fix for #57598 (ROLLBACK should be no-op...)
|
2024-03-19 11:56:25 +01:00 |
|
Kseniia Sumarokova
|
73487600c1
|
Merge pull request #61524 from ClickHouse/better-dynamic-cache-size-reloading-part-1
Less contention during dynamic resize of filesystem cache
|
2024-03-19 11:41:44 +01:00 |
|
lgbo-ustc
|
4eeb9a7e83
|
Merge remote-tracking branch 'origin/master' into split_aggregator
|
2024-03-19 16:32:01 +08:00 |
|
nemonlou
|
8ff21d7e47
|
fix review comments
|
2024-03-19 11:29:22 +08:00 |
|
nemonlou
|
0b5fc743f2
|
make nulls direction configuable for FullSortingMergeJoin(fix review comments)
|
2024-03-19 09:58:07 +08:00 |
|
nemonlou
|
a1a4bd3514
|
make nulls direction configuable for FullSortingMergeJoin
|
2024-03-19 09:58:07 +08:00 |
|
Vitaly Baranov
|
c8375cd167
|
Better code: remove unnecessary usage of const_cast and std::function.
|
2024-03-19 02:56:38 +01:00 |
|
Vitaly Baranov
|
306f642d97
|
Update dictionary's comment in the same safe manner too.
|
2024-03-19 02:56:33 +01:00 |
|
robot-ch-test-poll3
|
e82cf5d5ba
|
Merge pull request #61528 from ClickHouse/revert-61518-revert-61298-analyzer-merge-virtual-columns
Revert "Revert "Analyzer: Fix virtual columns in StorageMerge""
|
2024-03-18 23:51:55 +01:00 |
|
PapaToemmsn
|
fbc8a19a02
|
Merge branch 'ClickHouse:master' into test-transaction-fixes
|
2024-03-18 22:42:10 +01:00 |
|
Robert Schulze
|
0daaeeab78
|
Merge pull request #61406 from rschu1ze/enable-clang-tidy-in-headers
Enable clang-tidy in headers
|
2024-03-18 21:43:26 +01:00 |
|
Alexey Milovidov
|
613c31038a
|
Fix recompilation of regexps during backtracking in the parser
|
2024-03-18 18:40:47 +01:00 |
|
Nikita Mikhaylov
|
15896ecaf6
|
Add table system.keywords [Part 1] (#51808)
|
2024-03-18 16:58:57 +01:00 |
|
Dmitry Novik
|
836fe46c33
|
Disable new analyzer in MutationsInterpreter #ci_set_analyzer
|
2024-03-18 15:50:58 +01:00 |
|
PapaToemmsn
|
46a43fefdf
|
Merge branch 'ClickHouse:master' into test-transaction-fixes
|
2024-03-18 15:17:55 +01:00 |
|
PapaToemmsn
|
364fe95b76
|
fix style check errors
|
2024-03-18 14:14:52 +00:00 |
|
PapaToemmsn
|
da3cb02df5
|
COMMIT/ROLLBACK with no active transaction do not throw an exception for MySQL clients anymore
|
2024-03-18 14:14:51 +00:00 |
|
PapaToemmsn
|
e208907f39
|
fix for #57598 (ROLLBACK should be no-op...)
Change to verify proper behaviour for ROLLBACK should be no-op when no active tranaction is running (MySQL compatibility) #57598
|
2024-03-18 14:14:50 +00:00 |
|
Vitaly Baranov
|
5c60b1fab1
|
Remove unnecessary reloading while renaming a dictionary in Atomic database.
|
2024-03-18 14:43:43 +01:00 |
|
Dmitry Novik
|
15e19206b4
|
Merge remote-tracking branch 'origin/master' into analyzer-distr-json-copy
|
2024-03-18 14:24:51 +01:00 |
|
Dmitry Novik
|
64b5acf0e4
|
Code cleanup
|
2024-03-18 14:24:06 +01:00 |
|
Dmitry Novik
|
a65f027cf7
|
Revert "Revert "Analyzer: Fix virtual columns in StorageMerge""
|
2024-03-18 14:00:20 +01:00 |
|
kssenii
|
c6e86e3bb3
|
Review suggestion
|
2024-03-18 13:06:39 +01:00 |
|
Robert Schulze
|
0dff126942
|
Merge remote-tracking branch 'rschu1ze/master' into enable-clang-tidy-in-headers
|
2024-03-18 11:34:13 +00:00 |
|
alesapin
|
b01526aeb2
|
Merge pull request #61267 from CurtizJ/better-memory-usage-inserts
Free memory earlier in inserts
|
2024-03-18 12:30:42 +01:00 |
|