summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sorting as separated module for control fetching processivanmorozov2023-04-3035-512/+1056
|
* Update contrib/restricted/boost/typeof to 1.82.0robot-contrib2023-04-302-0/+19
|
* Update contrib/restricted/boost/bind to 1.82.0robot-contrib2023-04-3010-92/+55
|
* Update contrib/restricted/boost/lexical_cast to 1.82.0robot-contrib2023-04-3012-26/+188
|
* Update contrib/restricted/boost/fusion to 1.82.0robot-contrib2023-04-305-1/+15
|
* Update contrib/restricted/boost/mp11 to 1.82.0robot-contrib2023-04-302-5/+5
|
* Update contrib/restricted/boost/type_index to 1.82.0robot-contrib2023-04-2911-11/+7
|
* Update contrib/restricted/boost/intrusive to 1.82.0robot-contrib2023-04-2912-21/+45
|
* YQL-8971 YQL-15555 Constraints for JoinDict, Casts and many fixes.a-romanov2023-04-293-265/+251
|
* Update contrib/restricted/boost/bimap to 1.82.0robot-contrib2023-04-293-3/+0
|
* Update contrib/restricted/boost/exception to 1.82.0robot-contrib2023-04-293-12/+24
|
* Update contrib/restricted/boost/variant to 1.82.0robot-contrib2023-04-2915-16/+16
|
* Update contrib/restricted/boost/iostreams to 1.82.0robot-contrib2023-04-292-8/+8
|
* Update contrib/restricted/boost/smart_ptr to 1.82.0robot-contrib2023-04-2913-0/+37
|
* Update contrib/restricted/boost/ratio to 1.82.0robot-contrib2023-04-292-0/+23
|
* Statically assert little endianbabenko2023-04-291-3/+1
|
* Drop hash_helpers.hbabenko2023-04-295-0/+21
|
* Update contrib/restricted/boost/atomic to 1.82.0robot-contrib2023-04-295-107/+144
|
* Update contrib/restricted/boost/chrono to 1.82.0robot-contrib2023-04-292-0/+24
|
* Update contrib/restricted/boost/locale to 1.82.0robot-contrib2023-04-2967-620/+774
|
* Update contrib/restricted/boost/any to 1.82.0robot-contrib2023-04-293-4/+4
|
* "Fix sanitizer upload to testmo"AlexSm2023-04-283-8/+9
| | | | | "Fix sanitizer upload to testmo" Pull Request resolved: #186
* Fix powerpc.hlurid2023-04-281-1/+1
|
* Publish test results to TestmoAlexander Smirnov2023-04-284-17/+118
| | | | | Publish test results to Testmo Pull Request resolved: #183
* Disable by default syncer job timeoutalexvru2023-04-282-2/+4
|
* YQL-8971 YQL-15555 Add AssumeChopped and use it.a-romanov2023-04-287-16/+41
|
* update logofomichev2023-04-281-3/+3
|
* skip blobs not filteredivanmorozov2023-04-2819-127/+327
|
* Accurate mem quotahor9112023-04-285-171/+333
|
* Perform serialization in IDqOutput::Push() method. Simplify codeaneporada2023-04-2827-908/+307
| | | initial
* Settings for dump node.a-romanov2023-04-281-14/+29
|
* YQL-8971 YQL-15555 Simplify pull up EquiJoin input.a-romanov2023-04-281-25/+16
|
* Add more configs instrospectioninnokentii2023-04-288-20/+109
| | | add more configs instrospection
* Fix library -Wdeprecate-lax-vec-conv-alllurid2023-04-281-7/+7
|
* YQL-8971 YQL-15555 Keep constraints on empty join.a-romanov2023-04-281-1/+1
|
* fix hive balancer life cyclezalyalov2023-04-281-1/+3
| | | Hive Balancer now waits for all tablet movements to complete before finishing. Previous version sometimes allowed balancer to finish while some requests were still in flight. This extension of lifetime may in some cases lead to more work being accomplished by the balancer.
* fix spilling problemgvit2023-04-271-0/+1
|
* Update contrib/restricted/boost/multi_index to 1.82.0robot-contrib2023-04-2736-413/+319
|
* [util] Fix typo in IThreadPool descrshaprunovk2023-04-271-1/+1
|
* CORS headers to stop and resume handlersandrew-rykov2023-04-273-13/+63
| | | | | added custom response CORS stop resume
* add cached message for list endpointsshumkovnd2023-04-277-143/+286
|
* Autovectorization on fixed arguments and results in PG kernelvvvv2023-04-277-73/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | старый вариант %% <----- TPgCodegen [exec] TPgCodegen::PgFunc... begin... done, elapsed: 2.628702s [good] TPgCodegen::PgFunc [exec] TPgCodegen::PgFuncBC... begin... done, elapsed: 1.265912s [good] TPgCodegen::PgFuncBC -----> TPgCodegen -> ok: 2 [DONE] ok: 2 %% новый %% <----- TPgCodegen [exec] TPgCodegen::PgFuncIdeal... begin... done, elapsed: 0.206223s with const arg begin... done, elapsed: 0.143428s [good] TPgCodegen::PgFuncIdeal [exec] TPgCodegen::PgFuncCpp... begin... done, elapsed: 0.417580s with const arg begin... done, elapsed: 0.435337s [good] TPgCodegen::PgFuncCpp [exec] TPgCodegen::PgFuncDefArg... begin... done, elapsed: 0.893608s with const arg begin... done, elapsed: 0.940435s [good] TPgCodegen::PgFuncDefArg [exec] TPgCodegen::PgFuncBC... begin... done, elapsed: 0.192867s with const arg begin... done, elapsed: 0.158422s [good] TPgCodegen::PgFuncBC -----> TPgCodegen -> ok: 4 [DONE] ok: 4 %%
* Switch to old asmlib to be able to build ydb cli without sse4pnv12023-04-2747-0/+9203
|
* Add drop configinnokentii2023-04-2724-18/+302
| | | | | fix Add drop config
* disable rename suite for ossqrort2023-04-272-2/+2
|
* subject type has been supportedhcpp2023-04-2720-80/+526
|
* Fix rollback in LogManagert1mursadykov2023-04-272-8/+38
|
* YQL-15555 YQL-15435 Fix for Unique & Distinct.a-romanov2023-04-271-2/+2
|
* Removed unused LLVM_BCvvvv2023-04-275-522/+0
|
* ydb pg tests with local_pgwireqrort2023-04-272-5/+34
|