summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make bridge commands unhidden (#23814)CLI_2.25.0mregrock2025-08-293-2/+3
|
* SharedCache: Notify tablet about loaded pages (#23761)Ivan Nikolaev2025-08-298-115/+199
|
* Moved FSM Order optimization under a flag (#23770)Pavel Velikhov2025-08-298-14/+432
| | | Co-authored-by: Pavel Velikhov <[email protected]>
* Tests TxUsage::Sinks_*_WriteToTopicAndTable_* (#23813)Alek5andr-Kotov2025-08-291-11/+19
|
* Make metadata response be sent after topic response is received (#23797)Irene Skvortsova2025-08-291-0/+3
| | | Co-authored-by: Irina Skvortsova <[email protected]>
* Fix quorum problem (#23790)Alexander Rutkovsky2025-08-293-13/+19
|
* [C++ SDK] Added SSA token taking in delegating cred provider (#23756)Bulat2025-08-297-8/+135
|
* Try to fix deadlock on join GRPC thread. (#23445)Tony-Romanov2025-08-291-2/+3
| | | Co-authored-by: Anton Romanov <[email protected]>
* Fix audit logging to stderr: don't add newline if input already ends on it ↵Vasily Gerasimov2025-08-291-1/+3
| | | | (#23745)
* Fix ignored messages on CS table rename (#23765)zverevgeny2025-08-291-2/+12
| | | Co-authored-by: Ilnaz Nizametdinov <[email protected]>
* Categorized serverless (quoter) resources (#23781)Ilnaz Nizametdinov2025-08-295-7/+20
|
* SET NOT NULL in KQP (#22406)flown4qqqq2025-08-2925-15/+494
|
* Codec addition in fetch actor (#23779)Irene Skvortsova2025-08-293-0/+65
| | | Co-authored-by: Irina Skvortsova <[email protected]>
* avoid stop the transfer if the table was altered (#23406)Nikolay Shestakov2025-08-293-3/+3
|
* Public quoter counters (#23677)Ilnaz Nizametdinov2025-08-291-0/+36
|
* Add information about warehouse as a TPC-C scale unit (#17333) (#23764)Evgeniy Ivanov2025-08-292-0/+4
|
* Report consumed quota to parent resource (#23755)Ilnaz Nizametdinov2025-08-291-0/+4
|
* [KQP] Fix flaky tests for BATCH operations with gvit's single partitioning ↵Daniil Timizhev2025-08-295-52/+71
| | | | optimizations (#23758)
* Fix write actor config update (#23690)Nikita Vasilev2025-08-291-0/+4
|
* Add custom terminate handler to restore terminal (#17333) (#23741)Evgeniy Ivanov2025-08-297-42/+183
|
* Batch of operations (#23617)Alek5andr-Kotov2025-08-292-77/+97
|
* Create shared & serverless databases (#23725)Ilnaz Nizametdinov2025-08-293-18/+44
|
* allow network access for the kafka stress test since it loads some resources ↵ubyte2025-08-291-0/+1
| | | | from the storage.yandexcloud.net (#23748)
* Update quickstart.md (#22774)orange132025-08-294-4/+8
| | | | | Co-authored-by: Anton Bobkov <[email protected]> Co-authored-by: anton-bobkov <[email protected]> Co-authored-by: Ivan Blinkov <[email protected]>
* Increment YDB CLI version to 2.25.0 (#23767)Nikolay Perfilov2025-08-292-1/+4
|
* YQ-4551 add info issue from GetSchemeEntryType (#23353)Dmitry Kardymon2025-08-293-12/+24
|
* Sync branches 250829-0050YDBot2025-08-2972-186/+2146
|\
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-08-291-2/+1
| | | | | | | | commit_hash:3e38365b9fdd1c3249c9ec847902d0286aa54fe5
| * Добавление NetworkExtension.h в sysincl для задачиtyapkinpetr2025-08-281-0/+1
| | | | | | | | | | Вынес добавление библиотеки в отдельное ревью -- <https://nda.ya.ru/t/3yzlTrTk7JDEiq> commit_hash:5fe20c53f8ca8151a615d9ee637fb5aa878c8178
| * Add kv->p for commandsdimdim112025-08-282-4/+4
| | | | | | | | | | Add kv->p for commands commit_hash:a60a73bc09e067dc57e423404c8c281c1aec7799
| * fix bug for correct includes in iwyu.pyalicebeth2025-08-281-9/+4
| | | | | | | | | | fix bug for correct includes in iwyu.py commit_hash:1c793e078f7680c3040e84f480dd1e20eba9c89f
| * Intermediate changesrobot-piglet2025-08-287-10/+46
| | | | | | | | commit_hash:fedb8a96cf9e063e9419c4449773b483370fe336
| * YT-25994 Fix data race in user data supportmikailbag2025-08-284-9/+60
| | | | | | | | | | | | | | This patch fixes data race on user data in SampleRecorder::PushDead by adding necessary locking. As a drive-by change, SetSampleUserDataCallbacks documentation now describes guarantees and requirements for the callbacks, including several not obvious ones. commit_hash:7ffea42883c9344829edd50c795243f56f1e7f3c
| * Intermediate changesrobot-piglet2025-08-281-7/+7
| | | | | | | | commit_hash:8ca2372d38f610f164aec8c35f32f31af223ec68
| * update iwyu readme and fix bug in buildalicebeth2025-08-281-1/+1
| | | | | | | | | | update iwyu readme and fix bug in build commit_hash:0cebb8cbeb770a376c4b7bbb894fdcc224da8973
| * YT-23000: Extract strategy to a separate folder and namespaceeshcherbin2025-08-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | Part 7 of global scheduler refactoring - Introduce `yt/yt/server/scheduler/strategy` and `NYT::NScheduler::NStrategy`. - Move `yt/yt/server/scheduler/policy` and `NYT::NScheduler::NPolicy` to `.../strategy` and `...::NStrategy`. - Rename `IOperationStrategyHost` to `IOperation`. - Rename `StrategyOperationController` to `OperationController`. - Introduce `yt/yt/server/scheduler/common` and move `TBriefVanillaTaskSpec` there. commit_hash:24044b625cefe6ee5581fa830e6ffb6dc893bb56
| * YT-23000: Rename fair share tree to pool treeeshcherbin2025-08-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | Part 5 of global scheduler refactoring. The following renaming is applied to all relevant classes and files: - `FairShareTree` -\> `PoolTree` - `SchedulerElement` -\> `PoolTreeElement` - `fair_share_tree_profiling` -\> `pool_tree_profile_manager` commit_hash:42dd69de14766f0a3dda571d557173bf1416080b
| * added sql syntax for CREATE / ALTER DROP STREAMING QUERYgrigoriypisar2025-08-2816-105/+1053
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Добавлен синтаксис (переиспользован код для inline action): ``` CREATE [OR REPLACE] STREAMING QUERY [IF NOT EXISTS] query_name [WITH ( key = value ... )] AS DO BEGIN ... END DO; ALTER STREAMING QUERY [IF EXISTS] query_name [SET( key = value ... )] [AS DO BEGIN ... END DO]; DROP STREAMING QUERY [IF EXISTS] query_name; ``` commit_hash:29fa6aa7e61ecf45112480fe3c1df8fab542354e
| * YT-26037: Fix empty polymorphic yson structrenadeen2025-08-283-9/+47
| | | | | | | | commit_hash:918f0da0ab743372aebb95a69ed93cc6dad32df2
| * Intermediate changesrobot-piglet2025-08-288-6/+10
| | | | | | | | commit_hash:6bc4bb5165a91cfe6ccb04fb6943cfad28b46081
| * YQL-20340: Fix getelem comp nodeatarasov52025-08-2826-24/+909
| | | | | | | | commit_hash:4b93115d4e3d46770946a7a462c7413d6183282f
* | Fixing slow UPDATES for Column Tables (#23689)Kirill Vasilenko2025-08-283-53/+98
| | | | | | Co-authored-by: Kirill Vasilenko <[email protected]>
* | Fix uninitialized memory in TEvNextValResult and TEvGetSequenceResult ↵Copilot2025-08-281-0/+17
| | | | | | | | | | | | constructors (#23743) Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: gridnevvvit <[email protected]>
* | [C++ SDK] Fixed basic example test old YDB versions (#23734)Bulat2025-08-281-1/+3
| |
* | fix decimal precession in tpcds (#23738)Олег2025-08-286-11/+13
| |
* | Fix decimals comparasion in benchmarks (#23740)Олег2025-08-281-0/+1
| |
* | Fix DS proxy batching problem (#23685)Alexander Rutkovsky2025-08-282-2/+9
| |
* | Fixed missing sdk change (#23711)Pisarenko Grigoriy2025-08-281-3/+0
| |
* | Merge pull request #23713 from ydb-platform/merge-rightlib-250828-1213YDBot2025-08-281391-3326/+490142
|\ \
| * | fix contrib includeMikhail Filitov2025-08-281-1/+1
| | |