summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Update muted_ya for release-asan mainYDBot11 days1-0/+15
| | |
* | | [YDB_LOG] Migrate ydb/core/persqueue/writer (#45812)kseleznyov11 days5-113/+144
| | |
* | | [YDB_LOG] Migrate ydb/core/persqueue/ut (#45810)kseleznyov11 days1-6/+11
| | |
* | | [YDB_LOG] Migrate ydb/core/persqueue/public (#45809)kseleznyov11 days15-138/+340
| | |
* | | Pragma to force fallback to legacy optimizer (#46615)Pavel Velikhov11 days4-3/+15
| | | | | | | | | Co-authored-by: Velikhov Pavel <[email protected]>
* | | [YDB_LOG] Migrate ydb/core/persqueue/dread_cache_service (#45803)kseleznyov11 days1-39/+66
| | |
* | | [YDB_LOG] Migrate ydb/core/persqueue/common (#45802)kseleznyov11 days1-3/+7
|/ /
* | Merge pull request #46633 from ydb-platform/update-muted-ya_main_release-asanYDBot11 days1-0/+3
|\ \
| * | Update muted_ya for release-asan mainYDBot11 days1-0/+3
| | |
* | | Update muted_ya for relwithdebinfo mainYDBot11 days1-0/+1
|/ /
* | Refuse to update compact fulltext indexes without EnableIndexStreamWrite ↵Vitaliy Filippov11 days12-47/+100
| | | | | | | | (#46177)
* | Tests & fixes for Read Committed Locks (#46357)Nikita Vasilev11 days9-32/+1467
| |
* | Update muted_ya for relwithdebinfo mainYDBot11 days1-0/+1
| |
* | implement tpc-c mixed isolation mode (#46473)Alexey Zatelepin11 days5-4/+89
| |
* | remove dqrun and unused dq-related code (#46501)Sergey Uzhakov11 days46-5989/+36
| |
* | portions vizualizer has been added (#46486)Oleg Doronin11 days1-24/+974
| |
* | NBS-7459: add tests for late erase responses (#45706)BarkovBG11 days2-2/+89
| |
* | [YDB_LOG] Migrate ydb/core/graph (#43074)kseleznyov11 days12-105/+248
| | | | | | Co-authored-by: Andrey Zaspa <[email protected]>
* | Fixed compat tests (#46535)xyliganSereja11 days2-8/+30
| |
* | wm: make classifier predicates match the RFC (#46499)Slusarenko Igor11 days13-142/+148
| |
* | Run dstool cluster balance using grpc only (#46335)Maksim Zinal11 days10-35/+72
| | | | | | Co-authored-by: Cursor Agent <[email protected]>
* | Fix error code for reads aborted during a split (#46438)Alexey Zatelepin11 days4-7/+105
| |
* | Fix flaky test_create_drop_and_alter_database audit test (#46579)azevaykin11 days1-1/+2
| |
* | [YDB_LOG] Migrate ydb/core/mind/hive (#43618)kseleznyov11 days56-585/+1699
| | | | | | Co-authored-by: vporyadke <[email protected]>
* | Fix clusters names in datamarts (#46572)Олег11 days2-8/+8
| | | | | | Co-authored-by: Oleg Geller <[email protected]>
* | Update muted_ya for release-asan mainYDBot11 days1-0/+1
| |
* | Delete ddisk and persistent buffer from dbg api (#46536)Evgenik211 days3-0/+241
| |
* | YDBDOCS-2109 added docs on topic reading/writing (#39856)Pisarenko Grigoriy11 days15-141/+264
| | | | | | | | | | | | | | | | Co-authored-by: Copilot Autofix powered by AI <[email protected]> Co-authored-by: Dmitry Kardymon <[email protected]> Co-authored-by: sintjuri <[email protected]> Co-authored-by: Evgeny Zverev <[email protected]> Co-authored-by: Dmitry Kardymon <[email protected]> Co-authored-by: Stepan Beloyarov <[email protected]>
* | Update muted_ya for release-tsan mainYDBot11 days1-0/+132
| |
* | Merge pull request #46543 from ydb-platform/merge-rightlib-260715-0058YDBot11 days64-697/+2143
|\ \
| * | Sync branches 260715-0058YDBot11 days64-697/+2143
| |\|
| | * Intermediate changesrobot-piglet11 days1-1/+1
| | | | | | | | | | | | commit_hash:720a9d8fb70fa4a78699680e1a9fd7eaed7e80fb
| | * Intermediate changesrobot-piglet11 days13-23/+196
| | | | | | | | | | | | commit_hash:8171ad7327107ff77cc8bbe11c24d3e4f2fd4c06
| | * util/ysafeptr: unpoison ref-counters in DestroyContents()makxenov11 days2-0/+10
| | | | | | | | | | | | | | | Unpoison class data that is intentionally used after destructor commit_hash:cf4351f9247d999e07579c0c14c9e226c5de021d
| | * Get rid of CONSISTENT_DEBUG_LIGHTthegeorg11 days1-12/+0
| | | | | | | | | | | | | | | Setting CONSISTENT_DEBUG_LIGHT is a no-op if CONSISTENT_DEBUG is enabled (which is the default). commit_hash:0974798f81275ed0c47471a22dbac38be0af553f
| | * Cleanup openssl reimport a bitthegeorg12 days8-599/+32
| | | | | | | | | | | | commit_hash:1af97a98b40850685391e8f72327fbfec6e1f713
| | * YQL-21397: Introduce LPartitionsByKeys callableimunkin12 days8-5/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Introduce LPartitionsByKeys callable ✎ - Added new `LPartitionsByKeys` callable that extends the functionality of `PartitionsByKeys` to work with lists instead of sequences, enabling partitioning of list inputs - Implemented type annotation support for `LPartitionsByKeys` with a template wrapper that distinguishes it from the standard `PartitionsByKeys` - Introduced peephole optimization rule to lower `LPartitionsByKeys` into a physical plan using `Block` and `Collect` constructs - Added comprehensive test cases to validate the new callable behavior with and without sorting - The new callable maintains compatibility with existing `PartitionsByKeys` while providing enhanced functionality for list-based data processing <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:eb05f5419d53f972c091e6f2fd3c4c76805cf364
| | * YQL-21404 implemented syscache, table, func callvvvv12 days31-57/+1780
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### `YQL-21404`: Implemented syscache, table, and function call support for collations ✎ - Added support for PostgreSQL collation handling in function calls, enabling explicit collation specification via named arguments - Implemented syscache and table catalog support for pg_collation system table to provide complete catalog information - Enhanced type annotation and runtime compilation to properly handle collation OIDs and validate collation names - Introduced ICU locale collation support with stable OID assignment based on locale position in generated catalog - Added comprehensive test coverage for collation functionality including standard and ICU locales, collation validation, and error cases - Extended SQL parsing to support COLLATE clauses and proper collation propagation in function calls <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:e9a32cc848bef7b68b4f57f71a1f5f69e0de9653
* | | Merge pull request #46567 from ydb-platform/update-muted-ya_main_release-msanYDBot11 days1-0/+118
|\ \ \
| * | | Update muted_ya for release-msan mainYDBot11 days1-0/+118
| | | |
* | | | Update muted_ya for release-tsan mainYDBot11 days1-0/+1
|/ / /
* | | Merge pull request #46557 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot11 days1-0/+117
|\ \ \
| * | | Update muted_ya for relwithdebinfo mainYDBot11 days1-0/+117
| | | |
* | | | Update muted_ya for release-asan mainYDBot11 days1-0/+118
|/ / /
* | | Merge pull request #46546 from ydb-platform/update-muted-ya_main_release-asanYDBot11 days1-9/+0
|\ \ \
| * | | Update muted_ya for release-asan mainYDBot11 days1-9/+0
| |/ /
* | | Merge pull request #46550 from ydb-platform/update-muted-ya_main_release-msanYDBot11 days1-1/+0
|\ \ \
| * | | Update muted_ya for release-msan mainYDBot11 days1-1/+0
| |/ /
* | | Merge pull request #46549 from ydb-platform/update-muted-ya_main_release-tsanYDBot11 days1-15/+0
|\ \ \
| * | | Update muted_ya for release-tsan mainYDBot11 days1-15/+0
| |/ /