aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* [C++ SDK] Refactor topic tests (part 3) (#19925)Bulat2025-06-2638-3235/+3623
|
* Turn off /ydb/tests/functional/tpc/medium/ workload simple queue (#20254)Kirill Rysin2025-06-261-2/+2
|
* Update muted_ya.txt in main (#20213)YDBot2025-06-261-0/+2
|
* CS fixed race in CPU limiter (#20238)Pisarenko Grigoriy2025-06-264-10/+28
|
* Add fixes based on those that were made in stable-25-1-2 (#20235)Nikolay Perfilov2025-06-2611-43/+83
|
* Improve algorithm of the new scheduler (#20195)Ivan2025-06-267-98/+131
|
* fix TFakeWilsonUploader data race (#20239)Aleksei Pleshakov2025-06-261-0/+3
|
* schemeshard: add notion and protection of system path names (#19620)ijon2025-06-2660-198/+1570
| | | | | | | | | | | | | | | New feature flag `enable_system_names_protection` prohibits users from creating paths with names reserved for current or future system use. YDB exclusively reserves names like `.sys`, `.metadata`, `.tmp`, `.backups` etc. and any names starting with prefixes `.` and `__ydb` for its own use. Also introduces safeguards against carelessly using reserved names in future code. Special tests verify that: - New scheme create operations include protection for reserved names - Modifications to the reserved name registry will not go unnoticed The latter is designed to protect well-meaning developers from careless actions. YDB developers must obtain explicit consent from the project committee to add new names to the reserved list.
* Some partcheck fixes (#20227)Alexander Rutkovsky2025-06-261-16/+39
|
* Extract password verification to a separate actor (#19687)Yury Kiselev2025-06-2615-110/+494
|
* refactoring in populator tests (#20160)Daniil Demin2025-06-266-151/+113
|
* Add pathstate restore for incr backup (#20167)Innokentii Mokin2025-06-264-0/+1192
|
* Use vector index recompute in scheme shard (#19154) (#19854)Vitaliy Filippov2025-06-2617-110/+517
|
* Add more details to vector index rejection errors (#19455) (#20060)Vitaliy Filippov2025-06-262-14/+90
|
* Add partcheck tool (#20209)Alexander Rutkovsky2025-06-263-0/+171
|
* Stream Join fix (#20050)Nikita Vasilev2025-06-263-103/+167
|