Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [library/python/testing/yatest_common/yatest/common/process] Wait for process | prettyboy | 2023-06-06 | 1 | -0/+1 |
| | |||||
* | experimental aggregation and new signals | ivanmorozov | 2023-06-06 | 29 | -49/+974 |
| | |||||
* | Change "ydb_table_v1.proto" | va-kuznecov | 2023-06-06 | 1 | -1/+2 |
| | |||||
* | basic support for kqp transactions | xenoxeno | 2023-06-06 | 1 | -3/+7 |
| | |||||
* | Fix gRPC hanging after fork | somov | 2023-06-05 | 3 | -0/+7 |
| | |||||
* | Show raw statistics (feature flag) | hor911 | 2023-06-05 | 2 | -8/+13 |
| | |||||
* | Update contrib/libs/c-ares to 1.19.1 | robot-contrib | 2023-06-05 | 1 | -1/+1 |
| | |||||
* | Fix get yaml config | innokentii | 2023-06-05 | 2 | -10/+16 |
| | | | fix get yaml config | ||||
* | Add punycode block udfs | epbugaev | 2023-06-05 | 1 | -5/+50 |
| | | | | | | | | Add punycode block udfs: THostNameToPunycode TForceHostNameToPunycode TPunycodeToHostName TForcePunycodeToHostName TCanBePunycodeHostName | ||||
* | fix horology test | qrort | 2023-06-05 | 1 | -1/+1 |
| | |||||
* | remove const ref to allow move | stanly | 2023-06-05 | 1 | -1/+1 |
| | |||||
* | api: Changefeed's resolved_timestamps_interval option | ilnaz | 2023-06-05 | 5 | -4/+43 |
| | |||||
* | additional signals, logs and test | ivanmorozov | 2023-06-05 | 9 | -20/+419 |
| | |||||
* | Use correct statuses for schema errors | nsofya | 2023-06-05 | 1 | -15/+15 |
| | | | Use correct statuses for schema errors | ||||
* | YT-17341: Use TThreadName instead of TString to store thread name in error. | yuryalekseev | 2023-06-05 | 2 | -4/+15 |
| | |||||
* | Support CancelOperation for ScriptExecution operations | galaxycrab | 2023-06-05 | 32 | -108/+749 |
| | |||||
* | Alter TABLESTORE syntax | nsofya | 2023-06-05 | 5 | -3/+120 |
| | | | Добавила поддержку более привычного синтаксиса ALTER TABLESTORE. Через сведение его к уже работающему у нас для TABLESTORE "ALTER OBJECT" | ||||
* | set execute-data and execute-query isolation | andrew-rykov | 2023-06-05 | 1 | -0/+2 |
| | |||||
* | Execution stats in ExecuteQuery. () | spuchin | 2023-06-05 | 5 | -1/+97 |
| | |||||
* | cluster tablets test | andrew-rykov | 2023-06-05 | 3 | -0/+184 |
| | | | make cluster handler faster | ||||
* | fix test TestQuickClose | xenoxeno | 2023-06-05 | 1 | -7/+14 |
| | |||||
* | Fix typos in library/cpp/yt | babenko | 2023-06-04 | 1 | -1/+1 |
| | |||||
* | Fix typos in library/cpp/yt | babenko | 2023-06-03 | 5 | -5/+5 |
| | |||||
* | Fix segv on EndMark | innokentii | 2023-06-03 | 1 | -1/+18 |
| | | | fix segv | ||||
* | fix verify | chertus | 2023-06-02 | 1 | -1/+3 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-06-02 | 4 | -0/+214 |
| | |||||
* | Fix leak on metadata replace | innokentii | 2023-06-02 | 1 | -0/+3 |
| | | | fix leak | ||||
* | Remove sysincls for optimized sha headers | thegeorg | 2023-06-02 | 1 | -1/+1 |
| | |||||
* | Avoid most PG_TRY in PG interop | vvvv | 2023-06-02 | 9 | -338/+205 |
| | |||||
* | ci: test muting | Nikita Kozlovskiy | 2023-06-02 | 10 | -9/+613 |
| | | | | | ci: test muting Pull Request resolved: #240 | ||||
* | move CheckBlob to TClientBlob class | azevaykin | 2023-06-02 | 4 | -8/+5 |
| | |||||
* | [ymq] limit inflight of starting local leaders | alexbogo | 2023-06-02 | 9 | -48/+257 |
| | | | | | init init | ||||
* | Fix sequential reads | ssmike | 2023-06-02 | 4 | -23/+49 |
| | |||||
* | fixed the ↵ | abcdef | 2023-06-02 | 3 | -8/+63 |
| | | | | | TPersQueueTest::PreferredCluster_TwoEnabledClustersAndWriteSessionsWithDifferentPreferredCluster_SessionWithMismatchedClusterDiesAndOthersAlive test Сессия записи может закрываться до окончания инициализации. В результате клиент в первом сообщении вместо `InitResponse` может получить ошибку с кодом `PREFERRED_CLUSTER_MISMATCHED`. Эта особенность учитывается в тесте | ||||
* | feat grpc: update to grpc 1.50.2 | leonidlazarev | 2023-06-02 | 1309 | -52919/+88453 |
| | | | | | | | | | | | | | | | update grpc to 1.50.2 update grpcio to 1.50.0 Удаленные патчи: 06-flow_control.patch - логика в upstream удалена 10-fix-crash-on-fork.patch - логика в upstream удалена 12-coverity-fix.patch - логика в upstream удалена 20-P2166-string-nullptr.patch - в upstream временный объект вместо nullptr PR29209-fix-heap-use-after-free.patch - решение есть в upstream Добавленные патчи: pr33085_fix_epoll1_engine_reinit.patch 21-windows_build.patch | ||||
* | Implementing kafka produce messages | tesseract | 2023-06-02 | 18 | -0/+7372 |
| | |||||
* | query type to GENERIC | qrort | 2023-06-02 | 5 | -46/+18 |
| | |||||
* | Graceful stop on "session close" | azevaykin | 2023-06-02 | 1 | -3/+3 |
| | |||||
* | TMapOps::Value: better return type | ignatloskutov | 2023-06-02 | 2 | -5/+5 |
| | | | | | | | | Выбирается общий тип, а не тип значения в мапе (но не ссылка, потому что auto), что позволяет писать код в духе: ```cpp TMaybe<int> Foo(THashMap<long, int>& map, long key) { return map.Value(key, TMaybe<int>()); } ``` | ||||
* | Block TLD udfs | epbugaev | 2023-06-02 | 1 | -3/+25 |
| | | | | | | BlockUDFs: GetTLD IsKnownTLD IsWellKnownTLD | ||||
* | Propagate MODULO partition type to exported cmake | svidyuk | 2023-06-02 | 4 | -0/+28 |
| | |||||
* | Fix intrinsic.yaml and SANITIZE_HEADERS | hiddenpath | 2023-06-01 | 5 | -0/+1084 |
| | |||||
* | Remove unused bison data files | thegeorg | 2023-06-01 | 7 | -0/+5997 |
| | | | ... and consistently depend on the remaining ones. | ||||
* | Спрятать под фичефлаг изменение способа ↵ | 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 |
| |