Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The TEvProposeTransactionResult message was sent earlier by TEvTxCommitDone ↵ | Alek5andr-Kotov | 2024-07-03 | 4 | -18/+34 |
| | | | | (#6233) | ||||
* | Added optimizer join and equijoin counts for debugging (#6225) | Pavel Velikhov | 2024-07-03 | 13 | -25/+90 |
| | |||||
* | [yt provider] Gather all consumers in PhysicalFinalizingTransformer (#6109) | Roman Udovichenko | 2024-07-03 | 31 | -713/+706 |
| | |||||
* | Reduce TEventPBBase binary size and probably compilation time (#6217) | Maxim Yurchuk | 2024-07-03 | 2 | -231/+246 |
| | |||||
* | Tune bloat scripts (more stats) (#6208) | Vitaly Stoyan | 2024-07-03 | 1 | -7/+24 |
| | |||||
* | YQ-3371 fixed WM useg without feature flag (#6203) | Pisarenko Grigoriy | 2024-07-03 | 3 | -3/+26 |
| | |||||
* | Remove nonexistent argument in examples (#6216) | Vadim Averin | 2024-07-03 | 2 | -10/+10 |
| | |||||
* | remove useless std::move (#6201) | uzhastik | 2024-07-03 | 1 | -1/+1 |
| | |||||
* | Fix sink updates & empty commit (#6137) | Nikita Vasilev | 2024-07-03 | 7 | -100/+128 |
| | |||||
* | Fix build for darwin x86_64 (#6174) | kruall | 2024-07-03 | 4 | -42/+42 |
| | |||||
* | kafka_proxy: tune include paths (#6175) | uzhastik | 2024-07-03 | 8 | -13/+10 |
| | |||||
* | Replaced proto types to SDK types in ExecuteScript settings (#6094) | Bulat | 2024-07-03 | 13 | -83/+115 |
| | |||||
* | [dq] Fix sort lost in sort with limit (#6218) | Roman Udovichenko | 2024-07-03 | 6 | -34/+3058 |
| | |||||
* | mute topics tests (#6228) | Nikolay Shestakov | 2024-07-03 | 1 | -0/+2 |
| | |||||
* | Explicit devirtualize of GetOverloadFactor (#6222) | Daniil Cherednik | 2024-07-03 | 3 | -10/+5 |
| | | | | GetOverloadFactor() called from loop inside TCompactionLogic cause noticeable virtual call overhead. see https://github.com/ydb-platform/ydb/pull/6222 for flame graphs | ||||
* | Sorting load average fix (#6153) | Andrei Rykov | 2024-07-03 | 2 | -4/+4 |
| | |||||
* | Temporary hide indexes from replicator (#6215) | Daniil Cherednik | 2024-07-03 | 2 | -2/+4 |
| | | | | Replicator code should be ready to create stream for index, othervice it cause error. The simplest wordaround just to disable indexes the dstCreator for a while. | ||||
* | rework http tracing, add traceresponse header (#6227) | Alexey Efimov | 2024-07-03 | 7 | -202/+309 |
| | |||||
* | fix macroses conflict for windows (#6187) | ivanmorozov333 | 2024-07-03 | 2 | -15/+15 |
| | |||||
* | init IsTuple in cons (#6206) | uzhastik | 2024-07-03 | 1 | -1/+1 |
| | |||||
* | move time difference issue under database level (#5859) | Andrei Rykov | 2024-07-03 | 2 | -37/+51 |
| | |||||
* | improve replay execution (#6211) | Vitalii Gridnev | 2024-07-02 | 3 | -10/+51 |
| | |||||
* | add pq async io ut (#6198) | uzhastik | 2024-07-02 | 3 | -0/+276 |
| | |||||
* | exclude ut for win (#6200) | uzhastik | 2024-07-02 | 1 | -3/+6 |
| | |||||
* | Fix log actor rendering (#6193) | Innokentii Mokin | 2024-07-02 | 1 | -2/+2 |
| | |||||
* | Read DateTime64 from CSV (#6188) | Олег | 2024-07-02 | 3 | -0/+51 |
| | |||||
* | Less code for computation nodes (#6184) | Vitaly Stoyan | 2024-07-02 | 2 | -116/+327 |
| | |||||
* | YT vs YQL Udfs 2.37 ABI compat (#6195) | Marina Pereskokova | 2024-07-02 | 1 | -0/+3 |
| | |||||
* | Incremented YDB CLI version to 2.11.0 (#6204) | Bulat | 2024-07-02 | 1 | -1/+1 |
| | |||||
* | Fix nextval with ::regclass (#6185) | Nikolay Shumkov | 2024-07-02 | 2 | -7/+32 |
| | |||||
* | Fix !append title in docs (#6209) | Innokentii Mokin | 2024-07-02 | 2 | -1/+3 |
| | |||||
* | add RequestTabletDistribution handle to Hive (#6063) | Aleksandr Dmitriev | 2024-07-02 | 4 | -0/+47 |
| | |||||
* | Fix YDB doc (#6196) | Ivan Katkov | 2024-07-02 | 1 | -1/+5 |
| | |||||
* | YDB-6202 Support AVX512 for ChaCha cypher (#6093) | Semyon Danilov | 2024-07-02 | 8 | -12/+631 |
| | | | Closes #6202 | ||||
* | Muted fq yt test pg/regoids (#6191) | Pisarenko Grigoriy | 2024-07-02 | 1 | -0/+1 |
| | |||||
* | IGNIETFERRO-2059: Fix a couple of string-related use-after-free errors (#6072) | ubyte | 2024-07-02 | 5 | -6/+7 |
| | |||||
* | add ut for solomon async io (#6172) | uzhastik | 2024-07-02 | 5 | -0/+376 |
| | |||||
* | YDB FQ: enabling Python style tests only for open source (#5628) | Grigorii Papashvili | 2024-07-02 | 10 | -7/+75 |
| | |||||
* | YQ-3371 fixed workload service unit tests (#6164) | Pisarenko Grigoriy | 2024-07-02 | 7 | -47/+83 |
| | |||||
* | Removed GetTongue and GetThroat calls to make LLVM code simpler (#6143) | Filitov Mikhail | 2024-07-02 | 1 | -70/+73 |
| | |||||
* | msgbus cleanup: remove whoami api method (#6053) | ijon | 2024-07-02 | 29 | -187/+95 |
| | | | | | | | | | | | | | | Remove old whoami method used by `ydbd whoami` cli command but wrapped in msgbus stuff. Also, in order to remove (some of that) msgbus wrappers we want `ydbd` to reuse pure grpc implementations of cli commands from `ydb`. But `ydb/public/lib/ydb_cli/commands` library as a whole has link dependencies (transitive from the workload commands) that are incompatible with the dependencies of `ydbd`. The minimal required portion was isolated from the library to be shared between both the library/`ydb` and `ydbd`. KIKIMR-21500 | ||||
* | Isolate unstable sentinel test in separate chunk (#6086) | Innokentii Mokin | 2024-07-02 | 6 | -254/+294 |
| | |||||
* | fix (#6171) | Александр Новожилов | 2024-07-02 | 1 | -0/+4 |
| | |||||
* | [CBO] Count-min estimation added (#6029) | pilik | 2024-07-02 | 29 | -929/+1190 |
| | | | Co-authored-by: Pavel Ivanov <pudge1000-7@mr-nvme-testing-11.search.yandex.net> | ||||
* | configure max in flight and reduce by default (#6158) | ivanmorozov333 | 2024-07-02 | 3 | -2/+15 |
| | |||||
* | Fix test timeout after PR #5982 (#6169) | Vasily Gerasimov | 2024-07-02 | 1 | -1/+1 |
| | |||||
* | Fix pushdown logical ops with scalar argument. (#6142) | Tony-Romanov | 2024-07-02 | 2 | -14/+18 |
| | |||||
* | [LDAP] Support ldaps scheme (#5934) | Andrey Molotkov | 2024-07-02 | 32 | -657/+975 |
| | |||||
* | Big datetime in backup/restore CLI (#6095) | azevaykin | 2024-07-02 | 3 | -2/+24 |
| | |||||
* | YYQ-3398 fixed result set size counting (#6157) | Pisarenko Grigoriy | 2024-07-02 | 3 | -3/+14 |
| |