aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix poller compatibility mode KIKIMR-20604 (#765)Alexander Rutkovsky2023-12-281-13/+13
|
* Add ring activation queue (#695)kruall2023-12-285-2/+439
| | | Co-authored-by: Aleksandr Kriukov <kruall@ydb.ru>
* to change the configuration, skip the step CALCULATING (#743)Alek5andr-Kotov2023-12-281-3/+7
|
* add monitoring info for tables_manager (#764)ivanmorozov3332023-12-281-0/+3
|
* style has been fixed (#763)Oleg Doronin2023-12-282-2/+1
|
* YDBDOCS-559 add parquet format to docs (#761)Олег2023-12-2810-55/+155
| | | | | | | | | * YDBDOCS-559 Refactoring. Lists now formated by markdown instead html. Use include for deduplicate text. * YDBDOCS-559 add parquet format to docs * YDBDOCS-559 Добавил описание формата parquet в документацию * fix typo
* [yt provider] Don't omit YtMerge with KeepSorted setting (YQL-17413) (#755)Roman Udovichenko2023-12-2810-3/+158
| | | | | * [yt provider] Don't omit YtMerge with KeepSorted setting * More fixes + tests
* Incremented YDB CLI version to 2.8.0 (#762)Bulat2023-12-281-1/+1
|
* Import libs 4 (#758)AlexSm2023-12-27400-26399/+17112
|
* normalize test (#759)Andrey Neporada2023-12-274-15/+15
|
* Support IF NOT EXISTS/IF EXISTS for tables, external tables and external ↵Vasily Gerasimov2023-12-2724-245/+576
| | | | data sources (#694)
* Added import s3 to directory (#678)Bulat2023-12-275-5/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Added directory import in ydb import s3 cmd * Added path "." handling * Fixed bugs * Reverted ya make * Fixed issues * Fixed diff * Replaced emplace_back to push_back * Fixed issue * Fixed leak in help * Fixed issues * Remove dump.h include * Fixed excess space * Fixed issue
* Add library increment script (#760)AlexSm2023-12-271-0/+25
|
* Common TChangeRecord in ydb/core/change_exchange (#737)Ilnaz Nizametdinov2023-12-277-176/+252
|
* Fixed TItem in-place creation under clang14 (#752)Oleg Shatov2023-12-271-0/+5
|
* ut_read_iterator + EvWrite (#742)azevaykin2023-12-274-38/+84
| | | ut_read_iterator + EvWrite
* YQ-2651 use ChildPtr instead of ChildRef (#488)zverevgeny2023-12-271-8/+8
| | | * YQ-2651 use ChildPtr instead of ChildRef
* YDB-2345 HC time difference message (#741)Andrei Rykov2023-12-271-3/+3
| | | | | * time difference message * return nodes
* Session actor perf (#724)Nikita Vasilev2023-12-2717-275/+458
|
* Remove node identifier (deprecated) (#688)ijon2023-12-2711-209/+1
| | | | | Also free IO pool from this unneeded actor. KIKIMR-20497
* Remove msgbus trace service (deprecated and unused) (#687)ijon2023-12-2726-571/+12
| | | | | Also free IO pool from this service's actor. KIKIMR-20497
* Switch ticket_parser auth clients to HTSwap mailbox type (#670)ijon2023-12-271-7/+7
|
* generic query for load actor (#512)Nikita Vasilev2023-12-273-4/+15
|
* init (#738)Vitaly Stoyan2023-12-279-57/+117
|
* YQL-17286: Fix sublink in projection, which has no external deps (#684)Mars Agliullin2023-12-275-1/+53
| | | Do not expand sublinks, which have no external deps
* use statistics aggregator for basic statistics KIKIMR-18323 (#623)Aleksandr Dmitriev2023-12-2721-373/+1002
|
* Add PG provider to pgrun (#732)Александр Новожилов2023-12-272-0/+4
|
* fix tests (#735)Vitaly Stoyan2023-12-277-48/+48
|
* fix (#736)Vitaly Stoyan2023-12-262-2/+46
|
* remove a hard error in formatter when CASE wih no ELSE (#723)Mikhail Babenko2023-12-261-4/+6
|
* fix broken pg autoparam unit testFiodar Miron2023-12-261-0/+1
|
* (refactoring) Inline TChangeRecordBuilder's methods (#734)Ilnaz Nizametdinov2023-12-262-99/+77
|
* YQL-17385 fix tests (#730)Vitaly Stoyan2023-12-269-38/+39
| | | | | | | | | * stabilized tests * Revert "stabilized tests" This reverts commit c4595132e1f52eb95917ef9182d7df58a6e81d79. * stabilized tests
* Ability for ydb-cli to write request results as arrow parquet (#673)Олег2023-12-2612-4/+291
| | | Возможность записи parquet через ydb-cli
* KIKIMR-20150: remove the test from the mute list (#726)Evgeniy Ivanov2023-12-261-1/+0
|
* Keep Issue fields after censorship (#714)Hor9112023-12-264-4/+40
| | | | | * Keep Issue fields after censorship * Tests
* YQ-2704 TCheckpointStorage failed on log (#594)Dmitry Kardymon2023-12-263-33/+32
| | | | | | | * use context for log * remove artifacts after other branch * remove artifacts after other branch
* YQ-2628: add RECURSE_FOR_TESTS (#718)Egor Zudin2023-12-261-0/+4
|
* Add discovery mutator for underlay (#566)Dmitry Kardymon2023-12-262-2/+27
| | | | | | | * Add discovery mutator for underlay * Fix prefix * TString -> StringBuf
* [YQL-17103] Basic support of pg types in predicate extractor library (#709)Andrey Neporada2023-12-2615-55/+447
| | | | | | | | | | | * initial * fix typo * fix minus inf for pg types * more tests + canonize * temporarily disable KqpNotNullColumns::SecondaryIndexWithNotNullDataColumnPg
* use adaptive timeouts and persistent node count in hive warmup KIKIMR-20551 ↵vporyadke2023-12-267-12/+41
| | | | (#624)
* fix tests TopicPeriodicStat* (#717)Nikolay Shestakov2023-12-263-4/+11
| | | | | * fix tests TopicPeriodicStat* * remove unnecasary spaces
* Add QueryService coverage for kqp_perf_ut.(KIKIMR-16294) (#721)spuchin2023-12-263-310/+213
| | | Co-authored-by: Sergey Puchin <spuchin@mr-nvme-testing-11.search.yandex.net>
* ActorSystem cpu load log use std atomic (#646)Maksim Kita2023-12-261-44/+35
|
* ActorSystem interrupter use std atomic (#645)Maksim Kita2023-12-261-3/+3
|
* ActorSystem memlog use std atomic (#644)Maksim Kita2023-12-262-5/+5
|
* ActorSystem should continue use std atomic (#643)Maksim Kita2023-12-262-9/+9
|
* KQP computation pattern cache serialized program (#634)Maksim Kita2023-12-264-28/+78
| | | KQP computation pattern cache serialized program
* ActorSystem fix typo (#638)Maksim Kita2023-12-264-16/+16
|
* KIKIMR-20150: fix and improve flaky test (#713)Evgeniy Ivanov2023-12-261-8/+106
|