aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* YQ-2786 optimize fq s3 tests (#2734)Pisarenko Grigoriy2024-03-2420-532/+685
|
* Fix access to private backets (use correct auth info) in Dynamic Lister (#3102)Hor9112024-03-242-2/+2
|
* No allocations when unwinding (#3085)Александр Новожилов2024-03-231-10/+18
|
* Filled pg_operator table (#3093)Vitaly Stoyan2024-03-238-4/+201
|
* Explicitly specify clang version to compile llvm bytecode (#3066)Yuriy Chernyshov2024-03-221-2/+2
|
* sys_view per portions (#3092)ivanmorozov3332024-03-22104-2009/+2483
|
* Persist replication config (#3091)Ilnaz Nizametdinov2024-03-224-4/+13
|
* Move Callable Payload parser to header (preparation for callable sign… (#3090)Alexey Ozeritskiy2024-03-223-40/+42
|
* Additional logging (#3082)Ilnaz Nizametdinov2024-03-225-6/+69
|
* Limit max mem usage by remote topic reader & other little changes (#3075)Ilnaz Nizametdinov2024-03-223-13/+19
|
* Enable new lookupjoin behaviour by default (#2967)Mikhail Surin2024-03-222-8/+2
|
* fix typo ReadyToAcceptHander and deprecate it (#2740)ildar-khisambeev2024-03-224-9/+13
|
* YDB-2035 Extended PDisk sensors (#3015)Semyon Danilov2024-03-223-172/+203
| | | Fixes #2035
* YDB-3080 Fix UUID prefix in select (#3030)Semyon Danilov2024-03-225-0/+113
| | | Fixes #3080
* Fix oos logging. Send log only once on change (#3063)Robert Drynkin2024-03-2228-95/+103
|
* Support CopySequence in schemeshard (#2693)Nikolay Shumkov2024-03-2232-21/+1325
|
* Fix update token interval calculation. (#3064)Daniil Cherednik2024-03-221-3/+5
| | | | We should chouse min value from expiresIn and RefreshPeriod_, not max one Also reduce server returned interval by 2 to prevent race at expiring time.
* Reduce severity of some health check issues (#3067)Alexey Efimov2024-03-221-9/+5
|
* Synchronize yql/pg variants: agg func (#3069)Alexey Ozeritskiy2024-03-222-6/+6
|
* Unreachable tests fix (#3053)Александр Новожилов2024-03-222-1/+6
|
* Fix read iterator local snapshot consistency. Fixes #2885. (#3037)Aleksei Borzenkov2024-03-229-112/+575
|
* provide codecs via singleton map (#3070)ildar-khisambeev2024-03-226-14/+69
|
* Fix broken link in ydb_docker.md (#2716)Egor Fedorov2024-03-221-1/+1
|
* Support of limit & union all in sublinks (#3022)Vitaly Stoyan2024-03-2225-46/+562
|
* fix lookup into sysview (#3065)Vitalii Gridnev2024-03-224-2/+32
|
* variability statistics for different values in portion column (#3059)ivanmorozov3332024-03-2111-3/+399
|
* drop connection on critical errors (#3062)Alexey Efimov2024-03-214-6/+39
|
* Allow override _RowsLimitPerWrite/_AllResultsBytesLimit in dq (#3060)Alexey Ozeritskiy2024-03-211-2/+2
|
* Fixed yson encoding in KQP (#3054)Vitaly Stoyan2024-03-215-1/+25
|
* BTreeIndex Tests fixes when enabled (#2708)kungurtsev2024-03-2117-185/+452
|
* Clear sensitive data in replication's description (#3044)Ilnaz Nizametdinov2024-03-213-0/+37
|
* Specify '__async_replication' attr (#3056)Ilnaz Nizametdinov2024-03-213-7/+18
|
* YQL-18027: Add block implementation for Remove UDFs (#2836)Igor Munkin2024-03-214-9/+236
|
* fix internal error for parsing error (#2953)VPolka2024-03-213-3/+5
|
* Proper wait and sdk deinitialization for credential provider test (#3034)Daniil Cherednik2024-03-211-12/+13
|
* fix(kqp): use retry settings form table_service_config for stream lookup (#2756)Iuliia Sidorina2024-03-2112-203/+589
|
* added autocomplete handlers (#2677)Andrei Rykov2024-03-217-9/+657
|
* Using AS not impl (#3005)Александр Новожилов2024-03-211-0/+4
|
* YQL-16565: IS/IS NOT tests canonization (#3039)Mars Agliullin2024-03-215-22/+22
|
* Deterministic sort (#3043)Alexey Ozeritskiy2024-03-212-2/+2
|
* add new tests and fix ones (#3024)ivanmorozov3332024-03-2114-45/+155
|
* YQ-2863: add ExplainDataQuery, DescribeTable and KeepAlive handles (#2877)Egor Zudin2024-03-218-106/+372
|
* Remove ut_osiris -> yt gateway dependence via tx_proxy (second approach) (#3028)Daniil Cherednik2024-03-213-2/+3
|
* YQ-2068 JoinAlgoType for stream lookup join (#2918)zverevgeny2024-03-2110-6/+115
|
* Test alter temp table (#3011)Nikolay Shumkov2024-03-211-0/+163
|
* Add feature flag to enable all vdisk sensors (#2909)Robert Drynkin2024-03-2110-155/+209
|
* Split read_balancer.h to multiple files (#2955)Nikolay Shestakov2024-03-216-368/+429
|
* schemeboard: separate public and internal events (#2668)ijon2024-03-2117-620/+678
| | | | | | | | | | | To reduce build-time effect of internal changes due to (transitive) dependency on `ydb/core/tx/scheme_board/events.h`. `ydb/core/tx/scheme_board/events.h` now defines truly public events (used by several schemeboard clients): - `TEvNotifyUpdate` - `TEvNotifyDelete` `ydb/core/tx/scheme_board/events_internal.h` defines events internal to schemeboard. `ydb/core/tx/scheme_board/events_schemeshard.h` is a special case for `TEvUpdateAck` -- mostly internal event with single very specific use in schemeshard-schemeboard communication.
* redefine ToString() for TEvSchemeShard::TEvDescribeSchemeResult (#2671)ijon2024-03-211-0/+14
|
* Remove duplicated DataShard.TabletID() (#3026)azevaykin2024-03-211-8/+7
|