vdimir
|
426f4ec233
|
Better transformQueryForExternalDatabase for analyzer
|
2023-03-22 16:58:34 +00:00 |
|
Maksim Kita
|
f45dac99c2
|
Revert "Revert "Analyzer planner fixes before enable by default""
|
2023-03-22 17:19:32 +01:00 |
|
Amos Bird
|
02c5d1f364
|
Correct exact_rows_before_limit in all senarios
|
2023-03-22 23:26:31 +08:00 |
|
Frank Chen
|
532590773a
|
Fix typo check
|
2023-03-22 17:46:09 +08:00 |
|
Frank Chen
|
c1927d8f3e
|
Fix check style
|
2023-03-22 16:39:14 +08:00 |
|
Maksim Kita
|
4dc5a629c3
|
Merge pull request #47758 from ClickHouse/vdimir/comparsion_tuple_elimination_ast
Add ComparisonTupleEliminationVisitor
|
2023-03-22 11:22:25 +03:00 |
|
SmitaRKulkarni
|
464b166e91
|
Merge pull request #47725 from ClickHouse/46741_Parameterized_view_support_subquery
Support for subquery in parameterized views
|
2023-03-22 09:05:26 +01:00 |
|
vdimir
|
023d14a894
|
Support transformQueryForExternalDatabase for analyzer
|
2023-03-22 08:59:04 +01:00 |
|
Frank Chen
|
3e05f2c58a
|
Improve comment
|
2023-03-22 14:35:58 +08:00 |
|
Frank Chen
|
3de73d03cc
|
Improve the robustness
|
2023-03-22 14:31:16 +08:00 |
|
Alexander Tokmakov
|
0989dd837a
|
Merge pull request #47802 from ClickHouse/fix_some_tests
Fix 993 and two other tests
|
2023-03-21 22:20:06 +03:00 |
|
Smita Kulkarni
|
aa079efbb7
|
Addressed review comments
|
2023-03-21 18:29:26 +01:00 |
|
vdimir
|
c25170381c
|
Better ComparisonTupleEliminationVisitor
|
2023-03-21 16:23:09 +00:00 |
|
vdimir
|
030ee3a525
|
Add ComparisonTupleEliminationVisitor
|
2023-03-21 16:11:06 +00:00 |
|
Alexander Tokmakov
|
9c4c7948e5
|
Update src/Interpreters/Session.cpp
Co-authored-by: alesapin <alesapin@clickhouse.com>
|
2023-03-21 17:39:45 +03:00 |
|
Alexander Tokmakov
|
be4884d07a
|
Update src/Interpreters/Session.cpp
Co-authored-by: alesapin <alesapin@clickhouse.com>
|
2023-03-21 17:39:40 +03:00 |
|
Alexander Tokmakov
|
17e1c6be8e
|
fix race condition on session close
|
2023-03-21 15:01:39 +01:00 |
|
Kseniia Sumarokova
|
a9bcd022d5
|
Merge pull request #46241 from kssenii/named-collections-granular-access
Allow separate grants for every named collection
|
2023-03-21 12:27:53 +01:00 |
|
Vladimir C
|
ab1105a5a6
|
Merge pull request #47685 from ClickHouse/vdimir/issue_47533
|
2023-03-21 11:41:00 +01:00 |
|
Frank Chen
|
837638e1c1
|
Fix style
|
2023-03-21 15:27:13 +08:00 |
|
Frank Chen
|
91a34fa627
|
Set query id in case of exceptions during query execution
|
2023-03-21 14:10:01 +08:00 |
|
Robert Schulze
|
595796e63d
|
Merge branch 'master' into rs/more-llvm-16-preparation
|
2023-03-20 21:16:27 +01:00 |
|
Robert Schulze
|
82a4b307ae
|
Merge branch 'master' into rs/qc-cachebase
|
2023-03-20 20:44:34 +01:00 |
|
Anton Popov
|
158131053b
|
Merge pull request #47688 from ucasfl/fix-limit-offset
Fix limit offset
|
2023-03-20 18:47:41 +01:00 |
|
Robert Schulze
|
3b7f929001
|
Merge branch 'master' into rs/qc-cachebase
|
2023-03-20 17:08:47 +01:00 |
|
kssenii
|
75624c52f7
|
Merge remote-tracking branch 'upstream/master' into named-collections-granular-access
|
2023-03-20 16:38:14 +01:00 |
|
vdimir
|
19fb88c2c1
|
Simple fix logical error in evaluate constant expression
|
2023-03-20 15:10:50 +00:00 |
|
Robert Schulze
|
5b036a1a3b
|
More preparation for libcxx(abi), llvm, clang-tidy 16 (follow-up to #47722)
|
2023-03-20 12:55:03 +00:00 |
|
vdimir
|
9b8d20e443
|
Revert better fix logical error in evaluate constant expression
|
2023-03-20 12:42:09 +00:00 |
|
vdimir
|
a78b817e6f
|
Fix logical error in evaluate constant expression
|
2023-03-20 12:35:54 +00:00 |
|
Alexey Milovidov
|
4a44dafdee
|
Merge branch 'master' into decimal256-various
|
2023-03-20 03:30:14 +01:00 |
|
Alexey Milovidov
|
ddf29b69f9
|
Merge branch 'master' into fuzzer-of-data-formats
|
2023-03-20 03:26:51 +03:00 |
|
Alexey Milovidov
|
e788bf0712
|
Merge pull request #47721 from ClickHouse/revert-47622-analyzer-planner-fixes-before-enable-by-default
Revert "Analyzer planner fixes before enable by default"
|
2023-03-20 03:24:03 +03:00 |
|
Smita Kulkarni
|
87cb2e1629
|
Support for subquery in parameterized views
Implementation:
* Updated to pass the parameter is_create_parameterized_view to subquery processing.
Testing:
* Added test case with subquery for parameterized view.
|
2023-03-19 19:41:19 +01:00 |
|
Robert Schulze
|
0e01e912fe
|
Preparation for libcxx(abi), llvm, clang-tidy 16
|
2023-03-19 17:25:41 +00:00 |
|
Alexey Milovidov
|
ef5e8462da
|
Revert "Analyzer planner fixes before enable by default"
|
2023-03-19 19:25:37 +03:00 |
|
Alexey Milovidov
|
7f54aab145
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fuzzer-of-data-formats
|
2023-03-19 16:57:35 +01:00 |
|
Robert Schulze
|
c4664c70a1
|
Merge branch 'master' into rs/qc-cachebase
|
2023-03-19 15:23:24 +01:00 |
|
Alexey Milovidov
|
3655667188
|
Make the code in Join less disgusting
|
2023-03-19 07:35:56 +01:00 |
|
Alexey Milovidov
|
0ec04cca5e
|
Make the code in Join less disgusting
|
2023-03-19 07:32:29 +01:00 |
|
Alexey Milovidov
|
8fdbc5409c
|
Make the code in Join less disgusting
|
2023-03-19 07:31:18 +01:00 |
|
Alexey Milovidov
|
100089a76c
|
Make the code in Join less disgusting
|
2023-03-19 07:17:59 +01:00 |
|
Alexey Milovidov
|
2a077f11f6
|
Merge branch 'master' into fuzzer-of-data-formats
|
2023-03-19 01:07:31 +01:00 |
|
Ongkong
|
d9c7bc1859
|
Fix ASOF LEFT JOIN performance degradation (#47544)
|
2023-03-18 23:53:00 +01:00 |
|
Alexey Milovidov
|
b97154263d
|
Merge pull request #47703 from ClickHouse/add-style-check-for-dereference-after-cast
Add a style check for unsafe code
|
2023-03-18 22:07:47 +03:00 |
|
Alexander Tokmakov
|
f1df91cd09
|
Merge pull request #47659 from ClickHouse/fix_993
Fixes for 993 and friends
|
2023-03-18 14:46:43 +03:00 |
|
Maksim Kita
|
5187138510
|
Merge pull request #47622 from kitaisreal/analyzer-planner-fixes-before-enable-by-default
Analyzer planner fixes before enable by default
|
2023-03-18 13:11:40 +03:00 |
|
Alexey Milovidov
|
aea421cc9b
|
Add a style check for unsafe code
|
2023-03-18 03:29:14 +01:00 |
|
Sema Checherinda
|
0b641fcead
|
Merge pull request #47564 from CheSema/remove-redundant
remove counters for threads, fix negative counters
|
2023-03-18 02:23:52 +01:00 |
|
Alexey Milovidov
|
26d17fe560
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into decimal256-various
|
2023-03-17 22:15:16 +01:00 |
|
Alexey Milovidov
|
c11915d35b
|
Merge branch 'fix-bson-2' of github.com:Avogar/ClickHouse into fuzzer-of-data-formats
|
2023-03-17 22:05:46 +01:00 |
|
vdimir
|
68da4f713e
|
Real better fix logical error in evaluate constant expression
|
2023-03-17 18:38:47 +00:00 |
|
Alexander Tokmakov
|
d11aee2b0c
|
Merge branch 'master' into fix_993
|
2023-03-17 21:28:23 +03:00 |
|
vdimir
|
dcf8314122
|
Better fix logical error in evaluate constant expression
|
2023-03-17 17:04:28 +00:00 |
|
vdimir
|
4930683aa8
|
Revert "Fix logical error in evaluate constant expression"
This reverts commit 2958c5f0f1 .
|
2023-03-17 17:01:40 +00:00 |
|
flynn
|
868e86e9ed
|
Fix limit offset
|
2023-03-17 16:27:24 +00:00 |
|
vdimir
|
2958c5f0f1
|
Fix logical error in evaluate constant expression
|
2023-03-17 15:08:16 +00:00 |
|
Sema Checherinda
|
e8295be9be
|
if no group then do attachInternalTextLogsQueue to the thread only
|
2023-03-17 15:56:30 +01:00 |
|
Sema Checherinda
|
49feba9272
|
Merge pull request #47632 from ClickHouse/filling-transform-untangle
FillingTransform: remove unnecessary indirection when accessing columns
|
2023-03-17 12:40:53 +01:00 |
|
Sema Checherinda
|
e2af8f6ed6
|
add a comment, rename a field
|
2023-03-17 11:59:44 +01:00 |
|
Sergei Trifonov
|
1a84203c7f
|
Merge pull request #47656 from ClickHouse/background_pool_limit_metric
Add background pools size metrics
|
2023-03-17 11:49:53 +01:00 |
|
chen
|
60b7ad819d
|
Add system.marked_dropped_tables (#47364)
* add system table marked_dropped_tables
* add test
* add test
* fix
* fix test
* fix style
* fix test
* Update 25400_marked_dropped_tables.sql
* Update 25400_marked_dropped_tables.sql
* Update 25400_marked_dropped_tables.sql
* Update 25400_marked_dropped_tables.sql
* Update 25400_marked_dropped_tables.sql
* fix
* fix test
* Update StorageSystemMarkedDroppedTables.cpp
* fix
* if table_mark_dropped.table is nullptr, engine set empty
|
2023-03-17 13:48:26 +03:00 |
|
Sema Checherinda
|
df9e247d67
|
fix tidy build, fix test when Databasereplicated
|
2023-03-17 10:49:41 +01:00 |
|
Sergei Trifonov
|
2cbd91b852
|
Merge branch 'master' into background_pool_limit_metric
|
2023-03-16 23:23:42 +01:00 |
|
Sema Checherinda
|
3c6deddd1d
|
work with comments on PR
|
2023-03-16 19:55:58 +01:00 |
|
Alexey Milovidov
|
704cb54afe
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fuzzer-of-data-formats
|
2023-03-16 19:50:33 +01:00 |
|
robot-ch-test-poll
|
ff56d49ce2
|
Merge pull request #47647 from jorisgio/fix_quadratic_debug_code
fix typo in HashJoin insertion that enables debug code in release build #46726
|
2023-03-16 19:39:51 +01:00 |
|
Alexander Tokmakov
|
a72f0cae07
|
Merge pull request #46071 from arenadata/ADQM-639
Add support of arbitrary engines for temporary tables
|
2023-03-16 20:56:25 +03:00 |
|
Igor Nikonov
|
4904a9fb7a
|
Create result columns as MutableColumns at the begining
Use IColumn* to manipulate columns on specific positions in result columns
|
2023-03-16 17:44:29 +00:00 |
|
serxa
|
3ad7194e31
|
add pool size metrics
|
2023-03-16 17:31:41 +00:00 |
|
Alexander Tokmakov
|
8e36f883d3
|
add 'strict' mode for sync replica, fix 00993
|
2023-03-16 16:04:42 +01:00 |
|
Joris Giovannangeli
|
6c8fc4cd11
|
fix hashjoin debug code condition
|
2023-03-16 14:06:37 +01:00 |
|
Robert Schulze
|
7d7052350c
|
Merge branch 'master' into rs/qc-cachebase
|
2023-03-16 10:42:17 +01:00 |
|
Maksim Kita
|
558aa6c164
|
Merge pull request #47583 from kitaisreal/merge-tree-explain-prewhere-and-row-policy
ReadFromMergeTree explain prewhere and row policy actions
|
2023-03-16 12:31:34 +03:00 |
|
Alexey Milovidov
|
92a5b81222
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fuzzer-of-data-formats
|
2023-03-15 23:59:16 +01:00 |
|
pufit
|
f4d9b4a888
|
Merge pull request #47086 from pkit/pkit/insert_http_body
use http request body in predefined http handlers
|
2023-03-15 17:41:05 -04:00 |
|
Sema Checherinda
|
67ac858a52
|
remove counters for threads, fix negative counters
|
2023-03-15 22:22:22 +01:00 |
|
Robert Schulze
|
1f9c84e747
|
Revert "Un-friend system view (no longer necessary)"
This reverts commit b2aa9324ac .
|
2023-03-15 16:53:01 +00:00 |
|
Maksim Kita
|
c102adb728
|
Analyzer added PREWHERE support
|
2023-03-15 15:21:49 +01:00 |
|
Alexey Milovidov
|
bb6b775884
|
Merge branch 'master' into fuzzer-of-data-formats
|
2023-03-15 12:42:00 +01:00 |
|
Robert Schulze
|
b2aa9324ac
|
Un-friend system view (no longer necessary)
|
2023-03-15 11:03:42 +00:00 |
|
Robert Schulze
|
75ca2dd0e2
|
Merge remote-tracking branch 'origin/master' into rs/qc-cachebase
|
2023-03-15 10:55:53 +00:00 |
|
Alexey Milovidov
|
e952ecae8c
|
Add Decimal256 to a lot of places
|
2023-03-14 22:10:52 +01:00 |
|
Maksim Kita
|
26ba62bb9e
|
ReadFromMergeTree explain prewhere and row policy actions
|
2023-03-14 18:02:56 +01:00 |
|
Anton Popov
|
d2a8cd3ed4
|
fix performance regression
|
2023-03-14 14:51:28 +00:00 |
|
SmitaRKulkarni
|
52b6976822
|
Merge pull request #47495 from ClickHouse/Parameterized_view_bug_fix_47287_47247
Parameterized view bug fix 47287 47247
|
2023-03-14 14:33:44 +01:00 |
|
Adam Rutkowski
|
694ba01c78
|
Fix typo
|
2023-03-14 12:48:00 +01:00 |
|
Nikolai Kochetov
|
e8f42e5fb3
|
Fix aliases in analyzeAggregateProjection. Remove setting from test.
|
2023-03-14 11:26:35 +00:00 |
|
Alexander Tokmakov
|
5a1ee881f8
|
Merge pull request #47547 from ClickHouse/filter_too_frequent_logs
Hide too noisy log messages, fix some tests
|
2023-03-14 13:53:21 +03:00 |
|
Nikolai Kochetov
|
396e1b45a4
|
Merge pull request #47433 from ClickHouse/apply-settings-for-explain-earlier
Apply settings for EXPLAIN earlier (in the same way we do for SELECT).
|
2023-03-14 11:52:20 +01:00 |
|
Nikolai Kochetov
|
0298a96d81
|
Merge pull request #47451 from ClickHouse/disable-logical-expression-optimizer-with-aliases
Disable logical expression optimizer for expression with aliases.
|
2023-03-14 11:51:24 +01:00 |
|
Nikolai Kochetov
|
be0ae6a238
|
Merge pull request #47537 from ClickHouse/lc_null_as_default
Fix block structure mismatch for nullable LowCardinality column
|
2023-03-14 11:45:39 +01:00 |
|
Robert Schulze
|
73afae2d3f
|
Introduce TTLCachePolicy
|
2023-03-14 09:45:20 +00:00 |
|
Alexander Tokmakov
|
ba6c6255a3
|
hide too noisy log messages, fix some tests
|
2023-03-14 00:23:36 +01:00 |
|
Alexey Milovidov
|
14647525f8
|
Merge branch 'fix-bson-bug' of github.com:Avogar/ClickHouse into fuzzer-of-data-formats
|
2023-03-13 22:45:00 +01:00 |
|
Nikolai Kochetov
|
669a92bae0
|
Merge branch 'master' into aggregate-projections-analysis-query-plan
|
2023-03-13 19:55:49 +01:00 |
|
Alexey Milovidov
|
741acf18c3
|
Merge branch 'master' into disable-logical-expression-optimizer-with-aliases
|
2023-03-13 21:41:55 +03:00 |
|
Nikolai Kochetov
|
650427614f
|
Fix block structure mismatch for nullable LowCardinality column with default expression.
|
2023-03-13 17:57:07 +00:00 |
|
Roman Vasin
|
36c639ed2f
|
Fix grants hierarchy for temporary tables and comment about default engine
|
2023-03-13 16:39:15 +00:00 |
|
Alexander Tokmakov
|
ee6c18cbc6
|
Better error after failed Ordinary-to-Atomic conversion (#47487)
* better error on failed Ordinary-to-Atomic conversion
* fix test
* Update loadMetadata.cpp
|
2023-03-13 19:13:49 +03:00 |
|