Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add cluster state history recording (#19268) | Alexander Rutkovsky | 2025-06-04 | 9 | -5/+64 |
| | |||||
* | YQ-4311 Row dispatcher: add fatal error flag (#18911) | Dmitry Kardymon | 2025-06-04 | 4 | -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) | mregrock | 2025-06-04 | 3 | -3/+76 |
| | |||||
* | Update muted_ya.txt in main (#19272) | YDBot | 2025-06-04 | 1 | -1/+1 |
| | |||||
* | uncomment muted PredicatePushdown with commenting AsciiCaseIgnore checks ↵ | zverevgeny | 2025-06-04 | 2 | -5/+4 |
| | | | | (#19271) | ||||
* | Fix flapping test VectorIndexBuildTest::BaseCase (#19146) (#19253) | Vitaliy Filippov | 2025-06-04 | 1 | -4/+11 |
| | |||||
* | add tests for DSProxy Discover requests (#19237) | Aleksandr Dmitriev | 2025-06-04 | 4 | -11/+213 |
| | |||||
* | feat!: refactor simple queue to use QueryService (#19213) | Pavel | 2025-06-04 | 4 | -159/+97 |
| | |||||
* | fix darwin build (#19266) | Олег | 2025-06-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #19265 from ydb-platform/merge-libs-250604-0050 | Alexander Smirnov | 2025-06-04 | 52 | -344/+1113 |
|\ | |||||
| * | Import libraries 250604-0050 | Alexander Smirnov | 2025-06-04 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'rightlib' into merge-libs-250604-0050 | Alexander Smirnov | 2025-06-04 | 51 | -343/+1112 |
| |\ | |||||
| | * | TTryGuard for queue lock | nae202 | 2025-06-04 | 1 | -39/+58 |
| | | | | | | | | | | | | commit_hash:027b7f086dcb0c574896ea5bd2c4958bf82914cf | ||||
| | * | Add a todo to remove the LogUseCore option | hiddenpath | 2025-06-04 | 1 | -5/+4 |
| | | | | | | | | | | | | commit_hash:2af1e11b5ae48afa30c1762d0170f3089a2e117f | ||||
| | * | Support multiple pynode actors | thenromanov | 2025-06-03 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | Named bundle of multiple binaries commit_hash:f10706772bc22e09c2d9469cf16894cc3ce80d81 | ||||
| | * | Fix user data lifetime bug | mikailbag | 2025-06-03 | 3 | -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_ymake | robot-ya-builder | 2025-06-03 | 3 | -10/+20 |
| | | | | | | | | | | | | | | | Update tools: ymake, os_ymake commit_hash:b59a9cbf3a2065b179b7830355d2e56ac8ff7ff4 | ||||
| | * | Fix LWTrace leaking HTTP request string to HTML page | Semyon Danilov | 2025-06-03 | 1 | -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 changes | robot-piglet | 2025-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | commit_hash:5b8b3bc4aa19afe6315c872b93d7133fdb09b608 | ||||
| | * | add took method | matusha-g | 2025-06-03 | 2 | -0/+22 |
| | | | | | | | | | | | | | | | add took method commit_hash:6cbacad68f50a1144726e074a905ba96dbc4e62e | ||||
| | * | Save distinct constraint for PruneKeys | mpereskokova | 2025-06-03 | 10 | -14/+275 |
| | | | | | | | | | | | | commit_hash:c571530f0a74edc44a65da0388e8e4c543121044 | ||||
| | * | Support scalar-only logical ops | aneporada | 2025-06-03 | 5 | -5/+185 |
| | | | | | | | | | | | | commit_hash:2be000baa1e203ec9b4bab5a4d236abc64609376 | ||||
| | * | New CHANGEFEED's option: SCHEMA_CHANGES | ilnaz | 2025-06-03 | 5 | -0/+29 |
| | | | | | | | | | | | | commit_hash:23ba332ac8979f2e4e62231fb47414233ee4043e | ||||
| | * | YT-25098: Drop master-side cache option from public APIs | babenko | 2025-06-03 | 1 | -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 changes | robot-piglet | 2025-06-03 | 10 | -222/+424 |
| | | | | | | | | | | | | commit_hash:0a6563120495cf8a8132e2fd72fdd9d0ac36db05 | ||||
| | * | Update contrib/libs/croaring to 4.3.2 | robot-contrib | 2025-06-03 | 6 | -28/+52 |
| | | | | | | | | | | | | commit_hash:44e7ead74b54c7109589eaa9eab7b4ca9caaf521 | ||||
* | | | Use stable diplodoc cli for docs build (#19159) | Yury Puzynya | 2025-06-04 | 2 | -0/+2 |
| | | | |||||
* | | | Fixed diplodoc errors in arcadia (#19243) | anton-bobkov | 2025-06-04 | 7 | -10/+18 |
|/ / | |||||
* | | Refactor FillVectorIndex state machine (#18579) (#19128) | Vitaliy Filippov | 2025-06-04 | 3 | -121/+112 |
| | | |||||
* | | generic lookup: Reduce limit for MaxKeysInRequest to 100 (#19215) | yumkam | 2025-06-04 | 1 | -1/+1 |
| | | |||||
* | | Update muted_ya.txt in main (#19228) | YDBot | 2025-06-03 | 1 | -0/+25 |
| | | |||||
* | | Vector index compatibility tests (#18861) | dennnniska | 2025-06-03 | 2 | -0/+182 |
| | | |||||
* | | Increment YDB CLI version to 2.22.0 (#19249)CLI_2.22.0 | Nikolay Perfilov | 2025-06-03 | 2 | -1/+4 |
| | | |||||
* | | Fix not consistent generation counters for data erasure in SchemeShard ↵ | Andrey Molotkov | 2025-06-03 | 5 | -16/+106 |
| | | | | | | | | tablet and BSC tablet (#19019) | ||||
* | | duplicate filter construction task (#19120) | Semyon | 2025-06-03 | 18 | -22/+322 |
| | | |||||
* | | stress test of SHOW CREATE VIEW (#19196) | Daniil Demin | 2025-06-03 | 7 | -1/+431 |
| | | |||||
* | | Support export encryption for changefeeds (#19203) | Vasily Gerasimov | 2025-06-03 | 7 | -69/+228 |
| | | |||||
* | | Introduce handshake parameters in Interconnect (#19209) | Alexander Rutkovsky | 2025-06-03 | 8 | -3/+317 |
| | | |||||
* | | expected portion size has been added for zero layer (#19111) | Oleg Doronin | 2025-06-03 | 5 | -6/+230 |
| | | |||||
* | | ignore empty dirs when restoring with `ydb tools restore` (#19230) | Daniil Demin | 2025-06-03 | 3 | -3/+32 |
| | | |||||
* | | Support pile identifiers for dynamic nodes too (#18988) | Alexander Rutkovsky | 2025-06-03 | 20 | -34/+205 |
| | | |||||
* | | S3 Cloud usage statistic (#19234) | Kirill Rysin | 2025-06-03 | 1 | -0/+772 |
| | | |||||
* | | portion producing method improve (#19200) | ivanmorozov333 | 2025-06-03 | 26 | -92/+51 |
| | | | | | | Co-authored-by: ivanmorozov333 <imorozov333@ya.ru> | ||||
* | | Revert "Fix serialized batch stat calculation (#19106)" (#19184) | zverevgeny | 2025-06-03 | 2 | -28/+17 |
| | | |||||
* | | Fix prefixed vector index with PK columns (#18196) (#18889) | Vitaliy Filippov | 2025-06-03 | 9 | -74/+141 |
| | | |||||
* | | Unify logic and logging in TTxReply (#19175) | kungurtsev | 2025-06-03 | 2 | -620/+454 |
| | | |||||
* | | Fix write actor: tableId -> pahtId (#19207) | Nikita Vasilev | 2025-06-03 | 1 | -1/+1 |
| | | |||||
* | | Add secondary index followers compatibility test (#19036) | Stanislav | 2025-06-03 | 1 | -1/+96 |
| | | |||||
* | | Revert "add verbose memory limit exception (#19138)" (#19214) | Maxim Yurchuk | 2025-06-03 | 1 | -1/+0 |
| | | |||||
* | | Fix strange versions of ydb in compat tests (#19217) | Maxim Yurchuk | 2025-06-03 | 1 | -2/+13 |
| | |