Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comment about pragmas savings | aozeritsky | 2023-09-06 | 1 | -2/+2 |
| | |||||
* | Don't crash on unknown settings | aozeritsky | 2023-09-06 | 1 | -3/+1 |
| | |||||
* | Fix self join in batch mode | aakulaga | 2023-09-05 | 2 | -14/+1 |
| | | | | Fix self join in batch mode | ||||
* | Move feature flags to server start | alexv-smirnov | 2023-09-05 | 1 | -1/+1 |
| | |||||
* | External build system generator release 50 | robot-ya-builder | 2023-09-05 | 1 | -1/+7 |
| | | | | Update tools: yexport | ||||
* | make command output more friendly | fomichev | 2023-09-05 | 1 | -1/+1 |
| | |||||
* | KIKIMR-18802 Added modal window with task profile | vladkoronnov | 2023-09-05 | 11 | -254/+764 |
| | | | | | | generated flame graph svg can show modal window with detailed info about tasks if stats were collected with profile mode | ||||
* | ci: show error tests in reports too | nkozlovskiy | 2023-09-05 | 1 | -1/+1 |
| | |||||
* | ci: define PORT_SYNC_PATH | nkozlovskiy | 2023-09-05 | 1 | -0/+1 |
| | |||||
* | Simplify cmake build | Maxim Yurchuk | 2023-09-05 | 4 | -18/+22 |
| | | | | | | Simplify cmake build Pull Request resolved: #352 | ||||
* | Don't pass transformer-only pragmas to runtime | aozeritsky | 2023-09-05 | 1 | -3/+0 |
| | |||||
* | YT-19222: Forbid irreversible changes to ACLs (unless they are forced) | vovamelnikov | 2023-09-05 | 13 | -19/+37 |
| | |||||
* | Use dynamic libsdbus-cpp on mapkit | thegeorg | 2023-09-05 | 1 | -0/+4 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-09-05 | 1 | -63/+99 |
| | |||||
* | simplify code to avoid coverity issue use_after_move | uzhas | 2023-09-05 | 1 | -2/+1 |
| | |||||
* | add a field for disabling healthcheck caching KIKIMR-18264 | zalyalov | 2023-09-05 | 1 | -0/+1 |
| | |||||
* | Backoff timer for status tracker | auzhegov | 2023-09-05 | 32 | -24/+26 |
| | |||||
* | Clone YQL_UDF_TEST > _CONTRIB | alexv-smirnov | 2023-09-05 | 1 | -0/+13 |
| | |||||
* | YQL-16444: fix empty prefix for yt batch list in io discovery | fedor-miron | 2023-09-05 | 3 | -1/+15 |
| | |||||
* | YQL-16486 skeleton for back-tracking impl of MATCH_RECOGNIZE | zverevgeny | 2023-09-05 | 1 | -18/+97 |
| | |||||
* | fix coverity issue: use after move | uzhas | 2023-09-05 | 1 | -1/+1 |
| | |||||
* | fix coverity issue: use after move | uzhas | 2023-09-05 | 4 | -5/+5 |
| | |||||
* | clean trash | ivanmorozov | 2023-09-05 | 2 | -15/+0 |
| | |||||
* | Restrict licenses on iOS by default | thegeorg | 2023-09-05 | 2 | -4/+9 |
| | |||||
* | Add self join optimizer | aozeritsky | 2023-09-05 | 2 | -12/+38 |
| | |||||
* | Fix kafka auth | savnik | 2023-09-05 | 3 | -31/+26 |
| | |||||
* | Fix HasError() usage | aneporada | 2023-09-05 | 3 | -60/+297 |
| | |||||
* | YQL-16444: fix empty prefix for yt batch list | fedor-miron | 2023-09-05 | 1 | -1/+7 |
| | |||||
* | Make DYNAMODB_STREAMS_JSON available for 'tech' audience | ilnaz | 2023-09-05 | 4 | -0/+16 |
| | |||||
* | switch schema operations to GenericQuery handler KIKIMR-19156 | xenoxeno | 2023-09-05 | 1 | -1/+1 |
| | |||||
* | fix coverity issue: use after move | uzhas | 2023-09-05 | 1 | -1/+1 |
| | |||||
* | fix coverity UNINIT issue | uzhas | 2023-09-05 | 1 | -1/+1 |
| | |||||
* | KIKIMR-19213: cleaning | ivanmorozov | 2023-09-05 | 8 | -21/+23 |
| | |||||
* | Fix out of space UT KIKIMR-19143 | va-kuznecov | 2023-09-05 | 1 | -9/+11 |
| | |||||
* | support ydb pragma MaxTasksPerStage | grigoriypisar | 2023-09-05 | 5 | -10/+14 |
| | | | | Added MaxTasksPerStage setting. | ||||
* | Add tests for current ddl/dml behavior in query service. (KIKIMR-18955) | spuchin | 2023-09-05 | 11 | -566/+654 |
| | |||||
* | YQ Connector: unit test for generic provider in KQP | vitalyisaev | 2023-09-05 | 46 | -401/+1341 |
| | | | | | | 1. Добавлен юнит-тест на интеграцию YQL Generic provider и KQP. 2. В Generic провайдере обрабатываются все новые параметры из запросов `CREATE EXTERNAL DATA SOURCE`. 3. В Connector API добавлена сущность `Protocol`, которая позволяет указывать протокол соединения между Коннектором и источником данных. | ||||
* | YQL-16485 Check computable type of AsList elements. | a-romanov | 2023-09-05 | 1 | -3/+7 |
| | |||||
* | trying to make test stable KIKIMR-19235 | gvit | 2023-09-05 | 1 | -0/+14 |
| | |||||
* | WriteThroughDqIntegration option: fix conflicts between optimizers for KQP ↵ | galaxycrab | 2023-09-05 | 3 | -1/+5 |
| | | | | and YQ/YQL | ||||
* | fix multi file compilation | snermolaev | 2023-09-05 | 1 | -1/+1 |
| | |||||
* | fix(TS_NEXT): build in disbuild | zaverden | 2023-09-05 | 1 | -1/+1 |
| | | | | Обновил сборку nextjs под текущие подходы - нативная сборка в bindir | ||||
* | Support canonization in YQL_UDF_TEST | spreis | 2023-09-05 | 1 | -0/+2 |
| | |||||
* | Fix min/max by generic value | aneporada | 2023-09-04 | 1 | -2/+6 |
| | |||||
* | Remove unused MetaShard from InsertTable | nsofya | 2023-09-04 | 16 | -92/+56 |
| | |||||
* | Fix KV trash accumulation KIKIMR-19239 | alexvru | 2023-09-04 | 1 | -1/+6 |
| | |||||
* | (no commit message) | pg | 2023-09-04 | 1 | -7/+0 |
| | |||||
* | Add SelfJoinCore callable | aozeritsky | 2023-09-04 | 7 | -87/+98 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-09-04 | 21 | -3248/+19 |
| | |||||
* | fill additional properties | hcpp | 2023-09-04 | 2 | -17/+31 |
| |