aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix use-of-uninitialized-value (#15277)andrew stalin2025-03-041-1/+1
|
* If optional is empty, get proper JSON value (#15168)qyryq2025-03-043-22/+37
|
* Add CleanupEC2MetadataClient() (#15266)Ilnaz Nizametdinov2025-03-0421-84/+93
|
* optimize sub columns iterations (#15271)ivanmorozov3332025-03-043-70/+89
|
* Do not use OlapApply for known functions pushdown (#15055)zverevgeny2025-03-046-201/+205
|
* Requirments to olap (#14759)Kirill Rysin2025-03-0320-0/+1724
|
* reduce interconnect outgoing stream buffer size to 32KB (#15264)Aleksandr Dmitriev2025-03-031-1/+1
|
* fix tests flaky window (#15268)Kirill Rysin2025-03-031-19/+19
|
* correct uptime group-by in viewer/nodes (#15258)Alexey Efimov2025-03-034-36/+302
|
* filter chains optimization (#15237)ivanmorozov3332025-03-0321-54/+657
|
* Add unique consumer for each transfer from topic (#15242)Nikolay Shestakov2025-03-0318-19/+306
| | | Co-authored-by: Ilnaz Nizametdinov <i.nizametdinov@gmail.com>
* The counter value for `UserInfo` is leaking (#15233)Alek5andr-Kotov2025-03-034-6/+29
|
* drop scheme entries in order in scenario tests (#15254)Semyon2025-03-032-5/+20
|
* #9056 Format module commands/interactive (#15212)Victor Smirnov2025-03-038-58/+50
| | | Signed-off-by: vityaman <vityaman.dev@yandex.ru>
* do not filter out dead tablets, set proper hive for dead tablets (#15231)Alexey Efimov2025-03-031-1/+6
|
* handle follower dying while being promoted to leader (#15134)vporyadke2025-03-032-31/+77
|
* Revert "Get topic data handler (#15038)" (#15245)FloatingCrowbar2025-03-0317-859/+76
|
* [C++ SDK] Added metrics for QueryClient (#15213)Bulat2025-03-036-48/+89
|
* Get topic data handler (#15038)FloatingCrowbar2025-03-0317-76/+859
|
* Fix limit tests for EvWrite (#15214)Nikita Vasilev2025-03-032-13/+35
|
* Unmute tests (#15191)Alek5andr-Kotov2025-03-031-5/+0
|
* correct indexation and fix json construction (#15222)ivanmorozov3332025-03-0335-93/+367
|
* Add access control on bootstrap (#15228)Innokentii Mokin2025-03-024-1/+26
|
* Split ydb/core/control circular dependencies with ydb/core/base (#14972), ↵lberserq2025-03-0158-87/+125
| | | | | KIKIMR-22738 Co-authored-by: Kamil Khamitov <kkhamitov@yandex-team.ru>
* Add UNAUTHORIZED status to dq (#15138)kungurtsev2025-03-016-8/+16
|
* Increase QUERY_TEXT_LIMIT for query stats to 10KB. (#15186)spuchin2025-03-011-1/+1
|
* Retry info status in dq_cli (#15216)Roman Udovichenko2025-03-011-14/+30
|
* indexes data extractor for providing subcolumns info (#15175)ivanmorozov3332025-03-0143-346/+1044
|
* [CBO] added enableshuffleelimination flag (#15218)pilik2025-03-0116-189/+192
|
* GroupLayoutSanitizer always monitors invalid groups, add UTs (#15026)Sergey Belyakov2025-02-286-77/+57
|
* Update muted_ya.txt (#15211)Kirill Rysin2025-02-281-1/+4
|
* add test for drop transfer (#15204)Nikolay Shestakov2025-02-283-1/+71
|
* Switch to library/cpp/charset/lite to avoid unneded dependency on libiconv ↵Andrey Neporada2025-02-284-4/+4
| | | | (#15157)
* remove some portion of stream lookup tests (#15202)Vitalii Gridnev2025-02-2824-346/+149
|
* Check account lockout config (#15147)Andrey Molotkov2025-02-282-5/+92
|
* Client certificates options in ydb cli (#8406)Vasily Gerasimov2025-02-2843-31/+962
|
* YQ-3561 FQrun supported remote databases (#15016)Pisarenko Grigoriy2025-02-2830-314/+969
|
* Update changelog branch name (#15188)Natasha Pirogova2025-02-281-1/+1
|
* Rename RowCount => ChunkCount to align with semantics and make it less ↵Hor9112025-02-2813-64/+65
| | | | confusing (#15080)
* remove ability to disable iterator lookups in functional tests (#15184)Vitalii Gridnev2025-02-2894-3410/+2910
|
* Return storage pool kind in TChannelBind (#15135)kruall2025-02-284-47/+37
|
* many sub columns request usage correction (#15086)ivanmorozov3332025-02-285-22/+108
|
* prevent timeout in case empty filter scan (#14925)ivanmorozov3332025-02-281-7/+6
|
* SysView Auth Uncomment database admin test cases (#15180)kungurtsev2025-02-281-37/+35
|
* not nulls information provide into arrow::array for correct kernels c… ↵ivanmorozov3332025-02-286-18/+48
| | | | (#15060)
* regularize coalesce pushdown (#15163)zverevgeny2025-02-281-65/+55
|
* Added missing PEERDIR (#15139)Alexander Avdonkin2025-02-281-0/+1
|
* Database node authorization docs (#12710)Maksim Zinal2025-02-2812-139/+627
| | | | Co-authored-by: anton-bobkov <anton-bobkov@ydb.tech> Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* Refactoring of tests (#15179)Nikolay Shestakov2025-02-281-161/+185
|
* The `TxUsage::Write_Random_Sized_Messages_In_Wide_Transactions` test is ↵Alek5andr-Kotov2025-02-282-1/+3
| | | | running for a long time (#15178)