Alexey Milovidov
|
95ce7df92f
|
Merge pull request #70849 from ClickHouse/docs-remove-settings-build
[Docs] Remove autogenerate settings and settings markdowns
|
2024-10-19 12:52:30 +00:00 |
|
Peter Nguyen
|
70215dbd9b
|
Add read and write locks to fix race condition in OwnFilterinChannel
|
2024-10-19 01:00:37 -07:00 |
|
Julia Kartseva
|
87d7b83530
|
remove LIST from existsFile
|
2024-10-19 06:50:11 +00:00 |
|
Amos Bird
|
e843bb92d9
|
Escaping names if needed.
|
2024-10-19 11:41:24 +08:00 |
|
justindeguzman
|
52a000fca5
|
[Docs] Add placeholder settings markdowns
|
2024-10-18 19:47:57 -07:00 |
|
justindeguzman
|
c1c58c4014
|
[Docs] Add placeholder settings markdowns
|
2024-10-18 19:46:40 -07:00 |
|
Julia Kartseva
|
8e9d19f3e7
|
use metadata to determine if a directory exists in plain_rw disk
|
2024-10-19 02:21:35 +00:00 |
|
Alexey Milovidov
|
68f4977e24
|
Documentation
|
2024-10-19 02:11:19 +02:00 |
|
Alexey Milovidov
|
f3e9403e5c
|
Add a test
|
2024-10-19 02:07:59 +02:00 |
|
Alexey Milovidov
|
f71ec041e7
|
Add MergePartsStart and MutatePartsStart events into part_log
|
2024-10-19 02:06:35 +02:00 |
|
justindeguzman
|
83de58bea3
|
[Docs] Remove autogenerate settings and settings markdowns
|
2024-10-18 17:00:24 -07:00 |
|
Amos Bird
|
633f62526a
|
This test only works in analyzer
|
2024-10-19 07:49:50 +08:00 |
|
Amos Bird
|
ef3102b09c
|
Address review
|
2024-10-19 07:49:49 +08:00 |
|
Amos Bird
|
1c6e7d1ab3
|
Avoid reusing columns among different named tuples
|
2024-10-19 07:49:49 +08:00 |
|
Alexey Milovidov
|
6ea6b766bf
|
Add a test
|
2024-10-19 00:56:12 +02:00 |
|
Arthur Passos
|
1fd193b328
|
remove unused rep level decoder
|
2024-10-18 19:48:11 -03:00 |
|
Alexey Milovidov
|
f61f40e01c
|
Add partition column to every entry type of part log
|
2024-10-19 00:32:57 +02:00 |
|
Alexey Milovidov
|
9ae3d85dfe
|
Merge pull request #70106 from jrdi/system-projections
Add projections size to system.projections
|
2024-10-18 21:00:16 +00:00 |
|
Alexey Milovidov
|
7afd68166a
|
Merge pull request #70669 from liuneng1994/support-write-columnindex
Support write parquet column index and offset index
|
2024-10-18 20:59:40 +00:00 |
|
Nikita Taranov
|
32538a7046
|
impl
|
2024-10-18 21:37:52 +01:00 |
|
Faizan Patel
|
66503d39f8
|
add support for FixedString type argument
|
2024-10-18 20:19:40 +01:00 |
|
Nikita Taranov
|
52ea328f68
|
impl
|
2024-10-18 19:29:26 +01:00 |
|
Max Kainov
|
fe53a26678
|
CI: praktika integration 2
|
2024-10-18 18:20:03 +00:00 |
|
serxa
|
b39bc650b9
|
better ProfileEvent names
|
2024-10-18 18:11:33 +00:00 |
|
robot-clickhouse
|
09a9837f69
|
Automatic style fix
|
2024-10-18 17:11:39 +00:00 |
|
kssenii
|
38e1719827
|
Fix: check storage type
|
2024-10-18 19:01:25 +02:00 |
|
kssenii
|
6a3d109444
|
Support system.s3/azure_queue_log
|
2024-10-18 18:51:28 +02:00 |
|
Raúl Marín
|
52c40e6276
|
DatabaseReplicatedSettings to pImpl and reuse code
|
2024-10-18 18:47:09 +02:00 |
|
Nikolai Kochetov
|
ed32b82dcc
|
Merge pull request #70803 from ClickHouse/make-array-field-serializetion-consistent
Make Array Field serialization consistent.
|
2024-10-18 16:34:45 +00:00 |
|
Max Kainov
|
62c073bb2c
|
disable custom musl/getauxval.c for aarch64
|
2024-10-18 18:11:21 +02:00 |
|
kssenii
|
3d95774197
|
Fix settings and metadata divergence
|
2024-10-18 18:03:05 +02:00 |
|
Peter Nguyen
|
d08a1b313e
|
Fix flaky test_regexp_logger
|
2024-10-18 09:00:26 -07:00 |
|
Кирилл Гарбар
|
71b1b76e3b
|
Allow attach table with storage_policy + disk for backward compatibility
|
2024-10-18 18:48:39 +03:00 |
|
Кирилл Гарбар
|
cefecafcb7
|
Disallow having disk and storage policy at the same time
|
2024-10-18 18:43:00 +03:00 |
|
kssenii
|
e9cdeb59d9
|
Fix settings and metadata divergence
|
2024-10-18 17:39:10 +02:00 |
|
Arthur Passos
|
f89f666bf9
|
address some more comments
|
2024-10-18 12:05:30 -03:00 |
|
Nikita Taranov
|
fb0f70b33f
|
impl
|
2024-10-18 14:45:17 +01:00 |
|
Raúl Marín
|
8ae842abd3
|
Adjust existing test
|
2024-10-18 15:39:58 +02:00 |
|
Pablo Marcos
|
f002e51a4e
|
Merge branch 'master' into system-query-metric-log
|
2024-10-18 13:22:58 +00:00 |
|
Nikolai Kochetov
|
eb4a74d741
|
Merge pull request #70761 from ClickHouse/refactor-update-plan-headers
Allow update plan headers for all the steps.
|
2024-10-18 13:20:08 +00:00 |
|
Raúl Marín
|
cf4c04e6b8
|
Disable enable_named_columns_in_function_tuple by default
|
2024-10-18 14:53:47 +02:00 |
|
Arthur Passos
|
c8d6b846ed
|
address a few comments
|
2024-10-18 09:31:15 -03:00 |
|
Raúl Marín
|
4b3087eb5f
|
Merge pull request #70816 from Algunenano/bad_settings
Remove inneficient code
|
2024-10-18 11:50:04 +00:00 |
|
Vitaly Baranov
|
727b70f032
|
Improve checking capability for batch delete from S3.
|
2024-10-18 13:36:04 +02:00 |
|
Sergei Trifonov
|
ee557a9f11
|
Merge branch 'master' into fix-use-concurrency-control
|
2024-10-18 13:30:03 +02:00 |
|
kevinyhzou
|
c6c5b78a1e
|
fix build error
|
2024-10-18 17:51:27 +08:00 |
|
taiyang-li
|
c7522837be
|
add more uts
|
2024-10-18 17:22:35 +08:00 |
|
Robert Schulze
|
71df65c288
|
Merge pull request #70454 from Blargian/docs_toIP
[Docs] Document `toIP` functions
|
2024-10-18 09:16:49 +00:00 |
|
Mikhail f. Shiryaev
|
700454ee59
|
Merge pull request #70815 from ClickHouse/style-remove-jwt
Remove jwt in favor of PyJWT to not conflict
|
2024-10-18 08:58:51 +00:00 |
|
Nikolai Kochetov
|
47c770e4fb
|
Remove commented code.
|
2024-10-18 08:17:21 +00:00 |
|