aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix yql doc (#9007)Ivan Katkov2024-09-2417-47/+36
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* Setup sys locks in TTxApplyReplicationChanges (#9723)Ilnaz Nizametdinov2024-09-242-0/+49
|
* shared secrets have been supported (#9553)Oleg Doronin2024-09-244-11/+102
|
* Revert harmonizer fixes: (#9454) (#9384) (#9712)kruall2024-09-2411-634/+169
|
* Fix double release repl token + SendOnlyHugeBlobs setting + move settings ↵Robert Drynkin2024-09-2411-71/+146
| | | | from consts to config (#9569)
* Fix move table with sequences (#9709)Nikolay Shumkov2024-09-242-0/+25
|
* analytics workflow: upload_muted_tests branch main (#9722)Kirill Rysin2024-09-241-0/+2
|
* recompilation with query id from compile result (#9593)VPolka2024-09-246-37/+38
|
* Fix buggy IC setting leading to performance degradation (#9707)Alexander Rutkovsky2024-09-243-10/+6
|
* Mute tools + mute info in for pr (#9714)Kirill Rysin2024-09-245-2/+613
|
* Prepare to disable blob header by default in VDisk (#9683)Alexander Rutkovsky2024-09-248-184/+105
|
* [KQP] CBO hints warnings added (#9701)pilik2024-09-243-5/+5
|
* Unique constraint docs (en, ru) (#9702)Daniil Cherednik2024-09-246-6/+34
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* refactor statistics tests (#9654)Aleksandr Dmitriev2024-09-2417-466/+317
|
* [KQP] Many result sets added (#9696)pilik2024-09-242-22/+178
|
* several fixes for groups and nodes handlers (#9681)Alexey Efimov2024-09-244-239/+326
|
* Add upload for nightly build (#9662)Maxim Yurchuk2024-09-241-1/+14
|
* docs build has been improved (#9691)Oleg Doronin2024-09-241-0/+1
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* Add PDisk error reason to VDisk's PDisk error state (#9302)Semyon Danilov2024-09-244-42/+71
|
* streamlookup: add LRU cache (#9572)yumkam2024-09-246-104/+274
| | | Co-authored-by: Evgeny Zverev <zverevgeny@ydb.tech>
* clean trash on versions switching (#9679)ivanmorozov3332024-09-243-0/+197
|
* Resource Pools and Resource Classifiers documentation (ru version) (#7649)Oleg Doronin2024-09-2421-1/+878
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* [docs] remove mirror-3dc-3-nodes from config.md (#9671)Ivan Blinkov2024-09-242-2/+0
|
* [CLI] Bugfix: remove item prefix correctly (#9663)pilik2024-09-241-3/+7
|
* Don't lose 'any' flag after CBO. (#8674)Tony-Romanov2024-09-2416-61/+289
|
* add read in transaction in russian (#8825)Timofey Koolin2024-09-242-0/+79
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* YDB FQ: drop 'Preview' warning in FQ docs (#9188)Vitaly Isaev2024-09-248-40/+15
|
* Update docs for Datetime::Format (#9641)Vadim Averin2024-09-242-6/+6
|
* Set ending_sequence_number for inactive partitions of datashard (#9636)Nikolay Shestakov2024-09-242-42/+63
|
* remove useless locks broking checker (#9650)ivanmorozov3332024-09-233-3/+13
|
* Fixed computation of ByteSize for CBO for OLAP tables (#9626)Pavel Velikhov2024-09-234-2/+871
|
* unmute olap-kqp-mvcc tests (#9655)ivanmorozov3332024-09-231-2/+0
|
* YMQ: Force upper case for "MD5" and "AWS" in field names (#9642)qyryq2024-09-233-19/+19
|
* Revert "Disable blob header by default in VDisk" (#9645)Alexander Rutkovsky2024-09-2310-104/+187
|
* Add incr restore change sender (#9603)Innokentii Mokin2024-09-2313-631/+1091
|
* YQ kqprun fix win build (#9652)Pisarenko Grigoriy2024-09-231-1/+1
|
* dont move non-actualized buckets in rating scale (#9628)ivanmorozov3332024-09-231-10/+15
|
* TPortionInfo::GetRecordsCount speed up (#9614)ivanmorozov3332024-09-231-0/+2
|
* Refactor chunk reads and writes (#8893)Vlad Kuznetsov2024-09-233-115/+76
| | | Co-authored-by: Vlad Kuznecov <va-kuznecov@nebius.com>
* Don't set `UseAsyncTxPinger = true` explicitly (#9535)Dmitry Ermolov2024-09-231-1/+0
|
* Topics autopartitioning (#9243)ElenaAfina2024-09-232-4/+50
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* TryFromString in decimal validation (#9586)azevaykin2024-09-231-2/+10
|
* Fix CLI topics alter (#9635)niksaveliev2024-09-231-1/+1
|
* YQ-3684 fix screts not found error handling (#9501)Pisarenko Grigoriy2024-09-233-0/+48
|
* Fix off compression (#9612)Vladislav Gogov2024-09-232-2/+25
|
* Decimal migration fix for columnshard (#9625)azevaykin2024-09-232-16/+11
|
* Added the English version of the docs for asynchronous replication (#9609)anton-bobkov2024-09-2311-5/+376
| | | | Co-authored-by: Ilnaz Nizametdinov <i.nizametdinov@gmail.com> Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
* Disable blob header by default in VDisk (#9491)Alexander Rutkovsky2024-09-2310-187/+104
|
* Improve lock-free bucket: use relaxed memory order, set to min/max in CAS ↵Sergey Belyakov2024-09-231-25/+41
| | | | (#9379)
* The `TEvProposePartitionConfig` message is sent only to the main partitions ↵Alek5andr-Kotov2024-09-232-8/+48
| | | | (#9599)