| Commit message (Expand) | Author | Age | Files | Lines |
* | grammar type aliases for PG types | vvvv | 2023-09-08 | 1 | -2/+62 |
* | Do not disable LLVM if UseBlocks is set | aneporada | 2023-09-08 | 1 | -9/+1 |
* | YQL-16443 detect stream inputs | zverevgeny | 2023-09-08 | 6 | -12/+84 |
* | fix for auth race in kafka | tesseract | 2023-09-08 | 5 | -19/+46 |
* | Fix start vanilla job configuration | epbugaev | 2023-09-08 | 1 | -0/+1 |
* | Fix init Kafka authentification properties | tesseract | 2023-09-08 | 1 | -3/+6 |
* | set correct max column value size | naumbi4 | 2023-09-08 | 2 | -2/+2 |
* | Uniq constaint support for UPDATE KIKIMR-19064 | dcherednik | 2023-09-08 | 2 | -7/+105 |
* | KIKIMR-18802 query stats visualization | vladkoronnov | 2023-09-08 | 10 | -20/+114 |
* | changed SQL generation | auzhegov | 2023-09-08 | 1 | -2/+2 |
* | changed SQL generation | auzhegov | 2023-09-08 | 1 | -10/+10 |
* | [build/plugins/ytest] Allow prebuilt linters for opensource (try 2) | prettyboy | 2023-09-08 | 1 | -0/+1 |
* | default values for the "ydb workload transfer topic-to-table run" command | abcdef | 2023-09-08 | 1 | -3/+3 |
* | schemeshard, auditlog: resurrect output to the common log | ijon | 2023-09-08 | 3 | -0/+52 |
* | Push DQ StatusCode as YDB StatusCode to YQv2 UI | hor911 | 2023-09-08 | 8 | -32/+40 |
* | fix unexpected event in TKqpExecuter | grigoriypisar | 2023-09-08 | 2 | -2/+21 |
* | KIKIMR-19215: separate reader and reuse one | ivanmorozov | 2023-09-08 | 34 | -758/+488 |
* | YQL-16521 sort views for stable outcome | zverevgeny | 2023-09-08 | 1 | -5/+7 |
* | Optimize Q17 from TPC-H | aidarsamer | 2023-09-08 | 1 | -16/+7 |
* | fix empty string usage and string usage too | ivanmorozov | 2023-09-08 | 7 | -5/+35 |
* | Skip revision check on client side (for tests) | aozeritsky | 2023-09-08 | 3 | -17/+21 |
* | Little cosmetic changes KIKIMR-18756 | ilnaz | 2023-09-08 | 1 | -3/+6 |
* | Forbid to alter attributes of non-table objects KIKIMR-19285 | ilnaz | 2023-09-08 | 2 | -9/+65 |
* | Remove mkql result: in ydb/core/ymq | makostrov | 2023-09-08 | 1 | -18/+19 |
* | Rewrite TPC-H Q21 to remove excess join accordingly to YQL changes. | aidarsamer | 2023-09-08 | 1 | -12/+11 |
* | YQL-16259: auto parametrize consts in pg expressions | fedor-miron | 2023-09-08 | 5 | -63/+199 |
* | Release 23-2-12 downloads docs | stunder | 2023-09-08 | 6 | -1/+13 |
* | Add new link to monitoring metrics in Cluster TOC. | pseudolukian | 2023-09-08 | 1 | -0/+2 |
* | Revert commit rXXXXXX,[build/plugins/ytest] Allow prebuilt linters for openso... | prettyboy | 2023-09-08 | 1 | -1/+0 |
* | YDB Server 23.2 Release Notes | rnyazh | 2023-09-08 | 2 | -0/+82 |
* | YQL-16325 pack common args into struct for brevity | zverevgeny | 2023-09-08 | 1 | -158/+69 |
* | [docs+deploy] Add an option in quickstart to deploy a single-node instance wi... | Ivan Blinkov | 2023-09-08 | 4 | -16/+131 |
* | Optimization: simplify q17 | aozeritsky | 2023-09-08 | 1 | -16/+8 |
* | YQL-16325 augmented input data for measures | zverevgeny | 2023-09-08 | 3 | -25/+233 |
* | don't call openssl & srandom per thread | vvvv | 2023-09-08 | 1 | -1/+5 |
* | KIKIMR-19051: refactor RetryContext | dvrazumov | 2023-09-08 | 7 | -96/+103 |
* | (no commit message) | pg | 2023-09-08 | 2 | -2/+2 |
* | [build/plugins/ytest] Allow prebuilt linters for opensource | prettyboy | 2023-09-08 | 1 | -0/+1 |
* | YQL-16523 Fix silent get common type. | a-romanov | 2023-09-08 | 1 | -5/+5 |
* | YQL-15730: Implicit casts for Postgres' operators & funcs | marsaly | 2023-09-07 | 9 | -78/+988 |
* | Some further improvements KIKIMR-19031 | alexvru | 2023-09-07 | 23 | -416/+1025 |
* | KIKIMR-17960: fix database path | shumkovnd | 2023-09-07 | 1 | -2/+6 |
* | remove copy-paste for MethodIndex | vvvv | 2023-09-07 | 17 | -75/+92 |
* | KIKIMR-19092, KIKIMR-19093: fixes for repack | ivanmorozov | 2023-09-07 | 20 | -194/+64 |
* | getting hidden fields for synchronization step | hcpp | 2023-09-07 | 3 | -20/+30 |
* | fix error handling | vvvv | 2023-09-07 | 1 | -1/+1 |
* | fixed unclosed result channel proxies | grigoriypisar | 2023-09-07 | 2 | -9/+9 |
* | temp fix: do not schedule counters dump | ildar-khisam | 2023-09-07 | 2 | -9/+7 |
* | gtest to unittest for yt/native/ut | fedor-miron | 2023-09-07 | 6 | -30/+81 |
* | Uniq constaint support for REPLACE, UPDATE ON KIKIMR-19064 | dcherednik | 2023-09-07 | 12 | -346/+616 |