Anton Popov
|
8d813b6594
|
Merge remote-tracking branch 'upstream/master' into azure-profile-events
|
2024-04-10 14:40:54 +00:00 |
|
Nikolai Kochetov
|
e87b5daa2d
|
Merge pull request #62236 from ClickHouse/group-by-use-nulls-another-fix
Fix another logical error in group_by_use_nulls.
|
2024-04-10 14:37:15 +00:00 |
|
Robert Schulze
|
c8f0fec3a4
|
Merge pull request #62491 from rschu1ze/docs-date_add
Docs: Update function `date_add`
|
2024-04-10 14:32:11 +00:00 |
|
Nikolai Kochetov
|
c6f2b9bbdc
|
Update test.
|
2024-04-10 14:24:04 +00:00 |
|
Robert Schulze
|
4ed518d6ad
|
Docs: Update date_add
|
2024-04-10 14:21:55 +00:00 |
|
Nikolai Kochetov
|
5c6a3f1b76
|
Review fixes.
|
2024-04-10 14:21:10 +00:00 |
|
Konstantin Bogdanov
|
fd0f6418e2
|
Merge branch 'master' into faster_01676_clickhouse_client_autocomplete
|
2024-04-10 16:15:21 +02:00 |
|
Max Kainov
|
2e4e3187d5
|
merge sync pr on push to master
|
2024-04-10 13:49:49 +00:00 |
|
Anton Popov
|
4a8c1bf6a3
|
Merge pull request #62306 from CurtizJ/azure-retryable-errors
Better handling of errors from azure storage
|
2024-04-10 13:38:33 +00:00 |
|
Nikita Taranov
|
29436417ea
|
Merge pull request #62487 from nickitat/fix_01592_long_window_functions1
Disable external sort in 01592_long_window_functions1
|
2024-04-10 13:38:03 +00:00 |
|
yokofly
|
e4cb27eda3
|
fix macOS binary install
the usr/bin is not suitable for macOS
https://superuser.com/questions/933019/sudo-cant-create-file-in-usr-bin-in-el-capitan
after apply this patch, we can `sudo ./clickhouse --install` on MacOS
|
2024-04-10 21:27:48 +08:00 |
|
Smita Kulkarni
|
49a9fc8d59
|
Merge branch 'master' into Fix_azure_restore
|
2024-04-10 15:14:21 +02:00 |
|
Robert Schulze
|
b072c8bc5c
|
Merge pull request #62456 from jaymebrd/add-hostname-blob_storage_log-system-table
Add missing `hostname` column to `blob_storage_log` system table
|
2024-04-10 13:08:00 +00:00 |
|
Nikita Mikhaylov
|
f0d7f3b44f
|
Style fixes
|
2024-04-10 15:05:32 +02:00 |
|
Robert Schulze
|
84525faee8
|
Merge remote-tracking branch 'ClickHouse/master' into add-hostname-blob_storage_log-system-table
|
2024-04-10 13:02:44 +00:00 |
|
Konstantin Bogdanov
|
84e3e64778
|
Merge pull request #62469 from peter279k/add_uptime_func_usage
Document function `uptime`
|
2024-04-10 13:00:24 +00:00 |
|
Nikita Taranov
|
7bf4976198
|
impl
|
2024-04-10 12:57:48 +00:00 |
|
Kruglov Pavel
|
7a3bfb31e8
|
Merge pull request #62086 from KevinyhZou/improve_hive_text_read_by_replace_settings
Improve hive text read by allow variable number of fields
|
2024-04-10 12:49:59 +00:00 |
|
Alexey Milovidov
|
a2154418ee
|
Merge pull request #62123 from ClickHouse/full-syntax-highlight
Rich syntax highlighting in the client
|
2024-04-10 14:58:32 +02:00 |
|
Alexey Milovidov
|
1bae493ef7
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into full-syntax-highlight
|
2024-04-10 14:57:36 +02:00 |
|
Kruglov Pavel
|
8ef64b0581
|
Merge pull request #61476 from Avogar/better-stress-upgrade-checks
Ignore DROP queries in stress test with 1/2 probability and TRUNCATE Memory/JOIN table instead of ignoring DROP in upgrade check
|
2024-04-10 12:43:22 +00:00 |
|
Kruglov Pavel
|
d70b6220e0
|
Merge pull request #61720 from Avogar/try-fix-arrow-abort
Try to fix abort in arrow
|
2024-04-10 12:43:09 +00:00 |
|
Sergei Trifonov
|
027c8a85d7
|
Merge pull request #62453 from ClickHouse/lower-contention-on-stacktrace-cache
Use shared mutex for global stacktrace cache
|
2024-04-10 12:12:15 +00:00 |
|
serxa
|
5d576bb268
|
Merge branch 'master' into lower-contention-on-stacktrace-cache
|
2024-04-10 12:08:21 +00:00 |
|
Nikolai Kochetov
|
715e6d90d7
|
Removing 02203_shebang.bak
|
2024-04-10 11:56:32 +00:00 |
|
Nikolai Kochetov
|
e76aefac9c
|
Removing users.xml
|
2024-04-10 11:55:38 +00:00 |
|
Igor Nikonov
|
ffc40464c5
|
Merge pull request #62408 from ClickHouse/add-part-name-in-check-part-exception
Add part name to check part exception message
|
2024-04-10 11:39:58 +00:00 |
|
Dmitry Novik
|
14566fcfaa
|
Merge pull request #62362 from ucasfl/analyzer-position-arguments
Fix analyzer with positional arguments in distributed query
|
2024-04-10 11:17:28 +00:00 |
|
vdimir
|
4560f7c8c2
|
Merge pull request #62333 from ClickHouse/vdimir/check_max_insert_threads_support
Do not build multithread insert pipeline for tables without support
|
2024-04-10 11:14:13 +00:00 |
|
flynn
|
eeeb8f3473
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into analyzer-position-arguments
|
2024-04-10 11:12:34 +00:00 |
|
Konstantin Bogdanov
|
216a3e2eeb
|
Reformat
|
2024-04-10 13:08:38 +02:00 |
|
Konstantin Bogdanov
|
fb0c28a5b3
|
Add debug logging
|
2024-04-10 13:08:38 +02:00 |
|
Konstantin Bogdanov
|
414b028931
|
Support synchronous completions in local server too
|
2024-04-10 13:08:38 +02:00 |
|
Konstantin Bogdanov
|
afb52b6369
|
Undo breaking statement
|
2024-04-10 13:08:38 +02:00 |
|
Konstantin Bogdanov
|
c8598bdb54
|
Add a flag to load suggestion data synchronously
|
2024-04-10 13:08:38 +02:00 |
|
Konstantin Bogdanov
|
aba3bbaeb6
|
Replace Tcl version with Python
|
2024-04-10 13:08:32 +02:00 |
|
Robert Schulze
|
99cef9deee
|
Merge pull request #62376 from rschu1ze/qc-system-tables
Query cache: ignore results of queries against system tables
|
2024-04-10 11:03:31 +00:00 |
|
Nikita Taranov
|
f54b3438b1
|
Merge pull request #61544 from nickitat/add_version_history
Write `binary version -> commit hash` mapping to CI database (in private)
|
2024-04-10 10:55:16 +00:00 |
|
Robert Schulze
|
d1bd7e08e4
|
Merge remote-tracking branch 'rschu1ze/master' into qc-system-tables
|
2024-04-10 10:55:16 +00:00 |
|
Yarik Briukhovetskyi
|
957c58ce28
|
Merge pull request #62039 from zhongyuankai/memory_table_modify_setting
Support ALTER MODIFY SETTING for Memory tables
|
2024-04-10 10:55:01 +00:00 |
|
Yarik Briukhovetskyi
|
7d3ad8a83a
|
Merge pull request #62405 from peter279k/improve_opensky_dataset
Remove useless param, fix typo and query result
|
2024-04-10 10:54:30 +00:00 |
|
Nikita Taranov
|
e34d9fb743
|
Merge branch 'master' into add_version_history
|
2024-04-10 12:48:11 +02:00 |
|
János Benjamin Antal
|
af6ded7382
|
Merge pull request #62221 from azat/pager-output_format_pretty_max_value_width
Unlimited output_format_pretty_max_value_width for --pager
|
2024-04-10 10:46:55 +00:00 |
|
Robert Schulze
|
fccfdc9edb
|
Merge pull request #62477 from loselarry/master
Docs: Minor grammar fixes
|
2024-04-10 10:35:23 +00:00 |
|
Robert Schulze
|
7064f34eae
|
Merge pull request #62472 from peter279k/add_upper_upperutf8_usage
Document functions `upper` and `upperUTF8`
|
2024-04-10 10:19:50 +00:00 |
|
vdimir
|
ecebeefabe
|
Merge branch 'master' into vdimir/join_on_expression_optimizer_fix
|
2024-04-10 12:18:21 +02:00 |
|
Mikhail f. Shiryaev
|
95f846edd2
|
Merge pull request #62461 from ClickHouse/ci_update_runner_version
CI: gh runner version 2.315.0
|
2024-04-10 10:15:46 +00:00 |
|
Robert Schulze
|
dd26b73d6a
|
Merge pull request #62473 from peter279k/translateutf8_usage
Document function `translateUTF8`
|
2024-04-10 10:14:38 +00:00 |
|
Raúl Marín
|
444ad3bf62
|
Fix random clang tidy warning
|
2024-04-10 12:12:53 +02:00 |
|
peter279k
|
06bbf97cc0
|
Update example
|
2024-04-10 18:12:29 +08:00 |
|