aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Topic DDL docskomels2023-05-225-0/+235
|
* Move grpc call RegistrationNode to public api. Move to Discovery service. ↵molotkov-and2023-05-2245-163/+1139
| | | | Revert with fixes
* fix error processingivanmorozov2023-05-224-3/+7
|
* Enable UT reproducing Range* nodes datarace YQL-15582va-kuznecov2023-05-221-2/+2
|
* use conclusion for object modificationsivanmorozov2023-05-2129-236/+300
|
* fix datarace in TRange* computation nodes YQL-15582va-kuznecov2023-05-211-11/+16
|
* YT-18571: Drop TStrongTypedef::operator=babenko2023-05-202-22/+0
|
* enable immediate effectsulya-sidorina2023-05-204-89/+35
| | | feature(kqp): enable immediate effects
* use ddl for provide request into schemeshardivanmorozov2023-05-2015-112/+334
|
* Enable more tests involving memory taggingbabenko2023-05-201-3/+7
|
* YT-17341: Use thread name instead of thread id in error origins.yuryalekseev2023-05-206-0/+65
|
* fix memory usage for non-compression caseivanmorozov2023-05-195-20/+22
|
* Add tx_control for generic query API. ()spuchin2023-05-1923-140/+343
|
* compression objects for alter table usingivanmorozov2023-05-1929-53/+483
|
* Implementation of agg_apply mode for Pg aggregationsvvvv2023-05-1911-341/+521
|
* select from data source has been supportedhcpp2023-05-198-13/+339
| | | | | | | | | | | | | New entities appeared in the ydb - external data sources. Before this review, it was impossible to read the data in the sql queries from these objects. Reading from these objects is supported in this review. An example of such a reading: ```(sql) SELECT * FROM `/local/s3_data_source`.`/` WITH ( format="json_each_row", schema( key Utf8 NOT NULL, value Utf8 NOT NULL ) ) ``` Here `/local/s3_data_source` is an external data source that describes the connection to s3 storage
* Fix testa-sumin2023-05-191-0/+1
|
* Introduce blobdepot docsalexvru2023-05-1913-0/+346
|
* fix group usage when changing channel params via CreateTabletzalyalov2023-05-193-1/+43
| | | The old version updated channel binding info before releasing the AU. If the storage pool was changed, this led to the old storage pool retaining outdated resource values. If the storage pool remained the same, this led to incorrect value being subtracted from storage group's resources, and potentially to underflow.
* set count of compaction workers to 2stanly2023-05-193-6/+15
|
* rename class and move in commonivanmorozov2023-05-197-56/+151
|
* Secure (GRPC-based) pull/offsets replacementhor9112023-05-192-0/+20
|
* Fix commentilnaz2023-05-191-2/+2
|
* YQL-18505: Estimate read size after optimizersmrlolthe1st2023-05-1915-286/+318
| | | YQL-18505: Estimate read size after optimizers
* orange group when red blue vdisksandrew-rykov2023-05-192-1/+100
|
* YQL-15941 Prepare KQP runtime for LLVM14.a-romanov2023-05-192-6/+7
|
* Extract memory tag API to librarybabenko2023-05-1913-96/+156
|
* update hc dashboardsartem-trof2023-05-191-6/+6
|
* Fix program revision labelinnokentii2023-05-191-1/+1
| | | fix program revision label
* Disable sqlite macro include for goodthegeorg2023-05-191-1/+1
|
* Update contrib/restricted/abseil-cpp-tstring to 20230125.3robot-contrib2023-05-191-1/+1
|
* Update contrib/restricted/abseil-cpp to 20230125.3robot-contrib2023-05-191-1/+1
|
* Hotfix for too much unique sets.a-romanov2023-05-191-0/+4
|
* DOCUMENT_TABLE_JSON -> DYNAMODB_STREAMS_JSONilnaz2023-05-192-3/+3
|
* rename federated_discovery[_v1].proto to ydb_federated_discovery[_v1].protoasmyasnikov2023-05-1911-10/+10
| | | rename deferated_discovery[_v1].proto to ydb_federated_discovery[_v1].proto
* trigger query cache clearance on sql version changegvit2023-05-191-1/+3
|
* Validate incoming peer hostname through direct DNS lookupalexvru2023-05-184-31/+69
|
* split files before alter table class implementationivanmorozov2023-05-1814-89/+300
|
* Fix test TestGivenBlock42MultiPut2ItemsStatusesa-sumin2023-05-181-2/+3
|
* Add missing PEERDIR from ydb_proto to ydb_params/ydb_value needed for ↵snaury2023-05-1819-25/+37
| | | | cross-library method calls
* Case insensitive search for pg_catalogvvvv2023-05-184-19/+19
|
* update ydb python sdk to 3.3.2rekby2023-05-1848-1508/+511
|
* YQL-15983 fix.a-romanov2023-05-181-0/+16
|
* savers/loaders for columnsivanmorozov2023-05-1825-133/+490
|
* Add 'Changefeed.aws_region' to public apiilnaz2023-05-1810-3/+98
|
* Fix some deprecation warningssomov2023-05-181-1/+4
|
* Setup test env.vars from test.context during test binary initialization cppzhukoff-pavel2023-05-183-11/+34
|
* Initial version of arrow kernel registry facade over computation graphvvvv2023-05-1826-8/+925
|
* Add thread sanitized in to github build.dcherednik2023-05-181-2/+2
|
* Partially implement script execution operations in YDBgalaxycrab2023-05-1840-147/+1247
| | | | | Поддержал таблицы согласно схеме: https://wiki.yandex-team.ru/rtmapreduce/yql-streams-corner/ydb-platform-development/operations-architecture/#arxitekturarabotysmexanizmomlizinga Улучшил TQueryBase (далее в планах сделать из этого библиотеку) Поддержал Get и List для операций, а также запуск и завершение. Следующим этапом будут дорабатывать дальше.