aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* After spilling join inmemory buckets firstmfilitov2024-12-093-57/+70
| | | | | теперь при спиллинге сначала будут джоиниться бакеты, которые сейчас есть в памяти, а только потом уже загружаться новые бакеты commit_hash:bb66673affba8f5f65eb7ab79ce6d09b26f77ec2
* Introduced two stages mode for type annotation, a FailMe callable to ↵vvvv2024-12-0941-61/+358
| | | | | | | | | simulate optimization failures В обычном select 1 \|\| 2 теперь выдается ошибка в InitialTypeAnnotation stage А ошибка на RepeatTypeAnnotation stage эскалируется до Severity=Fatal commit_hash:fb09693b4baf9e14bfe7dae9a8a9cd4b9e0e0142
* Remove std::nullptr_t ctor for TStringdgolear2024-12-093-7/+4
| | | | commit_hash:6b02e6cb83bde366477f7d53b6cd6c00bffdb4d6
* Make comment with pr infozhukoff-pavel2024-12-091-0/+11
| | | | commit_hash:f132b180e59a3a0ee4e3c96f061bc6b2c093c858
* Fix TArrowBlock::From and its usageimunkin2024-12-098-28/+53
| | | | commit_hash:0d0fe61d962e4c365f99bd84ebdb2229696c4dc0
* YT-20696: Evaluation of non-materialized computed columns in static tablescherepashka2024-12-091-1/+0
| | | | | | | | | - Changelog entry Type: feature Component: static tables Computations of non-materialized computed columns in static tables commit_hash:0f318c564664e9b88550142d9392f6bf03b3194f
* YQL-19123 More SQL features for Variant typeavevad2024-12-099-12/+477
| | | | | More SQL features for Variant type commit_hash:51c15343e2d24190ec59085888dfa3fd008cafcc
* Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2024-12-094-20/+24
| | | | | Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:32567c05a243ac46a55a1d806ff8622c2fb72ded
* Move -fdebug-default-version=4 closer to other debug info controlsspreis2024-12-092-6/+8
| | | | commit_hash:3f063a842b4fe5e505de07c55dd6cb78980526a7
* Remove support for old Windows SDK versionsthegeorg2024-12-091-9/+1
| | | | commit_hash:ff7e579382854cf7f0fedced54e75557b2597196
* Automatic release build for ymake, os_ymakerobot-ya-builder2024-12-093-10/+20
| | | | | Update tools: ymake, os_ymake commit_hash:2ce1a78b6b9cc7631ddad3d31c4869c60c52f1b6
* Remove unused and broken MSVC_CFLAGS macrothegeorg2024-12-091-18/+1
| | | | commit_hash:77052d9e455cd78788a38bf0a6361fbc9cef8b14
* Enable -Wimplicit-fallthrough (and also fix the discovered issues)babenko2024-12-083-9/+3
| | | | commit_hash:06fd6ffa9ec768168c34547fcdfb15e2f9ad75f8
* Update contrib/libs/simdjson to 3.11.1robot-contrib2024-12-0847-137/+1031
| | | | commit_hash:14237b152d8d41e7d920835693370e646b91ae42
* Intermediate changesrobot-piglet2024-12-084-14/+24
| | | | commit_hash:0e2c6ffa83a45dd067375f65c7a4702660fe71ca
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-12-081-1/+1
| | | | commit_hash:39518295f157c161f6c0a25a1df24b32a6cff296
* YT-20603: Change EnableLegacyRpcCodecs' default to false at rpc layerdanilalexeev2024-12-074-4/+16
| | | | commit_hash:cf3eee744626a3b686f2c9e535e01ab9ee93b376
* Disable empty resolving of locale/ includesthegeorg2024-12-0712-20/+16
| | | | commit_hash:95b202071e63be729f1e78508c621c4aeebeadbb
* Intermediate changesrobot-piglet2024-12-0721-209/+240
| | | | commit_hash:7b57398460fb850349f35c543b8cef63f6490b6b
* remove unused includetobo2024-12-071-2/+1
| | | | commit_hash:02f30d5e3f7e0769ff3b7a2d69e6c2cd8935fd57
* YT-18571: Rename Configure methods to better match the intentbabenko2024-12-0722-65/+66
| | | | commit_hash:85637bbc4fcc2974d979c5100fcb12b8cf66a76c
* Enable -Werror disregarding the toolchainthegeorg2024-12-075-32/+18
| | | | commit_hash:c804e3de595374965bcb30fed2f339d722a1e665
* Configure "send baggage" flag in RPC dispatcherbabenko2024-12-0715-124/+51
| | | | commit_hash:ae5f7637ca7a9dd2df3cfece2f7de165be8ef964
* Intermediate changesrobot-piglet2024-12-0712-81/+151
| | | | commit_hash:bce12427820484f881aa75468347f8dcf60112e8
* YT-18571: Drop yt/yt/core/misc/singleton.hbabenko2024-12-0736-52/+45
| | | | | [nodiff:caesar] commit_hash:152409763d3e87b9199a34fb0854b1084817f82a
* Intermediate changesrobot-piglet2024-12-0710-22/+100
| | | | commit_hash:def0ea45cc1b150111c4e691df1d2cfc3e60813e
* Remove empty resolving of TRASH sysinclsthegeorg2024-12-079-22/+12
| | | | commit_hash:44300ee0594c7aa8a17cf283e5d6259270589fb8
* separate complex and multiline statements with a blank linezhvv1172024-12-06854-8/+1431
| | | | commit_hash:a5e96c76de71b92daf0469cf0e88dc79cd280d67
* Intermediate changesrobot-piglet2024-12-061-4/+0
| | | | commit_hash:f172dc202e1fe65f0ac731c8d89b6021662dd76d
* YT-23731: Temporarily drop spin wait slow path logger configurationbabenko2024-12-064-13/+1
| | | | commit_hash:3ac7eb9f36369d2d4a446df10a92e82ee5d6b68f
* Remove unused sysincl for crtassem.hthegeorg2024-12-064-5/+3
| | | | commit_hash:7c16f722239365919c2cf805bd2134a9a523d4ef
* Update contrib/restricted/fast_float to 7.0.0robot-contrib2024-12-0610-325/+476
| | | | commit_hash:7c62ecaa4d09ddb054eabaa7bf99004748257433
* Intermediate changesrobot-piglet2024-12-061-2/+12
| | | | commit_hash:440a5b88d1dc56dc8619e3ec0e0f1301d73569b8
* Move msvcrt sysincls to where they belongthegeorg2024-12-062-13/+13
| | | | commit_hash:df535fd186428f477a0b8752020f478425b7b6ae
* YT-21993: Remove obsolete compatsgaltsev2024-12-062-18/+3
| | | | commit_hash:f1fd0347cf4df1b5f65a7f1a75743b665495695c
* YT-22011: Cypress move acl behaviour is equalized to copykoloshmet2024-12-063-0/+9
| | | | | Cypress move acl behaviour is equalized to copy commit_hash:b80e768c5d207960172d94bb69fab9f59fe93b61
* add newlines after FROM, WHERE, HAVING, JOIN and before ;zhvv1172024-12-062336-13600/+22860
| | | | commit_hash:e564a4641a37c4250f721db760602d72d36be159
* Extract Fiber Managerbabenko2024-12-0613-82/+244
| | | | commit_hash:e6320630dc0f76cd4c8ae763a7d61de84b031cac
* Fix various issuespogorelov2024-12-067-10/+9
| | | | commit_hash:50f729d3716d8b1f5b852cfc008e228172fb79c4
* Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2024-12-064-20/+24
| | | | | Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:57039830624f572874e0d3f5a26b42cea2f5dcbc
* Refactor and extract Resource Tracker configurationbabenko2024-12-069-24/+93
| | | | commit_hash:66c5f5ffb5b1213ac51be43e4a0b2a87ce1f1e67
* Intermediate changesrobot-piglet2024-12-068-38/+34
| | | | commit_hash:87c6f9898873ec96e4aa9dc4c7df86e67a11e313
* YTORM-1228: Remove excess includes (access_control)kmokrov2024-12-062-11/+13
| | | | | remove commit_hash:95a009319590f81d733168eede726c83ad7364d4
* do not add newline before THEN in CASE expressionszhvv1172024-12-0628-315/+153
| | | | commit_hash:8e33efa25915e1639b5b26eaf93bb1edd838a22b
* Intermediate changesrobot-piglet2024-12-0624-65/+136
| | | | commit_hash:06212cb2bd676fc129fca8d6996e5c769e5bb047
* Intermediate changesrobot-piglet2024-12-064-24/+40
| | | | commit_hash:253107c849a56d8c7ba480eeeba03813d825cc50
* Intermediate changesrobot-piglet2024-12-059-94/+135
| | | | commit_hash:85e3be955f44815ea76d9ef042d952c2d989ea5c
* Release clang18 #7robot-brewer2024-12-052-5/+15
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/clang18-v7 commit_hash:62c8f26726ab9f970afcc4342ad4f01dd98714ac
* fix maps mobileelen-volodina2024-12-052-5/+3
| | | | commit_hash:9c6e98cbd069287fbb5fa4525730126ddc774c68
* Intermediate changesrobot-piglet2024-12-051-1/+9
| | | | commit_hash:5b0cc9d8166c964854426710c328898b79ffa406