aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rightlib' into merge-libs-250219-0050Alexander Smirnov2025-02-19278-2536/+6559
|\
| * YQL-19537: QPlayer testmrlolthe1st2025-02-182-3/+28
| | | | | | | | commit_hash:bcd3e54f9aef46d22d4547aecf501bb839b57e9d
| * YT-23616: Temprorary fallback to http implementation for some methodshiddenpath2025-02-184-44/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit should be reverted when these methods will have corresponding RPC implementations. ``` void TRpcRawClient::DeleteRows( const TYPath& /*path*/, const TNode::TListType& /*keys*/, const TDeleteRowsOptions& /*options*/) { YT_UNIMPLEMENTED(); } ``` commit_hash:a7957f365cc49dce53d44d702288a41cb2ec45b9
| * Update contrib/restricted/abseil-cpp to 20250127.0thegeorg2025-02-18172-1591/+3225
| | | | | | | | commit_hash:cb84f6cd1a663877e7f59ac994d08e04a1e76205
| * YQL-18303: Introduce Update overloadimunkin2025-02-1811-299/+1879
| | | | | | | | commit_hash:3afbcdd00ad47ecf35cb29bb25a5d7658ed1d5cb
| * Increase number of buckets in grace join& 32x2 -> 64x2mfilitov2025-02-181-1/+1
| | | | | | | | | | Increasing the number of buckets in grace join, because during TPCH10k two buckets no longer fit in memory commit_hash:1bf800015b4cf19f24f34bedbb52f1f809f569e8
| * Make Reference helper be a template of TResourceNameimunkin2025-02-181-107/+77
| | | | | | | | commit_hash:79c97d1acda775c5303c2cfb23668f72690477eb
| * Introduced lexer & parser interfacesvvvv2025-02-1836-155/+766
| | | | | | | | commit_hash:fee365c90a176dd33a967cee20994b21d530080c
| * YQL-19612 format for value_constructorvvvv2025-02-1825-146/+209
| | | | | | | | commit_hash:d31d086ec6fffa8aff47fc22a3921e2a15cd9008
| * Intermediate changesrobot-piglet2025-02-182-2/+2
| | | | | | | | commit_hash:0e8fb6a0fa97b88fe34ef4f7abbbae4894668df5
| * Rename dummy signature classes to structspavook2025-02-186-25/+14
| | | | | | | | | | | | - Class -> struct - Remove useless friends commit_hash:87aa0c648bf31795c35bac54d546df46611c8e1e
| * Fix YPath canonization with cluster Attr in BatchRequestthenromanov2025-02-181-1/+1
| | | | | | | | | | | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Fix YPath canonization with cluster Attr in BatchRequest commit_hash:c69db8ca540727cea5954a571b01f9b764c84a1d
| * YT-23616: Remove HttpCode from TErrorResponsehiddenpath2025-02-186-53/+28
| | | | | | | | commit_hash:412a7a1e02eb68d388aff73a439e98f6f2dab8a6
| * Enable _LIBCPP_NODISCARD_EXTmikhnenko2025-02-181-1/+0
| | | | | | | | commit_hash:98617260ebfdb67dc8ab65290642c0c5d79edc4d
| * refactor out py2 protobuf herobora afterpg2025-02-189-27/+106
| | | | | | | | commit_hash:8241ea2d9e5c3d12ca4c8902cdac23ed6630d4ce
| * [util] speedup GmTimeR outside LUT intervaltobo2025-02-183-81/+133
| | | | | | | | commit_hash:d57be220df393c193619ef5ed129ec4436540629
* | 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
| | |