Commit Graph

110290 Commits

Author SHA1 Message Date
Nikolai Kochetov
91a2f39c0c
Merge branch 'master' into fix-optimize-aggregate-in-order-with-aliases 2023-03-10 21:17:02 +01:00
Nikolai Kochetov
aaecc233b2 Disable logical expression optimizer for expression with aliases. Never use it with optimize_min_equality_disjunction_chain_length=0 2023-03-10 20:14:35 +00:00
Alexander Tokmakov
30b75c98f5
Merge branch 'master' into suppress_hung_check_with_ubsan 2023-03-10 23:09:26 +03:00
Vladimir C
81380356a3
Merge pull request #47450 from ClickHouse/vdimir/fix_01429_join_on_error_messages 2023-03-10 21:08:27 +01:00
vdimir
3e7510a584
Fix 01429_join_on_error_messages 2023-03-10 19:56:53 +00:00
Nikolai Kochetov
2fc5864a11 Fix aggregation-in-order with aliases. 2023-03-10 19:37:42 +00:00
Robert Schulze
348a40aa5d
Compile with C++23 2023-03-10 19:11:58 +00:00
Nikolai Kochetov
f3189b89ee Update test. 2023-03-10 18:35:22 +00:00
Nikolai Kochetov
d2c28fb555 Apply settings for explain subquery as well. 2023-03-10 18:29:13 +00:00
Boris Kuschel
1df592b06b
Remove exclusion 2023-03-10 13:04:32 -05:00
Alexander Tokmakov
800523b19b
Merge pull request #47448 from ClickHouse/auto/v23.2.4.12-stable
Update version_date.tsv and changelogs after v23.2.4.12-stable
2023-03-10 21:04:00 +03:00
Boris Kuschel
d26466bab9 aspell corrections 2023-03-10 13:01:26 -05:00
Boris Kuschel
54dad1f72a Fix typos 2023-03-10 13:01:26 -05:00
Boris Kuschel
dc0858475d Add s390x cross build instructions 2023-03-10 13:01:26 -05:00
robot-clickhouse
363989f3f8 Update version_date.tsv and changelogs after v23.2.4.12-stable 2023-03-10 17:56:29 +00:00
Robert Schulze
62688a2aee
Merge pull request #47160 from ClickHouse/rs/cleanup-default-value-docs
Docs: Cleanup default value docs
2023-03-10 18:40:54 +01:00
MeenaRenganathan22
f4f7336fd0 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into KRB_CVE_Fix 2023-03-10 09:08:02 -08:00
MeenaRenganathan22
65890de50c Updating the submodule to the new PR#9 2023-03-10 09:05:25 -08:00
Robert Schulze
9bcd93d959
Update InterpreterInsertQuery.cpp 2023-03-10 17:47:42 +01:00
Antonio Bonuccelli
75d91f633d
Merge branch 'master' into async_insert_max_query_number 2023-03-10 17:11:05 +01:00
kolechenkov
d20cbfe051
Update gui.md
Update information about Yandex DataLens
2023-03-10 19:00:02 +03:00
Kruglov Pavel
f387e6013a
Merge pull request #46990 from Avogar/native-types-conversions
Allow types conversion in Native input format
2023-03-10 16:55:16 +01:00
Kruglov Pavel
8c37540288
Merge pull request #47410 from Avogar/fix-csv-big-numbers-inference
Fix big numbers inference in CSV
2023-03-10 16:52:27 +01:00
Antonio Bonuccelli
8819860b14
Merge branch 'master' into async_insert_max_query_number 2023-03-10 16:45:55 +01:00
Nikolai Kochetov
f6ac225f98 Apply settings for EXPLAIN earlier (in the same way we do for SELECT). 2023-03-10 15:24:47 +00:00
Vladimir C
12480f60b5
Merge pull request #47068 from ClickHouse/vdimir/auto-join-cross 2023-03-10 16:12:46 +01:00
nellicus
6f4833f2c3 add async_insert_max_query_number 2023-03-10 16:10:31 +01:00
Alexander Tokmakov
bb8f0cb3ab
Update stress.py 2023-03-10 18:09:32 +03:00
Dmitry Novik
2699ef477f Move visitor 2023-03-10 14:36:56 +00:00
Alexander Tokmakov
d95b69ca76
Update stress.py 2023-03-10 17:22:09 +03:00
Alexander Tokmakov
3c5cb817d7
Update stress.py 2023-03-10 17:04:38 +03:00
robot-clickhouse
ce3ab32d89 Automatic style fix 2023-03-10 13:53:47 +00:00
Arthur Passos
dd77962048 refactor to use string instead of string_views 2023-03-10 10:42:22 -03:00
Dan Roscigno
5c03df2f1c
Merge branch 'master' into rs/cleanup-default-value-docs 2023-03-10 08:37:59 -05:00
Alexander Tokmakov
e3d71f4f1b suppress hung check with ubsan 2023-03-10 14:36:05 +01:00
Alexander Tokmakov
c2611c3ba9
Merge pull request #47421 from ClickHouse/tylerhannan-patch-1
Update README.md
2023-03-10 15:34:08 +03:00
Sema Checherinda
1260f6910f
Merge pull request #47398 from CheSema/additional-asserts
add checks for ptr
2023-03-10 12:32:51 +01:00
Mike Kot
b17ba66353
Be more explicit about functional tests output location 2023-03-10 14:25:54 +03:00
Konstantin Morozov
e82539858a refactoring: update functional test 2023-03-10 11:56:48 +01:00
Konstantin Morozov
08fdf42cd8 Merge branch 'master' into indices-storage-memory/update-read 2023-03-10 11:51:06 +01:00
Maksim Kita
42dab92774
Merge pull request #47196 from Algunenano/multierror_support
Add support for different expected errors
2023-03-10 13:02:41 +03:00
Tyler Hannan
40eed939cc
Update README.md
Slacks invite links are unpleasant. We now redirect so we don't have to constantly change.
2023-03-10 10:07:53 +01:00
Antonio Andelic
83a3243758
Merge pull request #47065 from ClickHouse/debug-keeper
Fix Keeper with `force_sync = false`
2023-03-10 09:27:13 +01:00
Alexey Milovidov
6f35d46ac8
Update SchemaInferenceUtils.cpp 2023-03-10 05:01:06 +03:00
Alexey Milovidov
2643ad3049
Merge pull request #47411 from ClickHouse/kssenii-patch-6
Update LRUFileCachePriority.cpp
2023-03-10 03:30:35 +03:00
Dmitry Novik
1f59536d4a Remove whitespaces 2023-03-10 00:03:48 +00:00
Rich Raposa
7aee4eeb8c
Merge pull request #47413 from ClickHouse/revert-47407-standardize-adminitions
Revert "standardize admonitions"
2023-03-09 14:59:34 -07:00
Dan Roscigno
6dab5db046
Merge pull request #47278 from den-crane/patch-66
Doc. Update exponentialmovingaverage.md
2023-03-09 16:42:03 -05:00
robot-clickhouse-ci-2
80c3e387c1
Merge pull request #47389 from DerekChia/patch-1
Update Prometheus port to 9363
2023-03-09 22:39:28 +01:00
Rich Raposa
de68dade71
Revert "standardize admonitions" 2023-03-09 14:30:40 -07:00