aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* YQ Connector:new interface of query constructtsmax20042023-11-2016-197/+131
|
* KIKIMR-20127 Better fix InFly statkungasc2023-11-203-40/+23
|
* Fix typos in util/datetime/base.h.ponasenko-rs2023-11-201-2/+2
|
* Remove unused messagesaozeritsky2023-11-201-8/+0
|
* Revert commit 744c1831bfbaec79131b5b770963d73aba73ec5f,Enable hardcode of ↵manainen2023-11-205-22/+5
| | | | proxies in a hedging client
* YQ Connector:use ReadSplits Stats in generic providervitalyisaev2023-11-201-3/+17
|
* YT-19593: Constexpr friendliness in strong typedef plus TAllocationId uses ↵arkady-e1ppa2023-11-202-6/+45
| | | | it now
* Don't zero out unused bytes in TIntStringBuf at runtimevadim-xd2023-11-201-3/+9
|
* Use a new empty string instead of NullStr when constructing TString from ↵vadim-xd2023-11-201-3/+4
| | | | TReserveTag or TUninitialized
* Intermediate changesrobot-piglet2023-11-2030-11006/+0
|
* Enable hardcode of proxies in a hedging clientmanainen2023-11-205-5/+22
| | | | added EnableProxyDiscovery parameter to the standard client
* add darwin-arm64 CMakeListsdcherednik2023-11-204010-2/+360504
|
* fix window formatting in expressionsareredify2023-11-2010-92/+127
| | | | | | bless tests add correct window formatting in expressions
* Fix testkomels2023-11-201-2/+8
|
* Intermediate changesrobot-piglet2023-11-202-1/+20
|
* Fix some TestShard issues KIKIMR-11082alexvru2023-11-202-2/+12
|
* compute databases cache metrics have been addedhcpp2023-11-203-14/+91
|
* add function and fix bug with max width of columningv0rr2023-11-2022-116/+128
|
* Sinchronization of txtesseract2023-11-2010-202/+230
|
* KIKIMR-19512 Compares on yql kernel.a-romanov2023-11-2045-266/+1013
|
* AFL_ENSURE macros for AFL context usage in exceptionivanmorozov2023-11-202-7/+47
|
* Export&Import pg typesazevaykin2023-11-2019-60/+203
|
* Fixes around JAVA_SRCSdimdim112023-11-201-21/+20
| | | | Fixes around JAVA_SRCS
* Intermediate changesrobot-piglet2023-11-2010-61/+70
|
* Intermediate changesrobot-piglet2023-11-201-0/+1
|
* KIKIMR-19880: move interval data construction into separated thread. dont ↵ivanmorozov2023-11-1917-178/+221
| | | | merge results into one pack
* Disable profile stats by default, disable incremental statsaozeritsky2023-11-191-17/+31
|
* KIKIMR-19880: use all steps for early filterivanmorozov2023-11-198-74/+52
|
* KIKIMR-20084: provide computation sharding into read callableivanmorozov2023-11-195-39/+92
|
* Intermediate changesrobot-piglet2023-11-191-4/+2
|
* Update contrib/python/botocore/py3 to 1.31.78robot-contrib2023-11-18400-10/+896
|
* Intermediate changesrobot-piglet2023-11-181-1/+0
|
* Update contrib/python/boto3/py3 to 1.28.78robot-contrib2023-11-183-4/+4
|
* Fix sink pop for pipeaozeritsky2023-11-181-30/+8
|
* KIKIMR-20158: cleanivanmorozov2023-11-183-53/+13
|
* YQL-17123: move cfg/local and fix dependencefedor-miron2023-11-185-83/+0
|
* Move YP Go codegen to YT ORMs-berdnikov2023-11-181-5/+5
|
* to fix build in githubuzhas2023-11-1832-0/+4140
|
* KIKIMR-20175: dont restore pk for each requestivanmorozov2023-11-1832-172/+303
|
* Unbreak passing IsStrict/SupportsBlocks udf flags in yqlworkeraneporada2023-11-188-0/+78
|
* Update contrib/python/contourpy to 1.2.0robot-contrib2023-11-1830-228/+1401
|
* Intermediate changesrobot-piglet2023-11-1821-273/+286
|
* Update contrib/python/fonttools to 4.44.0robot-contrib2023-11-1868-364/+506
|
* Intermediate changesrobot-piglet2023-11-188-98/+151
|
* Intermediate changesrobot-piglet2023-11-181-1/+1
|
* Support OOB in pipeaozeritsky2023-11-174-9/+78
|
* Update contrib/libs/sdbus-cpp to 1.4.0robot-contrib2023-11-172-1/+5
|
* Fix EPOLLET logic to keep old behaviour for inoptimal user code KIKIMR-20021alexvru2023-11-1714-48/+128
|
* fix typeannssmike2023-11-171-8/+3
|
* Do not lookup main table dict for each index column not present in the input.Daniil Cherednik2023-11-171-22/+41
| | | | | | Do not lookup main table dict for each index column not present in the input. Pull Request resolved: https://github.com/ydb-platform/ydb/pull/449