Commit Graph

111180 Commits

Author SHA1 Message Date
pufit
556680966f
Merge pull request #47932 from ClibMouse/decimal_fix_s390xbuild
Fix decimal-256 text output issue on s390x
2023-03-27 11:06:53 -04:00
Alexey Milovidov
f809f1b812
Merge pull request #48019 from ClickHouse/rs/parsedatetime-ub
parseDateTime(): Fix UB (signed integer overflow)
2023-03-27 16:42:31 +03:00
Alexey Milovidov
2ff1cb2598
Merge pull request #48042 from ClickHouse/remove-old-changelog
Remove the old changelog script
2023-03-27 16:40:01 +03:00
Han Fei
e3afa5090f
Merge pull request #47218 from hanfei1991/hanfei/optimize-regexp-tree-1
Refine OptimizeRegularExpression Function and RegexpTreeDict
2023-03-27 15:23:01 +02:00
Kseniia Sumarokova
bc2b6257f2
Merge pull request #48015 from solomatovs/fix-replica-identity-columns-postgres-materialized
fix MaterializedPostgreSQL query to get attributes (replica-identity)
2023-03-27 14:12:06 +02:00
Alexander Tokmakov
00cf1efbc1
Merge pull request #48048 from ClickHouse/rename_system_dropped_tables
Rename `system.marked_dropped_tables` to `dropped_tables`
2023-03-27 15:09:22 +03:00
Nikita Mikhaylov
2773e5c352
Fix test 02050_client_profile_events (#47951) 2023-03-27 13:50:09 +02:00
Alexander Tokmakov
b01f08ccb8 rename marked_dropped_tables to dropped_tables 2023-03-27 13:23:56 +02:00
robot-clickhouse
071ad9046e
Merge pull request #48041 from ClickHouse/tylerhannan-patch-1
Fix Sample...
2023-03-27 13:01:33 +02:00
Alexey Milovidov
78eb71a49b Remove the old changelog script 2023-03-27 12:11:32 +02:00
Tyler Hannan
2981890ab4
Fix Sample... 2023-03-27 12:03:47 +02:00
Robert Schulze
8954d5a99e
Merge pull request #48018 from ClickHouse/rs/cmake_shared_flags
CMake: Remove configuration of CMAKE_SHARED_LINKER_FLAGS
2023-03-27 10:37:50 +02:00
Robert Schulze
4fdce459eb
Fix expected result 2023-03-27 08:35:18 +00:00
Rich Raposa
6ebad01070
Merge pull request #48035 from ClickHouse/covid19-dataset
Add Covid-19 data to Example Datasets
2023-03-26 23:52:28 -06:00
rfraposa
de177de28a Update covid19.md 2023-03-26 23:24:33 -06:00
rfraposa
6cff504f63 Create covid19.md 2023-03-26 23:14:06 -06:00
Rich Raposa
cc6f5fbbd6
Merge pull request #48008 from ClickHouse/youtube-dislikes
Add YouTube dislikes to datasets
2023-03-26 20:00:02 -06:00
rfraposa
997ab8e0b2 Update youtube-dislikes.md 2023-03-26 16:17:17 -06:00
Rich Raposa
6246aaa168
Merge branch 'master' into youtube-dislikes 2023-03-26 16:11:34 -06:00
rfraposa
f0b3007dee Update youtube-dislikes.md 2023-03-26 16:11:05 -06:00
Alexey Milovidov
e284f55674
Merge pull request #47702 from ClickHouse/polygons-crash-45355
Fix crash in polygonsSymDifferenceCartesian
2023-03-27 00:39:46 +03:00
Alexey Milovidov
b6892f53fc
Merge pull request #47724 from ClickHouse/rs/qc-better-cfg-name
Rename cfg parameter query_cache.size to query_cache.max_size
2023-03-27 00:36:24 +03:00
Alexey Milovidov
b69916b3d4
Merge pull request #47801 from nickitat/fix_final
Fix excessive reading in `FINAL`
2023-03-27 00:33:59 +03:00
Alexey Milovidov
0f99df0f94
Merge pull request #47852 from ucasfl/fuzz
AST fuzzer support fuzzing SELECT query to EXPLAIN query randomly
2023-03-27 00:30:09 +03:00
Alexey Milovidov
5ab99ec916
Merge pull request #48010 from ClickHouse/47200_Fix_for_index_file_cidx_is_unexpectedly_long
Fix for index file cidx is unexpectedly long
2023-03-27 00:16:56 +03:00
Rich Raposa
03f24ee8ae
Merge pull request #48016 from Joey777210/master
Fix zh doc markdown
2023-03-26 14:21:30 -06:00
Robert Schulze
f9d473a94d
parseDateTime(): Fix UB (signed integer overflow) 2023-03-26 20:02:38 +00:00
Robert Schulze
5d5308e060
CMake cleanup: Remove configuration of CMAKE_SHARED_LINKER_FLAGS
Follow-up to #44828
2023-03-26 17:59:39 +00:00
Joey
d78b9ee006 fix md 2023-03-26 22:15:23 +08:00
Joey
2af34bd9db fix img path 2023-03-26 22:10:52 +08:00
Joey
355818e464 fix img path 2023-03-26 22:08:19 +08:00
Smita Kulkarni
eabcefe452 Fixed issue with reserving vector size 2023-03-26 14:52:08 +02:00
SmitaRKulkarni
f0b724497f
Merge branch 'master' into 47200_Fix_for_index_file_cidx_is_unexpectedly_long 2023-03-26 14:02:56 +02:00
Sergei Solomatov
b143a1a3eb fix query 2023-03-26 11:20:53 +00:00
Nikolay Degterinsky
f2b337a5a2
Merge pull request #48011 from exmy/fix-indent
Fix incorrect code indentation
2023-03-26 11:42:16 +02:00
exmy
680ab4fae3 Fix incorrect code indentation 2023-03-26 17:14:01 +08:00
robot-clickhouse
e665ad9f26 Automatic style fix 2023-03-26 08:47:07 +00:00
Smita Kulkarni
decdf0c507 Updated to delete added keys if there is an exception during update of metadata cache 2023-03-26 10:35:44 +02:00
rfraposa
5de24798b1 Update youtube-dislikes.md 2023-03-25 22:06:45 -06:00
Rich Raposa
7bac3d4006
Merge branch 'master' into youtube-dislikes 2023-03-25 21:55:46 -06:00
rfraposa
bc91bd518b Update youtube-dislikes.md 2023-03-25 21:47:55 -06:00
rfraposa
ca732c4013 Create youtube-dislikes.md 2023-03-25 21:21:06 -06:00
robot-ch-test-poll3
b18c051943
Merge pull request #47970 from ClickHouse/rs/fix-catboost
Fix "Field value too long" in catboostEvaluate()
2023-03-26 04:16:42 +02:00
robot-clickhouse
6ac86ed3e0
Merge pull request #47945 from ClickHouse/artifacts-s3-prefix
Artifacts s3 prefix
2023-03-26 00:15:50 +01:00
Rich Raposa
6fd4e6a27d
Merge pull request #47999 from ClickHouse/ddl-settings
Update DDL setting explanations
2023-03-25 16:40:46 -06:00
rfraposa
70912b15bc Update settings.md 2023-03-25 15:56:04 -06:00
robot-clickhouse
e46ec88ccb Automatic style fix 2023-03-25 18:26:36 +00:00
Robert Schulze
b46ea5572d
Fix expected results 2023-03-25 18:06:03 +00:00
Robert Schulze
2c8916a005
Fix clang-tidy 2023-03-25 18:05:09 +00:00
Nikolai Kochetov
327674f56d
Merge pull request #46537 from ClickHouse/aggregate-projections-analysis-query-plan
Projections analysis from query plan
2023-03-25 13:23:30 +01:00