aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Configs Refactor] Replace macro with template in driver_lib (#1908)Innokentii Mokin2024-02-141-56/+56
|
* EvWrite Prepare (#1658)azevaykin2024-02-1441-708/+1292
|
* CODEOWNERS: treat root *.md files as docs (#1909)Ivan Blinkov2024-02-141-0/+2
|
* Switch yt provider to new CBO api YQL-17437 (#1868)Alexey Ozeritskiy2024-02-145-278/+323
|
* YQ-2704 Use ActorSystem() instead of AsActorContext() (#1892)Dmitry Kardymon2024-02-142-48/+48
|
* Case insensivity for pg_catalog tables/cluster, columns. Support of ↵Vitaly Stoyan2024-02-1417-97/+180
| | | | pg_class:relam, and some columns in pg_database & pg_namespace (#1893)
* [YQL-17789] Fix WideToBlocks over WideFromBlocks optimizer. Introduce ↵Andrey Neporada2024-02-145-32/+260
| | | | ReplicateScalars (#1903)
* Early validate json path. (#1896)Tony-Romanov2024-02-145-4/+24
|
* Remove MvccTestOutOfOrderRestartLocksSingleWithoutBarrier (#1905)Aleksei Borzenkov2024-02-141-123/+0
|
* Refactor config transformations (#1787)Innokentii Mokin2024-02-1465-68/+42956
|
* fixes for TxWriteIndex volume control, policies of exceptions on searching, ↵ivanmorozov3332024-02-1435-144/+317
| | | | eviction tasks for portions usage (#1894)
* Add ErrorReason field to EvVGet query (#1897)Alexander Rutkovsky2024-02-142-1/+8
|
* Improve dstool (#1898)Alexander Rutkovsky2024-02-143-14/+73
|
* Some minor KeyValue tablet improvements (#1900)Alexander Rutkovsky2024-02-143-1/+9
|
* YDB-1065 added proxying for render handler (#1872)Andrei Rykov2024-02-135-83/+223
|
* Fix TBootstrap usage in cfg tool (#1901)Alexander Rutkovsky2024-02-131-1/+2
|
* Use uid as idempotency key KIKIMR-21059 (#1887)Ilnaz Nizametdinov2024-02-134-12/+127
|
* save the WriteId + PartitionId (#1037)Alek5andr-Kotov2024-02-138-72/+570
|
* KIKIMR-20234: Add access right for topic commit offset (#1558)Andrey Molotkov2024-02-134-14/+21
|
* KIKIMR-21038: Remove column UID from ticket parser html page (#1770)Andrey Molotkov2024-02-131-5/+4
|
* [yt provider] Fix table sort keys usage collection (#1886)Roman Udovichenko2024-02-135-37/+99
|
* YQL-17439: block implementation of From/IntervalFrom/To Datetime UDF ↵Fiodar Miron2024-02-1313-26/+716
| | | | functions (#1755)
* YQ 2786 fix test fq restarts (#1810)Pisarenko Grigoriy2024-02-132-1/+1
|
* Improve some headers (#1877)Sergey Belyakov2024-02-132-0/+4
|
* Fix git workflow documentation (#1685)Semyon Danilov2024-02-132-91/+169
|
* Logging & tagging KIKIMR-21006 (#1881)Ilnaz Nizametdinov2024-02-134-7/+63
|
* Unmute some flaky tests (#1889)azevaykin2024-02-131-2/+0
|
* Forbid query execution on explicit session without attach (#1870)Daniil Cherednik2024-02-132-1/+51
|
* [Configs Refactor] Deprecate old yaml_config_parser (#1876)Innokentii Mokin2024-02-1310-9/+26
|
* YQ-2417 show ast in case of compilation error (#1353)Pisarenko Grigoriy2024-02-1312-58/+174
|
* bring simple queue tool to oss (#1879)Vitalii Gridnev2024-02-133-0/+552
|
* Create a submenu for changelog to enable includes into the overlay docs (#1880)AlexSm2024-02-134-16/+16
|
* Remove duplicated defines (#1788)Mikhnenko Sasha2024-02-131-2/+0
|
* YDBDOCS-596: extra clarifications to upgrade.md (#1874)Ivan Blinkov2024-02-132-21/+18
|
* quick fix for column name of select version() (#1801)Vitaly Stoyan2024-02-13119-1784/+2156
|
* LOGBROKER-8894 enable minSeqNo save in partition (iter3) (#1768)FloatingCrowbar2024-02-138-26/+70
|
* Add unit tests for EvaluateExpr in VIEWs (#1488)Daniil Demin2024-02-131-3/+90
| | | Make sure that the behaviour is the same for the plain SELECT CurrentUtcTimestamp() and for the same statement, but executed via a view.
* [Configs Refactor] Split protobufs (#1863)Innokentii Mokin2024-02-124-87/+100
|
* Do not call TypeName for trace in tablet transactions if no trace exists (#1867)Semyon Danilov2024-02-121-3/+7
| | | Fixes #1859
* Test supported types KIKIMR-20902 (#1865)Ilnaz Nizametdinov2024-02-122-0/+60
|
* Fixed missing PEERDIR in ydb/public/tools/lib/cmds (#1856)Vitaly Isaev2024-02-121-1/+2
|
* YQL-17250: Add stats for hybrid skip checks (#1670)Maxim Kovalev2024-02-123-264/+231
|
* Expose a factory for new native cbo YQL-17437 (#1855)Alexey Ozeritskiy2024-02-122-88/+93
|
* Support of database sys cache (#1817)Vitaly Stoyan2024-02-127-0/+112
|
* Сhange keys format for service partitions (#1569)FloatingCrowbar2024-02-122-5/+88
|
* ci: fix Embedded UI refresh workflow (#1780)Vladimir Lewandowski2024-02-121-2/+2
|
* runtime dispatching (fixed) (#1847)starlinskiy2024-02-1213-1/+275
|
* Manage releases docs (#1351)AlexSm2024-02-1214-2/+172
| | | Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
* Do not move protobuf from TValue during BulkUpsert execution. (#1809)Daniil Cherednik2024-02-122-1/+70
| | | | | | | TValue just wrapper over shared_ptr and has no deep copy ctor, it causes common mistake with retry case. Changelog category Bugfix
* Use six's 'urllib.parse' in 'PY23_LIBRARY' modules (#1833)Vitaly Isaev2024-02-121-1/+1
|