Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KIKIMR-15250: can push down top sort if not pk prefix columns in input exist ↵ | vpolka | 2023-10-13 | 3 | -8/+241 |
| | | | | in index data columns | ||||
* | YQL-16845: fix panic on PG SQL parsing of VALUES | fedor-miron | 2023-10-13 | 1 | -1/+5 |
| | |||||
* | Fix arena's repalloc | vvvv | 2023-10-13 | 1 | -4/+13 |
| | |||||
* | YQL-15891 Use normal Extend for blocks. | a-romanov | 2023-10-13 | 1 | -10/+8 |
| | |||||
* | do not check exceptions during expression evaluation | ilnurkh | 2023-10-13 | 1 | -14/+7 |
| | |||||
* | KIKIMR-19589 added local monaco-editor to cms | andrew-rykov | 2023-10-13 | 105 | -12/+2386 |
| | | | | | | patched links to local files KIKIMR-19589 added local-monaco editor to cms | ||||
* | YT-12127, YT-12128: Fix FS invoker pool average wait time for the last time | eshcherbin | 2023-10-13 | 2 | -32/+64 |
| | |||||
* | TraceId = JobId + _ + RetryCount | hcpp | 2023-10-13 | 3 | -2/+5 |
| | |||||
* | Update contrib/python/wcwidth/py3 to 0.2.7 | robot-contrib | 2023-10-13 | 9 | -82/+684 |
| | |||||
* | YT-17840: Fix null and void columns in Arrow | nadya02 | 2023-10-13 | 2 | -17/+34 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.57 | robot-contrib | 2023-10-13 | 3 | -4/+4 |
| | |||||
* | Update contrib/python/botocore/py3 to 1.31.57 | robot-contrib | 2023-10-13 | 405 | -64/+2343 |
| | |||||
* | support dash in Python version of PROTO_LIBRARY | spreis | 2023-10-13 | 3 | -16/+32 |
| | |||||
* | Fix reimport for pathlib2 | shadchin | 2023-10-13 | 2 | -14/+2 |
| | |||||
* | YT-20197: Add timeout for job settlement | ignat | 2023-10-13 | 1 | -0/+2 |
| | |||||
* | YT-20201: add option to disable instant in structured log messages | ignat | 2023-10-13 | 6 | -1/+14 |
| | |||||
* | YQL-16827 fixed bug in getting Datum size | vvvv | 2023-10-12 | 1 | -1/+1 |
| | |||||
* | Get rid of nonsense copy of big object | aozeritsky | 2023-10-12 | 1 | -2/+2 |
| | |||||
* | fix coverity issue: Big parameter passed by value | uzhas | 2023-10-12 | 1 | -2/+2 |
| | |||||
* | Add TABLE object type | nsofya | 2023-10-12 | 26 | -26/+241 |
| | |||||
* | disable another balancer in drain test | zalyalov | 2023-10-12 | 1 | -1/+2 |
| | |||||
* | cleanup PG RE cache | vvvv | 2023-10-12 | 2 | -0/+11 |
| | |||||
* | fix coverity issue: Big parameter passed by value | uzhas | 2023-10-12 | 1 | -1/+1 |
| | |||||
* | Added "USE_KTLINT_OLD" macro support | daniel-march | 2023-10-12 | 2 | -1/+13 |
| | |||||
* | Revert commit c05447ff76587e13ebbab44bd84d1f886ef6134c, ↵ | pseudolukian | 2023-10-12 | 4 | -22/+0 |
| | | | | TOPIC_MIN_ACTIVE_PARTITIONS | ||||
* | SIMD Реализации для Westmere и Haswell | fixthgame | 2023-10-12 | 12 | -0/+823 |
| | | | | | | | | Unit test for SIMM Westmere and Haswell base.h Westmere and Haswell Simd | ||||
* | Added plan printing | grigoriypisar | 2023-10-12 | 2 | -11/+13 |
| | | | | Added plan printing | ||||
* | Fix TestProcessingQueue KIKIMR-19621 | ilnaz | 2023-10-12 | 3 | -33/+55 |
| | |||||
* | YQL-16838 initial support of big dates | vvvv | 2023-10-12 | 15 | -3/+239 |
| | |||||
* | TOPIC_MIN_ACTIVE_PARTITIONS | ilnaz | 2023-10-12 | 4 | -0/+22 |
| | |||||
* | Normalize Aggregate arguments | aneporada | 2023-10-12 | 20 | -36/+134 |
| | |||||
* | Addressed issues in rXXXXXX | arkady-e1ppa | 2023-10-12 | 3 | -25/+24 |
| | | | | Addressed issues | ||||
* | fix counter going negative | zalyalov | 2023-10-12 | 4 | -14/+12 |
| | |||||
* | reenable balancer unit test | zalyalov | 2023-10-12 | 2 | -6/+4 |
| | |||||
* | auditlog: add tests for AuditSettings.ExpectedSubjects | ijon | 2023-10-12 | 2 | -16/+81 |
| | | | | KIKIMR-18688 | ||||
* | Predict volatile plan steps based on neighbor readsets and either plan or ↵ | snaury | 2023-10-12 | 13 | -49/+323 |
| | | | | cancel them when they are lost KIKIMR-16343 | ||||
* | add contrib/libs/libc_compat/getservbyname for memory sanitizer | nkozlovskiy | 2023-10-12 | 4 | -0/+236 |
| | |||||
* | enable in memory pdisks by default | gvit | 2023-10-12 | 6 | -4/+17 |
| | |||||
* | KIKIMR-19093: fix blobs splitting | ivanmorozov | 2023-10-12 | 3 | -37/+140 |
| | |||||
* | Fix cyclic buffer size | innokentii | 2023-10-12 | 1 | -1/+2 |
| | | | | fix cyclic buffer size | ||||
* | KIKIMR-18760: Add tests for creating ldap search filter | molotkov-and | 2023-10-12 | 14 | -22/+136 |
| | |||||
* | Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, test_tool3 | robot-ya-builder | 2023-10-12 | 3 | -24/+24 |
| | | | | | | | | | From hash: [6b62360ff439aa40b72b98250a5c09f6a8ec279d](https://a.yandex-team.ru/arcadia/commit/6b62360ff439aa40b72b98250a5c09f6a8ec279d) From revision: [12648678](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=258) Flow triggered by user: [zhukoff-pavel](https://staff.yandex-team.ru/zhukoff-pavel) Update tools: ya_bin3, ya_bin, os_ya, test_tool, test_tool3 | ||||
* | Cosmetics | babenko | 2023-10-12 | 2 | -3/+6 |
| | |||||
* | Add uchar.h into test after rXXXXXX | mikhnenko | 2023-10-12 | 1 | -0/+1 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-12 | 1 | -13/+69 |
| | |||||
* | External build system generator release 58 | robot-ya-builder | 2023-10-12 | 2 | -9/+9 |
| | | | | Update tools: yexport, os-yexport | ||||
* | Intermediate changes | robot-piglet | 2023-10-12 | 1 | -1/+1 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.56 | robot-contrib | 2023-10-12 | 3 | -4/+4 |
| | |||||
* | Update contrib/python/botocore/py3 to 1.31.56 | robot-contrib | 2023-10-12 | 398 | -50/+292 |
| | |||||
* | fix win warnings | ilnurkh | 2023-10-12 | 1 | -3/+1 |
| |