Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Спрятать под фичефлаг изменение способа ↵ | tesseract | 2023-06-01 | 5 | -13/+25 |
| | | | | расчета resources.storage.used_bytes | ||||
* | Introduce dstool group show storage-efficiency command | alexvru | 2023-06-01 | 2 | -2/+171 |
| | |||||
* | Remove GitHub workflows and repository root from YDB build and test PR check | AlexSm | 2023-06-01 | 1 | -0/+2 |
| | | | Pull Request resolved: #238 | ||||
* | Block PG aggregations over keys, tuned layout of palloc-ed datums in arrow ↵ | vvvv | 2023-06-01 | 15 | -189/+735 |
| | | | | Scalar/Array | ||||
* | ci: supress testmo exec output | Nikita Kozlovskiy | 2023-06-01 | 1 | -0/+1 |
| | | | | | ci: supress testmo exec output Pull Request resolved: #236 | ||||
* | Add subscribers to discovery cache | shumkovnd | 2023-06-01 | 8 | -78/+159 |
| | |||||
* | Added progress bar to rmdir -r command | brgayazov | 2023-06-01 | 8 | -5/+88 |
| | |||||
* | Perf experiment for PG_TRY | vvvv | 2023-06-01 | 5 | -0/+52 |
| | |||||
* | "Indexes filter push down over Sort or Limit" | Maksim Kita | 2023-06-01 | 10 | -55/+199 |
| | | | | | "Indexes filter push down over Sort or Limit" Pull Request resolved: #197 | ||||
* | better yellow flags check in ColumnShard | chertus | 2023-06-01 | 11 | -103/+132 |
| | |||||
* | Can collect raw statistics in dq provider | aozeritsky | 2023-06-01 | 4 | -63/+90 |
| | |||||
* | feat grpc: decode URL-encoded peer address in logs | leonidlazarev | 2023-06-01 | 2 | -18/+18 |
| | |||||
* | Fix cancel after for data query request. | dcherednik | 2023-06-01 | 10 | -81/+171 |
| | | | | We must check transaction was RO before CANCELLED reply so we unable to shortcut reply path in the session actor. | ||||
* | Resolve BOOST_PP_ITERATE() macro includes in boost/proto | thegeorg | 2023-06-01 | 14 | -0/+2509 |
| | |||||
* | Revert "Revert "Поддержать метод OPTIONS во внешнем ↵ | conterouz | 2023-06-01 | 2 | -3/+12 |
| | | | | uaas"" | ||||
* | 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 |
| |