alesapin
|
51b6154d68
|
Fix stupid bug
|
2023-02-03 20:56:09 +01:00 |
|
alesapin
|
9416401406
|
Fix
|
2023-02-03 20:52:10 +01:00 |
|
alesapin
|
f91c10d09d
|
Initial support for version
|
2023-02-03 20:49:07 +01:00 |
|
alesapin
|
7a0d0f0c53
|
Some code which doesn't work
|
2023-02-03 19:14:49 +01:00 |
|
alesapin
|
4a3277b1fd
|
Merge branch 'master' into mutations_rename_hang
|
2023-02-03 12:35:37 +01:00 |
|
alesapin
|
15ddcdc4a6
|
Fix clang tidy
|
2023-02-03 12:34:47 +01:00 |
|
Kseniia Sumarokova
|
ef7acb9b66
|
Merge pull request #44404 from kssenii/storage-rabbitmq-fix-flush
RabbitMQ - fix writing many small blocks by flushing data only exactly by flush_interval_ms or by max_block_size
|
2023-02-03 11:50:12 +01:00 |
|
Alexey Milovidov
|
108d1c3442
|
Merge pull request #45872 from ClickHouse/fix-trash-query-kind
Remove trash, add a feature and fix a bug
|
2023-02-03 09:58:43 +03:00 |
|
alesapin
|
b8b0f1c3d3
|
Make RENAME COLUMN barrier
|
2023-02-02 21:11:19 +01:00 |
|
alesapin
|
fc6c62e2ff
|
Add comment
|
2023-02-02 17:41:36 +01:00 |
|
alesapin
|
bdc530dead
|
Fix style
|
2023-02-02 17:30:38 +01:00 |
|
alesapin
|
dea46e58fb
|
Fixes for ordinary merge tree
|
2023-02-02 17:03:24 +01:00 |
|
alesapin
|
174bdba912
|
Fix bugs in alter rename column
|
2023-02-02 16:57:46 +01:00 |
|
Alexander Gololobov
|
ec3bb0c04e
|
Merge pull request #45794 from ClickHouse/parallelize_is_storage_touched_by_mutations
Do not restrict count() query to 1 thread in isStorageTouchedByMutations()
|
2023-02-02 16:44:11 +01:00 |
|
Kseniia Sumarokova
|
6705fafef9
|
Merge branch 'master' into storage-rabbitmq-fix-flush
|
2023-02-02 16:06:51 +01:00 |
|
Alexey Milovidov
|
62bfdb349a
|
Merge branch 'master' into fix-trash-query-kind
|
2023-02-02 04:26:49 +01:00 |
|
kssenii
|
bbf060bf89
|
Fix test
|
2023-02-01 18:22:05 +01:00 |
|
Anton Popov
|
8dd6dbc452
|
Merge pull request #45857 from CurtizJ/fix-minor-mistake
Fix minor mistake after refactoring
|
2023-02-01 15:33:19 +01:00 |
|
Vladimir C
|
0d48eed68f
|
Merge pull request #45848 from Algunenano/fix_connection_timeouts_context_include
|
2023-02-01 12:53:50 +01:00 |
|
Robert Schulze
|
b512316586
|
Merge pull request #45682 from ClickHouse/rename-qrc-to-qc
Rename "Query Result Cache" to "Query Cache"
|
2023-02-01 11:23:29 +01:00 |
|
Alexander Gololobov
|
e705f11ad1
|
Merge pull request #45786 from ClickHouse/delete_on_cluster
Support DELETE ON CLUSTER
|
2023-02-01 10:52:01 +01:00 |
|
Alexey Milovidov
|
9b908a0be0
|
Fix trash around query kind, part 2
|
2023-02-01 03:31:31 +01:00 |
|
Alexey Milovidov
|
5c4db119fa
|
Fix trash around query kind, part 1
|
2023-02-01 03:11:54 +01:00 |
|
kssenii
|
4a1bdcf24c
|
Merge remote-tracking branch 'upstream/master' into storage-rabbitmq-fix-flush
|
2023-01-31 18:11:26 +01:00 |
|
Anton Popov
|
1c4174750d
|
fix mistake after refactoring
|
2023-01-31 15:48:14 +00:00 |
|
Raúl Marín
|
7c31cb7adc
|
Proper includes for ConnectionTimeoutsContext.h
|
2023-01-31 16:11:32 +01:00 |
|
Alexander Tokmakov
|
51b0f66e6b
|
Merge pull request #45793 from ClickHouse/fix_part_check_cancellation
Fix race condition on a part check cancellation
|
2023-01-31 14:15:17 +03:00 |
|
Kseniia Sumarokova
|
7d53f8bbf6
|
Merge pull request #45591 from bharatnc/ncb/odbc-connection-pool-fixes
fixes to use the odbc_bridge_use_connection_pooling setting correctly
|
2023-01-31 11:31:59 +01:00 |
|
Robert Schulze
|
325c6bdf3d
|
Renaming: "Query Result Cache" --> "Query Cache"
Reasons:
- The cache will at some point store intermediate results as opposed to
only query results. We should change the terminology now without
having to worry about backward compat.
- Equivalent caches in MySQL (1) and Starrocks (2) are called "query
cache".
- The new name is ca. 13.8% more catchy.
(1) https://dev.mysql.com/doc/refman/5.6/en/query-cache.html
(2) https://docs.starrocks.io/en-us/2.5/using_starrocks/query_cache
|
2023-01-31 09:54:34 +00:00 |
|
Alexander Gololobov
|
f9133f3d85
|
Merge pull request #45791 from ClickHouse/fix_drop_hung
Fix bug in tables drop which can lead to potential query hung
|
2023-01-31 10:11:11 +01:00 |
|
Bharat Nallan
|
f1d6e3b908
|
Merge branch 'master' into ncb/odbc-connection-pool-fixes
|
2023-01-30 15:49:04 -08:00 |
|
Ilya Yatsishin
|
8d6df7ed58
|
Merge pull request #45785 from Algunenano/generate_random_types
|
2023-01-30 23:03:12 +01:00 |
|
Alexander Gololobov
|
4eea3de654
|
Do not restrict count() query to 1 thread in isStorageTouchedByMutations()
|
2023-01-30 22:29:28 +01:00 |
|
Alexander Tokmakov
|
e42cd3163f
|
fix race condition on a part check cancellation
|
2023-01-30 18:48:20 +01:00 |
|
Alexander Gololobov
|
863548114d
|
force_wait flag is no longer needed
|
2023-01-30 18:38:28 +01:00 |
|
Vitaly Baranov
|
2e3a3cc4dc
|
Merge pull request #45701 from vitlibar/add-setting-allow-head-object-request
Add new S3 setting allow_head_object_request
|
2023-01-30 17:41:09 +01:00 |
|
Bharat Nallan Chakravarthy
|
0d2e4fcc15
|
set use_connection_pooling from settings everywhere
|
2023-01-30 08:22:48 -08:00 |
|
alesapin
|
be58d5d1af
|
Fix bug in tables drop which can lead to potential query hung
|
2023-01-30 17:00:28 +01:00 |
|
Raúl Marín
|
997fad4e8d
|
GenerateRandom: Add support for maps
|
2023-01-30 15:23:22 +01:00 |
|
Raúl Marín
|
05d8cfc714
|
GenerateRandom: Add support to IPv4 and IPv6 types
|
2023-01-30 14:18:25 +01:00 |
|
Vitaly Baranov
|
38910412c4
|
Merge pull request #42244 from AVMusorin/fix_backup_restore_num_files
Added num_processed_files and processed_files_size for backup and restore processes
|
2023-01-30 09:24:49 +01:00 |
|
alesapin
|
631c8fb155
|
Merge branch 'master' into add-setting-allow-head-object-request
|
2023-01-29 14:58:27 +01:00 |
|
Alexey Milovidov
|
49a59ff9bd
|
Fix bad comment
|
2023-01-29 03:57:59 +01:00 |
|
Vitaly Baranov
|
af74c008c4
|
Use one request to implement S3ObjectStorage::getObjectMetadata instead of two ones.
|
2023-01-27 18:42:37 +01:00 |
|
kssenii
|
9c4a97bbd1
|
Merge remote-tracking branch 'upstream/master' into storage-rabbitmq-fix-flush
|
2023-01-27 17:17:09 +01:00 |
|
Vitaly Baranov
|
d02b255b55
|
Add new setting "allow_head_object_request" to S3::RequestSettings.
|
2023-01-27 15:10:34 +01:00 |
|
Vitaly Baranov
|
aea9ccdb60
|
Pass request settings to S3::getObjectInfo().
|
2023-01-27 15:10:09 +01:00 |
|
Vitaly Baranov
|
a8304525ed
|
Move getObjectInfo() to a separate header.
|
2023-01-27 15:09:38 +01:00 |
|
Nikolai Kochetov
|
313947e0b0
|
Merge branch 'master' into issue_45590
|
2023-01-27 15:08:28 +01:00 |
|
Anton Popov
|
f10e82355e
|
Merge pull request #45630 from CurtizJ/fix-performance-columns-description
Fix performance of short queries with `Array` columns
|
2023-01-27 14:59:55 +01:00 |
|