summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* async ca: rework watermark handling and fix inputtransform and watermark ↵oidc-1.2.6.18-devoidc-1.2.6.0-devyumkam2025-08-2718-404/+932
| | | | interaction (#22263)
* return an error and deny access if the POST content unexpectedly terminates ↵ubyte2025-08-274-4/+180
| | | | | (#23587) KIKIMR-239917
* fix stream lookup join chains: keep seqno for input row (#23642)Vitalii Gridnev2025-08-276-66/+144
|
* feat: added new workloads to nemesis tool (#23640)Pavel2025-08-279-35/+107
| | | | | Added ctas, kafka, topic-kafka workloads Refs: #23483
* Use smaller check ranges to fit into server's memory, uncomment checks ↵Evgeniy Ivanov2025-08-271-10/+10
| | | | (#17333) (#23651)
* Topic metadata nodes addition main (#23646)Irene Skvortsova2025-08-272-16/+55
| | | Co-authored-by: Irina Skvortsova <[email protected]>
* [KQP] Use OlapPushdown aggregate in compile service (#23636)Denis Khalikov2025-08-271-1/+1
|
* unmute tests (#23641)xyliganSereja2025-08-271-1/+0
| | | Co-authored-by: Matveev Sergei <[email protected]>
* Fix RestartCounter issue (#23633)Alexander Rutkovsky2025-08-273-12/+48
|
* fixed loop on retryable error on target discovery (#23565)Nikolay Shestakov2025-08-274-13/+88
| | | Co-authored-by: Ilnaz Nizametdinov <[email protected]>
* EvWrite: Overloaded (#22615)Nikita Vasilev2025-08-279-39/+292
|
* Add bridge mode stress test for scheme board (#23604)Daniil Demin2025-08-2712-6/+539
| | | Co-authored-by: Ilnaz Nizametdinov <[email protected]>
* YQ-4396 Checkpoint coordinator to kqp (#20616)Dmitry Kardymon2025-08-2755-287/+822
| | | Co-authored-by: Pisarenko Grigoriy <[email protected]>
* Replica nodes addition TopicMetadata response (#23591)Irene Skvortsova2025-08-275-31/+179
| | | Co-authored-by: Irina Skvortsova <[email protected]>
* Test for CTAS with params & named expressions (#23632)Nikita Vasilev2025-08-271-0/+66
|
* Better error text (#23582)Nikita Vasilev2025-08-272-6/+6
|
* [OLAP] Add table service config flag to enable push down aggregate (#23600)Denis Khalikov2025-08-276-7/+15
|
* Propagate ForceGroupGeneration for all subrequests issued by DS proxy (#23554)Alexander Rutkovsky2025-08-277-68/+78
|
* Fix developer UI sentinel page (#23612)Evgenik22025-08-271-10/+12
|
* Validate shard lists on write in CS (#23586)zverevgeny2025-08-271-11/+31
|
* fix canonical values for tpch (#23588)Олег2025-08-2721-21/+21
|
* [C++ SDK] Refactor IAM cred provider (#23411)Bulat2025-08-2714-81/+82
|
* Refactor password options in YDB CLI (#23350)Nikolay Perfilov2025-08-2710-119/+297
|
* rm `decimal_ydb` value from `--float-mode` option in `ydb workload tpc* ↵Олег2025-08-272-2/+2
| | | | init` commands. (#23504)
* Remove unimplemented `Int128` from `feature-parity` table (#23477)Konstantin Prokopenko2025-08-272-2/+0
|
* Do not hop distconf requests unless session is established (#23567)Alexander Rutkovsky2025-08-274-4/+13
|
* Describe vector index params limits (#23211)kungurtsev2025-08-274-11/+15
|
* Fixed Arcadia Import 833 (#23594)anton-bobkov2025-08-2711-11/+11
|
* Update muted_ya.txt in main (#23312)YDBot2025-08-271-79/+144
|
* rename flag (#23602)xyliganSereja2025-08-276-6/+6
| | | Co-authored-by: Matveev Sergei <[email protected]>
* Turn off v0, v1 meta in CS (#23568)zverevgeny2025-08-261-2/+2
|
* Add config flag for scan query LLVM usage (#23595)Ivan2025-08-267-35/+44
|
* YQ-4585 supported ast output for parse and compile modes (#23578)Pisarenko Grigoriy2025-08-261-2/+9
|
* [KQP] New tests and fixes for DefaultFromLiteral building columns (#23237)Daniil Timizhev2025-08-268-57/+479
|
* Fix state storage proxy should reply TEvInfo once (#23558)Evgenik22025-08-266-27/+149
|
* Add ydb.tables.write cloud permission for check (#23518)Andrey Molotkov2025-08-2610-44/+69
|
* Deliberately add database and pool before each query (#23527)Ivan2025-08-262-3/+27
|
* [YQ-4567] Watermarks: RD: compute watermarks inside row dispatcher using ↵Alexey Pozdniakov2025-08-2615-664/+1804
| | | | purecalc (#23482)
* Implement stream lookup on conditions (#23447)Vitalii Gridnev2025-08-266-190/+363
|
* Fix a typo (#23455) (#23590)Evgeniy Ivanov2025-08-261-1/+1
|
* remove unused code (#23559)Vitalii Gridnev2025-08-263-55/+0
|
* reserve flag (#23546)xyliganSereja2025-08-261-0/+1
| | | Co-authored-by: Matveev Sergei <[email protected]>
* autopartitioning of mirrored topics (#22221)ubyte2025-08-2626-55/+2097
|
* Add a short readme (#23455) (#23569)Evgeniy Ivanov2025-08-262-0/+44
|
* async ca: fix VERIFY when Start is called too soon (#23325)yumkam2025-08-261-0/+15
|
* Compatibility test for column table RENAME (#23316)zverevgeny2025-08-263-0/+215
|
* YQ-4250 Added read_group to rd coordinator (#23481)Dmitry Kardymon2025-08-263-21/+41
| | | Co-authored-by: Pisarenko Grigoriy <[email protected]>
* YQ-4580 fixed hash shuffle channels restore for streaming queries (#23543)Pisarenko Grigoriy2025-08-262-510/+649
| | | Co-authored-by: Copilot <[email protected]>
* [KQP RBO] Minor refactoring (#23441)Denis Khalikov2025-08-264-138/+320
|
* ci: change comparision for use_default_branches (#23547)Pavel2025-08-265-5/+5
|