aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support PG literals in KQP (#11446)Ivan Nikolaev2024-11-1210-63/+354
|
* dont scan unappropriate portions in tiering (#11509)ivanmorozov3332024-11-126-14/+12
|
* Fix busy-wait in async compute actor (#11507)yumkam2024-11-121-1/+1
|
* Request DataShard compaction if scheme has been changeed (#11147)kungurtsev2024-11-1225-149/+527
|
* break locks on scheme tx (#11517)Ilnaz Nizametdinov2024-11-129-10/+70
|
* YQ-3850 Shared reading: fix interconnect subscribing (#11506)Dmitry Kardymon2024-11-122-31/+111
|
* fix node_id filter in viewer/nodes handler (#11501)Alexey Efimov2024-11-121-24/+29
|
* [SchemeShard] Add required path creation (#11445)Innokentii Mokin2024-11-1210-260/+705
|
* remove result channel proxies (#11382)Vitalii Gridnev2024-11-1221-391/+47
|
* check tablets state on cluster life check (#11518)Олег2024-11-121-0/+2
|
* Revert "Break persistent locks on scheme tx" (#11515)Ilnaz Nizametdinov2024-11-128-59/+9
|
* EvWrite: add mvcc snapshot (#11474)Nikita Vasilev2024-11-124-0/+21
|
* Implement intermixed inplace and huge blobs and add test for this case (#10973)Alexander Rutkovsky2024-11-1260-1189/+1471
|
* Break persistent locks on scheme tx (#11493)Ilnaz Nizametdinov2024-11-128-9/+59
|
* remove duplicated log messages (#11469)yumkam2024-11-121-2/+6
|
* ensure nodes manually set as Up do not revert to Down (#11349)vporyadke2024-11-121-1/+1
| | | Co-authored-by: Aleksandr Zalialov <zalyalov@mr-nvme-testing-01.search.yandex.net>
* fix test and correct normalizer conditions (#11504)ivanmorozov3332024-11-125-10/+45
|
* Improved Q9 by moving BuildFlatmapStage to a later stage and adding a ↵Pavel Velikhov2024-11-126-10/+209
| | | | Flatmap pushdown (#11426)
* YQ-3837 Add Heartbeat messages (#11467)Dmitry Kardymon2024-11-127-47/+84
|
* YQ-3844 Add internal states to log (#11479)Dmitry Kardymon2024-11-123-6/+15
|
* YQ-3844 Change dq/actors/common owner to fq (#11495)Dmitry Kardymon2024-11-121-0/+1
|
* Symbol `\` is not allowed in ESCAPE clause (#11486)amikish2024-11-122-2/+2
|
* Split portion and chunks (#11386)ivanmorozov3332024-11-12127-1325/+2890
|
* wait cluster alife before check tables size (#11496)Олег2024-11-111-0/+9
|
* Reset pipeline in datashard init (#11483)azevaykin2024-11-113-0/+35
|
* auditlog: fix logging for unsuccessful ldap logins (#11438)ijon2024-11-1112-235/+700
| | | | | | | Move audit logging of login operations from schemeshard to grpc service auth (`AuthService`). Update web-login service login to utilize `AuthService.Login`. Establish `AuthService` as the sole gateway and single audit point for all login operations. KIKIMR-22173
* Optimize attribute fetch loop for source tables in YT (#11073)Dmitry O2024-11-111-28/+35
|
* [TKqpExecuter] if got poisoned - die silently (#11286)Ivan2024-11-113-5/+20
|
* YQ-3846 RD support OR split during pushdown (#11439)Pisarenko Grigoriy2024-11-118-40/+84
|
* Evwrite optimizations (#11428)Nikita Vasilev2024-11-117-87/+75
|
* TPC-H 1000 iterations 3->2 (#11477)Олег2024-11-111-0/+1
|
* Fix: remove kqp config settings from audit/metering lib's resources (#11441)Vasily Gerasimov2024-11-112-8/+0
|
* Sanitized token field for audit log (#9287)Vasily Gerasimov2024-11-1126-34/+163
|
* Remove destination session after partitioning finish (#11411)Artem Alekseev2024-11-114-9/+147
|
* more information about columns in autocomplete handler (#11470)Alexey Efimov2024-11-112-1/+37
|
* add cors headers to oidc proxy (#11450)Alexey Efimov2024-11-112-4/+6
|
* Revert "Enabled column statistics by default" (#11455)Олег2024-11-111-1/+1
|
* do not use basic statistics if it is not fully gathered in schemeshard (#11291)Aleksandr Dmitriev2024-11-116-22/+194
|
* ReconnectPeriod cleanup (#11415)Oleg Doronin2024-11-115-8/+16
|
* mon page has been added to row dispatcher (#11443)Oleg Doronin2024-11-102-4/+29
|
* [yt provider] Bypass YtCopy before YtLength (#11436)Roman Udovichenko2024-11-101-24/+26
|
* [yt provider] Fix column group calculation for YtCopy (#11435)Roman Udovichenko2024-11-101-5/+12
|
* Fix `TMultiConstraintNode(): requirement Items_.size() failed` error (#11417)Roman Udovichenko2024-11-106-8/+73
|
* verify tasksSize == actorIds.size() has been changed to internal error (#11434)Oleg Doronin2024-11-091-1/+4
|
* Move balancer to batch pool (#11420)Robert Drynkin2024-11-091-1/+1
|
* YQL: Load binaries from YT binary cache (#11295)Maxim Kovalev2024-11-096-25/+98
|
* Remove obsolete map from backpressure queue client (#11429)Alexander Rutkovsky2024-11-083-16/+1
|
* Throw exception instead of calling exit(1) in TBasicServicesInitializer (#11422)Mikhail Montsev2024-11-081-11/+11
| | | Co-authored-by: Mikhail Montsev <svartmetal@github.com>
* ldap: Return special error messages for write to log from ldap auth provider ↵Andrey Molotkov2024-11-083-54/+66
| | | | (#11404)
* Incorrect label name (#11410)Alek5andr-Kotov2024-11-081-1/+1
|