Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [YQL-14487] Support SQL PgConst() callable | aneporada | 2022-03-15 | 3 | -3/+50 |
| | | | | ref:4d5beb06c17c6f2e89c2c299698325491b35658d | ||||
* | Improve issue message. KIKIMR-13277 | Daniil Cherednik | 2022-03-15 | 1 | -1/+4 |
| | | | | ref:e5ad08063b30e96b85af54fd76eb93428dc1ccfc | ||||
* | KIKIMR-14495: new opt rule (drop Unordered over DqCnUnionAll) | Igor Makunin | 2022-03-14 | 2 | -0/+25 |
| | | | | ref:90743d930ed7f44953d8903ec87bf571f84dd133 | ||||
* | YQL-13710 move encoding initalization | vvvv | 2022-03-14 | 1 | -2/+1 |
| | | | | ref:0988c5b1764eededeee902a39eab9ff375b5ca4b | ||||
* | intermediate changes | arcadia-devtools | 2022-03-14 | 2 | -7/+13 |
| | | | | ref:26e1b4e439b136ea08e305c288dc0177fa42d7a2 | ||||
* | YQL-13710 initialize resource ownership infrastructure | vvvv | 2022-03-14 | 1 | -0/+8 |
| | | | | ref:079623ee34442843f58a85354eaeb50f226efea2 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-14 | 1 | -1/+1 |
| | | | | ref:cbecb7ca6d6f6e64faa1efa9a91c9d53817ea9c1 | ||||
* | KIKIMR-14496: drop redundant precompute stage over parameter | Igor Makunin | 2022-03-14 | 2 | -2/+4 |
| | | | | ref:4b0871effc2565e5aebdcf5f209ac0b01111d6ad | ||||
* | YQL-13710 use default collation | vvvv | 2022-03-14 | 1 | -0/+9 |
| | | | | ref:0bc544dd88a72416344b949a7454f3d12a9e0234 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-14 | 1 | -0/+3 |
| | | | | ref:f96472defb73839a1536f383c0584c0133a038bc | ||||
* | use KQP instead of driver LOGBROKER-7358 | alexnick | 2022-03-14 | 3 | -264/+123 |
| | | | | ref:937549cf701e3fefdaecf3f99e9a64eccfdd77a4 | ||||
* | YQ-727 Introduce ParseSettings callable. Draft. | a-romanov | 2022-03-14 | 4 | -8/+91 |
| | | | | ref:8e6868b4fda33d533d7c6121b6744e3ef93d024f | ||||
* | YQL-14358: add statistics to dq_async_compute_actor | whcrc | 2022-03-14 | 15 | -178/+314 |
| | | | | ref:fafcbbd6fa1bc80e8022c0b529ea99dd682dbbba | ||||
* | intermediate changes | arcadia-devtools | 2022-03-14 | 3 | -1/+17 |
| | | | | ref:f75a90aaddce0b4d0ffadf0c25f6416f0d80bdf4 | ||||
* | Refactor metacache in trunk and enable tests | komels | 2022-03-14 | 10 | -143/+243 |
| | | | | ref:64500761c99ed6016f451306eb2bd6b719501902 | ||||
* | YQL-7418: Change ToUint64() prototype, add TryToUint64() | kniv | 2022-03-14 | 1 | -6/+30 |
| | | | | | | YQL-7418: Change ToUint64() prototype, add TryToUint64() ref:cdb80c16a324a307acad2068a94234c98b61303a | ||||
* | intermediate changes | arcadia-devtools | 2022-03-14 | 18 | -134/+134 |
| | | | | ref:e520cbb2bc5359a80a7e56e636d1404e61f0c48c | ||||
* | Fix defrag timer bug KIKIMR-14494 | Alexander Rutkovsky | 2022-03-14 | 1 | -26/+35 |
| | | | | ref:ab0112fd5b6f5c7b6e2cad7ee770aef68a99e73c | ||||
* | Implement BEGIN_TX and ROLLBACK_TX actions in session_actor, KIKIMR-11938 | Vladislav Kuznetsov | 2022-03-14 | 1 | -12/+50 |
| | | | | ref:6e801487f25b7bf128a94edb6fd6d36d4c1af076 | ||||
* | Reply Busy to inappropriate TEvQueryRequests, KIKIMR-11938 | Vladislav Kuznetsov | 2022-03-14 | 1 | -0/+26 |
| | | | | ref:4379dfe801e8ef0c314dee9ff0c09b3b1af8942e | ||||
* | Add some logging to defrag code KIKIMR-14494 | Alexander Rutkovsky | 2022-03-14 | 2 | -1/+17 |
| | | | | ref:5a3ebc1e6852f55874fe143eb87f250d0c37aa8b | ||||
* | YQL-13710 tune rowspec, llvm support in skiff codec | vvvv | 2022-03-14 | 4 | -3/+25 |
| | | | | ref:b60e212107d7012e99515c3ae95dabe8387b483f | ||||
* | KIKIMR-14457: send request directly to executer if TxId is not needed | ulya-sidorina | 2022-03-14 | 3 | -4/+16 |
| | | | | ref:a31dd64aca3dfacb2914c4707eeee42c1212bf6b | ||||
* | Support prioritized and unprotected snapshot reads in datashard, KIKIMR-13910 | Alexey Borzenkov | 2022-03-14 | 27 | -72/+1029 |
| | | | | ref:b7023db4fab5b619fb7edc70205f036de6bad013 | ||||
* | YQL-7418: Add ToUint64() UDF | kniv | 2022-03-14 | 1 | -1/+19 |
| | | | | | | YQL-7418: Add ToUint64() UDF ref:9b4ad719c1595ed2553128cad1aec17027ea2847 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-14 | 39 | -640/+511 |
| | | | | ref:8379e897e1f4fa0d71bb778a7c8bc68cb5e2f5ea | ||||
* | KIKIMR-14480: more tests | Igor Makunin | 2022-03-14 | 1 | -4/+138 |
| | | | | ref:cd05ff590189cf85a5f8b47a6d32ac817e685706 | ||||
* | KIKIMR-9748: fix wakeup calculation when RPS exhausted | Evgeniy Ivanov | 2022-03-14 | 2 | -2/+39 |
| | | | | ref:581e77a573a0b6f0aad765cfa0ae0f87856a5e65 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-14 | 4 | -1349/+1348 |
| | | | | ref:a92d17816da106773ad5e36d0aa30bc91e251ae2 | ||||
* | [YQL-14487] Support SQL PgType() callable | aneporada | 2022-03-14 | 6 | -7/+41 |
| | | | | ref:9a773556dd2f9ab7b2409c500c6480afd2b0ee17 | ||||
* | Resource Allocator debug | hor911 | 2022-03-13 | 1 | -2/+5 |
| | | | | ref:3b869db206004ae753a94e8795371fa6adb46695 | ||||
* | Ignore issues in case of user-requested abort | hor911 | 2022-03-13 | 1 | -1/+2 |
| | | | | ref:e5629a213411504372b22903322674a20b9f1c6d | ||||
* | More efficient DqBuildPrecompute optimizer rule. (KIKIMR-14484) | Sergei Puchin | 2022-03-13 | 11 | -51/+78 |
| | | | | ref:1708b45a3689a4f93862059b6af9a7fec2f89044 | ||||
* | Fix DqPushJoinToStage optimizer rule. (KIKIMR-14490) | Sergei Puchin | 2022-03-13 | 5 | -48/+85 |
| | | | | ref:58c9b2b207c29d6d95293743b749ba298a67b387 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-13 | 3 | -1349/+1349 |
| | | | | ref:d6d3db35703cfd9d266b6d1b4d89d5bde54cbaaa | ||||
* | [YQL-10265] Relax asserts in prepartion for WinOnRange/WinOnGroups (missed ↵ | aneporada | 2022-03-13 | 1 | -3/+3 |
| | | | | | | | this part) Note: mandatory check (NEED_CHECK) was skipped ref:1797c17f5761b44019a419e4b3fe88f2facba859 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-13 | 4 | -1442/+1488 |
| | | | | ref:cea399615b41f4eca1f93d7f4e2f7ede6775af80 | ||||
* | Debug LWM FreeGroup VERIFY | hor911 | 2022-03-11 | 3 | -2/+5 |
| | | | | ref:7107f7cbd936124a397c50048e1898ba04b5b28f | ||||
* | intermediate changes | arcadia-devtools | 2022-03-11 | 1 | -1/+1 |
| | | | | ref:b1eb35d7d49f637db721ba5040911beb6855fab4 | ||||
* | YQL-13710 INSERT | vvvv | 2022-03-11 | 1 | -2/+82 |
| | | | | ref:ced16033fbb3fe5f2bec8e3ed067c8989bf3d87a | ||||
* | intermediate changes | arcadia-devtools | 2022-03-11 | 27 | -76/+286 |
| | | | | ref:48e6218a168cd73f6795cee2a5d673003780b3cb | ||||
* | ignoring unknown stuff in log config; NBS-1670 | qkrorlqr | 2022-03-11 | 2 | -0/+8 |
| | | | | ref:8d81eaf06fb7a4938fce1f483ec40a21dd67146b | ||||
* | YQL-13710 autoref | vvvv | 2022-03-11 | 1 | -1/+1 |
| | | | | ref:681178db6a3d8593433296b6a6047689e806781b | ||||
* | intermediate changes | arcadia-devtools | 2022-03-11 | 1 | -0/+3 |
| | | | | ref:b337eff92f337f4ca9176e55b0a3ff31dde3f0ba | ||||
* | YQL-13710 missing out nodes | vvvv | 2022-03-11 | 1 | -0/+47 |
| | | | | ref:18841a8af6823a1834b443e6fdfbf8da3f73eef1 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-11 | 2 | -0/+6 |
| | | | | ref:a9b6cd57c17e3236a6f13a079f8e2e073177b06f | ||||
* | Replace proto map | hor911 | 2022-03-11 | 2 | -9/+16 |
| | | | | ref:ad31bb9cf4b54a7b7aa7daddafeedbdf49741c3d | ||||
* | intermediate changes | arcadia-devtools | 2022-03-11 | 2 | -9/+1 |
| | | | | ref:2dacf97082a18a7ad91e75bcc67f6a110cbcbdd3 | ||||
* | request/response bytes metrics has been added YQ-713 | hcpp | 2022-03-11 | 10 | -109/+657 |
| | | | | ref:3a370942f30fc6fc6e1e6b8fbb74b1e38a1b5ca5 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-11 | 52 | -5393/+6805 |
| | | | | ref:e5e2fe1e6ffa080d851e8418ce8b74d73ea51def |