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
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
YQL-19747 Publish ParseUdfs, ParseTypes and others
vityaman
2025-04-29
2
-2
/
+25
*
YQL-19747 Introduce SimpleSchemaGateway
vityaman
2025-04-29
9
-36
/
+133
*
YQL-19747 Enable custom NameSet and FrequencyData
vityaman
2025-04-28
17
-140
/
+196
*
YQL-19747 Use TMaybe
vityaman
2025-04-28
5
-18
/
+22
*
YQL-19747: Refactor sql/v1/complete usage of Future and Ptr
vityaman
2025-04-25
31
-330
/
+262
*
Primitives for case insensitive simple pattern match
zverevgeny
2025-04-25
5
-8
/
+25
*
YQL-19747 Detect a token at the caret position
vityaman
2025-04-23
10
-115
/
+302
*
YQL-19747 Normalize names for ranking and filtering
vityaman
2025-04-22
10
-22
/
+183
*
Intermediate changes
robot-piglet
2025-04-22
9
-0
/
+293
*
YQL-19845 CurrentLanguageVersion func
vvvv
2025-04-22
1
-0
/
+1
*
YQL-19864 docs
vvvv
2025-04-18
4
-5
/
+16
*
YQL-19864 sql flag + test with explicit flag & by version
vvvv
2025-04-17
4
-3
/
+21
*
YQL-19845 support of lang version checking inside facade
vvvv
2025-04-16
2
-0
/
+3
*
YQL-19747 Remove default completion engine factory
vityaman
2025-04-15
3
-25
/
+0
*
YQL-19616 refactor test lexers from sql2yql, supported facade run tools
vvvv
2025-04-14
4
-0
/
+113
*
YQL-19747 Rank keywords just by plain usages
vityaman
2025-04-14
19
-91
/
+198
*
Intermediate changes
robot-piglet
2025-04-14
4
-3
/
+50
*
YQL-19616 Fix lexer/regex STRING_VALUE and TSKIP recognition
vityaman
2025-04-11
3
-10
/
+40
*
YQL-19790 allow distinct over keys
vvvv
2025-04-10
4
-1
/
+9
*
YQL-19747 Complete read hints on PROCESS and REDUCE
vityaman
2025-04-10
4
-13
/
+33
*
YQL-19747 Complete select and insert hints
vityaman
2025-04-09
20
-28
/
+220
*
YQL-19616 Fix regex lexer
vityaman
2025-04-09
6
-9
/
+27
*
YQL-19747 Complete after PRAGMA and multi-token names
vityaman
2025-04-08
15
-30
/
+286
*
Fix keeping aggregate columns in case of distinct aggregation over window
ziganshinmr
2025-04-08
1
-11
/
+11
*
YQL-19747 Improve yql_complete tool and add input validation
vityaman
2025-04-08
2
-9
/
+32
*
YQL-19747 statements (hints etc)
vvvv
2025-04-07
2
-0
/
+12
*
Intermediate changes
robot-piglet
2025-04-07
8
-14
/
+34
*
YQL-19747 Complete type name as a function argument
vityaman
2025-04-07
4
-6
/
+52
*
YQL-19747 pragmas
vvvv
2025-04-03
4
-0
/
+73
*
YQL-19747 Complete token sequences
vityaman
2025-04-02
7
-82
/
+120
*
YQL-19747 Introduce types and functions ranking
vityaman
2025-04-02
18
-147
/
+526
*
Intermediate changes
robot-piglet
2025-04-02
2
-5
/
+7
*
Fix DISTINCT over window over join
ziganshinmr
2025-04-01
1
-0
/
+4
*
Intermediate changes
robot-piglet
2025-04-01
8
-84
/
+325
*
view: support show create in parser
deminds
2025-03-31
7
-11
/
+51
*
Error for batch operations with RETURNING
ditimizhev
2025-03-31
2
-4
/
+28
*
YQL-19747 Complete Function Names
vityaman
2025-03-28
32
-291
/
+517
*
YQL-19747 sql functions
vvvv
2025-03-28
2
-374
/
+417
*
YQL-19616 Convert YQL lexer grammar to regexes
vityaman
2025-03-28
20
-64
/
+1263
*
YQL-19747 Complete a simple type name
vityaman
2025-03-28
19
-38
/
+544
*
YQL-19747 Split statements
vityaman
2025-03-27
9
-32
/
+127
*
YQL-19716: Fix Block Reader
mrlolthe1st
2025-03-21
1
-1
/
+6
*
YQL-19746 fix
vvvv
2025-03-20
4
-6
/
+17
*
YQL-19616 Implement ILexer via antlr_ast
Victor Smirnov
2025-03-19
17
-23
/
+172
*
Added settings of create transfer statement: flush_interval, batch_size, cons...
tesseract
2025-03-19
1
-1
/
+12
*
YQL fix complete logic
vityaman
2025-03-18
2
-23
/
+4
*
YQL-19712 RuntimeLogLevel setting, mrjob logger
vvvv
2025-03-18
3
-0
/
+23
*
YQL-19701 linter extension for unknown clusters
vvvv
2025-03-13
2
-3
/
+7
*
view: use parent context for query AST building
deminds
2025-03-11
4
-69
/
+70
*
YQL-19212 more fixes to translator for case insensitive udf names
vvvv
2025-03-10
1
-12
/
+18
[prev]
[next]