aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [udf] Support suffixes in custom python module namesudovichenko-r2022-08-276-35/+38
|
* Reimport boost/locale as a separate projectbugaevskiy2022-08-2794-0/+68
|
* Fix double precision in JsonDocument serialization. ()spuchin2022-08-272-1/+40
|
* subst parameters oncevvvv2022-08-272-1/+6
|
* Reimport boost/interprocess as a separate projectbugaevskiy2022-08-27177-25347/+37
|
* Fix compiling with MSVC + NVCC on Windowsthegeorg2022-08-271-2/+5
|
* Update contrib/restricted/boost/date_time to 1.80.0robot-contrib2022-08-2762-1209/+1179
|
* Remove boost/lockfree from metaprojectbugaevskiy2022-08-274-40/+6
|
* Make all issues transient on retryhor9112022-08-271-9/+18
|
* remove unused includestobo2022-08-271-5/+0
|
* Update contrib/restricted/boost/icl to 1.80.0robot-contrib2022-08-2612-413/+429
|
* fix hanging POST, support queue drain via 0 min size to unlock sink ↵uzhas2022-08-262-46/+95
| | | | finishing, add tracing capability to gateway
* [constraints] Handle case when first item has only Empty constraintudovichenko-r2022-08-264-32/+47
|
* [] Do not pushdown filter over filtering join unless AssumeStrict is present ↵aneporada2022-08-267-10/+100
| | | | | in predicate Otherwise we can change filtering order - which is important if predicate calculation can produce runtime error
* Add support of Wilson tracing lib for kqp executionmdartemenko2022-08-2622-68/+407
| | | | | | | | | add tracing to scan executer add tracing to data and literal executer add local traces add scan executer coverage
* Introduce new ContentTypeslpetrov022022-08-261-2/+2
| | | Introduce new ContentTypes - x-amz-json-1.0, x-amz-json-1.1, x-amz-cbor-1.1
* Reimport boost/thread as a separate librarybugaevskiy2022-08-26177-11882/+107
|
* Enable node broken single domain mode by defaultsnaury2022-08-261-1/+1
|
* add donors to storage handlerxenoxeno2022-08-261-0/+65
|
* increase size of requested sequence when possiblexenoxeno2022-08-262-3/+9
|
* fix ydb cli topic read help messages and formatsalexv-smirnov2022-08-2610-110/+127
|
* Update contrib/restricted/boost/filesystem and contrib/restricted/boost/io ↵robot-contrib2022-08-2641-6145/+12503
| | | | to 1.79.0
* [util] Do not build function_ref on MSVC temporarilysskvor2022-08-262-2/+2
|
* BlobDepot work in progress -- TEvRange in decommission codealexvru2022-08-2625-54/+309
|
* [http/client] Support unix domain sockets as a backendivanzhukov2022-08-264-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | Предыдущий заход: https://a.yandex-team.ru/review/2811077/details#comment--4489184 После изменений можно будет обращаться к HTTP серверу, слушающему на unix domain socket. Пример такого сервера: ```js require('http').createServer((req, res) => { console.log(req); res.writeHead(200, {'Content-Type': 'application/json'}); res.end(JSON.stringify({ 'metrics': [ { 'labels': { 'name': 'metric', 'some_key': 'some_value' }, 'type': 'GAUGE', 'value': 123 } ] }, null, 4)); }) .listen('/home/ivanzhukov/test_ua/ua.sock'); // вместо .listen(7777); ```
* Natively support %x and %X in Formatbabenko2022-08-266-88/+289
|
* Exclude boost/align from metaprojectbugaevskiy2022-08-263-3/+2
|
* Use sys python in PY_ANY_MODULE cmake exportsvidyuk2022-08-253-3/+0
|
* Fix wrong counter block name for table service.dcherednik2022-08-251-2/+2
|
* Apply table profileilnaz2022-08-259-24/+97
|
* ClickHouse aggregates functions library over Apache Arrow primitiveschertus2022-08-2553-0/+12871
|
* Fix status/issues on lost event. ()spuchin2022-08-2512-31/+49
|
* Fix wide MapJoinva-kuznecov2022-08-254-30/+100
|
* tests fault base rebootandrew-rykov2022-08-251-1/+1
|
* Drain data event queue on read errorhor9112022-08-251-10/+18
|
* [mirrorer] process correct event with changed configalexbogo2022-08-253-15/+4
|
* Prepare to clang14: fix yql/providers -Wunused-but-set-variable ↵heretic2022-08-251-0/+2
| | | | | | | | | -Wdeprecated-copy fxi yql/providers/yt/provider -Wunused-but-set-variable fix yql/providers/rtmr/gateway -Wunused-but-set-variable fix yql/providers/yt/codec -Wdeprecated-cpoy
* [util] Fix: add missing .cpp for function_refsskvor2022-08-253-0/+3
|
* Conversion testsilnaz2022-08-254-4/+295
|
* (refactoring) Move table_profiles to ydb_convert libilnaz2022-08-2510-20/+15
|
* Fix event undelivery handling in DQ channels. ()spuchin2022-08-251-15/+32
|
* Add wipe command to bsc request,kruall2022-08-257-7/+50
|
* speedup GmTimeR functiontobo2022-08-254-34/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | в профиле перфа Маркетного репорта постоянно вижу GmTimeR там в цикле вычитается по количеству дней в году и прибавляется по 1 году с 1970 по 2022 на каждый вызов В Маркете проблема стреляла и раньше в последней итерации функция становится на ~~30% быстрее системной gmtime_r %% ----------- GmTimeR --------------- samples: 20691 iterations: 264304536 iterations hr: 264M run time: 5.002055225 per iteration: 39.85866484 cycles ----------- gmtime_r --------------- samples: 17452 iterations: 188034528 iterations hr: 188M run time: 5.001259884 per iteration: 56.96146577 cycles %% текущая верся почти в 2 раза медленнее системной: %% ----------- GmTimeR --------------- samples: 12760 iterations: 100514931 iterations hr: 101M run time: 5.00096133 per iteration: 105.4334174 cycles ----------- gmtime_r --------------- samples: 17667 iterations: 192697896 iterations hr: 193M run time: 5.001356603 per iteration: 55.69031415 cycles %%
* Reimport boost/icl as a separate projectbugaevskiy2022-08-25118-5979/+36
|
* [dq] Make EnablePorto pragma system onlyudovichenko-r2022-08-243-4/+4
|
* extract columns from used windowsvvvv2022-08-241-171/+193
|
* dq, force compact at expand aggregatewhcrc2022-08-246-13/+12
|
* fix POST viewer/queryuzhas2022-08-241-1/+3
|
* added limit parameterbbiff2022-08-247-22/+353
|
* Just remove shard from BackupShards too (without checks)ilnaz2022-08-244-7/+46
|