aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* intermediate changesarcadia-devtools2022-06-022-1/+2
| | | | ref:8e490f5df6bdeb4c12288e5939d49e3314528e33
* KIKIMR-14961: rename stock workload commandsaidarsamer2022-06-023-57/+57
| | | | | | KIKIMR-14961: rename stock workload commands ref:669e37b7cd5106ca8f1f34e66b21e830fd83a11c
* YQL-14728 add external columns into aggregation & AssumeOrderVitaly Stoyan2022-06-021-15/+47
| | | | ref:6a9164e36fe46d32e7c49a1802b7f8470029c35f
* [YQL-14697] Add signatures, improve descriptionsAndrey Neporada2022-06-021-3/+222
| | | | ref:adce3420864dd7f3dfd157eb486950c41dd6767c
* Fix sudo for mkdir comandsbazeltsev2022-06-022-8/+7
| | | | | | fixed ref:069e64ec6b480c49c64ec4f723cd84e20a6c189f
* intermediate changesarcadia-devtools2022-06-026-3/+28
| | | | ref:8868513666cce733c1c659c7f2d683ffab1150dd
* Stop to store collect operation, KIKIMR-14854Aleksandr Kriukov2022-06-027-90/+126
| | | | ref:66c3b20a58a68348ac2c6827a2bc55918a5cf5af
* fix error message YDB-1635Alexey Efimov2022-06-021-1/+1
| | | | ref:61566e0908f035c5b2e1b143d75230a55ad6e905
* YQL-14728 empty constraintVitaly Stoyan2022-06-021-0/+1
| | | | ref:9f66a5dbe2acfd138629f4c30a7f1c43ea11dbb0
* Fix debug build for OPENSOURCEshadchin2022-06-025-0/+14
| | | | ref:b8e29ea2b703f4611ddea9c0275740ff02f28dcf
* intermediate changesarcadia-devtools2022-06-022-2/+2
| | | | ref:897f95916cd29fcdf9f1223e0fcd35d4781a3b5f
* tcmalloc: background page cache release KIKIMR-15019Aleksandr Dmitriev2022-06-023-13/+34
| | | | ref:3059586391b726b9d917cae60d233cbe9591fc29
* YQL-14728 find columns in where/having tooVitaly Stoyan2022-06-021-14/+21
| | | | ref:82f949442fb78b8095fb53edf098e105a5c5c99a
* intermediate changesarcadia-devtools2022-06-0214-137/+367
| | | | ref:25788563f418e034cf98880ca2dc401f2f59f84d
* Do not enable CUDA for Mac build implicitellysvidyuk2022-06-021-0/+3
| | | | | | DEVTOOLSSUPPORT-19178 ref:0f485c81d913f3ecdfc9b396542b1d28b6e4bfe6
* intermediate changesarcadia-devtools2022-06-021-4/+4
| | | | ref:7dd1a83a99c257693cc5a7a2012c3b49a8ec1b05
* Add missing source file to ya.makethegeorg2022-06-022-0/+2
| | | | ref:ee42e4700caddee3694c141f1fc89c18e7aff2ac
* Update contrib/libs/re2 to 2022-06-01robot-contrib2022-06-021-30/+47
| | | | ref:07a800b447ebeefbdea1234f6a3ba3e52d6bb126
* intermediate changesarcadia-devtools2022-06-023-1343/+1344
| | | | ref:d9c1b5023432cdb96f53309b997eacc671ab4350
* add extra tests on pushed limits KIKIMR-14818Vitalii Gridnev2022-06-021-3/+13
| | | | ref:00d7ceddb1e1ac1a1600fb040fb048dcf5556a06
* [util] IsSortedBy for containersswarmer2022-06-022-0/+11
| | | | ref:6c01516241e312227b7654b6b0260add648c8609
* Update libc++ to eaadc451 (4 Feb 2022).Andrey Khalyavin2022-06-02113-283/+639
| | | | | | | | | | | | | | | | | | | | | | | Notable changes: * fix chrono::duration constructor constraint * delete base class for std::basic_string * add ranges::in_out_out_result and ranges::in_in_out_result * implement indirectly_copyable{,_storable} concepts * rename __referenceable to __can_reference to match text of the standard * add _LIBCPP_HAS_NO_CONCEPTS guards where concepts are used * simplify no concepts guards * add specifications for basic_common_reference and common_type for pair * make _VSTD an alias for std so that it can be removed in the future * remove std from friend declaration to facilitate switch from _VSTD to std * fix TOCTOU issue with std::filesystem::remove_all * add additional constraints to std::ranges::get for subranges when N == 0 * pick unique bit for __regex_word constant * use vsnprintf instead of _vsnprintf on Windows * ADL-proof ranges::iter_swap and ranges::iter_move * implement std::ranges::distance * merge _LIBCPP_HAS_NO_RANGES into _LIBCPP_HAS_NO_CONCEPTS ref:b637aa39f39243eeac99a2109af1daaac7c29316
* yq-scope has been fixedOleg Doronin2022-06-021-8/+7
| | | | ref:2b63e18a5dea4a887fbf3f28506c15fb8b9d9d89
* [kqp] cleanup scan executor code: reuse code of scan tasks builder KIKIMR-14818Vitalii Gridnev2022-06-011-115/+56
| | | | ref:b7c91810385d24b1b882f41c4f840df59a246c5e
* [kqp] cleanup executer code: move prune partitions methods to helpers ↵Vitalii Gridnev2022-06-013-44/+61
| | | | | | KIKIMR-14818 ref:cde7857493792f7755be86c10b89d05de289bff9
* intermediate changesarcadia-devtools2022-06-011-0/+3
| | | | ref:bc7d71c12dbc7e23c597bd9d651972e4116589c2
* Flatten util teststhegeorg2022-06-011-1/+1
| | | | ref:0297d20665112368dc5e412e2531f67b3dd3c3ec
* intermediate changesarcadia-devtools2022-06-011-0/+1
| | | | ref:81238710ee9ce0ff3e4ed161edfba1aa9f9d8eae
* fix error information in query handler KIKIMR-14997Alexey Efimov2022-06-011-11/+19
| | | | ref:89b95dfeb016e11f42488dcbd5bc9be46c2528bc
* YQL-14728 corellated sublinks in projectionVitaly Stoyan2022-06-012-58/+119
| | | | ref:399b43117a9e5352723d741ca7113eb2f32468da
* Fix SIGSEGV in session actor KIKIMR-15033Vladislav Kuznetsov2022-06-011-9/+14
| | | | ref:98cd6274eb4f5b0bf88f1cd27f520d4b722936db
* add not so simple cache with lifetime checking KIKIMR-15015Alexey Efimov2022-06-013-2/+126
| | | | ref:607a2c25f091e77893b82640122a16daa6ae3b1a
* intermediate changesarcadia-devtools2022-06-011-0/+1
| | | | ref:743144b317f95f445311e9734fca905678c26f39
* CIWELCOME-347: Переезд документации YDBOss_DeployDocsToCloudbazeltsev2022-06-011-0/+40
| | | | | | Updated ref:5a9f19c22fc2ba4764abdfec6cb6aff61b9e12be
* ydb.tech/docs add metrika counteralexv-smirnov2022-06-011-0/+1
| | | | ref:86256d59137aa80a638f5c642ab81ecd4e5fb93f
* intermediate changesarcadia-devtools2022-06-015-0/+38
| | | | ref:92c37846cff40718ed69273194a02776aa72f499
* Move library/cpp/yson/node/pytbind to library/python/yson_nodethegeorg2022-06-012-114/+0
| | | | ref:61c7ceff963203b0d2e3ac34c5624d029622c9ba
* intermediate changesarcadia-devtools2022-06-011-1/+1
| | | | ref:2866c3075b63f9c33880399f104da2391f699539
* Support BlobDepot through BSC KIKIMR-14867Alexander Rutkovsky2022-06-0122-79/+759
| | | | ref:8007970beb7663337fa7ad03844f74fed43b49f3
* intermediate changesarcadia-devtools2022-06-011-1/+1
| | | | ref:21ff60a5a95c059843b4e1b497b8437bec4a18f4
* KIKIMR-14971: better OVERLOADED in ColumnShardArtem Zuikov2022-06-013-27/+47
| | | | ref:4230f76898a21ddfcd59217a3b78278964c41061
* Fix uncommitted resent readset ack on unrelated tx completion, KIKIMR-15011Alexey Borzenkov2022-06-013-3/+242
| | | | ref:efd460ce6e62ce5df69eef3ec3ca3d382f5d94ef
* YQL-14728 initial implementation of corellated sublinks via left join (only ↵Vitaly Stoyan2022-06-015-110/+523
| | | | | | where) ref:443b0b45435da97c2e8be803f4cb4ed64a11c7ae
* Update contrib/libs/libunwind to 14.0.4thegeorg2022-06-014-10/+9
| | | | ref:76a5526f0f92eccff5df4823c8016614eea76c86
* intermediate changesarcadia-devtools2022-06-0113-32/+57
| | | | ref:33582b2639153838c696b8bf2b6926f34f6d34e9
* Fix missing dep in build scriptssvidyuk2022-06-0110-43/+49
| | | | ref:e2d05ce38be56e0783b84372504682f58fbb3c5c
* intermediate changesarcadia-devtools2022-06-0117-1431/+4453
| | | | ref:b1e863e3aa12b888b40dd5ec36411ca050a25bd8
* library: Flatten RECURSEs in actors, containers, monlibthegeorg2022-06-015-0/+21
| | | | ref:f5f98dd504e52bf85fbe9fe8adf428011df1d814
* intermediate changesarcadia-devtools2022-06-011-1/+1
| | | | ref:602de38c426f080bb323d4b67266cb0d24eff9f6
* [yql] Cleanup unused transformersudovichenko-r2022-06-013-122/+4
| | | | | | YQL-12393 ref:c37007ab79220ef2b4de00612e51e453801c66da