aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for empty slotname (#3306)Ilia Shakhov2024-03-293-4/+11
|
* Fix missing TCP_USER_TIMEOUT in darwin (#3283)Sergey Veselov2024-03-291-2/+0
|
* fix compatibility for export sessions local table (#3304)ivanmorozov3332024-03-293-16/+16
|
* Support sequences backup with current value (#3089)Nikolay Shumkov2024-03-2916-25/+277
|
* Send unsubcribe in viewer (#3266)kruall2024-03-292-30/+59
|
* First step to support PG in olap. (#2818)Tony-Romanov2024-03-2911-45/+219
|
* unmute important tests (#3276)ivanmorozov3332024-03-292-6/+5
|
* Fix olap ut (#3297)Mikhail Surin2024-03-291-6/+2
|
* Introduce subscription manager (#3292)Alexander Rutkovsky2024-03-293-0/+60
|
* Do not initiate IC session upon receiving TEvUnsubscribe (#3287)Alexander Rutkovsky2024-03-292-1/+6
|
* Unmute kafka tests (#3285)niksaveliev2024-03-291-2/+0
|
* Fix EvWrite Sink memory tracking (#3259)Nikita Vasilev2024-03-292-12/+23
|
* conclusions for unready storages and scanner methods (#3282)ivanmorozov3332024-03-2917-131/+110
|
* Unmute test_private_create_queue (#3284)Sergey Veselov2024-03-291-1/+0
|
* useful correction special cases for serializer (#3281)ivanmorozov3332024-03-291-0/+18
|
* tx volume limit usage on indexation (#3279)ivanmorozov3332024-03-295-2/+23
|
* BTreeIndex Split Flush method, use bigger resolution (#3182)kungurtsev2024-03-297-83/+81
|
* Measure huge blob size threshold (#3160)Andrew Berlin2024-03-292-0/+5
|
* fix tests canonization and case withno CS object (#3277)ivanmorozov3332024-03-292-3/+3
|
* a deeper PgAdmin compatibility workaround (#3270)Vitaly Stoyan2024-03-281-0/+11
|
* mock of transaction_isolation option (#3264)Vitaly Stoyan2024-03-281-0/+3
|
* fix build on clang 14 (#3274)Daniil Cherednik2024-03-281-1/+1
|
* Forward cache bugfix index pages queue verify (#3134)kungurtsev2024-03-285-107/+318
|
* Fix null pk tests (#3272)Олег2024-03-281-2/+2
|
* Merge pull request #3200 from ydb-platform/mergelibs-240327-1029AlexSm2024-03-28316-6536/+12216
|\ | | | | Library import 240327-1029
| * Import libraries 240327-1029Alexander Smirnov2024-03-271-1/+1
| |
| * Merge branch 'rightlib' into mergelibs-240327-1029Alexander Smirnov2024-03-27315-6535/+12215
| |\
| | * Update libcxx to 10 Oct 2023 dc129d6f715cf83a2072fc8de8b4e4c70bca6935mikhnenko2024-03-27213-6185/+8960
| | | | | | | | | | | | 97ce40d276e44357a49b7a945af841896126dca8
| | * Automatic release build for ymake, os_ymakerobot-ya-builder2024-03-273-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From hash: [ab7face86bd4ff060f1c68e3f1e248edc127c90f](https://a.yandex-team.ru/arcadia/commit/ab7face86bd4ff060f1c68e3f1e248edc127c90f) From revision: [13716593](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ymake&version=178) Flow triggered by user: [spreis](https://staff.yandex-team.ru/spreis) Update tools: ymake, os_ymake 9c6b5ba56f288a5713fe05ea86219ca7b4a7e759
| | * Intermediate changesrobot-piglet2024-03-278-11/+16
| | |
| | * Update ↵robot-contrib2024-03-2773-319/+351
| | | | | | | | | | | | | | | | | | vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to 0.49.0 69ec0201934185d3528e389698dc1f486b528977
| | * Mandate usage of USE_LLVM_BC() macro when compiling LLVM bytecodethegeorg2024-03-261-2/+12
| | | | | | | | | | | | | | | https://github.com/ydb-platform/ydb/pull/3066 cd249ef70bf634c9efa65bac787b1dc89a14a076
| | * YT-20418: Master connection config in protocherepashka2024-03-261-8/+57
| | | | | | | | | | | | | | | Master connection config in proto b981a92d7747d419093778254b76a9a39daaf4ac
| | * sync to ydb ghfedor-miron2024-03-2616-0/+2799
| | | | | | | | | | | | c485fa07ffd78ecf7bcc7086b0a7cd4c2f20efd3
* | | Close sessions on Cleanup() (#3197)Ilnaz Nizametdinov2024-03-282-2/+13
| | |
* | | Always assume default YT cluster will be used in YQL query (#3240)Aleksandr Gaev2024-03-281-0/+5
| | |
* | | Remove actors.pb.h from project-wide includes (#3245)Alexander Rutkovsky2024-03-2812-108/+163
| | |
* | | YQL-18137: Fix yt stats (#3269)Maxim Kovalev2024-03-281-1/+1
| | |
* | | fix compatibility (#3251)ivanmorozov3332024-03-281-0/+1
| | |
* | | Support of PG syntax in purecalc & purebench (#3230)Vitaly Stoyan2024-03-2813-24/+176
| | |
* | | [CB] Add simple s3_writer implementation (#3152)Innokentii Mokin2024-03-287-0/+386
| | |
* | | report hc node location (#3079)Andrei Rykov2024-03-282-3/+16
| | |
* | | [refactoring] Use query settings for kqp TEvQueryRequest (#3250)Daniil Cherednik2024-03-285-29/+55
| | |
* | | Fix null pk tests (#3260)Олег2024-03-281-1/+1
| | |
* | | Cli workload fix (#3249)Олег2024-03-283-18/+18
| | |
* | | do schema snapshots after a reassign (#3187)vporyadke2024-03-2811-8/+113
| | |
* | | More align friendly in Knn (#3241)azevaykin2024-03-283-16/+15
| | |
* | | remove ipp files from server source code (#3248)ildar-khisambeev2024-03-285-23/+25
| | |
* | | Use SlotName as host label in metrics (#2654)Ilia Shakhov2024-03-286-5/+37
| | |
* | | Add slot names generation to node broker (#2808)Ilia Shakhov2024-03-2810-19/+505
| | |