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
/
public
/
purecalc
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
YQL-20095: Tune bugprone-argument-comment
vitya-smirnov
2026-06-30
8
-21
/
+21
*
YQL-20095: Enable performance-move-const-arg
vitya-smirnov
2026-06-24
1
-2
/
+2
*
Use Cons! in translator instead of Nth
udovichenko-r
2026-06-17
6
-5
/
+57
*
YQL-21259 Allow Tables() function only in purecalc
vvvv
2026-05-26
1
-0
/
+1
*
Enable ToFlowOverCollect by default
imunkin
2026-05-18
1
-1
/
+0
*
YQL-19813: Udf implementation
atarasov5
2026-05-07
1
-1
/
+1
*
YQL-19813: Purecalc and embedded
atarasov5
2026-04-29
7
-8
/
+54
*
YQL-20095: Enable readability-inconsistent-declaration-parameter-name
vitya-smirnov
2026-04-28
1
-2
/
+2
*
Enable ExpandLMapOrShuffleByKeysViaBlock by default
imunkin
2026-04-21
1
-1
/
+0
*
YQL-20095: Enable readability-container-size-empty
vitya-smirnov
2026-04-07
1
-2
/
+2
*
YQL-19768: Enable optimizers for purecalc block pipeline
imunkin
2026-04-03
1
-0
/
+7
*
Replace unreachable with *_ENSURE(false, ...)
atarasov5
2026-04-01
3
-8
/
+9
*
YQL-20095: Enable readability-avoid-const-params-in-decls
vitya-smirnov
2026-03-31
2
-4
/
+4
*
YQL-20998: Remove EmitReadsForExists
vitya-smirnov
2026-03-05
1
-1
/
+0
*
YQL-20972: Rewrite methods that has UV as output parameter.
atarasov5
2026-03-05
2
-6
/
+23
*
YQL-20095: Enable modernize-pass-by-value
vitya-smirnov
2026-03-02
2
-4
/
+6
*
YQL-20958: Pass translator flags for sql view
atarasov5
2026-02-20
1
-10
/
+20
*
YQL-20095: Enable modernize-concat-nested-namespaces
vitya-smirnov
2026-02-17
14
-60
/
+30
*
YQL-20889 allow customization of how issues are reported
vvvv
2026-01-29
7
-16
/
+39
*
YQL-20095: Enable google-explicit-constructor
vitya-smirnov
2026-01-23
1
-1
/
+1
*
YQL-20339 Enable runime linear checker in the purecalc & specs
vvvv
2026-01-15
3
-0
/
+42
*
YQL-20095: Enable modernize-use-override
vitya-smirnov
2026-01-13
1
-2
/
+2
*
final
vvvv
2025-12-15
1
-0
/
+1
*
YQL-19017 drop dead code
vvvv
2025-12-04
5
-15
/
+2
*
YQL-20086: Enable arcadia and bugprone checks
vitya-smirnov
2025-11-25
1
-1
/
+1
*
YQL-20086: Add yql/essentials Clang Tidy config
vitya-smirnov
2025-11-21
1
-1
/
+1
*
Support purecalc internal settings in python interface
alexfilatov
2025-11-07
2
-0
/
+12
*
YQL-20600 [purecalc] expose some tweaks for internal limits
vvvv
2025-11-01
4
-4
/
+43
*
YQL-20086 invert flag
vvvv
2025-10-10
1
-2
/
+0
*
YQL-20086 public
vvvv
2025-10-08
35
-2634
/
+2592
*
YQL-20365 ConvertTo, warn for Ensure
vvvv
2025-09-03
6
-65
/
+85
*
NormalizeDependsOn pipeline stage
ziganshinmr
2025-07-30
1
-1
/
+1
*
YQL-20086 public
vvvv
2025-06-20
9
-131
/
+131
*
YQL-20086 core
vvvv
2025-06-18
2
-15
/
+15
*
YQL-20073 type diff for TryConvert
vvvv
2025-06-17
2
-3
/
+2
*
[purecalc] Fixed fatal error if Self is used inside evaluation
vvvv
2025-05-16
3
-4
/
+11
*
YQL-19765: Store IHash, ICompare, IEquate by type value instead of pointer
atarasov5
2025-05-14
2
-2
/
+2
*
YQL-19943 supported custom callable typecheck inside evaluation pipeline
vvvv
2025-05-14
1
-2
/
+6
*
YQL-19845 pass langver to purecalc's compute
vvvv
2025-04-22
4
-9
/
+20
*
YQL-19845 introduced max released version, used in fastcheck/linter/purecalc ...
vvvv
2025-04-21
6
-1
/
+42
*
YQL-19594 drop antlr3 from purecalc & facade
vvvv
2025-02-28
2
-17
/
+1
*
YQL-19594 Explicit lexers & parsers 2
vvvv
2025-02-21
3
-2
/
+35
*
refactor SQL translators YQL-19594
vvvv
2025-02-16
2
-1
/
+12
*
YQL-19424: Use WideStream instead of WideFlow in WideToBlocks computation node
imunkin
2025-02-11
1
-26
/
+21
*
YQL-19017 pass Antlr version via purecalc interface (for migration)
vvvv
2025-02-07
5
-5
/
+18
*
Introduce a flag to control type annotation for WideToBlocks
imunkin
2025-02-06
1
-0
/
+9
*
Intermediate changes
robot-piglet
2025-02-03
1
-3
/
+3
*
EXISTS with tables YQL-19496
vvvv
2025-01-29
1
-0
/
+1
*
YQL-19424: Use WideStream instead of WideFlow in WideFromBlocks computation node
imunkin
2025-01-17
1
-30
/
+25
*
added cache invalidation for computation graph
grigoriypisar
2024-12-17
3
-0
/
+17
[next]