summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* External build system generator release 41robot-ya-builder2023-07-142-2/+329
| | | Update tools: yexport
* Bump `FAKEID` to rerun all tests after ignoring a big range of postcommitskorum2023-07-141-1/+1
|
* KIKIMR-18741:separate conveyor for control cpu usageivanmorozov2023-07-1317-102/+263
|
* Filter out system objects KIKIMR-18740ilnaz2023-07-139-2/+40
|
* KIKIMR-18453: fix testsivanmorozov2023-07-132-5/+5
|
* quoter move code out of ydb core basegvit2023-07-13102-129/+789
|
* Опеспечить совместимость с GCC 12.3philimonov2023-07-131-1/+1
| | | | | | | | | | | Команда робототехники Я.Маркета собирает свою кодовую базу с помощью GCC 10.3. Хотелось бы в ближайшем будущем обновиться до GCC 12.3. Часть кода собирается из директорий: * util * library * yandex_io Поправил ошибки лексического анализатора GCC 12.3 + добавил пропущенный стандартные include файлы
* remove unused importuzhas2023-07-131-1/+0
|
* YQL-16031 Make system column for order by expression.a-romanov2023-07-131-3/+85
|
* add more tests for string value with quotes in resultsuzhas2023-07-131-0/+43
|
* KIKIMR-18570 do not start compaction on portions with TTLchertus2023-07-137-33/+67
|
* refactor ydb/core/scheme dependenciesgvit2023-07-13110-180/+579
|
* Providing groups in feature activationbabichsemyon2023-07-136-12/+38
| | | YQL-15975
* Remove a link to past event from README.mdblinkov2023-07-131-4/+0
|
* unified-agent - fix static initialization order problemgrebelnik2023-07-131-5/+8
| | | unified-agent - fix static initialization order problem
* Use CANCELED status in case of compilation timeout if cancel after has been ↵dcherednik2023-07-131-0/+4
| | | | set. KIKIMR-18698
* Fixed default codecs in topicsBulat Gayazov2023-07-132-10/+6
| | | | | Fixed default codecs in topics Pull Request resolved: #306
* Read channel count from KV tabletazevaykin2023-07-139-11/+15
|
* YQ Connector: YQ's Managed PostgreSQL connectionsvitalyisaev2023-07-1314-51/+168
|
* (style guide) PQ writer KIKIMR-18159ilnaz2023-07-139-47/+44
|
* start/finish time have been addedhcpp2023-07-1312-1/+183
|
* fixed value escapinguzhas2023-07-132-7/+7
|
* Lazy tables creationandrewproni2023-07-135-53/+61
|
* DescribePartition & PartitionLocationazevaykin2023-07-132-2/+66
|
* compilation has been fixedhcpp2023-07-131-3/+3
|
* fix columnshard metricsshmel1k2023-07-131-4/+4
|
* KIKIMR-18626: Fix test checknsofya2023-07-131-6/+2
|
* Pass data for deserealization by rvalue referenceaneporada2023-07-1323-104/+94
| | | | | This way we can: 1) reduce memory usage - serialized data chunks can be freed immediately after being read 2) support zero-copy deserialisation: resulting unboxed values can hold and own references to serialised memory regions (this is especially helpful for arrow blocks)
* Use YQL_ENSURE macros for exceptionsaozeritsky2023-07-131-11/+5
|
* LeftVar always corresponds to Outeraozeritsky2023-07-132-1/+5
|
* Fix scrub bug KIKIMR-18187alexvru2023-07-131-0/+1
|
* fix misspell in go_proto_wrapper.pygriddic2023-07-131-1/+1
|
* Remove deprecated parametermakostrov2023-07-1323-129/+242
| | | | | | | KIKIMR-17602 Remove support of old param in file index_events_processor.cpp Remove support of TParams in 2 functions
* result sets meta has been supported for sdkhcpp2023-07-133-3/+10
|
* add more testsgvit2023-07-131-1/+77
|
* KIKIMR-18537 Shrink shared cache according to free memorykungasc2023-07-1326-130/+569
|
* metrics input: compress number hist bucketsaleksei-le2023-07-136-9/+155
|
* Fix DefaultFromSequence with indexes KIKIMR-18699snaury2023-07-132-1/+38
|
* Disable exteded source search for the whole contrib foldersay2023-07-131-0/+3
|
* EvaluateExprhor9112023-07-127-7/+212
|
* SelfJoin Node addedaakulaga2023-07-126-11/+193
| | | | | SelfJoin Node added CreateGraceJoin
* Simplification of TLI fix.grigoriypisar2023-07-121-147/+35
| | | Simplification of TLI fix.
* KIKIMR-18453: its correct case for zero batch size, but we have to use ↵ivanmorozov2023-07-125-16/+31
| | | | chunks count limit
* Fix posible use after free in case of enabled debug log. KIKIMR-18698dcherednik2023-07-121-1/+1
|
* Pass componentId to CheckFunction by enum, use different default versions ↵serg-belyakov2023-07-1215-95/+123
| | | | | | | for different components, initialize all static values on start, KIKIMR-15989 Pass componentId to CheckFunction by enum, use different default versions for different components Intermediate
* Dart dictionary, vector, optional, variant, enums and peerdir commongle6ru3812023-07-121-0/+7
|
* Do not run second wait cycle in case of CancelAfter timeout. KIKIMR-18698dcherednik2023-07-121-5/+13
| | | Only session actor / executor can reply in case of query execution termination by cancel after timeout
* Remove execution_id identification from FetchScriptResults.grigoriypisar2023-07-1213-88/+52
| | | Removed execution id.
* KIKIMR-18453:prevent useless memory free after pk_sorted early batches ↵ivanmorozov2023-07-121-5/+7
| | | | cleaning optimization
* Enable new optimization Settingshor9112023-07-121-0/+2
|