aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add cluster state history recording (#19268)Alexander Rutkovsky2025-06-049-5/+64
|
* YQ-4311 Row dispatcher: add fatal error flag (#18911)Dmitry Kardymon2025-06-044-31/+110
| | | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: yumkam <yumkam@gmail.com>
* Add dstool command for compaction (#19022)mregrock2025-06-043-3/+76
|
* Update muted_ya.txt in main (#19272)YDBot2025-06-041-1/+1
|
* uncomment muted PredicatePushdown with commenting AsciiCaseIgnore checks ↵zverevgeny2025-06-042-5/+4
| | | | (#19271)
* Fix flapping test VectorIndexBuildTest::BaseCase (#19146) (#19253)Vitaliy Filippov2025-06-041-4/+11
|
* add tests for DSProxy Discover requests (#19237)Aleksandr Dmitriev2025-06-044-11/+213
|
* feat!: refactor simple queue to use QueryService (#19213)Pavel2025-06-044-159/+97
|
* fix darwin build (#19266)Олег2025-06-041-1/+1
|
* Merge pull request #19265 from ydb-platform/merge-libs-250604-0050Alexander Smirnov2025-06-0452-344/+1113
|\
| * Import libraries 250604-0050Alexander Smirnov2025-06-041-1/+1
| |
| * Merge branch 'rightlib' into merge-libs-250604-0050Alexander Smirnov2025-06-0451-343/+1112
| |\
| | * TTryGuard for queue locknae2022025-06-041-39/+58
| | | | | | | | | | | | commit_hash:027b7f086dcb0c574896ea5bd2c4958bf82914cf
| | * Add a todo to remove the LogUseCore optionhiddenpath2025-06-041-5/+4
| | | | | | | | | | | | commit_hash:2af1e11b5ae48afa30c1762d0170f3089a2e117f
| | * Support multiple pynode actorsthenromanov2025-06-032-2/+2
| | | | | | | | | | | | | | | Named bundle of multiple binaries commit_hash:f10706772bc22e09c2d9469cf16894cc3ce80d81
| | * Fix user data lifetime bugmikailbag2025-06-033-9/+36
| | | | | | | | | | | | | | | | | | | | | Profile previously have not extended lifetime for user data referenced by contained allocations. Such data could be destroyed too early, potentially during deallocation, rendering user_data pointer invalid (and thus making the whole feature effectively unusable). As a fix, profiles now act as strong pointers for all sampled allocations. commit_hash:8f77b397661ca7eab30793aece6f2e655722e99c
| | * Automatic release build for ymake, os_ymakerobot-ya-builder2025-06-033-10/+20
| | | | | | | | | | | | | | | Update tools: ymake, os_ymake commit_hash:b59a9cbf3a2065b179b7830355d2e56ac8ff7ff4
| | * Fix LWTrace leaking HTTP request string to HTML pageSemyon Danilov2025-06-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: the-ancient-1 <cthulhu@ydb.tech> --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1303 commit_hash:92106e48ef7d9a34a2446896fb26dfe92c86d194
| | * Intermediate changesrobot-piglet2025-06-031-1/+1
| | | | | | | | | | | | commit_hash:5b8b3bc4aa19afe6315c872b93d7133fdb09b608
| | * add took methodmatusha-g2025-06-032-0/+22
| | | | | | | | | | | | | | | add took method commit_hash:6cbacad68f50a1144726e074a905ba96dbc4e62e
| | * Save distinct constraint for PruneKeysmpereskokova2025-06-0310-14/+275
| | | | | | | | | | | | commit_hash:c571530f0a74edc44a65da0388e8e4c543121044
| | * Support scalar-only logical opsaneporada2025-06-035-5/+185
| | | | | | | | | | | | commit_hash:2be000baa1e203ec9b4bab5a4d236abc64609376
| | * New CHANGEFEED's option: SCHEMA_CHANGESilnaz2025-06-035-0/+29
| | | | | | | | | | | | commit_hash:23ba332ac8979f2e4e62231fb47414233ee4043e
| | * YT-25098: Drop master-side cache option from public APIsbabenko2025-06-031-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk, go-sdk, java-sdk Public APIs no longer allow specifying "master-side cache" to read from. Please you the vanilla "cache" variant. commit_hash:50f68da02f4896ba494286fb914b5d441c8cdfed
| | * Intermediate changesrobot-piglet2025-06-0310-222/+424
| | | | | | | | | | | | commit_hash:0a6563120495cf8a8132e2fd72fdd9d0ac36db05
| | * Update contrib/libs/croaring to 4.3.2robot-contrib2025-06-036-28/+52
| | | | | | | | | | | | commit_hash:44e7ead74b54c7109589eaa9eab7b4ca9caaf521
* | | Use stable diplodoc cli for docs build (#19159)Yury Puzynya2025-06-042-0/+2
| | |
* | | Fixed diplodoc errors in arcadia (#19243)anton-bobkov2025-06-047-10/+18
|/ /
* | Refactor FillVectorIndex state machine (#18579) (#19128)Vitaliy Filippov2025-06-043-121/+112
| |
* | generic lookup: Reduce limit for MaxKeysInRequest to 100 (#19215)yumkam2025-06-041-1/+1
| |
* | Update muted_ya.txt in main (#19228)YDBot2025-06-031-0/+25
| |
* | Vector index compatibility tests (#18861)dennnniska2025-06-032-0/+182
| |
* | Increment YDB CLI version to 2.22.0 (#19249)CLI_2.22.0Nikolay Perfilov2025-06-032-1/+4
| |
* | Fix not consistent generation counters for data erasure in SchemeShard ↵Andrey Molotkov2025-06-035-16/+106
| | | | | | | | tablet and BSC tablet (#19019)
* | duplicate filter construction task (#19120)Semyon2025-06-0318-22/+322
| |
* | stress test of SHOW CREATE VIEW (#19196)Daniil Demin2025-06-037-1/+431
| |
* | Support export encryption for changefeeds (#19203)Vasily Gerasimov2025-06-037-69/+228
| |
* | Introduce handshake parameters in Interconnect (#19209)Alexander Rutkovsky2025-06-038-3/+317
| |
* | expected portion size has been added for zero layer (#19111)Oleg Doronin2025-06-035-6/+230
| |
* | ignore empty dirs when restoring with `ydb tools restore` (#19230)Daniil Demin2025-06-033-3/+32
| |
* | Support pile identifiers for dynamic nodes too (#18988)Alexander Rutkovsky2025-06-0320-34/+205
| |
* | S3 Cloud usage statistic (#19234)Kirill Rysin2025-06-031-0/+772
| |
* | portion producing method improve (#19200)ivanmorozov3332025-06-0326-92/+51
| | | | | | Co-authored-by: ivanmorozov333 <imorozov333@ya.ru>
* | Revert "Fix serialized batch stat calculation (#19106)" (#19184)zverevgeny2025-06-032-28/+17
| |
* | Fix prefixed vector index with PK columns (#18196) (#18889)Vitaliy Filippov2025-06-039-74/+141
| |
* | Unify logic and logging in TTxReply (#19175)kungurtsev2025-06-032-620/+454
| |
* | Fix write actor: tableId -> pahtId (#19207)Nikita Vasilev2025-06-031-1/+1
| |
* | Add secondary index followers compatibility test (#19036)Stanislav2025-06-031-1/+96
| |
* | Revert "add verbose memory limit exception (#19138)" (#19214)Maxim Yurchuk2025-06-031-1/+0
| |
* | Fix strange versions of ydb in compat tests (#19217)Maxim Yurchuk2025-06-031-2/+13
| |