Yarik Briukhovetskyi
|
b8073a6667
|
Merge branch 'master' into time_buckets_impl
|
2024-04-10 13:21:42 +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 |
|
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 |
|
peter279k
|
06bbf97cc0
|
Update example
|
2024-04-10 18:12:29 +08:00 |
|
Dmitry Novik
|
443d3175af
|
Merge pull request #62433 from kitaisreal/optimize-group-by-injective-functions-pass-remove-unused-constant
OptimizeGroupByInjectiveFunctionsPass remove unused constant
|
2024-04-10 10:10:37 +00:00 |
|
peter279k
|
927c5ca1fc
|
Update example
|
2024-04-10 18:09:02 +08:00 |
|
Robert Schulze
|
31fe20d7d3
|
Merge pull request #62478 from rschu1ze/fix-clang-tidy-build
Fix clang-tidy build
|
2024-04-10 10:04:48 +00:00 |
|
Robert Schulze
|
1f48b97d23
|
Fix clang-tidy build
|
2024-04-10 09:56:54 +00:00 |
|
loselarry
|
7774a2a313
|
chore: fix some comments
Signed-off-by: loselarry <bikangning@yeah.net>
|
2024-04-10 17:21:25 +08:00 |
|
Nikolai Kochetov
|
25d64d490a
|
Merge pull request #62409 from ClickHouse/fix-global-in-table-with-analyzer
Fix GLOBAL IN table queries with analyzer.
|
2024-04-10 07:04:21 +00:00 |
|
peter279k
|
01f3d57e4b
|
Add upper and upperUTF8 function usage
|
2024-04-10 14:28:10 +08:00 |
|
peter279k
|
b96543e57e
|
Add translateUTF8 function usage
|
2024-04-10 14:25:49 +08:00 |
|
Nikolay Degterinsky
|
b8e809ff32
|
Merge pull request #62422 from Blargian/document_wyHash64
[Docs] add wyHash64 function
|
2024-04-09 23:08:20 +00:00 |
|
Alexander Tokmakov
|
8a28cbc865
|
Merge pull request #62418 from azat/uncaught-exception-onFault
Avoid uncaught exception for onFault handler
|
2024-04-09 21:59:19 +00:00 |
|
Robert Schulze
|
8167b774b5
|
Merge pull request #62307 from rschu1ze/cleanup-ssh
Cleanup SSH-based authentication code
|
2024-04-09 21:10:09 +00:00 |
|
Robert Schulze
|
007ae001de
|
Merge pull request #62075 from Blargian/document_multiSearchXYZ
[Docs] add multiSearchXYZ functions
|
2024-04-09 21:02:01 +00:00 |
|
Alexander Tokmakov
|
8f423b9fd4
|
Merge pull request #62421 from ClickHouse/tavplubix-patch-13
Update StorageFileLog.cpp
|
2024-04-09 20:41:28 +00:00 |
|
Robert Schulze
|
c843b411da
|
Merge pull request #62450 from Blargian/document_l2SquaredNorm
[Docs] add L2SquaredNorm function
|
2024-04-09 20:33:58 +00:00 |
|
Robert Schulze
|
c25ad7a229
|
Merge pull request #62448 from Blargian/document_tupleXYZ
[Docs] add tupleXYZ functions
|
2024-04-09 20:33:55 +00:00 |
|
Robert Schulze
|
56f54c1b5a
|
Merge pull request #62454 from Blargian/document_kostikConsistentHash
[Docs] add kostikConsistentHash
|
2024-04-09 19:18:06 +00:00 |
|
Nikolai Kochetov
|
de2a5f018f
|
Update CollectSets.cpp
|
2024-04-09 20:40:40 +02:00 |
|
Raúl Marín
|
ad385238da
|
Merge pull request #62435 from Blargian/document_uniqCombined64
[Docs] add uniqCombined64 function
|
2024-04-09 18:20:38 +00:00 |
|
Blargian
|
9b35c637c1
|
Add SquaredNorm to aspell-ignore
|
2024-04-09 20:19:47 +02:00 |
|
Blargian
|
9a6b987b00
|
Add kostikConstantHash related words to aspell-dict
|
2024-04-09 20:16:59 +02:00 |
|
Raúl Marín
|
c6d3f1caa9
|
Merge pull request #62397 from Algunenano/phony
Fix one phony case
|
2024-04-09 18:15:00 +00:00 |
|
Blargian
|
077c57a4c9
|
Add functions and word moduli to aspell-dict
|
2024-04-09 20:14:50 +02:00 |
|
Max Kainov
|
98c1cc7747
|
new gh runner version 2.315.0
|
2024-04-09 17:09:04 +00:00 |
|
Yarik Briukhovetskyi
|
17d3d57f9f
|
fix flaky result
|
2024-04-09 18:01:12 +02:00 |
|
Blargian
|
9419c0f788
|
remove l2squared
|
2024-04-09 17:53:00 +02:00 |
|
Robert Schulze
|
76ebaedfd2
|
Cosmetics
|
2024-04-09 15:45:35 +00:00 |
|
Blargian
|
7aac552fab
|
Add missing kostikConsistentHash
|
2024-04-09 17:44:41 +02:00 |
|
Robert Schulze
|
c7cb33d035
|
Better parsing
|
2024-04-09 15:43:08 +00:00 |
|
Nikolai Kochetov
|
283fc115ba
|
Updating the test.
|
2024-04-09 15:17:26 +00:00 |
|
Blargian
|
8369f8d8c1
|
Add missing l2SquaredNorm function
|
2024-04-09 16:54:09 +02:00 |
|
Blargian
|
d5014b2d0e
|
Add missing L2SquaredNorm function
|
2024-04-09 16:44:07 +02:00 |
|
Robert Schulze
|
22e164c65d
|
Merge pull request #62375 from rschu1ze/static-instance2
Don't access static members through instance, pt. II
|
2024-04-09 14:37:24 +00:00 |
|
Blargian
|
de8d31685d
|
Minor edit
|
2024-04-09 16:26:35 +02:00 |
|
pufit
|
49de538741
|
Merge pull request #62446 from azat/fix-completion
Fix completion of available ClickHouse tools
|
2024-04-09 14:25:34 +00:00 |
|
Peter
|
42a906dca9
|
Remove useless param, fix typo and query result
|
2024-04-09 22:17:00 +08:00 |
|
Kseniia Sumarokova
|
ebf4f79a34
|
Merge pull request #61723 from ClickHouse/better-dynamic-cache-resize-part-2
Speed up dynamic resize of filesystem cache
|
2024-04-09 13:54:07 +00:00 |
|
Blargian
|
e07a614006
|
Add missing tests for tupleIntXYZ and tupleModulo, tupleModuloByNumber
|
2024-04-09 15:52:59 +02:00 |
|