Nikita Mikhaylov
|
61df569c9a
|
Merge pull request #62416 from Blargian/document_regionXYZ
[Docs] add regionXYZ functions
|
2024-04-26 11:08:54 +00:00 |
|
Raúl Marín
|
529a7f5169
|
Add test for #42769
|
2024-04-26 13:07:51 +02:00 |
|
Nikita Mikhaylov
|
ea41ba2640
|
Merge pull request #62838 from Blargian/document_roundXYZ
[Docs] update roundXYZ
|
2024-04-26 11:07:09 +00:00 |
|
Nikita Mikhaylov
|
d17bed359f
|
Merge pull request #63018 from realyota/operation-tips-huge-pages-typo
Fix a typo in operation tips transparent huge pages
|
2024-04-26 11:07:01 +00:00 |
|
robot-clickhouse
|
a1471abdcd
|
Automatic style fix
|
2024-04-26 10:52:57 +00:00 |
|
Max Kainov
|
a45ad73544
|
CI: fix ci config to run FT in MQ
|
2024-04-26 10:48:00 +00:00 |
|
Nikita Mikhaylov
|
0643076ec4
|
Bump
|
2024-04-26 12:24:57 +02:00 |
|
Raúl Marín
|
2cbc6dd0f8
|
Merge pull request #63016 from dilet6298/patch-1
Update CHANGELOG.md
|
2024-04-26 10:22:12 +00:00 |
|
Robert Schulze
|
c68a96eec3
|
Cosmetics, pt. III
|
2024-04-26 10:21:44 +00:00 |
|
Kseniia Sumarokova
|
75bbb67069
|
Merge pull request #62842 from ClickHouse/fix-check-in-http-handler
Allow quota key with different auth scheme in HTTPHandler
|
2024-04-26 10:21:02 +00:00 |
|
Kseniia Sumarokova
|
ce5ea3b05a
|
Merge pull request #62925 from ClickHouse/fix-temporary-data-in-cache-base-directory-creation
Fix temporary data in cache incorrectly processing failure of cache key directory creation
|
2024-04-26 10:17:45 +00:00 |
|
Kseniia Sumarokova
|
ebbc1b0d1d
|
Merge pull request #62998 from ClickHouse/temporary-data-in-cache-fix-abort
Fix terminate with uncaught exception in temporary data in cache
|
2024-04-26 10:15:20 +00:00 |
|
Robert Schulze
|
c3be6728c8
|
Cosmetics, pt. II
|
2024-04-26 10:12:16 +00:00 |
|
Robert Schulze
|
218591ee4a
|
Cosmetics
|
2024-04-26 10:04:29 +00:00 |
|
Max K
|
13fb9e6b8a
|
Merge pull request #62963 from ClickHouse/revert-62927-revert-62588-ci_fast_t_in_mq
Reapply: CI add FT to MQ remove Style from master
|
2024-04-26 10:02:20 +00:00 |
|
Maciej Bak
|
c4965eda63
|
Fix a typo in operation tips transparent huge pages
|
2024-04-26 11:05:38 +02:00 |
|
dilet6298
|
5a3f8461c8
|
Update CHANGELOG.md
Fixing some typo's that I saw while reading the most recent version
|
2024-04-26 11:38:37 +03:00 |
|
Mikhail f. Shiryaev
|
0d153094d5
|
Merge pull request #63014 from ClickHouse/auto/v23.8.13.25-lts
Update version_date.tsv and changelogs after v23.8.13.25-lts
|
2024-04-26 08:31:19 +00:00 |
|
Smita Kulkarni
|
3ace11f92d
|
Merge branch 'master' into Azure_write_buffer_parallel_upload
|
2024-04-26 10:27:41 +02:00 |
|
Max Kainov
|
6866382326
|
minor update for MCheck in the MQ
|
2024-04-26 08:25:25 +00:00 |
|
Mikhail f. Shiryaev
|
c3745f603e
|
Merge pull request #62886 from ilejn/kerberized_hadoop_dockerfile
Build kererberized_hadoop image by downloading commons-daemon via https
|
2024-04-26 08:10:04 +00:00 |
|
robot-clickhouse
|
3a4e1e4b96
|
Update version_date.tsv and changelogs after v23.8.13.25-lts
|
2024-04-26 07:56:18 +00:00 |
|
Nikita Mikhaylov
|
0c8775ac73
|
Merge pull request #62502 from Blargian/document_flattenTuple
[Docs] add missing `flattenTuple` function
|
2024-04-25 23:17:51 +00:00 |
|
Nikita Mikhaylov
|
a3e746c438
|
Fix style
|
2024-04-25 20:17:20 +00:00 |
|
Nikita Mikhaylov
|
a8683a8bd5
|
Remove the setting from tests
|
2024-04-25 22:13:14 +02:00 |
|
Nikita Mikhaylov
|
8e63946b6d
|
Fix clang-tidy
|
2024-04-25 19:57:29 +00:00 |
|
Raúl Marín
|
09ff42de0f
|
Remove optimize_monotonous_functions_in_order_by
|
2024-04-25 21:46:15 +02:00 |
|
Alexander Tokmakov
|
9de7a95178
|
Update DatabaseReplicated.cpp
|
2024-04-25 20:34:08 +02:00 |
|
Yarik Briukhovetskyi
|
21b88c5041
|
added execution permission for test file
|
2024-04-25 18:02:51 +00:00 |
|
kssenii
|
acd7292be0
|
Fix abort in temporary data in cache
|
2024-04-25 20:00:40 +02:00 |
|
Pablo Marcos
|
39deb3ee7f
|
Convert index to a shared_ptr to allow unloading primary keys while queries use them
|
2024-04-25 19:56:21 +02:00 |
|
Yarik Briukhovetskyi
|
64cb638717
|
add tests and changed implementation
|
2024-04-25 19:46:20 +02:00 |
|
Kseniia Sumarokova
|
f85d967f11
|
Merge pull request #62967 from ClickHouse/better-assertion-message-in-cache
Better exception message
|
2024-04-25 17:16:40 +00:00 |
|
Igor Nikonov
|
a4a6581be3
|
UUIDStringToNum/UUIDNumToString: enforce second parameter to be constant
|
2024-04-25 17:12:50 +00:00 |
|
Yarik Briukhovetskyi
|
f623ee99f8
|
Update message for clickhouse local
|
2024-04-25 18:57:42 +02:00 |
|
Yarik Briukhovetskyi
|
5b4b4087e3
|
fixed build, moved verbose to help, fixed exception message
|
2024-04-25 18:51:17 +02:00 |
|
Yarik Briukhovetskyi
|
87c54b79ef
|
revert changes for clickhouse benchmark
|
2024-04-25 18:34:28 +02:00 |
|
Yarik Briukhovetskyi
|
281fe68622
|
allow all settings if not --help
|
2024-04-25 18:28:09 +02:00 |
|
Pablo Marcos
|
24b84ef68a
|
Merge branch 'master' into pamarcos/system-unload-primary-key
|
2024-04-25 18:26:14 +02:00 |
|
Alexander Tokmakov
|
1e1bac513a
|
Update ExecutionThreadContext.cpp
|
2024-04-25 18:13:09 +02:00 |
|
Nikita Mikhaylov
|
6c7752d4c5
|
Merge pull request #62632 from pakud/patch-1
documenting alternative syntax that's supported for DATE_ADD, DATE_SUB
|
2024-04-25 15:54:07 +00:00 |
|
Nikita Mikhaylov
|
239f9e2059
|
Better
|
2024-04-25 15:50:29 +00:00 |
|
Raúl Marín
|
5b4190f0b5
|
Merge pull request #62965 from Algunenano/03128_argMin_combinator_projection_flaky
Fix flaky 03128_argMin_combinator_projection
|
2024-04-25 15:49:01 +00:00 |
|
Alexander Tokmakov
|
8fc69974d8
|
Update PushingAsyncPipelineExecutor.cpp
|
2024-04-25 17:43:39 +02:00 |
|
Yarik Briukhovetskyi
|
d87bd11d41
|
Update Benchmark.cpp
|
2024-04-25 17:43:24 +02:00 |
|
Yarik Briukhovetskyi
|
aae67062bf
|
Update Benchmark.cpp
|
2024-04-25 17:27:58 +02:00 |
|
Nikita Taranov
|
6a3acd71bb
|
make tets lighter
|
2024-04-25 16:27:23 +01:00 |
|
Yarik Briukhovetskyi
|
317017c495
|
small fixes
|
2024-04-25 17:24:03 +02:00 |
|
Alexander Tokmakov
|
84402f4b5b
|
Update ExecutionThreadContext.cpp
|
2024-04-25 17:06:08 +02:00 |
|
Yarik Briukhovetskyi
|
a36d86f63a
|
add --verbose for help and suggest to use system.settings
|
2024-04-25 17:01:34 +02:00 |
|