aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [library/python/testing/yatest_common/yatest/common/process] Wait for processprettyboy2023-06-061-0/+1
|
* experimental aggregation and new signalsivanmorozov2023-06-0629-49/+974
|
* Change "ydb_table_v1.proto"va-kuznecov2023-06-061-1/+2
|
* basic support for kqp transactionsxenoxeno2023-06-061-3/+7
|
* Fix gRPC hanging after forksomov2023-06-053-0/+7
|
* Show raw statistics (feature flag)hor9112023-06-052-8/+13
|
* Update contrib/libs/c-ares to 1.19.1robot-contrib2023-06-051-1/+1
|
* Fix get yaml configinnokentii2023-06-052-10/+16
| | | fix get yaml config
* Add punycode block udfsepbugaev2023-06-051-5/+50
| | | | | | | | Add punycode block udfs: THostNameToPunycode TForceHostNameToPunycode TPunycodeToHostName TForcePunycodeToHostName TCanBePunycodeHostName
* fix horology testqrort2023-06-051-1/+1
|
* remove const ref to allow movestanly2023-06-051-1/+1
|
* api: Changefeed's resolved_timestamps_interval optionilnaz2023-06-055-4/+43
|
* additional signals, logs and testivanmorozov2023-06-059-20/+419
|
* Use correct statuses for schema errorsnsofya2023-06-051-15/+15
| | | Use correct statuses for schema errors
* YT-17341: Use TThreadName instead of TString to store thread name in error.yuryalekseev2023-06-052-4/+15
|
* Support CancelOperation for ScriptExecution operationsgalaxycrab2023-06-0532-108/+749
|
* Alter TABLESTORE syntaxnsofya2023-06-055-3/+120
| | | Добавила поддержку более привычного синтаксиса ALTER TABLESTORE. Через сведение его к уже работающему у нас для TABLESTORE "ALTER OBJECT"
* set execute-data and execute-query isolationandrew-rykov2023-06-051-0/+2
|
* Execution stats in ExecuteQuery. ()spuchin2023-06-055-1/+97
|
* cluster tablets testandrew-rykov2023-06-053-0/+184
| | | make cluster handler faster
* fix test TestQuickClosexenoxeno2023-06-051-7/+14
|
* Fix typos in library/cpp/ytbabenko2023-06-041-1/+1
|
* Fix typos in library/cpp/ytbabenko2023-06-035-5/+5
|
* Fix segv on EndMarkinnokentii2023-06-031-1/+18
| | | fix segv
* fix verifychertus2023-06-021-1/+3
|
* Intermediate changesrobot-piglet2023-06-024-0/+214
|
* Fix leak on metadata replaceinnokentii2023-06-021-0/+3
| | | fix leak
* Remove sysincls for optimized sha headersthegeorg2023-06-021-1/+1
|
* Avoid most PG_TRY in PG interopvvvv2023-06-029-338/+205
|
* ci: test mutingNikita Kozlovskiy2023-06-0210-9/+613
| | | | | ci: test muting Pull Request resolved: #240
* move CheckBlob to TClientBlob classazevaykin2023-06-024-8/+5
|
* [ymq] limit inflight of starting local leadersalexbogo2023-06-029-48/+257
| | | | | init init
* Fix sequential readsssmike2023-06-024-23/+49
|
* fixed the ↵abcdef2023-06-023-8/+63
| | | | | TPersQueueTest::PreferredCluster_TwoEnabledClustersAndWriteSessionsWithDifferentPreferredCluster_SessionWithMismatchedClusterDiesAndOthersAlive test Сессия записи может закрываться до окончания инициализации. В результате клиент в первом сообщении вместо `InitResponse` может получить ошибку с кодом `PREFERRED_CLUSTER_MISMATCHED`. Эта особенность учитывается в тесте
* feat grpc: update to grpc 1.50.2leonidlazarev2023-06-021309-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 messagestesseract2023-06-0218-0/+7372
|
* query type to GENERICqrort2023-06-025-46/+18
|
* Graceful stop on "session close"azevaykin2023-06-021-3/+3
|
* TMapOps::Value: better return typeignatloskutov2023-06-022-5/+5
| | | | | | | | Выбирается общий тип, а не тип значения в мапе (но не ссылка, потому что auto), что позволяет писать код в духе: ```cpp TMaybe<int> Foo(THashMap<long, int>& map, long key) { return map.Value(key, TMaybe<int>()); } ```
* Block TLD udfsepbugaev2023-06-021-3/+25
| | | | | | BlockUDFs: GetTLD IsKnownTLD IsWellKnownTLD
* Propagate MODULO partition type to exported cmakesvidyuk2023-06-024-0/+28
|
* Fix intrinsic.yaml and SANITIZE_HEADERShiddenpath2023-06-015-0/+1084
|
* Remove unused bison data filesthegeorg2023-06-017-0/+5997
| | | ... and consistently depend on the remaining ones.
* Спрятать под фичефлаг изменение способа ↵tesseract2023-06-015-13/+25
| | | | расчета resources.storage.used_bytes
* Introduce dstool group show storage-efficiency commandalexvru2023-06-012-2/+171
|
* Remove GitHub workflows and repository root from YDB build and test PR checkAlexSm2023-06-011-0/+2
| | | Pull Request resolved: #238
* Block PG aggregations over keys, tuned layout of palloc-ed datums in arrow ↵vvvv2023-06-0115-189/+735
| | | | Scalar/Array
* ci: supress testmo exec outputNikita Kozlovskiy2023-06-011-0/+1
| | | | | ci: supress testmo exec output Pull Request resolved: #236
* Add subscribers to discovery cacheshumkovnd2023-06-018-78/+159
|
* Added progress bar to rmdir -r commandbrgayazov2023-06-018-5/+88
|