Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve BOOST_PP_ITERATE() macro includes in boost/function_types and ↵ | thegeorg | 2023-06-01 | 183 | -0/+48832 |
| | | | | boost/fusion | ||||
* | Expose arrow kernel from Apply | vvvv | 2023-06-01 | 10 | -5/+248 |
| | |||||
* | Call evict immideately on new pages | kungasc | 2023-06-01 | 7 | -90/+30 |
| | |||||
* | Connector: avoid explicit naming for proto libraries | vitalyisaev | 2023-06-01 | 16 | -60/+60 |
| | |||||
* | support describe using explain (parameter only) | xenoxeno | 2023-06-01 | 7 | -24/+139 |
| | |||||
* | Fixed stacktraces | Maksim Kita | 2023-06-01 | 2 | -4/+2 |
| | | | | | Fixed stacktraces Pull Request resolved: #235 | ||||
* | Configure more sysincls (complete the first pass) | thegeorg | 2023-06-01 | 6 | -0/+400 |
| | |||||
* | Changefeed's RESOLVED_TIMESTAMPS option | ilnaz | 2023-06-01 | 6 | -0/+41 |
| | |||||
* | [ymq] reload DLQ state on request | alexbogo | 2023-06-01 | 12 | -22/+319 |
| | | | init | ||||
* | [ymq] make counter more light | alexbogo | 2023-06-01 | 1 | -22/+48 |
| | | | init | ||||
* | support multiple modifications per transaction for idx test | ulya-sidorina | 2023-06-01 | 5 | -75/+114 |
| | | | feature(idx_test): support multiple operations per transaction | ||||
* | YT: Fix ParseEnum when custom domain names used | bulatman | 2023-06-01 | 3 | -1/+39 |
| | |||||
* | Fix rendering of Markdown link in documentation | endlessnut | 2023-06-01 | 1 | -1/+1 |
| | | | | | Fix rendering of Markdown link in documentation Pull Request resolved: #223 | ||||
* | Use kernels registry | nsofya | 2023-06-01 | 33 | -213/+706 |
| | | | | | Use kernels registry Prepare program functions | ||||
* | [yql] Fix YQL-16036 | udovichenko-r | 2023-05-31 | 1 | -3/+3 |
| | |||||
* | YQL Generic provider to external data sources | vitalyisaev | 2023-05-31 | 89 | -4/+4648 |
| | | | | | | Предыдущий PR (https://a.yandex-team.ru/review/3908075/details) был откачен из-за того, что привнёс в YDB зависимость от YQL, что в конечном итоге сломало сборку YDB на github (https://github.com/ydb-platform/ydb/actions/runs/5132588043/jobs/9234079965). Это не проверяется в CI Arcanum. This reverts commit 26e7e914994fc8d08e6e9dfdbe118399c84588c2, reversing changes made to 4e7fb36eee7ed023c730334152a97eaee56cfc71. | ||||
* | Implement new ReadRows gRPC call | va-kuznecov | 2023-05-31 | 27 | -247/+1211 |
| | | | | | | | | | | | | | | | Remove TxProxy call add new BulkSelect load first working milestone return correct type to client Add unit test Add new RPC actor First step - add new gRPC call and protos | ||||
* | don't emit CommitAll! for kqp queries | qrort | 2023-05-31 | 2 | -31/+44 |
| | |||||
* | Add stable branches to pr-check | AlexSm | 2023-05-31 | 1 | -0/+1 |
| | | | | | Add stable branches to pr-check Pull Request resolved: #232 | ||||
* | Revert "Поддержать метод OPTIONS во внешнем uaas" | conterouz | 2023-05-31 | 2 | -12/+3 |
| | |||||
* | Revert commit rXXXXXX | vitalyisaev | 2023-05-31 | 80 | -3446/+4 |
| | |||||
* | make cluster handler faster feature | andrew-rykov | 2023-05-31 | 1 | -3/+50 |
| | |||||
* | PR from branch users/vitalyisaev/ | vitalyisaev | 2023-05-31 | 80 | -4/+3446 |
| | | | Generic provider to external data sources | ||||
* | Add ut for statistics collector | aozeritsky | 2023-05-31 | 17 | -115/+741 |
| | |||||
* | Add periodic srcId update for meta tables | komels | 2023-05-31 | 1 | -1/+2 |
| | |||||
* | [yql] Improve Unordered optimizers | udovichenko-r | 2023-05-31 | 2 | -6/+17 |
| | | | YQL-16008 | ||||
* | enable portion filter for composite marks | chertus | 2023-05-31 | 7 | -54/+30 |
| | |||||
* | Support YQL modify permissions | molotkov-and | 2023-05-31 | 22 | -28/+1376 |
| | | | | | Handling AST for GRANT/REVOKE actions Support GRANT/REVOKE actions | ||||
* | Support HEAD reads from followers | snaury | 2023-05-31 | 2 | -126/+174 |
| | |||||
* | Support coordinator step planning subscriptions | snaury | 2023-05-31 | 10 | -3/+404 |
| | |||||
* | Some optimization for data column size | aakulaga | 2023-05-31 | 1 | -4/+10 |
| | | | Some optimization for size of data columns | ||||
* | wait for topic creation always federation | alexnick | 2023-05-31 | 1 | -1/+2 |
| | | | wait for topic creation always | ||||
* | rework balancer cooldown to alllow for different cooldowns for different ↵ | zalyalov | 2023-05-31 | 5 | -6/+39 |
| | | | | | balancer triggers MinPeriodBetweenBalance now means the minimum time that must pass after the end of a scatter-triggered balancer run before any automatic balancer trigger. MinPeriodBetweenEmergencyBalance is same, but for overload-triggered balancer. | ||||
* | Kernel for String::LevensteinDistance + BinaryKernel helper | vvvv | 2023-05-30 | 6 | -7/+109 |
| | |||||
* | Поддержать метод OPTIONS во внешнем uaas | conterouz | 2023-05-30 | 2 | -3/+12 |
| | |||||
* | enable composite marks in standalone ColumnTables by default | chertus | 2023-05-30 | 17 | -100/+246 |
| | | | | | | | Предполагается следующий алгоритм миграции: 1. В транке включаем всем standalone аналитическим табличкам CompositeMarks 2. В 21.1 / 21.2 портируем протобуф и киляем таблетку, которая на страрте увидела флаг CompositeMarks 3. Для CloudLogging (таблички в ColumnStore-ах) накатываем CompositeMarks через версию: раскатываем 23.3 c поддержкой; включаем флажок в 23.4 4. Для внутренних логов при необходимости раскатываем версию из ветки с включенными композитными засечками | ||||
* | Change "config.yaml" | alexv-smirnov | 2023-05-30 | 4 | -0/+2818 |
| | |||||
* | prevent extra copy and format for log_s; | asorotsky | 2023-05-30 | 1 | -6/+6 |
| | |||||
* | Fix datarace in Range* computation nodes YQL-15582 | va-kuznecov | 2023-05-30 | 1 | -2/+2 |
| | |||||
* | Added parallelism to python tests CI | Bulat Gayazov | 2023-05-30 | 3 | -12/+19 |
| | | | | | Added parallelism to python tests CI Pull Request resolved: #230 | ||||
* | ResolvedTimestamps option in cdc stream description | ilnaz | 2023-05-30 | 11 | -11/+125 |
| | |||||
* | Fix output statistics for stage | aozeritsky | 2023-05-30 | 1 | -2/+2 |
| | |||||
* | additional signals | ivanmorozov | 2023-05-30 | 9 | -38/+73 |
| | |||||
* | create table and execution id have been fixed | hcpp | 2023-05-30 | 5 | -3/+46 |
| | |||||
* | allow duplicates for the same parameter in kqp lookup | gvit | 2023-05-30 | 3 | -5/+7 |
| | |||||
* | reduce split compaction overpacking | ivanmorozov | 2023-05-30 | 7 | -132/+211 |
| | | | additional signals | ||||
* | Add refresh for tokens with signature when recieved retryable error | molotkov-and | 2023-05-30 | 3 | -39/+180 |
| | |||||
* | Less logs | hor911 | 2023-05-30 | 1 | -2/+1 |
| | | | | Похоже, что это ООМит нам препрод - в 07:09 был ООМ https://console-preprod.cloud.yandex.ru/folders/aoe3cidh5dfee2s6cqu5/logging/group/af3p40c4vf9jqpb81qvm/logs?from=1685073600&to=1685074200&size=100&query=json_payload.host%3A+yq-red-beta-0 | ||||
* | Limit result set size for listing second phase | auzhegov | 2023-05-30 | 4 | -53/+37 |
| | | | Initial implementation | ||||
* | YQL-15899: Add logging for YTS server | maxkovalev | 2023-05-30 | 1 | -0/+1 |
| | | | YQL-15899: Add log settings |