index
:
ydb
add-upcoming-event-1
alexv-smirnov-patch-1
alexv-smirnov1
blinkov-patch-1
docs-dont-link-to-archived-go-sdk
docs-drop-unused-files
docs-gtm
docs-quickstart-add-mkdir
docs-yfm-link
fix-header-ident-bloom
get_cmakelists2
license-year-2023
mai
main
readme-linkedin-link
readme-links-update
readme-social-update
roadmap
stable-22-2
stable-22-4
stable-22-5
stable-23-1
stable-23-2
stable-23-3
Mirror of YDB github repos
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
yql
/
essentials
/
tests
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
YQL-21315: Block variant item implementation
atarasov5
4 days
18
-0
/
+336
*
YQL-20804: Fix Decimal type conversion
atarasov5
6 days
8
-3
/
+67
*
YQL-16277: Expand SqlCombine via LPartitionsByKeys
imunkin
7 days
1
-1
/
+1
*
YQL-21404 implemented syscache, table, func call
vvvv
7 days
12
-0
/
+141
*
YQL-21315: Implement block variant comp node
atarasov5
8 days
7
-0
/
+122
*
YQL-21242: Support Linear types in If branches
eakozyrev
8 days
16
-0
/
+226
*
YQL-21315: Block way implementation
atarasov5
2026-07-07
12
-2
/
+220
*
Push Any in EquiJoin tree
mpereskokova
2026-07-06
3
-6
/
+6
*
YQL-19699: Keep World for AND/OR Absorption
maxkovalev
2026-07-03
25
-0
/
+276
*
YQL-21365: Fix TLangVerProxyNode::Clone
vitya-smirnov
2026-07-03
5
-0
/
+47
*
YQL-21307: Suppress invalid application on PartialTypeCheck
vitya-smirnov
2026-06-30
4
-0
/
+38
*
YQL-16277: Implement ExpandSqlCombine optimizer
imunkin
2026-06-29
53
-119
/
+1141
*
YQL-21315: Implement block guess
atarasov5
2026-06-26
15
-0
/
+281
*
Intermediate changes
robot-piglet
2026-06-25
214
-486
/
+283
*
Intermediate changes
robot-piglet
2026-06-25
1168
-1539
/
+390
*
Intermediate changes
robot-piglet
2026-06-24
890
-1147
/
+274
*
YQL-20631: Support WITH CTE columns and fix UNION column order for YqlSelect
vitya-smirnov
2026-06-23
16
-0
/
+360
*
Preserve AssumeColumnOrder on DeriveColumnOrder
vitya-smirnov
2026-06-22
4
-12
/
+12
*
YQL-21048: Fix GROUPING SETS aggregation optionality on YqlSelect
vitya-smirnov
2026-06-22
10
-0
/
+855
*
YQL-21338: Better error message
atarasov5
2026-06-22
19
-6
/
+232
*
YQL-20631: Support RECURSIVE WITH CTE on YqlSelect
vitya-smirnov
2026-06-19
22
-0
/
+391
*
YQL-20631: Support simple CTEs on YqlSelect
vitya-smirnov
2026-06-18
8
-0
/
+147
*
YQL-21321 don't check for persistable in agg traits typecheck
vvvv
2026-06-17
4
-0
/
+39
*
Use Cons! in translator instead of Nth
udovichenko-r
2026-06-17
1
-1047
/
+1047
*
YQL-21321 deep error check for EnsurePersistable
vvvv
2026-06-16
4
-0
/
+53
*
Fix PayloadRenameOverWindow in overwrite case
aneporada
2026-06-11
4
-0
/
+86
*
YQL-21297: Handle Interval64 in aggregate/window
vitya-smirnov
2026-06-10
17
-0
/
+422
*
YQL-20234: Fix agg phases over Null and disallow DISTINCT
vitya-smirnov
2026-06-08
33
-117
/
+193
*
YQL-21292 fixed switching of cycle detector & better diags
vvvv
2026-06-05
11
-1997
/
+1899
*
YQL-16277: Implement type annotation for SqlCombine
imunkin
2026-06-04
14
-9
/
+214
*
Watermarks: YQL: Fix table hints
vokayndzop
2026-06-04
1
-3
/
+3
*
YQL-16277: Allow using expressions in equi predicates for COMBINE command
imunkin
2026-06-02
7
-8
/
+84
*
hybrid rank callable placeholder KIKIMR-25488
gvit
2026-06-02
6
-0
/
+85
*
YQL-21246: Propagate ExtractMembers over TableSource
imunkin
2026-05-27
5
-6
/
+59
*
YQL-20855: Support NULL as a type name
vitya-smirnov
2026-05-27
4
-12
/
+11
*
YQL-21152: Support implicit USING at YqlSelect
vitya-smirnov
2026-05-27
35
-1
/
+568
*
Check lambda scope in the linear checker
vvvv
2026-05-26
13
-24
/
+103
*
YQL-21046: Support RANGE window on YqlSelect
vitya-smirnov
2026-05-22
21
-288
/
+671
*
Intermediate changes
robot-piglet
2026-05-19
65
-14886
/
+14987
*
YQL-20234: Support Percentile agg phases
vitya-smirnov
2026-05-18
40
-84
/
+3081
*
YQL-16277: Implement frontend for COMBINE command
imunkin
2026-05-13
4
-0
/
+71
*
YQL-20234: Support RandomValue agg phases
vitya-smirnov
2026-05-13
19
-0
/
+1478
*
YQL-21228 fix nulled == over variants
vvvv
2026-05-12
4
-0
/
+34
*
Enable window new pipeline by default
atarasov5
2026-05-08
11
-1164
/
+1164
*
YQL-21210 new lang ver
vvvv
2026-05-07
9
-22
/
+17
*
YQL-19813: Udf implementation
atarasov5
2026-05-07
5
-11
/
+13
*
YQL-21136: Fix AvgIf(Interval64) result type
vitya-smirnov
2026-05-06
6
-0
/
+287
*
YQL-20234: Support Corr and Cov agg phases
vitya-smirnov
2026-05-06
25
-0
/
+1994
*
Intermediate changes
robot-piglet
2026-05-05
5
-0
/
+278
*
YQL-20928: Fix RIGHT JOIN for YqlSelect
vitya-smirnov
2026-04-30
20
-20
/
+391
[next]