aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix single node configs (#20278)mregrock2025-06-302-30/+4
|
* Simplify workload topic init (#20346)Nikolay Shestakov2025-06-303-2/+11
|
* Correct Column Shard count and finished status in statistics (#20193)Hor9112025-06-3014-92/+188
|
* fix signals and separate cache by source to kill processing (#20330)ivanmorozov3332025-06-3036-361/+470
| | | Co-authored-by: ivanmorozov333 <imorozov333@ya.ru>
* Enable feature flags by default: EnableTopicAutopartitioningForCDC, E… ↵Nikolay Shestakov2025-06-291-3/+3
| | | | (#20272)
* Async replication consistency levels (#12365)Ilnaz Nizametdinov2025-06-294-3/+89
|
* [CLI] Draw arrows from a parent to the childs (#20329)pilik2025-06-282-22/+41
|
* Fix update signature in state storage proxy (#20307)Evgenik22025-06-283-15/+60
|
* Support fetching blob data through JSON query (#20313)Alexander Rutkovsky2025-06-273-3/+19
|
* [KQP] Add a new field "IsIndexImplTable" for TKqpTableSinkSettings ↵Daniil Timizhev2025-06-274-5/+23
| | | | expression node and its proto (#20296)
* [ydbd_slice] cluster.yaml backward compatibility fix (#20324)Konstantin Nikiforov2025-06-271-0/+22
|
* YQ kqprun, added group SIDs (#20326)Pisarenko Grigoriy2025-06-274-2/+20
| | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix PQ deps (#20315)Hor9112025-06-271-0/+1
|
* Add support for not using use_auto_config (#20312)mregrock2025-06-272-4/+3
|
* Added unit test for DyNumber folding (#20317)Pavel Velikhov2025-06-271-0/+8
| | | Co-authored-by: Pavel Velikhov <pavelvelikhov@localhost.localdomain>
* Bridge Mode support in Scheme Board subscriber: ignore disconnected piles ↵Daniil Demin2025-06-276-21/+233
| | | | (#20263)
* Check state storage for each piles in bridge mode (#20244)stanislav_shchetinin2025-06-274-18/+26
|
* Bridge Mode in CMS: Ignore proxy groups (#20198)stanislav_shchetinin2025-06-273-1/+11
|
* Increment YDB CLI version to 2.23.0 (#20308)CLI_2.23.0Nikolay Perfilov2025-06-272-1/+4
|
* fix problem portions processing (#20297)ivanmorozov3332025-06-272-3/+18
| | | Co-authored-by: ivanmorozov333 <imorozov333@ya.ru>
* Revert "Correct Scan Generation in case of retries" (#20309)Maxim Yurchuk2025-06-274-83/+2
|
* Initial wide/block implementation of the intermediate combine node (#20113)Pavel Zuev2025-06-2714-90/+1527
|
* Fix missed WaitOutputTimeUs resize (#20290)Hor9112025-06-271-0/+1
|
* blobs portion data into portion accessor (#20281)ivanmorozov3332025-06-2746-456/+750
|
* fix portion accessor fetching for cleanup (#20252)Semyon2025-06-279-15/+48
|
* Update muted_ya.txt in main (#20267)YDBot2025-06-271-0/+6
|
* Add GeneralCache limit control to MemoryController (#19708) (#20284)Vladilen2025-06-276-9/+49
|
* Correct Scan Generation in case of retries (#20191)Hor9112025-06-274-2/+83
|
* [KQP] Add ShuffleEliminated flag (#20175)pilik2025-06-274-26/+34
|
* Protobuf TMeteringStats (#19818)kungurtsev2025-06-2718-276/+455
|
* handle pipe disconnect in hive (#20027)vporyadke2025-06-2711-4/+307
|
* [ydbd_slice] add extra-args and bridge-pile-name support for slots (#20259)Konstantin Nikiforov2025-06-274-37/+147
|
* YQ-4348 fixed verify fail during concurrent alter (#20269)Pisarenko Grigoriy2025-06-278-56/+304
|
* YQ-4317 PQ provider to ydb (#18955)Dmitry Kardymon2025-06-2744-117/+769
|
* Properly handle index build result in KQP scheme query (#20268)Vasily Gerasimov2025-06-271-1/+19
|
* YDB Topics: fix failing msan test in Kafka API (#20246)Andrey Serebryanskiy2025-06-271-13/+15
|
* Vector select workload (#19680)azevaykin2025-06-2718-1/+992
|
* Improved tests - added USING clause for all CREATE TRANSFER statements (#20273)Nikolay Shestakov2025-06-271-32/+32
|
* #18134 support default values datashard in upsert operation in datashard ↵r314-git2025-06-2711-11/+214
| | | | (#20048)
* Use common fixture for stress-tests (#20250)Maxim Yurchuk2025-06-2722-154/+97
|
* fixed CDC write to the autopartitioning topic (#20243)Nikolay Shestakov2025-06-272-22/+48
|
* #9056 Complete column names in YDB CLI (#19918)Victor Smirnov2025-06-275-19/+71
|
* minor bugfixes in SchemeBoard subscriber and tests (#20262)Daniil Demin2025-06-263-5/+5
|
* [C++ SDK] Fixed import to ydb-cpp-sdk repo (#20265)Bulat2025-06-264-17/+18
|
* [KQP Constant folding] Do not fold SafeCast because it could produce … ↵Denis Khalikov2025-06-262-0/+22
| | | | (#20223)
* Add tools infer csv default behaviour (#20248)Nikolay Perfilov2025-06-266-35/+208
|
* more correct way to check for bridge mode in local & hive (#20210)vporyadke2025-06-267-12/+37
| | | Co-authored-by: Ilnaz Nizametdinov <i.nizametdinov@gmail.com>
* CMS: ignore tenant and cluster unavailable nodes limits in force ↵Ilia Shakhov2025-06-265-56/+78
| | | | availability mode (#20217)
* Update muted_ya.txt in main (#20260)YDBot2025-06-261-0/+2
|
* Count Rounds from 1 again to prevent N+1 rounds instead of requested N ↵Vitaliy Filippov2025-06-264-7/+9
| | | | (#19154) (#20237)