Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | YQ-4348 fixed verify fail during concurrent alter (#20269)HEADmain | Pisarenko Grigoriy | 59 min. | 8 | -56/+304 |
| | |||||
* | YQ-4317 PQ provider to ydb (#18955) | Dmitry Kardymon | 87 min. | 44 | -117/+769 |
| | |||||
* | Properly handle index build result in KQP scheme query (#20268) | Vasily Gerasimov | 3 hours | 1 | -1/+19 |
| | |||||
* | YDB Topics: fix failing msan test in Kafka API (#20246) | Andrey Serebryanskiy | 3 hours | 1 | -13/+15 |
| | |||||
* | Vector select workload (#19680) | azevaykin | 3 hours | 18 | -1/+992 |
| | |||||
* | Improved tests - added USING clause for all CREATE TRANSFER statements (#20273) | Nikolay Shestakov | 4 hours | 1 | -32/+32 |
| | |||||
* | #18134 support default values datashard in upsert operation in datashard ↵ | r314-git | 4 hours | 11 | -11/+214 |
| | | | | (#20048) | ||||
* | Use common fixture for stress-tests (#20250) | Maxim Yurchuk | 5 hours | 22 | -154/+97 |
| | |||||
* | fixed CDC write to the autopartitioning topic (#20243) | Nikolay Shestakov | 5 hours | 2 | -22/+48 |
| | |||||
* | #9056 Complete column names in YDB CLI (#19918) | Victor Smirnov | 6 hours | 5 | -19/+71 |
| | |||||
* | minor bugfixes in SchemeBoard subscriber and tests (#20262) | Daniil Demin | 12 hours | 3 | -5/+5 |
| | |||||
* | [C++ SDK] Fixed import to ydb-cpp-sdk repo (#20265) | Bulat | 16 hours | 4 | -17/+18 |
| | |||||
* | [KQP Constant folding] Do not fold SafeCast because it could produce … ↵ | Denis Khalikov | 17 hours | 2 | -0/+22 |
| | | | | (#20223) | ||||
* | Add tools infer csv default behaviour (#20248) | Nikolay Perfilov | 18 hours | 6 | -35/+208 |
| | |||||
* | more correct way to check for bridge mode in local & hive (#20210) | vporyadke | 18 hours | 7 | -12/+37 |
| | | | Co-authored-by: Ilnaz Nizametdinov <i.nizametdinov@gmail.com> | ||||
* | CMS: ignore tenant and cluster unavailable nodes limits in force ↵ | Ilia Shakhov | 18 hours | 5 | -56/+78 |
| | | | | availability mode (#20217) | ||||
* | Update muted_ya.txt in main (#20260) | YDBot | 19 hours | 1 | -0/+2 |
| | |||||
* | Count Rounds from 1 again to prevent N+1 rounds instead of requested N ↵ | Vitaliy Filippov | 19 hours | 4 | -7/+9 |
| | | | | (#19154) (#20237) | ||||
* | [C++ SDK] Refactor topic tests (part 3) (#19925) | Bulat | 19 hours | 38 | -3235/+3623 |
| | |||||
* | Turn off /ydb/tests/functional/tpc/medium/ workload simple queue (#20254) | Kirill Rysin | 19 hours | 1 | -2/+2 |
| | |||||
* | Update muted_ya.txt in main (#20213) | YDBot | 20 hours | 1 | -0/+2 |
| | |||||
* | CS fixed race in CPU limiter (#20238) | Pisarenko Grigoriy | 20 hours | 4 | -10/+28 |
| | |||||
* | Add fixes based on those that were made in stable-25-1-2 (#20235) | Nikolay Perfilov | 21 hours | 11 | -43/+83 |
| | |||||
* | Improve algorithm of the new scheduler (#20195) | Ivan | 21 hours | 7 | -98/+131 |
| | |||||
* | fix TFakeWilsonUploader data race (#20239) | Aleksei Pleshakov | 22 hours | 1 | -0/+3 |
| | |||||
* | schemeshard: add notion and protection of system path names (#19620) | ijon | 22 hours | 60 | -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 Rutkovsky | 23 hours | 1 | -16/+39 |
| | |||||
* | Extract password verification to a separate actor (#19687) | Yury Kiselev | 23 hours | 15 | -110/+494 |
| | |||||
* | refactoring in populator tests (#20160) | Daniil Demin | 24 hours | 6 | -151/+113 |
| | |||||
* | Add pathstate restore for incr backup (#20167) | Innokentii Mokin | 24 hours | 4 | -0/+1192 |
| | |||||
* | Use vector index recompute in scheme shard (#19154) (#19854) | Vitaliy Filippov | 24 hours | 17 | -110/+517 |
| | |||||
* | Add more details to vector index rejection errors (#19455) (#20060) | Vitaliy Filippov | 25 hours | 2 | -14/+90 |
| | |||||
* | Add partcheck tool (#20209) | Alexander Rutkovsky | 25 hours | 3 | -0/+171 |
| | |||||
* | Stream Join fix (#20050) | Nikita Vasilev | 25 hours | 3 | -103/+167 |
| | |||||
* | Do not force Sample+Reshuffle on the first level (#19154) (#20132) | Vitaliy Filippov | 26 hours | 3 | -14/+9 |
| | |||||
* | ci: use stable diplodoc cli for docs upload (#20219) | Martyanov Andrey | 26 hours | 1 | -0/+1 |
| | |||||
* | memory distribution control (#20173) | ivanmorozov333 | 27 hours | 4 | -23/+137 |
| | | | Co-authored-by: ivanmorozov333 <imorozov333@ya.ru> | ||||
* | [OLAP] Enable projection push down by default (#20149) | Denis Khalikov | 27 hours | 1 | -1/+1 |
| | |||||
* | correct metadata control (#20070) | ivanmorozov333 | 27 hours | 22 | -54/+210 |
| | | | Co-authored-by: ivanmorozov333 <imorozov333@ya.ru> | ||||
* | general cache requests abortion (#20190) | ivanmorozov333 | 27 hours | 8 | -185/+43 |
| | | | Co-authored-by: ivanmorozov333 <imorozov333@ya.ru> | ||||
* | Support compaction consumer (#20176) | FloatingCrowbar | 27 hours | 4 | -4/+98 |
| | |||||
* | Fix NToSelect in state storage config auto generation in distconf (#20166) | Evgenik2 | 28 hours | 6 | -252/+437 |
| | |||||
* | raise limits of throttling parameters (#20189) | Aleksandr Dmitriev | 28 hours | 2 | -16/+16 |
| | |||||
* | Run generator on all static nodes in upload test (#20208) | Олег | 28 hours | 4 | -27/+84 |
| | |||||
* | Import libraries 250626-0050 | Alexander Smirnov | 35 hours | 1 | -1/+1 |
| | |||||
* | Merge branch 'rightlib' into merge-libs-250626-0050 | Alexander Smirnov | 35 hours | 54 | -989/+1312 |
|\ | |||||
| * | Fix bison.cmake | dimdim11 | 36 hours | 1 | -2/+7 |
| | | | | | | | | | | Fix bison.cmake commit_hash:ca89667af975aff45f7895b766c58de69d9aef1f | ||||
| * | feat(conf): TS_BUILD_ENV to setup default values to env to build (can be ↵ | zaverden | 40 hours | 2 | -7/+33 |
| | | | | | | | | | | | | overwritten from --env arg) commit_hash:d2082e51875cd681b53a653e3edec37eb96bac26 | ||||
| * | Fix cmake system protobuf addincl | dimdim11 | 42 hours | 1 | -1/+1 |
| | | | | | | | | | | Fix cmake system protobuf addincl commit_hash:61f279f533e9eb19cedcea695c25f02f53425d3b | ||||
| * | Intermediate changes | robot-piglet | 42 hours | 3 | -1/+6 |
| | | | | | | | | commit_hash:044677dfc05bd34fe10fe3d3fb5c519836e139ad |