Alexander Tokmakov
|
09e6bbc0e2
|
Update DataPartsExchange.cpp
|
2023-07-20 21:10:59 +03:00 |
|
robot-ch-test-poll
|
21f22c4043
|
Merge pull request #49698 from kssenii/fix-pg-sync-tables-exception-broken-sync
Fix materialised pg syncTables
|
2023-07-20 15:38:18 +02:00 |
|
Nikita Mikhaylov
|
668062dc29
|
Merge branch 'master' into no-keep-context-lock-while-calculating-access
|
2023-07-20 14:42:13 +02:00 |
|
Nikita Mikhaylov
|
b8f73db4d1
|
Merge branch 'master' into happy_grandma
|
2023-07-20 14:26:31 +02:00 |
|
Alexander Tokmakov
|
2b29e3dc83
|
Update MergeTreeBackgroundExecutor.cpp (#52261)
|
2023-07-20 14:22:22 +03:00 |
|
Alexander Gololobov
|
03a890f91c
|
Merge branch 'master' into filter_system_databases
|
2023-07-20 12:38:15 +02:00 |
|
Robert Schulze
|
9933589c56
|
Merge pull request #52312 from rschu1ze/beautify-system-query-cache
Beautify pretty-printing of the query string in SYSTEM.QUERY_CACHE
|
2023-07-20 12:20:04 +02:00 |
|
Nikita Mikhaylov
|
ec20786940
|
Merge pull request #52347 from vitlibar/zooKeeper-retries-control-rethrows-with-original-callstack
ZooKeeperRetriesControl rethrows with original callstack
|
2023-07-20 12:14:04 +02:00 |
|
Vitaly Baranov
|
27ca367b2c
|
ZooKeeperRetriesControl rethrows with original callstack.
|
2023-07-20 10:25:38 +02:00 |
|
Han Fei
|
6bbdf702ae
|
Merge branch 'master' into hanfei/support-insert-token
|
2023-07-19 17:05:12 +02:00 |
|
Nikita Mikhaylov
|
4a3f5234af
|
Merge pull request #51038 from evillique/headers-blacklist
Add HTTP header filtering
|
2023-07-19 15:49:12 +02:00 |
|
Robert Schulze
|
3eb23d899f
|
Merge remote-tracking branch 'rschu1ze/master' into beautify-system-query-cache
|
2023-07-19 12:55:09 +00:00 |
|
alesapin
|
f8fa79c30f
|
Merge branch 'master' into fix_test_producing_no_such_key
|
2023-07-19 11:59:23 +02:00 |
|
Robert Schulze
|
f22452c78c
|
Beautify pretty-printing of the query string in SYSTEM.QUERY_CACHE.
Output of SYSTEM.QUERY_CACHE
- before this PR:
SELECT * FROM system.query_cache
Query id: 4989008b-b84c-4e57-bfe5-7fb551814812
Row 1:
──────
query: SELECT 1 SETTINGS
[...]
- after this PR:
SELECT * FROM system.query_cache
Query id: 4989008b-b84c-4e57-bfe5-7fb551814812
Row 1:
──────
query: SELECT 1 SETTINGS use_query_cache = 1
[...]
|
2023-07-19 09:10:26 +00:00 |
|
Han Fei
|
e8be6ec23f
|
Merge branch 'master' into hanfei/support-insert-token
|
2023-07-19 10:06:03 +02:00 |
|
robot-clickhouse-ci-1
|
32b765a4ba
|
Merge pull request #50559 from zvonand/zvonand-issue-49290
Add support for multi-directory globs
|
2023-07-19 06:24:38 +02:00 |
|
Kseniia Sumarokova
|
1545ad3389
|
Merge branch 'master' into fix-pg-sync-tables-exception-broken-sync
|
2023-07-18 23:19:01 +02:00 |
|
alesapin
|
cf0b58a831
|
Merge pull request #52197 from ClickHouse/fix_sticky_mutations_test
Fix sticky mutations test (and extremely rare race condition)
|
2023-07-18 16:49:31 +02:00 |
|
alesapin
|
66531965f9
|
Merge pull request #52218 from ClickHouse/avoid_zero_copy
Use one copy replication more agressively
|
2023-07-18 14:46:52 +02:00 |
|
alesapin
|
f3f62097e5
|
Merge branch 'master' into fix_sticky_mutations_test
|
2023-07-18 14:46:24 +02:00 |
|
Ilya Yatsishin
|
73246b4788
|
Merge pull request #52056 from ClickHouse/ignore-create-index-query
Allow to ignore CREATE INDEX query for better SQL syntax compatibility
|
2023-07-18 14:40:38 +02:00 |
|
Nikolai Kochetov
|
58c5e91047
|
Merge pull request #52152 from amosbird/add_optimize_use_implicit_projections
Disable implicit projections by default
|
2023-07-18 14:32:04 +02:00 |
|
alesapin
|
c752acf3fc
|
Merge branch 'master' into avoid_zero_copy
|
2023-07-18 14:07:52 +02:00 |
|
kssenii
|
353b0f817a
|
Merge remote-tracking branch 'origin/fix-pg-sync-tables-exception-broken-sync' into fix-pg-sync-tables-exception-broken-sync
|
2023-07-18 12:26:17 +02:00 |
|
kssenii
|
0cfd12aba4
|
Fix
|
2023-07-18 12:24:04 +02:00 |
|
Raúl Marín
|
169c90a8c5
|
Merge remote-tracking branch 'blessed/master' into happy_grandma
|
2023-07-18 11:01:26 +02:00 |
|
Alexander Gololobov
|
44595b98d0
|
Update src/Storages/System/StorageSystemDatabases.cpp
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
|
2023-07-18 08:25:38 +02:00 |
|
Alexander Gololobov
|
2f6bf4590b
|
Filter databases list before querying potentially slow fields
|
2023-07-18 08:25:37 +02:00 |
|
Amos Bird
|
d8dd480cd7
|
Disable implicit projections by default
|
2023-07-18 09:50:41 +08:00 |
|
Han Fei
|
4043174a81
|
fix special build
|
2023-07-17 23:46:45 +02:00 |
|
Nikolai Kochetov
|
a955d5621d
|
Rename constants in KeyCondition analysis.
|
2023-07-17 18:53:12 +00:00 |
|
Alexander Sapin
|
2db14e36b4
|
Fix build
|
2023-07-17 19:15:07 +02:00 |
|
Nikita Mikhaylov
|
ee0bbc0e54
|
Merge branch 'master' into headers-blacklist
|
2023-07-17 19:08:52 +02:00 |
|
Alexander Sapin
|
b70349852c
|
Better message on timeout and fix test
|
2023-07-17 19:02:29 +02:00 |
|
Alexander Sapin
|
918e3f7712
|
Fix flaky test
|
2023-07-17 18:41:12 +02:00 |
|
Alexander Sapin
|
2ad1109dbd
|
Avoid zero copy replication more agressively
|
2023-07-17 16:03:39 +02:00 |
|
Andrey Zvonov
|
d339c22a2f
|
Merge branch 'master' into zvonand-issue-49290
|
2023-07-17 16:43:15 +03:00 |
|
Vitaly Baranov
|
815a3857de
|
Remove non-const function Context::getClientInfo().
|
2023-07-17 15:02:07 +02:00 |
|
Han Fei
|
b75c4ae2e5
|
Merge branch 'master' into hanfei/support-insert-token
|
2023-07-17 14:57:48 +02:00 |
|
Alexander Sapin
|
477b8f04b6
|
Fix sticky mutations test (and extremely rare race condition)
|
2023-07-17 13:09:34 +02:00 |
|
Raúl Marín
|
41bdcdabfa
|
Create ZK ancestors optimistically
|
2023-07-17 12:02:32 +02:00 |
|
Kseniia Sumarokova
|
200dfc24b6
|
Merge branch 'master' into fix-pg-sync-tables-exception-broken-sync
|
2023-07-17 11:53:42 +02:00 |
|
Sergei Trifonov
|
381ab07e1b
|
Merge pull request #51496 from yariks5s/add-index-bytes-to-system-parts
Add column primary_key_size to system.parts
|
2023-07-17 10:39:56 +02:00 |
|
Alexey Milovidov
|
09b300cf07
|
Merge pull request #52143 from ClickHouse/remove-default-value
Remove default argument value
|
2023-07-16 19:22:30 +03:00 |
|
robot-ch-test-poll
|
3b0a4040cd
|
Merge pull request #51876 from evillique/fix-mongodb-inserts
Fix inserts into MongoDB tables
|
2023-07-16 05:28:43 +02:00 |
|
Alexey Milovidov
|
9a421369d7
|
Merge pull request #49709 from amosbird/fix_49695
Fix projection with optimize_aggregators_of_group_by_keys
|
2023-07-16 04:10:54 +03:00 |
|
Alexey Milovidov
|
7e6551dbd0
|
Merge branch 'master' into fix-mongodb-inserts
|
2023-07-16 01:47:52 +03:00 |
|
Alexey Milovidov
|
095624fbd1
|
Remove default argument value
|
2023-07-15 23:33:11 +02:00 |
|
Han Fei
|
7761e5ef9d
|
support async_deduplicate_token for async insert
|
2023-07-15 14:42:08 +02:00 |
|
Yatsishin Ilya
|
2ee7a9846f
|
fix
|
2023-07-12 12:47:24 +00:00 |
|