Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a missing failure on locked writes in column shard | snaury | 2022-12-15 | 1 | -0/+2 |
| | |||||
* | add suffix for pg type names which are used in local db | monster | 2022-12-15 | 1 | -6/+6 |
| | |||||
* | Disable evread for sysviews | ssmike | 2022-12-15 | 1 | -2/+5 |
| | |||||
* | Remove unused DeviceLatency | va-kuznecov | 2022-12-15 | 3 | -15/+0 |
| | |||||
* | GTEST support for tests with YT recipe | eak1mov | 2022-12-15 | 1 | -1/+1 |
| | | | | | Добавил хук `mapreduce/yt/tests/yt_initialize_hook` для вызова `NYT::Initialize`. Перенес `YT_UNITTEST` на использование хука вместо кастомной `main`. Обновил документацию и примеры использования UNITTEST и GTEST для YT. | ||||
* | Support non-http scheme in Url::GetSchemeHostPort and Url::GetSchemeHost | alexromanov | 2022-12-15 | 4 | -2/+107 |
| | |||||
* | iso format has been fixed | hcpp | 2022-12-15 | 1 | -18/+20 |
| | |||||
* | Fix tests in sdk | komels | 2022-12-15 | 3 | -36/+66 |
| | |||||
* | additional logging and retries for import methods through ydb-cli | ivanmorozov | 2022-12-15 | 5 | -11/+25 |
| | |||||
* | Add sensors, | kruall | 2022-12-15 | 7 | -29/+76 |
| | |||||
* | (no commit message) | abcdef | 2022-12-15 | 6 | -90/+884 |
| | |||||
* | Avoid rewriting Coalesce on type annotation stage before its arguments are ↵ | aneporada | 2022-12-15 | 3 | -41/+17 |
| | | | | | converted to common type. Fix EquiJoin flatten option processing String should be returned here instead of Utf8: https://yql.yandex-team.ru/Operations/Y5o09slwvamzkR7aBqw7F6GOxIe1VAFgQQWxKRw4lEQ= | ||||
* | Fix to/from cbor behavior + add x-amz-crc32 header | mokhotskii | 2022-12-15 | 1 | -3/+16 |
| | | | | Add additional conversion before to_cbor call Add x-amz-crc32 header | ||||
* | fix ExecuteState | ssmike | 2022-12-15 | 1 | -0/+1 |
| | |||||
* | Fix calculate common sorted constraint. | a-romanov | 2022-12-14 | 2 | -39/+57 |
| | |||||
* | Fix table name in TLI issue | va-kuznecov | 2022-12-14 | 3 | -8/+7 |
| | |||||
* | Rename TestLoad -> LoadTest | va-kuznecov | 2022-12-14 | 20 | -224/+218 |
| | |||||
* | Hided alien statements | bazeltsev | 2022-12-14 | 3 | -12/+13 |
| | | | updated | ||||
* | use native big-endian storage for simple types; more tests | monster | 2022-12-14 | 2 | -117/+75 |
| | |||||
* | support of avg over GROUP BY with keys | vvvv | 2022-12-14 | 6 | -88/+274 |
| | |||||
* | (refactoring) Unified style | ilnaz | 2022-12-14 | 1 | -375/+359 |
| | |||||
* | Update contrib/restricted/aws/s2n to 1.3.29 | robot-contrib | 2022-12-14 | 118 | -983/+1234 |
| | |||||
* | Support immediate effects for secondary indexes | ulya-sidorina | 2022-12-14 | 4 | -39/+404 |
| | | | feature(kqp): support immediate effects for secondary indexes | ||||
* | Drop MSVC-specific workaround for using int128 implementation from boost | thegeorg | 2022-12-14 | 83 | -35315/+1 |
| | |||||
* | fix case of disappered core file in recover_core_dump_file | ignat | 2022-12-14 | 1 | -2/+8 |
| | |||||
* | Change "toc_i.yaml" | bazeltsev | 2022-12-13 | 1 | -1/+1 |
| | |||||
* | fix for sysview | alexnick | 2022-12-13 | 1 | -1/+1 |
| | | | progress | ||||
* | fix allocator in PrunePartitions helper | ssmike | 2022-12-13 | 1 | -0/+1 |
| | |||||
* | initial support of float/double/tuple | vvvv | 2022-12-13 | 2 | -231/+435 |
| | |||||
* | Move testload code into ydb/core | va-kuznecov | 2022-12-13 | 27 | -71/+71 |
| | |||||
* | Add anchor to #changefeed-options | ilnaz | 2022-12-13 | 2 | -2/+2 |
| | |||||
* | Deduplicate tags of indexed & data columns | ilnaz | 2022-12-13 | 2 | -1/+28 |
| | |||||
* | update tiering | chertus | 2022-12-13 | 29 | -474/+687 |
| | |||||
* | Virtual timestamps | ilnaz | 2022-12-13 | 2 | -1/+41 |
| | |||||
* | Remove TActorContext from ticket parser | molotkov-and | 2022-12-13 | 2 | -150/+157 |
| | |||||
* | fix explain settings | ssmike | 2022-12-13 | 1 | -2/+3 |
| | |||||
* | Initial support constraints in DQ. | a-romanov | 2022-12-13 | 9 | -0/+202 |
| | |||||
* | Add cross-link | ilnaz | 2022-12-13 | 180 | -6/+40428 |
| | |||||
* | Add TStringBuf conversion operator for TRcBuf | innokentii | 2022-12-13 | 3 | -16/+36 |
| | | | | | add TStringBuf conversion operator add TStringBuf conversion operator | ||||
* | Rename cli command, now it is 'load-test' | va-kuznecov | 2022-12-13 | 1 | -1/+1 |
| | |||||
* | initialize table schema from ss information | ivanmorozov | 2022-12-13 | 29 | -102/+297 |
| | |||||
* | Improve load actor UI | va-kuznecov | 2022-12-13 | 1 | -32/+33 |
| | |||||
* | pushdown of filter into hashed combiner | vvvv | 2022-12-13 | 2 | -18/+66 |
| | |||||
* | Optimize sparse bitmap operations (bitmap values should be either 0 or 1, ↵ | aneporada | 2022-12-13 | 1 | -8/+7 |
| | | | | all other values are forbidden and will lead to UB) | ||||
* | HashShuffle settings added | aakulaga | 2022-12-13 | 4 | -6/+17 |
| | | | HashShuffle settings added | ||||
* | Add TStringBuf conversion operator for TSharedData | innokentii | 2022-12-13 | 2 | -0/+5 |
| | | | add TStringBuf conversion operator | ||||
* | Move testload proto to separate file | va-kuznecov | 2022-12-13 | 22 | -320/+340 |
| | |||||
* | Update contrib/libs/liburing to 2.3 | thegeorg | 2022-12-12 | 1 | -1/+1 |
| | |||||
* | Unbreak comparison kernels - register them as returning YQL bool type, not ↵ | aneporada | 2022-12-12 | 5 | -98/+116 |
| | | | | ui8. Fix filter column handling in aggregations | ||||
* | Add redirect to table-ttl-reset | bazeltsev | 2022-12-12 | 7 | -4/+7 |
| | | | updated |