Commit Graph

131850 Commits

Author SHA1 Message Date
Robert Schulze
b5d7ea2b02
Introduce OrNull() overloads for punycodeEncode/Decode() 2024-01-03 10:50:00 +00:00
Robert Schulze
45613f1d14
Refactor punycodeEncode/Decode() functions to inerit from IFunction directly 2024-01-03 09:18:25 +00:00
Robert Schulze
2186aa8f21
Revert "Revert "Implement punycode encoding/decoding""
This reverts commit 345d29a3c1.
2024-01-03 08:03:01 +00:00
Alexey Milovidov
ce13b21d95
Merge pull request #58439 from ClickHouse/slightly-better-test
Make a test not depend on the lack of floating point associativity
2024-01-03 00:07:29 +01:00
Alexey Milovidov
eb930efebb
Merge pull request #57732 from ClickHouse/load-metadata-threads
Increase `load_metadata_threads` to 16
2024-01-02 22:26:18 +01:00
Alexey Milovidov
adae89a8ae Make a test not depend on the lack of floating point associativity 2024-01-02 21:59:32 +01:00
Alexey Milovidov
029b1326e0
Merge pull request #58399 from ClickHouse/minor-fixes-lambda
Fix a comment; remove unused method; stop using pointers
2024-01-02 19:21:00 +01:00
Nikolay Degterinsky
debbeb505d
Merge pull request #58409 from ClickHouse/evillique-patch-1
Fix test_user_valid_until
2024-01-02 17:06:11 +01:00
Yakov Olkhovskiy
5633fb8145
Merge pull request #56064 from ClickHouse/feature-server-iface-metrics
Use CH Buffer for HTTP out stream, add metrics for interfaces
2024-01-02 10:17:52 -05:00
Kruglov Pavel
e69bda7f08
Merge pull request #57438 from Avogar/fix-resetting-buffers
Fix working with read buffers in StreamingFormatExecutor
2024-01-02 15:34:35 +01:00
Kruglov Pavel
474d7abfda
Merge pull request #57774 from Avogar/local-default-database-name
Change default database name in clickhouse-local to 'default'
2024-01-02 15:29:45 +01:00
Nikolay Degterinsky
004730fe87
Fix test_user_valid_until 2024-01-02 14:50:28 +01:00
Alexander Tokmakov
d13abac912
Merge pull request #58333 from ClickHouse/fix_no_such_key_detached_part
Fix lost blobs after dropping a replica with broken detached parts
2024-01-02 14:21:55 +01:00
Alexey Milovidov
6a4409200e DatabaseReplicated: too much success 2024-01-01 22:01:25 +01:00
robot-ch-test-poll4
657da6b55e
Merge pull request #58398 from ClickHouse/bad-formatting-timediff
Fix bad formatting of the `timeDiff` compatibility alias
2024-01-01 21:37:06 +01:00
robot-ch-test-poll3
5d777bcbd2
Merge pull request #58395 from bharatnc/ncb/fix-db-engine-validation
fix database engine validation inside database factory
2024-01-01 20:50:37 +01:00
Alexey Milovidov
ec15e68348
Merge pull request #46316 from ClickHouse/mysql-macos
What happens if MySQL is enabled for macOS?
2024-01-01 20:36:47 +01:00
Alexey Milovidov
7ee8708fa6 Remove useless headers 2024-01-01 19:29:51 +01:00
Alexey Milovidov
e4444e1db4 More minor changes 2024-01-01 19:17:04 +01:00
Alexey Milovidov
1564b94761
Merge pull request #58391 from ClickHouse/add-test-38534
Add a test for #38534
2024-01-01 18:54:16 +01:00
Alexey Milovidov
4172057a4e Fix a comment; remove unused method; stop using pointers 2024-01-01 18:46:38 +01:00
Alexey Milovidov
59cbae885e Implement the missing parts 2024-01-01 18:30:06 +01:00
Alexey Milovidov
691803cc94 Merge branch 'master' into mysql-macos 2024-01-01 17:59:26 +01:00
Alexey Milovidov
974cf132d4 Fix bad formatting of the timeDiff compatibility alias 2024-01-01 17:45:23 +01:00
Bharat Nallan Chakravarthy
ed463ea166 Merge upstream/master into ncb/fix-db-engine-validation 2024-01-01 08:38:16 -08:00
Alexey Milovidov
ccc70b62eb
Update 02960_partition_by_udf.sql 2024-01-01 18:33:30 +03:00
Alexey Milovidov
1f5e0f52ff
Merge pull request #58397 from ClickHouse/license-2024
Update License
2024-01-01 16:12:34 +01:00
Alexey Milovidov
885db35f9d Update License 2024-01-01 15:54:00 +01:00
Bharat Nallan Chakravarthy
279aa3027b Merge upstream/master into ncb/fix-db-engine-validation 2023-12-31 22:52:16 -08:00
Bharat Nallan Chakravarthy
de821fca8a remove leftover cruft 2023-12-31 21:31:23 -08:00
Bharat Nallan Chakravarthy
1e0ccf917c make getImpl private 2023-12-31 20:36:18 -08:00
Bharat Nallan Chakravarthy
c342688821 fail even earlier for invalid engine 2023-12-31 20:36:18 -08:00
Bharat Nallan Chakravarthy
5c8376782f add a test 2023-12-31 20:36:07 -08:00
Bharat Nallan Chakravarthy
f16ae027fc fix validation of database engines 2023-12-31 17:45:03 -08:00
Yakov Olkhovskiy
db97764e98 fix tests, some refactoring 2023-12-31 12:56:37 +00:00
Alexey Milovidov
aec85da96a Add a test for #38534 2023-12-31 12:46:34 +01:00
Alexey Milovidov
c29b5e351e
Merge pull request #58390 from bharatnc/ncb/system-database-engines
add table system.database_engines
2023-12-31 12:38:46 +01:00
Bharat Nallan Chakravarthy
47028a88ee fix test 2023-12-31 00:27:45 -08:00
Bharat Nallan Chakravarthy
00b5e28d6a Merge upstream/master into ncb/system-database-engines 2023-12-30 23:10:48 -08:00
Bharat Nallan Chakravarthy
8ba2975699 add a simple test 2023-12-30 20:52:33 -08:00
Bharat Nallan Chakravarthy
2996c8167f add docs 2023-12-30 20:48:35 -08:00
Bharat Nallan Chakravarthy
3e8439a78b add to context access and suggest 2023-12-30 20:38:35 -08:00
Bharat Nallan Chakravarthy
3c4ac0ba08 add system.database_engines table 2023-12-30 20:31:25 -08:00
Alexey Milovidov
7bded0a5e7
Merge pull request #58316 from ClickHouse/reintroduce_is_deleted
Re-introduce `is_deleted` column for ReplacingMergeTree
2023-12-31 00:57:19 +01:00
Alexey Milovidov
b752a1c62e
Merge pull request #58365 from bharatnc/ncb/refactor-db-factory
independent registration of database engines
2023-12-31 00:56:24 +01:00
Nikolay Degterinsky
b2580f0964
Merge pull request #58386 from Blargian/packager-readme-update
Small README.md update for issue 58385
2023-12-30 22:44:12 +01:00
Blargian
58cdda5265 updated docker/packager/README.md to use clang-17 and not clang-14 as required by packager python script 2023-12-30 22:04:45 +01:00
Alexey Milovidov
c6038c9b68
Merge pull request #58383 from ClickHouse/alexey-milovidov-patch-8
Update youtube-dislikes.md
2023-12-30 21:40:13 +01:00
Alexey Milovidov
385f4da819
Update youtube-dislikes.md 2023-12-30 21:30:16 +03:00
Mikhail f. Shiryaev
b2ebcc9eaa
Merge pull request #58381 from ClickHouse/revert-58288-fix-release
Revert "Fix an error in the release script - it didn't allow to make 23.12."
2023-12-30 21:52:11 +04:00