Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option --evict-vdisks KIKIMR-20254 | ilnaz | 2023-12-07 | 1 | -0/+6 |
| | |||||
* | Support for single-threaded backtrace_state | igorbalduev | 2023-12-07 | 2 | -23/+50 |
| | | | | | | Обнаружилось, что при использовании *libbacktrace* в многопоточном режиме приложение течёт по памяти. Пофиксили утечки мьютексом, но т.к. теперь *libbacktrace* в нашем коде фактически используется в один поток, имеет смысл использовать его с соответствующими опциями в `backtrace_state`. Добавил сбоку к существующему коду `unsafe`-версию `ResolveBacktrace`. | ||||
* | Change primary marker KIKIMR-10864 | ssmike | 2023-12-06 | 4 | -6/+6 |
| | |||||
* | YQL-9853: implement WalkFolders | fedor-miron | 2023-12-06 | 30 | -142/+1266 |
| | |||||
* | Update golang.org/x/* deps for import | borman | 2023-12-06 | 407 | -718/+1049 |
| | |||||
* | Add FeatureFlag EnablePDiskHighHDDInFlight KIKIMR-20161 | va-kuznecov | 2023-12-06 | 2 | -1/+3 |
| | |||||
* | ban pg large object functions | rekby | 2023-12-06 | 1 | -5/+22 |
| | |||||
* | fix columns save/load info reading from proto | ivanmorozov | 2023-12-06 | 3 | -8/+7 |
| | |||||
* | ci: add release-msan preset, add sanitizer builds in the nightly build | nkozlovskiy | 2023-12-06 | 7 | -24/+37 |
| | |||||
* | YQL-17038 [pg] ignore locking clause for now | vvvv | 2023-12-06 | 4 | -8/+20 |
| | |||||
* | YQL-17297 [lineage] better support of subquery | vvvv | 2023-12-06 | 4 | -4603/+4654 |
| | |||||
* | YT: Add no such tablet error code to GetTabletByIndexOrThrow | dgolear | 2023-12-06 | 1 | -4/+3 |
| | |||||
* | Added constant folding to KQP | pavelvelikhov | 2023-12-06 | 13 | -2/+332 |
| | | | | Added constant folding to KQP | ||||
* | Added ToFlow operator to JSON plan | pavelvelikhov | 2023-12-06 | 18 | -27/+160 |
| | | | | Added ToFlow operator to JSON plan | ||||
* | Intermediate changes | robot-piglet | 2023-12-06 | 4 | -0/+1033 |
| | |||||
* | Update dns, uuid, websocket for import | borman | 2023-12-06 | 4 | -6/+123 |
| | | | | * Disable unix domain socket tests in dns (fail under ya make) | ||||
* | Update contrib/python/boto3/py3 to 1.29.5 | robot-contrib | 2023-12-06 | 3 | -4/+4 |
| | |||||
* | unnecessary fields in TTabletTxInfo | abcdef | 2023-12-06 | 1 | -17/+0 |
| | | | | удалил ненужные поля | ||||
* | ydb-oss: add some go depends | nkozlovskiy | 2023-12-06 | 4 | -0/+466 |
| | |||||
* | YQL-17264 fix proto enum | vvvv | 2023-12-06 | 2 | -0/+2 |
| | |||||
* | Prepare -> EvictVDisks KIKIMR-20254 | ilnaz | 2023-12-06 | 8 | -42/+42 |
| | |||||
* | KIKIMR-19852: fix race on select in case move sources and check ones in time | ivanmorozov | 2023-12-06 | 2 | -9/+14 |
| | | | | its possible due to resource allocation and sources fetching happened in different threads | ||||
* | KIKIMR-20380: scheme modification repercusion fixes for compaction | ivanmorozov | 2023-12-06 | 17 | -81/+108 |
| | |||||
* | YT-20519: Optimize execution pool removal in fair share thread pool | lukyan | 2023-12-06 | 7 | -26/+103 |
| | |||||
* | Fix build | innokentii | 2023-12-06 | 1 | -3/+3 |
| | | | | fix build | ||||
* | S3 proxy resolver: config & impl KIKIMR-16190 | ilnaz | 2023-12-06 | 16 | -556/+683 |
| | |||||
* | Rework push down limit to support both v2 and v1 | e-zudin | 2023-12-06 | 9 | -55/+137 |
| | |||||
* | YQL-17295 write YT schema into lineage too | vvvv | 2023-12-06 | 29 | -87/+164 |
| | |||||
* | Fix str/bytes for regexp | v-korovin | 2023-12-06 | 1 | -1/+2 |
| | |||||
* | Change "kqp_service_ut.cpp" KIKIMR-20405 | gvit | 2023-12-06 | 1 | -2/+17 |
| | |||||
* | refactor column constraints (yql & pg) KIKIMR-20022 | gvit | 2023-12-06 | 10 | -4743/+4697 |
| | |||||
* | YT-20547: TIncarnationId is strongly typed | arkady-e1ppa | 2023-12-06 | 2 | -1/+41 |
| | | | | First commit | ||||
* | Prepare host before granting permission KIKIMR-20254 | ilnaz | 2023-12-06 | 20 | -81/+506 |
| | |||||
* | Remove legacy example in docs | maxkovalev | 2023-12-06 | 1 | -4/+0 |
| | |||||
* | Check ABORTED_BY_USER metering | hor911 | 2023-12-06 | 2 | -1/+15 |
| | |||||
* | Fix ut | innokentii | 2023-12-06 | 6 | -2082/+1 |
| | | | | fix ut | ||||
* | Fix EvaluateExpr for optional types | aneporada | 2023-12-06 | 1 | -1/+1 |
| | |||||
* | library/yson: Add NodeFromJsonStringIterative | ionagamed | 2023-12-06 | 6 | -2/+92 |
| | | | | AI для | ||||
* | Fix broken CSA macro | nechda | 2023-12-06 | 1 | -1/+1 |
| | |||||
* | Update contrib/python/setuptools/py3 to 69.0.2 | robot-contrib | 2023-12-06 | 3 | -8/+10 |
| | |||||
* | Update contrib/python/wcwidth/py3 to 0.2.12 | robot-contrib | 2023-12-06 | 8 | -10838/+2312 |
| | |||||
* | Improve configs introspection | innokentii | 2023-12-06 | 17 | -187/+603 |
| | | | | | | | | fix fix improve configs introspection | ||||
* | [misc] improve readme | Alexander Petrukhin | 2023-12-06 | 1 | -1/+2 |
| | | | | | | [misc] improve readme Pull Request resolved: https://github.com/ydb-platform/ydb/pull/475 | ||||
* | Enable/disable spilling in local worker manager | aozeritsky | 2023-12-06 | 5 | -5/+12 |
| | |||||
* | KIKIMR-20406: Fix ArrowSchema initialization | ivanmorozov | 2023-12-06 | 4 | -24/+39 |
| | |||||
* | Upd libc++ to 12 July 2022 81c48436bbd29736f77a111fc207e28854939907 | hiddenpath | 2023-12-06 | 139 | -2377/+2892 |
| | |||||
* | (no commit message) | pg | 2023-12-05 | 1 | -0/+1 |
| | |||||
* | Add federated query sources/sinks to KQP plan | galaxycrab | 2023-12-05 | 97 | -529/+1846 |
| | |||||
* | Missed resurce for actors | dcherednik | 2023-12-05 | 1 | -0/+1 |
| | |||||
* | parsing promos | moroznastya | 2023-12-05 | 3 | -4/+38 |
| |