Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Publish test results to Testmo | Alexander Smirnov | 2023-04-28 | 4 | -17/+118 |
| | | | | | Publish test results to Testmo Pull Request resolved: #183 | ||||
* | Disable by default syncer job timeout | alexvru | 2023-04-28 | 2 | -2/+4 |
| | |||||
* | YQL-8971 YQL-15555 Add AssumeChopped and use it. | a-romanov | 2023-04-28 | 7 | -16/+41 |
| | |||||
* | update logo | fomichev | 2023-04-28 | 1 | -3/+3 |
| | |||||
* | skip blobs not filtered | ivanmorozov | 2023-04-28 | 19 | -127/+327 |
| | |||||
* | Accurate mem quota | hor911 | 2023-04-28 | 5 | -171/+333 |
| | |||||
* | Perform serialization in IDqOutput::Push() method. Simplify code | aneporada | 2023-04-28 | 27 | -908/+307 |
| | | | initial | ||||
* | Settings for dump node. | a-romanov | 2023-04-28 | 1 | -14/+29 |
| | |||||
* | YQL-8971 YQL-15555 Simplify pull up EquiJoin input. | a-romanov | 2023-04-28 | 1 | -25/+16 |
| | |||||
* | Add more configs instrospection | innokentii | 2023-04-28 | 8 | -20/+109 |
| | | | add more configs instrospection | ||||
* | Fix library -Wdeprecate-lax-vec-conv-all | lurid | 2023-04-28 | 1 | -7/+7 |
| | |||||
* | YQL-8971 YQL-15555 Keep constraints on empty join. | a-romanov | 2023-04-28 | 1 | -1/+1 |
| | |||||
* | fix hive balancer life cycle | zalyalov | 2023-04-28 | 1 | -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 problem | gvit | 2023-04-27 | 1 | -0/+1 |
| | |||||
* | Update contrib/restricted/boost/multi_index to 1.82.0 | robot-contrib | 2023-04-27 | 36 | -413/+319 |
| | |||||
* | [util] Fix typo in IThreadPool descr | shaprunovk | 2023-04-27 | 1 | -1/+1 |
| | |||||
* | CORS headers to stop and resume handlers | andrew-rykov | 2023-04-27 | 3 | -13/+63 |
| | | | | | added custom response CORS stop resume | ||||
* | add cached message for list endpoints | shumkovnd | 2023-04-27 | 7 | -143/+286 |
| | |||||
* | Autovectorization on fixed arguments and results in PG kernel | vvvv | 2023-04-27 | 7 | -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 sse4 | pnv1 | 2023-04-27 | 47 | -0/+9203 |
| | |||||
* | Add drop config | innokentii | 2023-04-27 | 24 | -18/+302 |
| | | | | | fix Add drop config | ||||
* | disable rename suite for oss | qrort | 2023-04-27 | 2 | -2/+2 |
| | |||||
* | subject type has been supported | hcpp | 2023-04-27 | 20 | -80/+526 |
| | |||||
* | Fix rollback in LogManager | t1mursadykov | 2023-04-27 | 2 | -8/+38 |
| | |||||
* | YQL-15555 YQL-15435 Fix for Unique & Distinct. | a-romanov | 2023-04-27 | 1 | -2/+2 |
| | |||||
* | Removed unused LLVM_BC | vvvv | 2023-04-27 | 5 | -522/+0 |
| | |||||
* | ydb pg tests with local_pgwire | qrort | 2023-04-27 | 2 | -5/+34 |
| | |||||
* | Support multiple resulta in QueryService. () | spuchin | 2023-04-27 | 14 | -70/+119 |
| | |||||
* | Сохранение позиции чтения | azevaykin | 2023-04-27 | 4 | -2/+49 |
| | |||||
* | YQL-15555 YQL-15435 Expand aggregate comparators on final stage. | a-romanov | 2023-04-27 | 1 | -6/+16 |
| | |||||
* | Add MVCC article to docs | snaury | 2023-04-27 | 9 | -0/+78 |
| | |||||
* | "[docs] don't link to ru articles from en docs @ ydb_minikube.md" | Ivan Blinkov | 2023-04-27 | 1 | -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-romanov | 2023-04-27 | 1 | -4/+3 |
| | |||||
* | extended article on yql cli pars: translate | alextarazanov | 2023-04-27 | 16 | -171/+657 |
| | | | Перевод для https://a.yandex-team.ru/review/3725001/details | ||||
* | Simplify system utime.h include | spreis | 2023-04-27 | 1 | -2/+1 |
| | | | There is no reason now to hide include behind macro: we have sysincls properly working for years | ||||
* | Some IC fixes | alexvru | 2023-04-27 | 4 | -224/+198 |
| | |||||
* | Map some YQL operators to PgOp | vvvv | 2023-04-27 | 3 | -0/+54 |
| | |||||
* | Changed output of command tree on top level output | brgayazov | 2023-04-27 | 2 | -32/+23 |
| | |||||
* | YDB public API invalid types fix | maksim-kita | 2023-04-27 | 10 | -10/+173 |
| | |||||
* | "[docs] remove leftovers of Yandex Cloud specific docs" | Ivan Blinkov | 2023-04-27 | 25 | -224/+1 |
| | | | | | "[docs] remove leftovers of Yandex Cloud specific docs" Pull Request resolved: #182 | ||||
* | Add object type to ydb scheme describe | pnv1 | 2023-04-27 | 4 | -31/+49 |
| | |||||
* | conveyor tasks priority | ivanmorozov | 2023-04-27 | 11 | -20/+40 |
| | | | | additional logging fix fields including checker | ||||
* | Update contrib/restricted/boost/core to 1.82.0 | robot-contrib | 2023-04-26 | 6 | -43/+129 |
| | |||||
* | Fix the bug | komels | 2023-04-26 | 1 | -2/+3 |
| | |||||
* | Increment YDB CLI versionCLI_2.3.0 | pnv1 | 2023-04-26 | 1 | -1/+1 |
| | |||||
* | Fix TEvQueryRequest usage for stream scripting. | dcherednik | 2023-04-26 | 4 | -5/+24 |
| | |||||
* | Make SQL external declare priority less than text declare | aneporada | 2023-04-26 | 5 | -17/+46 |
| | | | initial | ||||
* | Fix ydb -Wunused-but-set-variable | lurid | 2023-04-26 | 3 | -0/+3 |
| | |||||
* | Retry policy for CURLcode | hor911 | 2023-04-26 | 19 | -88/+122 |
| | |||||
* | Apply changes | ilnaz | 2023-04-26 | 12 | -39/+190 |
| |