Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [udf] Support suffixes in custom python module names | udovichenko-r | 2022-08-27 | 6 | -35/+38 |
| | |||||
* | Reimport boost/locale as a separate project | bugaevskiy | 2022-08-27 | 94 | -0/+68 |
| | |||||
* | Fix double precision in JsonDocument serialization. () | spuchin | 2022-08-27 | 2 | -1/+40 |
| | |||||
* | subst parameters once | vvvv | 2022-08-27 | 2 | -1/+6 |
| | |||||
* | Reimport boost/interprocess as a separate project | bugaevskiy | 2022-08-27 | 177 | -25347/+37 |
| | |||||
* | Fix compiling with MSVC + NVCC on Windows | thegeorg | 2022-08-27 | 1 | -2/+5 |
| | |||||
* | Update contrib/restricted/boost/date_time to 1.80.0 | robot-contrib | 2022-08-27 | 62 | -1209/+1179 |
| | |||||
* | Remove boost/lockfree from metaproject | bugaevskiy | 2022-08-27 | 4 | -40/+6 |
| | |||||
* | Make all issues transient on retry | hor911 | 2022-08-27 | 1 | -9/+18 |
| | |||||
* | remove unused includes | tobo | 2022-08-27 | 1 | -5/+0 |
| | |||||
* | Update contrib/restricted/boost/icl to 1.80.0 | robot-contrib | 2022-08-26 | 12 | -413/+429 |
| | |||||
* | fix hanging POST, support queue drain via 0 min size to unlock sink ↵ | uzhas | 2022-08-26 | 2 | -46/+95 |
| | | | | finishing, add tracing capability to gateway | ||||
* | [constraints] Handle case when first item has only Empty constraint | udovichenko-r | 2022-08-26 | 4 | -32/+47 |
| | |||||
* | [] Do not pushdown filter over filtering join unless AssumeStrict is present ↵ | aneporada | 2022-08-26 | 7 | -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 execution | mdartemenko | 2022-08-26 | 22 | -68/+407 |
| | | | | | | | | | add tracing to scan executer add tracing to data and literal executer add local traces add scan executer coverage | ||||
* | Introduce new ContentTypes | lpetrov02 | 2022-08-26 | 1 | -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 library | bugaevskiy | 2022-08-26 | 177 | -11882/+107 |
| | |||||
* | Enable node broken single domain mode by default | snaury | 2022-08-26 | 1 | -1/+1 |
| | |||||
* | add donors to storage handler | xenoxeno | 2022-08-26 | 1 | -0/+65 |
| | |||||
* | increase size of requested sequence when possible | xenoxeno | 2022-08-26 | 2 | -3/+9 |
| | |||||
* | fix ydb cli topic read help messages and formats | alexv-smirnov | 2022-08-26 | 10 | -110/+127 |
| | |||||
* | Update contrib/restricted/boost/filesystem and contrib/restricted/boost/io ↵ | robot-contrib | 2022-08-26 | 41 | -6145/+12503 |
| | | | | to 1.79.0 | ||||
* | [util] Do not build function_ref on MSVC temporarily | sskvor | 2022-08-26 | 2 | -2/+2 |
| | |||||
* | BlobDepot work in progress -- TEvRange in decommission code | alexvru | 2022-08-26 | 25 | -54/+309 |
| | |||||
* | [http/client] Support unix domain sockets as a backend | ivanzhukov | 2022-08-26 | 4 | -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 Format | babenko | 2022-08-26 | 6 | -88/+289 |
| | |||||
* | Exclude boost/align from metaproject | bugaevskiy | 2022-08-26 | 3 | -3/+2 |
| | |||||
* | Use sys python in PY_ANY_MODULE cmake export | svidyuk | 2022-08-25 | 3 | -3/+0 |
| | |||||
* | Fix wrong counter block name for table service. | dcherednik | 2022-08-25 | 1 | -2/+2 |
| | |||||
* | Apply table profile | ilnaz | 2022-08-25 | 9 | -24/+97 |
| | |||||
* | ClickHouse aggregates functions library over Apache Arrow primitives | chertus | 2022-08-25 | 53 | -0/+12871 |
| | |||||
* | Fix status/issues on lost event. () | spuchin | 2022-08-25 | 12 | -31/+49 |
| | |||||
* | Fix wide MapJoin | va-kuznecov | 2022-08-25 | 4 | -30/+100 |
| | |||||
* | tests fault base reboot | andrew-rykov | 2022-08-25 | 1 | -1/+1 |
| | |||||
* | Drain data event queue on read error | hor911 | 2022-08-25 | 1 | -10/+18 |
| | |||||
* | [mirrorer] process correct event with changed config | alexbogo | 2022-08-25 | 3 | -15/+4 |
| | |||||
* | Prepare to clang14: fix yql/providers -Wunused-but-set-variable ↵ | heretic | 2022-08-25 | 1 | -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_ref | sskvor | 2022-08-25 | 3 | -0/+3 |
| | |||||
* | Conversion tests | ilnaz | 2022-08-25 | 4 | -4/+295 |
| | |||||
* | (refactoring) Move table_profiles to ydb_convert lib | ilnaz | 2022-08-25 | 10 | -20/+15 |
| | |||||
* | Fix event undelivery handling in DQ channels. () | spuchin | 2022-08-25 | 1 | -15/+32 |
| | |||||
* | Add wipe command to bsc request, | kruall | 2022-08-25 | 7 | -7/+50 |
| | |||||
* | speedup GmTimeR function | tobo | 2022-08-25 | 4 | -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 project | bugaevskiy | 2022-08-25 | 118 | -5979/+36 |
| | |||||
* | [dq] Make EnablePorto pragma system only | udovichenko-r | 2022-08-24 | 3 | -4/+4 |
| | |||||
* | extract columns from used windows | vvvv | 2022-08-24 | 1 | -171/+193 |
| | |||||
* | dq, force compact at expand aggregate | whcrc | 2022-08-24 | 6 | -13/+12 |
| | |||||
* | fix POST viewer/query | uzhas | 2022-08-24 | 1 | -1/+3 |
| | |||||
* | added limit parameter | bbiff | 2022-08-24 | 7 | -22/+353 |
| | |||||
* | Just remove shard from BackupShards too (without checks) | ilnaz | 2022-08-24 | 4 | -7/+46 |
| |