| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix selectivity computation logic for pushed-down filters. (#43186) | Yesdaulet Izenov | 5 days | 3 | -0/+31 |
| * | Fix and optmize NBS-like multiactor load, #39757 (#43219) | Evgeniy Ivanov | 5 days | 3 | -179/+439 |
| * | fix cert update in tvm cred provider (#43095) | Ermoshkin Artem | 5 days | 2 | -7/+9 |
| * | Don't render read rows in write-only test, #39757 (#43220) | Evgeniy Ivanov | 5 days | 1 | -37/+66 |
| * | [YQ-5357] Migrate YQ from Async CA to Sync CA (#43069) | Alexey Pozdniakov | 5 days | 6 | -110/+5 |
| * | Compact fulltext indexes - datashard-side segment update&merge support (#43143) | Vitaliy Filippov | 5 days | 10 | -5/+712 |
| * | Add config and new type of tokens in TicketParser (#39558) | Vladislav Serikov | 5 days | 21 | -200/+2936 |
| * | add cpp sdk code coverage action to the ci (#43128) | Ermoshkin Artem | 5 days | 5 | -0/+175 |
| * | Get rid of premature updates of the SyncState in Skeleton (#43159) | Sergey Belyakov | 5 days | 5 | -11/+30 |
| * | Merge pull request #43191 from ydb-platform/merge-rightlib-260611-0131 | YDBot | 5 days | 167 | -1688/+4525 |
| |\ |
|
| | * | Sync branches 260611-0131 | YDBot | 5 days | 167 | -1688/+4525 |
| | |\ |
|
| | | * | Intermediate changes | robot-piglet | 5 days | 2 | -9/+9 |
| | | * | YT-22593: Migrate TString to std::string in yt/yt/client/ypath | babenko | 5 days | 5 | -16/+16 |
| | | * | Intermediate changes | robot-piglet | 5 days | 1 | -1/+1 |
| | | * | YQL-21304 introduced in mem FMR wrapper over file gateway, handle&write row_c... | vvvv | 6 days | 20 | -68/+571 |
| | | * | update libbacktrace to 2026-06-02, replace the custom zstd patch with the ups... | pzuev | 6 days | 4 | -887/+253 |
| | | * | Intermediate changes | robot-piglet | 6 days | 48 | -356/+2308 |
| | | * | Update ast-index to v3.47.1 | robot-ast-index | 6 days | 1 | -0/+16 |
| | | * | YQL-21297: Handle Interval64 in aggregate/window | vitya-smirnov | 6 days | 19 | -19/+476 |
| | | * | Fix invalid dedup SourceSets, add tasks depends | dimdim11 | 6 days | 1 | -20/+28 |
| | | * | Fix gzip detection in libmagic | ivan-kligunov | 6 days | 1 | -1/+1 |
| | | * | YT-22593: Migrate TString to std::string in yt/yt/client/api/rpc_proxy | babenko | 6 days | 6 | -17/+17 |
| | | * | Update docs cli to "5.43.1" version | robot-infraui-ci | 6 days | 1 | -4/+4 |
| | | * | YT-22593: Migrate TString to std::string in yt/yt/client/complex_types | babenko | 6 days | 1 | -10/+10 |
| | | * | Intermediate changes | robot-piglet | 6 days | 3 | -10/+10 |
| | | * | YT-22930: Make ModifyRows more strongly typed (part 1, introduce new api) | ponasenko-rs | 6 days | 9 | -39/+206 |
| | | * | YQL-21299: Allow DqEngine and BlockEngine in YqlSelect | vitya-smirnov | 6 days | 1 | -0/+4 |
| | | * | Intermediate changes | robot-piglet | 6 days | 9 | -39/+72 |
| | | * | YT-22593: Migrate TString to std::string in yt/yt/client/signature | babenko | 6 days | 1 | -1/+1 |
| | | * | YT-22593: Migrate TString to std::string in yt/yt/client/bundle_controller_cl... | babenko | 6 days | 1 | -2/+2 |
| | | * | YT-22593: Migrate TString to std::string in yt/yt/client/node_tracker_client | babenko | 6 days | 1 | -1/+1 |
| | | * | Intermediate changes | robot-piglet | 6 days | 3 | -7/+7 |
| | | * | YQL-21134: Introduce not strict AST equality | vitya-smirnov | 6 days | 15 | -121/+156 |
| | | * | make constant public MD5_HEX_DIGEST_LENGTH | uzhas | 6 days | 3 | -2/+4 |
| | | * | YT-28369: Pass extra tags next to registry not to lose them on their way to p... | osidorkin | 6 days | 5 | -16/+25 |
| | | * | Fix race with several walk folders | aneporada | 6 days | 1 | -2/+3 |
| | | * | add hedging requests rate limiter; automatically preffer local cluster | vladikabr | 6 days | 10 | -46/+330 |
| | | * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 6 days | 1 | -1/+1 |
| * | | | Make max lsn configurable, #39757 (#43170) | Evgeniy Ivanov | 5 days | 2 | -0/+27 |
| * | | | Don't serialize when event is local, #39757 (#43169) | Evgeniy Ivanov | 5 days | 5 | -13/+50 |
| * | | | Use circular sparse queue for inflight infos, #39757 (#43130) | Evgeniy Ivanov | 5 days | 5 | -0/+636 |
| * | | | Use a proper log level, reformat long lines (#43129) | Evgeniy Ivanov | 5 days | 1 | -21/+36 |
| * | | | Auto-translate docs from PR #42789 (#43208) | github-actions[bot] | 5 days | 2 | -90/+116 |
| * | | | YQ-5379 removed extra whitespaces from start ydbd logs (#43077) | Pisarenko Grigoriy | 5 days | 2 | -6/+6 |
| * | | | YQ-5379 cosmetic run.cpp changes (#43168) | Pisarenko Grigoriy | 5 days | 1 | -19/+24 |
| * | | | YQ-5381 refactored extra feature flags type and log name typo for compatibili... | Pisarenko Grigoriy | 5 days | 36 | -141/+139 |
| * | | | Fixed non Utf8 response for SQS (#43149) | Nikolay Shestakov | 5 days | 2 | -1/+24 |
| * | | | Update muted_ya for relwithdebinfo main | YDBot | 5 days | 1 | -0/+2 |
| * | | | Merge pull request #43201 from ydb-platform/update-muted-ya_main_relwithdebinfo | YDBot | 5 days | 1 | -0/+9 |
| |\ \ \ |
|
| | * | | | Update muted_ya for relwithdebinfo main | YDBot | 5 days | 1 | -0/+9 |