aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish test results to TestmoAlexander Smirnov2023-04-284-17/+118
| | | | | Publish test results to Testmo Pull Request resolved: #183
* Disable by default syncer job timeoutalexvru2023-04-282-2/+4
|
* YQL-8971 YQL-15555 Add AssumeChopped and use it.a-romanov2023-04-287-16/+41
|
* update logofomichev2023-04-281-3/+3
|
* skip blobs not filteredivanmorozov2023-04-2819-127/+327
|
* Accurate mem quotahor9112023-04-285-171/+333
|
* Perform serialization in IDqOutput::Push() method. Simplify codeaneporada2023-04-2827-908/+307
| | | initial
* Settings for dump node.a-romanov2023-04-281-14/+29
|
* YQL-8971 YQL-15555 Simplify pull up EquiJoin input.a-romanov2023-04-281-25/+16
|
* Add more configs instrospectioninnokentii2023-04-288-20/+109
| | | add more configs instrospection
* Fix library -Wdeprecate-lax-vec-conv-alllurid2023-04-281-7/+7
|
* YQL-8971 YQL-15555 Keep constraints on empty join.a-romanov2023-04-281-1/+1
|
* fix hive balancer life cyclezalyalov2023-04-281-1/+3
| | | Hive Balancer now waits for all tablet movements to complete before finishing. Previous version sometimes allowed balancer to finish while some requests were still in flight. This extension of lifetime may in some cases lead to more work being accomplished by the balancer.
* fix spilling problemgvit2023-04-271-0/+1
|
* Update contrib/restricted/boost/multi_index to 1.82.0robot-contrib2023-04-2736-413/+319
|
* [util] Fix typo in IThreadPool descrshaprunovk2023-04-271-1/+1
|
* CORS headers to stop and resume handlersandrew-rykov2023-04-273-13/+63
| | | | | added custom response CORS stop resume
* add cached message for list endpointsshumkovnd2023-04-277-143/+286
|
* Autovectorization on fixed arguments and results in PG kernelvvvv2023-04-277-73/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | старый вариант %% <----- TPgCodegen [exec] TPgCodegen::PgFunc... begin... done, elapsed: 2.628702s [good] TPgCodegen::PgFunc [exec] TPgCodegen::PgFuncBC... begin... done, elapsed: 1.265912s [good] TPgCodegen::PgFuncBC -----> TPgCodegen -> ok: 2 [DONE] ok: 2 %% новый %% <----- TPgCodegen [exec] TPgCodegen::PgFuncIdeal... begin... done, elapsed: 0.206223s with const arg begin... done, elapsed: 0.143428s [good] TPgCodegen::PgFuncIdeal [exec] TPgCodegen::PgFuncCpp... begin... done, elapsed: 0.417580s with const arg begin... done, elapsed: 0.435337s [good] TPgCodegen::PgFuncCpp [exec] TPgCodegen::PgFuncDefArg... begin... done, elapsed: 0.893608s with const arg begin... done, elapsed: 0.940435s [good] TPgCodegen::PgFuncDefArg [exec] TPgCodegen::PgFuncBC... begin... done, elapsed: 0.192867s with const arg begin... done, elapsed: 0.158422s [good] TPgCodegen::PgFuncBC -----> TPgCodegen -> ok: 4 [DONE] ok: 4 %%
* Switch to old asmlib to be able to build ydb cli without sse4pnv12023-04-2747-0/+9203
|
* Add drop configinnokentii2023-04-2724-18/+302
| | | | | fix Add drop config
* disable rename suite for ossqrort2023-04-272-2/+2
|
* subject type has been supportedhcpp2023-04-2720-80/+526
|
* Fix rollback in LogManagert1mursadykov2023-04-272-8/+38
|
* YQL-15555 YQL-15435 Fix for Unique & Distinct.a-romanov2023-04-271-2/+2
|
* Removed unused LLVM_BCvvvv2023-04-275-522/+0
|
* ydb pg tests with local_pgwireqrort2023-04-272-5/+34
|
* Support multiple resulta in QueryService. ()spuchin2023-04-2714-70/+119
|
* Сохранение позиции чтенияazevaykin2023-04-274-2/+49
|
* YQL-15555 YQL-15435 Expand aggregate comparators on final stage.a-romanov2023-04-271-6/+16
|
* Add MVCC article to docssnaury2023-04-279-0/+78
|
* "[docs] don't link to ru articles from en docs @ ydb_minikube.md"Ivan Blinkov2023-04-271-2/+2
| | | | | "[docs] don't link to ru articles from en docs @ ydb_minikube.md" Pull Request resolved: #179
* YQL-15555 YQL-15435 Fix constraints for DictItems.a-romanov2023-04-271-4/+3
|
* extended article on yql cli pars: translatealextarazanov2023-04-2716-171/+657
| | | Перевод для https://a.yandex-team.ru/review/3725001/details
* Simplify system utime.h includespreis2023-04-271-2/+1
| | | There is no reason now to hide include behind macro: we have sysincls properly working for years
* Some IC fixesalexvru2023-04-274-224/+198
|
* Map some YQL operators to PgOpvvvv2023-04-273-0/+54
|
* Changed output of command tree on top level outputbrgayazov2023-04-272-32/+23
|
* YDB public API invalid types fixmaksim-kita2023-04-2710-10/+173
|
* "[docs] remove leftovers of Yandex Cloud specific docs"Ivan Blinkov2023-04-2725-224/+1
| | | | | "[docs] remove leftovers of Yandex Cloud specific docs" Pull Request resolved: #182
* Add object type to ydb scheme describepnv12023-04-274-31/+49
|
* conveyor tasks priorityivanmorozov2023-04-2711-20/+40
| | | | additional logging fix fields including checker
* Update contrib/restricted/boost/core to 1.82.0robot-contrib2023-04-266-43/+129
|
* Fix the bugkomels2023-04-261-2/+3
|
* Increment YDB CLI versionCLI_2.3.0pnv12023-04-261-1/+1
|
* Fix TEvQueryRequest usage for stream scripting.dcherednik2023-04-264-5/+24
|
* Make SQL external declare priority less than text declareaneporada2023-04-265-17/+46
| | | initial
* Fix ydb -Wunused-but-set-variablelurid2023-04-263-0/+3
|
* Retry policy for CURLcodehor9112023-04-2619-88/+122
|
* Apply changesilnaz2023-04-2612-39/+190
|