aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sorting load average fix (#6153)Andrei Rykov2024-07-032-4/+4
|
* Temporary hide indexes from replicator (#6215)Daniil Cherednik2024-07-032-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 Efimov2024-07-037-202/+309
|
* fix macroses conflict for windows (#6187)ivanmorozov3332024-07-032-15/+15
|
* init IsTuple in cons (#6206)uzhastik2024-07-031-1/+1
|
* move time difference issue under database level (#5859)Andrei Rykov2024-07-032-37/+51
|
* improve replay execution (#6211)Vitalii Gridnev2024-07-023-10/+51
|
* add pq async io ut (#6198)uzhastik2024-07-023-0/+276
|
* exclude ut for win (#6200)uzhastik2024-07-021-3/+6
|
* Fix log actor rendering (#6193)Innokentii Mokin2024-07-021-2/+2
|
* Read DateTime64 from CSV (#6188)Олег2024-07-023-0/+51
|
* Less code for computation nodes (#6184)Vitaly Stoyan2024-07-022-116/+327
|
* YT vs YQL Udfs 2.37 ABI compat (#6195)Marina Pereskokova2024-07-021-0/+3
|
* Incremented YDB CLI version to 2.11.0 (#6204)Bulat2024-07-021-1/+1
|
* Fix nextval with ::regclass (#6185)Nikolay Shumkov2024-07-022-7/+32
|
* Fix !append title in docs (#6209)Innokentii Mokin2024-07-022-1/+3
|
* add RequestTabletDistribution handle to Hive (#6063)Aleksandr Dmitriev2024-07-024-0/+47
|
* Fix YDB doc (#6196)Ivan Katkov2024-07-021-1/+5
|
* YDB-6202 Support AVX512 for ChaCha cypher (#6093)Semyon Danilov2024-07-028-12/+631
| | | Closes #6202
* Muted fq yt test pg/regoids (#6191)Pisarenko Grigoriy2024-07-021-0/+1
|
* IGNIETFERRO-2059: Fix a couple of string-related use-after-free errors (#6072)ubyte2024-07-025-6/+7
|
* add ut for solomon async io (#6172)uzhastik2024-07-025-0/+376
|
* YDB FQ: enabling Python style tests only for open source (#5628)Grigorii Papashvili2024-07-0210-7/+75
|
* YQ-3371 fixed workload service unit tests (#6164)Pisarenko Grigoriy2024-07-027-47/+83
|
* Removed GetTongue and GetThroat calls to make LLVM code simpler (#6143)Filitov Mikhail2024-07-021-70/+73
|
* msgbus cleanup: remove whoami api method (#6053)ijon2024-07-0229-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 Mokin2024-07-026-254/+294
|
* fix (#6171)Александр Новожилов2024-07-021-0/+4
|
* [CBO] Count-min estimation added (#6029)pilik2024-07-0229-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)ivanmorozov3332024-07-023-2/+15
|
* Fix test timeout after PR #5982 (#6169)Vasily Gerasimov2024-07-021-1/+1
|
* Fix pushdown logical ops with scalar argument. (#6142)Tony-Romanov2024-07-022-14/+18
|
* [LDAP] Support ldaps scheme (#5934)Andrey Molotkov2024-07-0232-657/+975
|
* Big datetime in backup/restore CLI (#6095)azevaykin2024-07-023-2/+24
|
* YYQ-3398 fixed result set size counting (#6157)Pisarenko Grigoriy2024-07-023-3/+14
|
* Add conditions in YQL ALTER TABLE (#6162)Ivan Katkov2024-07-021-11/+11
|
* Add a pragma to disable fuse in YT (#5446)Dmitry O2024-07-025-4/+13
|
* Supposedly fix possible race in direct read (#6140)FloatingCrowbar2024-07-021-1/+1
|
* Cold mem_info funcs (#6154)Vitaly Stoyan2024-07-023-121/+161
|
* correct extract column methods (#6133)ivanmorozov3332024-07-0221-221/+246
|
* Fix loop variable shadowing (#6139)Igor Munkin2024-07-021-3/+3
|
* Enable FilterPushdownEnableMultiusage, EarlyExpandSkipNull in tests (#6145)Andrey Neporada2024-07-021-1/+1
|
* TKeyPrefix constructor (#6148)Alek5andr-Kotov2024-07-022-28/+35
|
* Improved support of PG OID types (#6119)Mars Agliullin2024-07-026-0/+131
|
* Cold throw func (#6141)Vitaly Stoyan2024-07-022-1/+8
|
* More compact catalog initializer (#6146)Vitaly Stoyan2024-07-021-6/+40
|
* Http authorization support (#5982)Vasily Gerasimov2024-07-0116-73/+539
|
* Support put tracing with sampling in TestShard (#6123)Alexander Rutkovsky2024-07-014-5/+17
|
* Set larger build cache (#6149)AlexSm2024-07-013-4/+11
|
* fix saveload logic & support loading custom udfs (#6144)Vitalii Gridnev2024-07-014-9/+63
|