aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mark options that are allowed to be used in the database configuration (#14761)Ilnaz Nizametdinov2025-02-187-5/+90
|
* Fix enable checksums persistance (#14757)Ilia Shakhov2025-02-185-13/+107
|
* Avoid persistent and in-memory tx status getting out-of-sync (#14704)Aleksei Borzenkov2025-02-1814-142/+481
|
* Run ydb Large-tests on multislots (#14725)verachecheneva2025-02-1868-80/+85
|
* Add admin cluster config generate command (#14711)mregrock2025-02-1825-2/+359
|
* rework node priorities to make dc preference overridable (#14554)vporyadke2025-02-188-50/+89
|
* Add launch id to info about bench run (#14755)Олег2025-02-181-0/+4
|
* fix returning from invalid table (#14738)Mikhail Surin2025-02-182-3/+22
|
* Add test for Dt64* parameters. (#14739)spuchin2025-02-181-7/+18
|
* Update base.py revert grpc_port changes (#14745)Sergey J2025-02-181-6/+1
|
* Merge pull request #14716 from ydb-platform/merge-libs-250218-0050Alexander Smirnov2025-02-1856-355/+1643
|\
| * Import libraries 250218-0050Alexander Smirnov2025-02-181-1/+1
| |
| * Merge branch 'rightlib' into merge-libs-250218-0050Alexander Smirnov2025-02-1855-354/+1642
| |\
| | * BlockMapJoinCore refactorziganshinmr2025-02-1718-303/+975
| | | | | | | | | | | | | | | | | | | | | * Split storage and index parts from BlockMapJoinCore computation node into separate BlockStorage and BlockIndex nodes in order to allow multiple join nodes to reuse the same block data and index for the right table where possible * Corresponding s-expressions changes commit_hash:40e39fb0b22c2f929c184963b5bd901006122c14
| | * promote LD_PLUGIN_V2 to LD_PLUGINpg2025-02-171-5/+1
| | | | | | | | | | | | commit_hash:7ca45f97c43085abf6d826bc47c2c769a9c018fc
| | * Add LD_PLUGIN_V2 and use it for MUSL.pg2025-02-171-0/+5
| | | | | | | | | | | | commit_hash:b66e8aea0778dda478d029d881f0dbe754ac8bd4
| | * fix(conf): process ru comments in tsconfig.jsonzaverden2025-02-171-1/+1
| | | | | | | | | | | | commit_hash:e91ce4b94e88fc391c94405c4abdcbc1c30136fd
| | * YT-23616: Add IsUnauthorized method to TErrorResponsehiddenpath2025-02-172-0/+19
| | | | | | | | | | | | commit_hash:eb23d10ce4143a7cc122794f85c66072b317fc44
| | * YT-23616: Do not rely on 4xx http codeshiddenpath2025-02-171-5/+1
| | | | | | | | | | | | commit_hash:180c7545c76e0286472079ec129fd15f2e140aa9
| | * YT block input for table contentziganshinmr2025-02-1725-29/+569
| | | | | | | | | | | | commit_hash:6ece06798fc8cef2e4d8e62cf5b9634b3162aa45
| | * feat buildroot: add explicit reviewserjflint2025-02-171-0/+44
| | | | | | | | | | | | commit_hash:69abd75def3508ce7e91da707a15a6093fc0fec2
| | * YQL-19506: Set check execution stage after common optimizations in Lineagemaxkovalev2025-02-173-2/+8
| | | | | | | | | | | | commit_hash:f226a2d792c1c4b99292514c038c2ca6e22c8611
| | * YT-23616: Do not rely on specific http codes upon request retryhiddenpath2025-02-174-12/+19
| | | | | | | | | | | | commit_hash:6567d772f1cc5091a75ad5249c2a97a73dc5e6cd
| | * feat(runtime): instrument tasklet before runtiqurillo2025-02-171-0/+3
| | | | | | | | | | | | commit_hash:750b92b462a4db4fbd2b470716b90d07c89a2842
* | | Fix tpcds q44 (#14744)Олег2025-02-186-4/+26
| | |
* | | Fix statement ok assert (#14735)Oleg Ovcharuk2025-02-181-5/+3
| | |
* | | YDB FQ: move `ListSplits` call from the request execution to the request ↵Vitaly Isaev2025-02-1823-399/+606
| | | | | | | | | | | | optimization phase (#14497)
* | | KQP Statistics Sensors (#14621)Hor9112025-02-186-58/+257
| | |
* | | useless code have been rid off (#14600)Oleg Doronin2025-02-181-24/+2
| | |
* | | Update muted_ya.txt (#14727)Kirill Rysin2025-02-181-17/+12
| | |
* | | json accessor usage on scan (#14717)ivanmorozov3332025-02-1823-20/+241
| | |
* | | fix create_new_muted_ya.py data source (#14721)Kirill Rysin2025-02-181-6/+6
| | |
* | | enable metering by default (#14615)Mikhail Surin2025-02-184-4/+3
| | |
* | | Kafka auth flag and bugfix in ts (#14220)FloatingCrowbar2025-02-183-3/+9
| | |
* | | added order by to canonical test GJ (#14714)Filitov Mikhail2025-02-181-1/+2
|/ /
* | fix memory leaks (#14712)Олег2025-02-177-86/+103
| |
* | accessors usage for ssa program processing (#14605)ivanmorozov3332025-02-17136-4170/+5637
| |
* | VIEW import: bugfix for a dependent view case (#14706)Daniil Demin2025-02-173-3/+100
| |
* | Вo not lunch minidumps tests with sanitizers (#14705)Олег2025-02-171-1/+1
| |
* | Make TRope movable in case of vector growing (#14329)Semyon Danilov2025-02-173-5/+4
| |
* | VIEW: minor refactoring in import (#14664)Daniil Demin2025-02-172-12/+32
| |
* | Introduce delayed restore manager and use it for views and external tables ↵Daniil Demin2025-02-173-84/+221
| | | | | | | | | | (#14597) Co-authored-by: Ilnaz Nizametdinov <i.nizametdinov@gmail.com>
* | Fixed a bug in pushing Apply to column shards: KIKIMR-22216 (#14638)Pavel Velikhov2025-02-171-0/+11
| | | | | | Co-authored-by: Pavel Velikhov <pavelvelikhov@localhost.localdomain>
* | Make tpcds q44 more deteminated (#14665)Олег2025-02-171-2/+2
| |
* | Support dual-config mode in distconf (#14634)Alexander Rutkovsky2025-02-176-39/+141
| |
* | Fix bug with permission in validate_pr_description (#14667)Natasha Pirogova2025-02-171-2/+2
| |
* | YQ remove anonymous namespace from CA (#14636)Pisarenko Grigoriy2025-02-171-23/+20
| |
* | Fix database field in audit log move operations (#14652)Vasily Gerasimov2025-02-171-3/+23
| |
* | Bulk upsert test cases implementation (#14655)SloNN2025-02-172-0/+4
| | | | | | Co-authored-by: Alexey Dmitriev <slonnn@yandex-team.ru>
* | Use Breakpad in ydbd (#14649)Олег2025-02-173-12/+2
| |