| Commit message (Expand) | Author | Age | Files | Lines |
* | Direct write to partition | azevaykin | 2023-08-09 | 22 | -92/+658 |
* | YQL-16186 parse MATCH_REQ p1: grammar, structure, base blocks | zverevgeny | 2023-08-09 | 21 | -210/+1283 |
* | YT-19445: do not write sort_by if it's empty | ermolovd | 2023-08-09 | 1 | -1/+3 |
* | KIKIMR-18675 Remove truncated from result set meta in Query Service | galaxycrab | 2023-08-09 | 23 | -20/+268 |
* | Support static node list subscription in DSProxy KIKIMR-13309 | alexvru | 2023-08-09 | 1 | -1/+4 |
* | YT-17268: Add missing bus_certs_dir to TTcpDispatcherDynamicConfig. | yuryalekseev | 2023-08-09 | 2 | -0/+7 |
* | Check stop flag before getting activation, KIKIMr-18950 | kruall | 2023-08-09 | 1 | -2/+2 |
* | fix error while SELECT from binding with partitioning | grigoriypisar | 2023-08-09 | 4 | -14/+85 |
* | Automatic release build for ya_bin3, ya_bin, test_tool, test_tool3 | robot-ya-builder | 2023-08-09 | 1 | -4/+4 |
* | add message for non-existing nodeid on verify | shmel1k | 2023-08-09 | 2 | -9/+23 |
* | Verify commit offset only when provided in topic API | komels | 2023-08-09 | 5 | -14/+92 |
* | Kernels for logical ops | vvvv | 2023-08-09 | 4 | -319/+222 |
* | Support custom metadata in YT RPC client/server | cezarnik | 2023-08-09 | 11 | -0/+110 |
* | KIKIMR-13960: introduce datashard status DISK_SPACE_EXHAUSTED | debnatkh | 2023-08-09 | 2 | -0/+4 |
* | ci: add make as a dependency, also use clang-14 for docker builds | Nikita Kozlovskiy | 2023-08-08 | 5 | -6/+8 |
* | Make OSS build happy | dcherednik | 2023-08-08 | 12 | -32/+32 |
* | YQ Connector: optionally enable TLS connections between Connector and the dat... | vitalyisaev | 2023-08-08 | 8 | -8/+26 |
* | Move core ut to common place. | a-romanov | 2023-08-08 | 30 | -32/+6586 |
* | Add logging of actor names and events to test actor system | tarum | 2023-08-08 | 3 | -1/+63 |
* | Use clang-14 for build, update instruction | dcherednik | 2023-08-08 | 3 | -28/+12 |
* | YQL-16247 Limit for time spent in hybrid. | a-romanov | 2023-08-08 | 4 | -4/+24 |
* | Support static node list change subscriptions in Dynamic Nameservice and use ... | alexvru | 2023-08-08 | 6 | -11/+37 |
* | Intermediate changes | robot-piglet | 2023-08-08 | 1 | -0/+236 |
* | Ci pytest xdist | Nikita Kozlovskiy | 2023-08-08 | 5 | -43/+56 |
* | Better C++ coroutine lifetime in actors KIKIMR-18962 | snaury | 2023-08-08 | 20 | -438/+724 |
* | pin for yqv2 | hcpp | 2023-08-08 | 16 | -20/+71 |
* | Set PutUnitsSize for produce request | tesseract | 2023-08-08 | 4 | -7/+20 |
* | Add shuffling candidates, KIKIMR-18973 | kruall | 2023-08-08 | 1 | -0/+3 |
* | Get Ydb result straight without conversion | makostrov | 2023-08-08 | 3 | -13/+67 |
* | fix(conf): add package.json of tested module to the graph cache key | zaverden | 2023-08-08 | 1 | -3/+5 |
* | First version of cost based optimizer | pavelvelikhov | 2023-08-08 | 32 | -0/+1632 |
* | Add disk time consumption metrics, KIKIMR-17759 | serg-belyakov | 2023-08-08 | 3 | -1/+11 |
* | Fix TTablesManager::Clear | nsofya | 2023-08-08 | 2 | -2/+14 |
* | [blockstore]Replace FillToken with FillGeneration | barkovbg | 2023-08-08 | 3 | -9/+12 |
* | Fix build dq task with channels and source | galaxycrab | 2023-08-08 | 3 | -13/+106 |
* | Update bison version in conan in yexport | ignat | 2023-08-08 | 2 | -2/+2 |
* | Support planning of volatile transactions KIKIMR-18580 | snaury | 2023-08-08 | 15 | -131/+605 |
* | Fix BlockExpandChunked optimizers | aneporada | 2023-08-08 | 4 | -25/+40 |
* | Intermediate changes | robot-piglet | 2023-08-08 | 3 | -1/+4 |
* | Alloc S3 Read Buffer with explicit quota | hor911 | 2023-08-08 | 7 | -21/+59 |
* | TopicID | komels | 2023-08-08 | 5 | -2/+7 |
* | Support partial decommission KIKIMR-17288 | alexvru | 2023-08-08 | 9 | -13/+133 |
* | Style fixes | pogorelov | 2023-08-08 | 1 | -3/+3 |
* | Explicit session support for ExecuteQuery call. KIKIMR-18968 | dcherednik | 2023-08-07 | 32 | -33/+72 |
* | Add ORDER BY in to ut to avoid undetermined order in case of sharded table. | dcherednik | 2023-08-07 | 1 | -7/+7 |
* | Check AUTOCHECK explicitly when using libeatmydata | thegeorg | 2023-08-07 | 1 | -1/+1 |
* | [performance - q22] Implement BlockExtend. Support wide flow in plain Extend.... | aneporada | 2023-08-07 | 19 | -4/+365 |
* | Support nameservice table update through ConfigsDispatcher KIKIMR-13309 | alexvru | 2023-08-07 | 5 | -24/+58 |
* | Report actor usage activity KIKIMR-11082 | alexvru | 2023-08-07 | 10 | -43/+208 |
* | YT-19686: Introduce efficient proto conversions for TStringBuf | gritukan | 2023-08-07 | 1 | -0/+27 |