summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* send ReadyForQuery on EmptyQueryResponsexenoxeno2023-05-101-14/+32
|
* Update contrib/restricted/aws/aws-c-io to 0.13.21robot-contrib2023-05-107-693/+99
|
* Update contrib/restricted/aws/aws-c-cal to 0.5.26robot-contrib2023-05-1010-1/+1279
|
* YQL-8971 YQL-15555 Simplify full unique tuples and structs to column.a-romanov2023-05-093-16/+130
|
* Mute -Wdeprecated-declarations error when thread sanitizer enabled on darwin ↵hiddenpath2023-05-091-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 mergeivanmorozov2023-05-0926-441/+668
|
* Update contrib/restricted/boost/function to 1.82.0robot-contrib2023-05-0910-42/+102
|
* "CLI autoupdate red color fix"Maksim Kita2023-05-091-1/+1
| | | | | "CLI autoupdate red color fix" Pull Request resolved: #192
* Fixed links to k8s resourcesbazeltsev2023-05-092-2/+2
| | | updated
* Decrease level of repeated logs to TRACEhor9112023-05-091-3/+3
|
* Add utils for inplace version in dynamic configinnokentii2023-05-083-0/+310
| | | add utils for inplace version in dynamic config
* "Fix stacktraces builds"Maksim Kita2023-05-081-4/+8
| | | | | "Fix stacktraces builds" Pull Request resolved: #193
* Incapsulate data in snapshot objectnsofya2023-05-0833-204/+210
| | | Accurate snapshot usage
* Mark import of unused macros as error. Contribs under yamaker, pt. 1alperevyshin2023-05-085-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 sortingivanmorozov2023-05-0824-360/+519
|
* YQL-15941 Some steps to LLVM14.a-romanov2023-05-0813-42/+46
|
* Preparation for VersionedIndex usagensofya2023-05-0728-200/+389
| | | Preparation for VersionedIndex usage
* Add utils for token modification in fyamlinnokentii2023-05-073-20/+422
| | | add utils for token modification in fyaml
* Skip TS3StreamReadActor Cleanup if not Bootstrappedhor9112023-05-071-20/+27
|
* Support object key serializations-berdnikov2023-05-071-2/+1
|
* compact several read metadata in one with composite predicateivanmorozov2023-05-0747-1095/+1768
|
* unify actor-system-logs for non-actor-system casesivanmorozov2023-05-076-63/+115
|
* prevent negative table statschertus2023-05-064-51/+61
|
* translationalextarazanov2023-05-062-0/+30
| | | Локальная сборка без ошибок
* remove trashivanmorozov2023-05-066-197/+0
|
* Ignore transaction commands for nowvvvv2023-05-061-0/+2
|
* Fix encryption problemalexvru2023-05-052-88/+86
|
* Use UpdateDefaultSchema for index setupnsofya2023-05-058-54/+74
| | | Use UpdateDefaultSchema for index setup
* ridetech logs processing, external tiers info, etcivanmorozov2023-05-059-87/+115
|
* "Update old actors examples"Kirill Grachev2023-05-053-10/+10
| | | | | "Update old actors examples" Pull Request resolved: #174
* Fix IC regressionalexvru2023-05-051-3/+5
|
* Add utils for scalar modification in fyamlinnokentii2023-05-053-0/+63
| | | add utils for scalar modification in fyaml
* Intermediate changesrobot-piglet2023-05-052-1/+8
|
* refactoring around granulesstanly2023-05-053-57/+70
|
* Organize codensofya2023-05-0512-769/+864
| | | Organize code
* Intermediate changesrobot-piglet2023-05-052-8/+12
|
* translationalextarazanov2023-05-052-34/+210
| | | Лог локальной сборки без ошибок.
* translationalextarazanov2023-05-051-55/+87
| | | Локальная сборка без ошибок.
* YQL-15828 Keep and use position and library name on errors in library.a-romanov2023-05-058-55/+66
|
* [embedded] Full planudovichenko-r2023-05-056-14/+33
| | | YQL-15884
* split batch fetcher agent and fetched infoivanmorozov2023-05-0521-260/+313
|
* Add default permission for check ydb.tables.select and ydb.schemas.getMetadatamolotkov-and2023-05-051-1/+3
|
* Mark import of undefined macros as error. Contribs under yamaker, pt. 1alperevyshin2023-05-052-4/+4
|
* Update contrib/restricted/boost/type_traits to 1.82.0robot-contrib2023-05-055-24/+170
|
* get info from cache for describe handlerandrew-rykov2023-05-042-12/+181
| | | | | added cache from txproxy reply schemeboard
* Unify checking in CMSt1mursadykov2023-05-0421-513/+1241
|
* Improve ICalexvru2023-05-045-47/+100
|
* Block implementation of ToPg/FromPgvvvv2023-05-0417-45/+464
|
* formats/arrowchertus2023-05-0497-217/+321
| | | Перемещение arrow-специфики ydb/core/formats -> ydb/core/formats/arrow
* graceful exceptions processingivanmorozov2023-05-042-7/+16
|