Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | send ReadyForQuery on EmptyQueryResponse | xenoxeno | 2023-05-10 | 1 | -14/+32 |
| | |||||
* | Update contrib/restricted/aws/aws-c-io to 0.13.21 | robot-contrib | 2023-05-10 | 7 | -693/+99 |
| | |||||
* | Update contrib/restricted/aws/aws-c-cal to 0.5.26 | robot-contrib | 2023-05-10 | 10 | -1/+1279 |
| | |||||
* | YQL-8971 YQL-15555 Simplify full unique tuples and structs to column. | a-romanov | 2023-05-09 | 3 | -16/+130 |
| | |||||
* | Mute -Wdeprecated-declarations error when thread sanitizer enabled on darwin ↵ | hiddenpath | 2023-05-09 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | platform При сборке проектов с ```--sanitize=thread``` под **darwin**, по умолчанию попадет ```util``` и его часть ```system/context.h```, где в случае ```thread_sanitizer_enabled``` выставляется ```USE_UCONTEXT_CONT```, что приводит к использованию [депрекейтнутного](https://opensource.apple.com/source/libplatform/libplatform-125/include/ucontext.h.auto.html) ```<ucontext.h>``` из [macos_sdk](https://a.yandex-team.ru/arcadia/build/platform/macos_sdk/ya.make?rev=rXXXXXX#L6). Без должных изменений, сборка падает с ошибкой. ```In file included from /Users/hiddenpath/.ya/build/build_root/fnjm/000128/util/all_system_1.cpp:13: In file included from /Users/hiddenpath/arcadia/util/system/context.cpp:31: In file included from /Users/hiddenpath/arcadia/util/system/context.h:46: /Users/hiddenpath/.ya/tools/v4/2088833948/usr/include/ucontext.h:51:2: error: The deprecated ucontext routines require _XOPEN_SOURCE to be defined #error The deprecated ucontext routines require _XOPEN_SOURCE to be defined ^ In file included from /Users/hiddenpath/.ya/build/build_root/fnjm/000128/util/all_system_1.cpp:13: In file included from /Users/hiddenpath/arcadia/util/system/context.cpp:31: /Users/hiddenpath/arcadia/util/system/context.h:68:9: error: use of undeclared identifier 'getcontext' getcontext(&Ctx_); ^ /Users/hiddenpath/arcadia/util/system/context.h:72:9: error: use of undeclared identifier 'getcontext' getcontext(&Ctx_); ^ /Users/hiddenpath/arcadia/util/system/context.h:80:9: error: use of undeclared identifier 'makecontext' makecontext(&Ctx_, (ucontext_func_t)ContextTrampoLine, 1, c.TrampoLine); ^ /Users/hiddenpath/arcadia/util/system/context.h:87:9: error: use of undeclared identifier 'swapcontext' swapcontext(&Ctx_, &next->Ctx_); ^ 5 errors generated. Failed | ||||
* | use pools and min/max sorting for merge | ivanmorozov | 2023-05-09 | 26 | -441/+668 |
| | |||||
* | Update contrib/restricted/boost/function to 1.82.0 | robot-contrib | 2023-05-09 | 10 | -42/+102 |
| | |||||
* | "CLI autoupdate red color fix" | Maksim Kita | 2023-05-09 | 1 | -1/+1 |
| | | | | | "CLI autoupdate red color fix" Pull Request resolved: #192 | ||||
* | Fixed links to k8s resources | bazeltsev | 2023-05-09 | 2 | -2/+2 |
| | | | updated | ||||
* | Decrease level of repeated logs to TRACE | hor911 | 2023-05-09 | 1 | -3/+3 |
| | |||||
* | Add utils for inplace version in dynamic config | innokentii | 2023-05-08 | 3 | -0/+310 |
| | | | add utils for inplace version in dynamic config | ||||
* | "Fix stacktraces builds" | Maksim Kita | 2023-05-08 | 1 | -4/+8 |
| | | | | | "Fix stacktraces builds" Pull Request resolved: #193 | ||||
* | Incapsulate data in snapshot object | nsofya | 2023-05-08 | 33 | -204/+210 |
| | | | Accurate snapshot usage | ||||
* | Mark import of unused macros as error. Contribs under yamaker, pt. 1 | alperevyshin | 2023-05-08 | 5 | -15/+15 |
| | | | | | | | | | | | | | При обычной сборке буста эти макросы не должны инклудится даже с учетом того, что они задефайнены на какие-то существующие пути. Подробнее для макроса `PP*` — [в комментарии](https://arcanum.yandex-team.ru/arcadia/contrib/restricted/boost/type_traits/include/boost/type_traits/detail/is_function_ptr_helper.hpp?#L20) перед этими инклудами: > Hide these #include from dependency analysers as > these are required in maintenance mode only Подробнее для макроса `BOOST_REGEX_H*` [в комментарии](https://arcanum.yandex-team.ru/arcadia/contrib/restricted/boost/regex/include/boost/regex/pending/static_mutex.hpp?#L125) перед этими инклудами: > Since this preprocessor path is almost never taken, we hide these header > dependencies so that build tools don't find them. | ||||
* | improve order filter usage for pk sorting | ivanmorozov | 2023-05-08 | 24 | -360/+519 |
| | |||||
* | YQL-15941 Some steps to LLVM14. | a-romanov | 2023-05-08 | 13 | -42/+46 |
| | |||||
* | Preparation for VersionedIndex usage | nsofya | 2023-05-07 | 28 | -200/+389 |
| | | | Preparation for VersionedIndex usage | ||||
* | Add utils for token modification in fyaml | innokentii | 2023-05-07 | 3 | -20/+422 |
| | | | add utils for token modification in fyaml | ||||
* | Skip TS3StreamReadActor Cleanup if not Bootstrapped | hor911 | 2023-05-07 | 1 | -20/+27 |
| | |||||
* | Support object key serialization | s-berdnikov | 2023-05-07 | 1 | -2/+1 |
| | |||||
* | compact several read metadata in one with composite predicate | ivanmorozov | 2023-05-07 | 47 | -1095/+1768 |
| | |||||
* | unify actor-system-logs for non-actor-system cases | ivanmorozov | 2023-05-07 | 6 | -63/+115 |
| | |||||
* | prevent negative table stats | chertus | 2023-05-06 | 4 | -51/+61 |
| | |||||
* | translation | alextarazanov | 2023-05-06 | 2 | -0/+30 |
| | | | Локальная сборка без ошибок | ||||
* | remove trash | ivanmorozov | 2023-05-06 | 6 | -197/+0 |
| | |||||
* | Ignore transaction commands for now | vvvv | 2023-05-06 | 1 | -0/+2 |
| | |||||
* | Fix encryption problem | alexvru | 2023-05-05 | 2 | -88/+86 |
| | |||||
* | Use UpdateDefaultSchema for index setup | nsofya | 2023-05-05 | 8 | -54/+74 |
| | | | Use UpdateDefaultSchema for index setup | ||||
* | ridetech logs processing, external tiers info, etc | ivanmorozov | 2023-05-05 | 9 | -87/+115 |
| | |||||
* | "Update old actors examples" | Kirill Grachev | 2023-05-05 | 3 | -10/+10 |
| | | | | | "Update old actors examples" Pull Request resolved: #174 | ||||
* | Fix IC regression | alexvru | 2023-05-05 | 1 | -3/+5 |
| | |||||
* | Add utils for scalar modification in fyaml | innokentii | 2023-05-05 | 3 | -0/+63 |
| | | | add utils for scalar modification in fyaml | ||||
* | Intermediate changes | robot-piglet | 2023-05-05 | 2 | -1/+8 |
| | |||||
* | refactoring around granules | stanly | 2023-05-05 | 3 | -57/+70 |
| | |||||
* | Organize code | nsofya | 2023-05-05 | 12 | -769/+864 |
| | | | Organize code | ||||
* | Intermediate changes | robot-piglet | 2023-05-05 | 2 | -8/+12 |
| | |||||
* | translation | alextarazanov | 2023-05-05 | 2 | -34/+210 |
| | | | Лог локальной сборки без ошибок. | ||||
* | translation | alextarazanov | 2023-05-05 | 1 | -55/+87 |
| | | | Локальная сборка без ошибок. | ||||
* | YQL-15828 Keep and use position and library name on errors in library. | a-romanov | 2023-05-05 | 8 | -55/+66 |
| | |||||
* | [embedded] Full plan | udovichenko-r | 2023-05-05 | 6 | -14/+33 |
| | | | YQL-15884 | ||||
* | split batch fetcher agent and fetched info | ivanmorozov | 2023-05-05 | 21 | -260/+313 |
| | |||||
* | Add default permission for check ydb.tables.select and ydb.schemas.getMetadata | molotkov-and | 2023-05-05 | 1 | -1/+3 |
| | |||||
* | Mark import of undefined macros as error. Contribs under yamaker, pt. 1 | alperevyshin | 2023-05-05 | 2 | -4/+4 |
| | |||||
* | Update contrib/restricted/boost/type_traits to 1.82.0 | robot-contrib | 2023-05-05 | 5 | -24/+170 |
| | |||||
* | get info from cache for describe handler | andrew-rykov | 2023-05-04 | 2 | -12/+181 |
| | | | | | added cache from txproxy reply schemeboard | ||||
* | Unify checking in CMS | t1mursadykov | 2023-05-04 | 21 | -513/+1241 |
| | |||||
* | Improve IC | alexvru | 2023-05-04 | 5 | -47/+100 |
| | |||||
* | Block implementation of ToPg/FromPg | vvvv | 2023-05-04 | 17 | -45/+464 |
| | |||||
* | formats/arrow | chertus | 2023-05-04 | 97 | -217/+321 |
| | | | Перемещение arrow-специфики ydb/core/formats -> ydb/core/formats/arrow | ||||
* | graceful exceptions processing | ivanmorozov | 2023-05-04 | 2 | -7/+16 |
| |