aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [vcs],only allow --relative=[path], print = for EqOnly options in helptldr2023-09-262-5/+15
|
* Intermediate changesrobot-piglet2023-09-262-2/+6
|
* KIKIMR-19438 Fix refs for the case of interrupting unfinished query (actor ↵galaxycrab2023-09-261-15/+15
| | | | system shutdown for example)
* Check protobuf-kotlin versionpazus2023-09-261-0/+4
|
* KIKIMR-18568: fix yf build with enabled PROFILE_MEMORY_ALLOCATIONSuzhas2023-09-261-0/+1
|
* separate scatter per resource typezalyalov2023-09-2614-103/+356
|
* Intermediate changesrobot-piglet2023-09-261-0/+8
|
* Check implicit ExtractMembers injection based on subquery ORDER BY. ↵dcherednik2023-09-261-0/+104
| | | | KIKIMR-19423
* Introduce BlobDepotDeleteQueue logic KIKIMR-19453alexvru2023-09-2610-46/+272
|
* KIKIMR-18568: remove PROFILE_MEMORY_ALLOCATIONS from ya.makeuzhas2023-09-261-6/+0
|
* YT-20014: Public constructor for TYsonStructLiterenadeen2023-09-269-52/+66
|
* Added skip task functionality for YDB schema actorauzhegov2023-09-268-37/+133
|
* has issue codehcpp2023-09-261-2/+2
|
* Improve index chooser rulesssmike2023-09-267-44/+75
|
* YQL-16654: fix diagnostics on access error to yt nodefedor-miron2023-09-261-1/+12
|
* Keep only exported clang versions in opensource buildsvidyuk2023-09-263-40/+4
|
* add part of static config validator and tests for it, add some configuratorsjansenin2023-09-2632-5/+1012
|
* Fix scope calculation for native cbo output + testsaozeritsky2023-09-264-18/+103
|
* KIKIMR-19444 Fix UT SmallDisk40senya0x5f2023-09-261-2/+5
|
* KIKIMR-19445 Fix UT Filter bad serialssenya0x5f2023-09-261-1/+1
|
* Don't block writes longer than necessary after local snapshot reads KIKIMR-19381snaury2023-09-268-2/+231
|
* KIKIMR-19139 Load index in TForward (temporary solution)kungasc2023-09-266-34/+87
|
* rework pgwire to better distinguish between statements and portals KIKIMR-19435xenoxeno2023-09-269-84/+110
|
* YQL-16443 replace dynamic polymorphism with static, use nfa for tableszverevgeny2023-09-261-37/+57
|
* YQL-16443 MATCH_RECOGNIZE ut setup + simple caseszverevgeny2023-09-266-0/+149
|
* checking issue code instead of stringhcpp2023-09-261-3/+24
|
* Remove TAutoPtr usage in library/cpp/sighandlermikailbag2023-09-262-11/+11
|
* sql -> SQLsabdenovch2023-09-261-1/+1
|
* YQL-15891 LLVM for some blocks nodes.a-romanov2023-09-264-49/+331
|
* Update libc++ to 9b03c08e (6 Mar 2022).halyavin2023-09-2663-285/+391
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes: * don't warn that coroutines are not supported when using experimental/coroutine * add _LIBCPP_HIDE_FROM_ABI to __quoted_proxy constructors * ADL-proof calls of __quoted * fix ctype facet `is` method for Windows * change return type of bit_width to int (LWG3656) * make private __wrap_iter constructors explicit * fix delayed initialization of `__fill_` in basic_ios * ranges::iter_move cleanup * ADL-proof __synth_three_way * reject random number generators with signed types * use C++ overloads from math.h on AIX * add explicit to some internal constructors * replace _LIBCPP_HAS_NO_STRONG_ENUMS with C++ version check * use `inline constexpr bool` instead of `constexpr bool` for helpers in ranges * reject uniform_int_distribution<bool>, uniform_int_distribution<char> and all user types * allow std::mergeable and std::sortable even with incomplete ranges * fix double close bug in std::filesystem::remove_all * remove recursion in basic_string::insert because it interferes with constexpr * fix error checking of wctob_l calls * pack _Flags class on AIX * fix integer type in __estimate_column_width exposed by AIX * qualify all std::move calls with std * make chrono includes granular * set std::numeric_limits::tinyness_before to true on ARM * add ranges::in_found_result and ranges::min_max_result
* YT-20053 [yt] Disabled linters for broken modulesprettyboy2023-09-261-0/+2
| | | | Отключаю сломанные линтеры для opensource платформу без миграционного конфига для flake8, см https://a.yandex-team.ru/review/4511498/details?checkId=4000000007119&dialogId=CiCard&iterationType=FULL&number=1&snippetViewMode=word-wrap&status=STATUS_FAILED&filter=resultType(RT_STYLE_CHECK)%3BsuiteCategory(CATEGORY_CHANGED)%3Bpath(yt%252F%252a)
* Intermediate changesrobot-piglet2023-09-267-24/+23
|
* Reduce the number of copies of the vectortesseract2023-09-261-1/+1
|
* Optimize copy big blobs for Kafka writetesseract2023-09-261-3/+13
|
* Delete text with 'insert ... select'.pseudolukian2023-09-264-38/+21
|
* move uservices.py to build/internal/pluginssnermolaev2023-09-261-38/+0
|
* Fix memory orderbabenko2023-09-261-1/+1
|
* (no commit message)pg2023-09-261-0/+4
|
* Compile Java with tests using py3 flavored ymakesvidyuk2023-09-251-1/+1
|
* KIKIMR-17274: ReadOnly VDisks testsrobdrynkin2023-09-2529-97/+475
|
* YQL-16325 fix missed breakszverevgeny2023-09-251-1/+2
|
* YQL-16507 Avoid visit of world childvvvv2023-09-252-0/+16
|
* fix docker image typorekby2023-09-251-13/+2
|
* fix overloaded shards histogram calculation KIKIMR-17890monster2023-09-251-0/+6
|
* KIKIMR-19139 Delete legacy Comp Shardskungasc2023-09-2528-5411/+7
|
* Improove postgres-connection docrekby2023-09-251-1/+1
|
* YT-19557: Enable custom allocators YT_TCMALLOC*ni-stoiko2023-09-251-2/+2
| | | | Enable YT_TCMALLOC* at build/ymake.core.conf
* refactor TIndexBuildInfo & add initial cancel support KIKIMR-18963gvit2023-09-255-138/+502
|
* move antlr/ to contribzhukoff-pavel2023-09-252-2/+1
|
* Intermediate changesrobot-piglet2023-09-251-158/+122
|