aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix plugins path (#1719)AlexSm2024-02-081-3/+2
|
* Adjust cost bucket capacity dynamically (#1681)Sergey Belyakov2024-02-085-8/+36
| | | | | * Adjust cost bucket capacity dynamically * ui32 for BlobSize
* Convert mismatched types of arg/sequence when applying optimization of ↵Vasily Gerasimov2024-02-082-11/+99
| | | | ShuffleByKeys to empty sequence (#1568)
* Support temp tables in yql (#1589)Nikolay Shumkov2024-02-087-3/+179
| | | | | * Initial commit * Fixes
* Support KV patching in TestShard (#1699)Alexander Rutkovsky2024-02-086-6/+105
|
* parallel for (#1650)Vitaly Stoyan2024-02-0820-35/+197
| | | | | | | | | | | | | | | * init * format * prohibit top level select/values * fix test * fix * canonize * as_compat
* [YQL-17174] added spilling library for compute actors (#1544)Filitov Mikhail2024-02-089-0/+487
| | | [YQL-17174] added spilling library for compute actors
* Implement converter yt join tree -> optimizer join tree YQL-17437 (#1671)Alexey Ozeritskiy2024-02-083-0/+149
|
* Fix skip for Tz* types (#1697)Александр Новожилов2024-02-081-1/+4
| | | | | * YQL-16765: Fix skip for Tz* types * TzDate
* Make UTs reachable KIKIMR-20902 (#1700)Ilnaz Nizametdinov2024-02-081-0/+4
|
* Revert "Support returning list in delete statements (#1684)" (#1705)Mikhail Surin2024-02-089-130/+33
| | | This reverts commit 7f54b7193ead3595490220034854718679991aaa.
* Fix autoconfig's compute cpu table (#1669)kruall2024-02-081-23/+33
|
* [yt provider] Less restrictions for BypassMerge optimizer (YQL-17618) (#1695)Roman Udovichenko2024-02-084-19/+14
|
* Fix TEvPatch interface and remove unnecessary patching-related output in KV ↵Alexander Rutkovsky2024-02-082-5/+2
| | | | tablet (#1693)
* Support returning list in delete statements (#1684)Mikhail Surin2024-02-089-33/+130
|
* don't parametrize default values for columns (#1679)Vitalii Gridnev2024-02-083-24/+23
|
* YQL-17790: Fix symbolizer ut (#1696)Александр Новожилов2024-02-081-1/+1
|
* fix tierings db usage (#1691)ivanmorozov3332024-02-081-2/+2
| | | | | * fix tierings db usage * fix
* Some BlobDepot hardening checks (#1692)Alexander Rutkovsky2024-02-082-0/+17
|
* KqpRun add results into clear execution (#1661)Pisarenko Grigoriy2024-02-089-62/+202
| | | | | * Added results into clear execution * Added short flags
* YQ-2803 Exception checking in checkpoint storages (#1540)Dmitry Kardymon2024-02-086-22/+61
| | | | | | | | | | | | | * Exception check * Add new line * remove comment * Use StatusToIssues() * remove some std::move * remove ;
* YQL-17542 move TaskRunner dependent Execute to TDqSyncComputeActorBase (#1666)zverevgeny2024-02-082-52/+52
|
* YQL-17284: Fixed test due to PR conflict (#1686)Maxim Kovalev2024-02-081-3/+3
|
* KIKIMR-20539: resolve static information_schema tables (#1675)qrort2024-02-073-2/+22
|
* Fix mistype in YQL plugin (#1631)Grigory Reznikov2024-02-071-1/+1
|
* Pg patches (#1587)Timofey Koolin2024-02-075-7/+21
| | | | * Added YDB_PG_EXPERIMENTAL env variable * Add some patches for allow few next steps for zabbix over pg
* init (#1660)Vitaly Stoyan2024-02-079-41/+37
|
* init (#1667)Vitaly Stoyan2024-02-074-6/+29
|
* YQL-17057: Fix escaping (#1664)Александр Новожилов2024-02-074-1/+90
| | | | | * YQL-17057: Fix escaping * test
* remove direct indexes in vectors from debug output (#1648)Alexey Efimov2024-02-071-4/+4
|
* Add CMS request priorities KIKIMR-9024 (#1620)Ilia Shakhov2024-02-0720-55/+442
| | | * Add CMS request priorities KIKIMR-9024
* add strip port for ssl outgoing connection (#1665)Sergey J2024-02-071-1/+4
| | | Co-authored-by: Sergey J <wint@yandex-team.ru>
* Generate single JSON with all types of plans in the server (#1606)Pavel Velikhov2024-02-0714-1116/+1142
| | | | | | | | | | | | | | | | | | | | | * Moved plan simplification to the server * Small fix in plan generation * Minor fix in scripting * Don't print OLAP plans yet * Fixed unused arg problem * fixed a typo * Simplifying a copy of the plan now * Fixed minor bugs * fixed a bug in ut_common * Cannonized some tests, changed plan comparison
* use only thread for async s3 interaction (#1668)ivanmorozov3332024-02-071-0/+3
|
* Local table writer tests KIKIMR-20902 (#1656)Ilnaz Nizametdinov2024-02-079-12/+228
|
* Optimized DPccp (#1563)Pavel Velikhov2024-02-078-80/+290
| | | | | | | | | * Optimized DPccp * Cleaned up new optimizer interface * Simplified the optimization a lot * Added some comments
* YQL-17284: Add hybtrid run for sql tests (#1602)Maxim Kovalev2024-02-0753-64/+31522
|
* KIKIMR-20539: pure pg_catalog selects (#950)qrort2024-02-0715-24/+196
|
* YQ-2549 Move yds integration tests to github (#1592)Dmitry Kardymon2024-02-074-0/+751
| | | * Move mr tests
* fix tests (#1653)ivanmorozov3332024-02-076-16/+42
| | | | | * fix tests * fix build
* Removed aborts in service initialization (#1652)Oleg Shatov2024-02-073-7/+25
|
* YQL-17711: Fix backtrace (#1619)Александр Новожилов2024-02-074-34/+47
|
* YQL-17542 move TaskRunner dependent Execute to TDqSyncComputeActorBase (#1599)zverevgeny2024-02-073-35/+46
|
* Update github.com/ydb-platform/fq-connector-go to v0.1.3 (#1651)Vitaly Isaev2024-02-071-1/+1
| | | | | * Update github.com/ydb-platform/fq-connector-go image to v0.1.2 * Update github.com/ydb-platform/fq-connector-go to v0.1.3
* Add decimal128 type support with big precision (#1607)kinash-varvara2024-02-073-4/+72
|
* Add patching to keyvalue (#1549)kruall2024-02-0710-32/+522
| | | | | | | * Add patching to keyvalue * Improve patching in kv * fix incorrect cookie choosing
* Add force io pool threads (#1523)kruall2024-02-075-1/+9
| | | | | * add force io pool threads * add force_io_pool_threads to cfg
* Fix leaking blobs via using patching (#1639)kruall2024-02-074-16/+38
|
* Memory control and search fix (#1649)ivanmorozov3332024-02-0718-31/+140
| | | | | | | | | * memory control and program data fetching for select fixes * fix * add queue for ttl * fix test build
* Fix build and behavior with SSA runtime < 4 (#1634)Tony-Romanov2024-02-073-8/+35
| | | | | * Fix build with SSA runtime < 4 * Fix behavior and test on version 3