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
/
udfs
/
common
/
datetime2
Commit message (
Expand
)
Author
Age
Files
Lines
*
YQL-20095: Enable readability-static-definition-in-anonymous-namespace
vitya-smirnov
2026-05-15
1
-18
/
+18
*
YQL-20095: Enable readability-simplify-boolean-expr
vitya-smirnov
2026-05-07
1
-4
/
+1
*
YQL-20095: Enable readability-uppercase-literal-suffix
vitya-smirnov
2026-05-07
1
-20
/
+20
*
YQL-21105 error predicate, better errors
vvvv
2026-04-24
1
-20
/
+27
*
YQL-21105 more polyargs (math, yson, url, datetime)
vvvv
2026-04-22
1
-3
/
+178
*
YQL-21105 capture poly args during discovery of UDF
vvvv
2026-04-15
2
-2
/
+3
*
Replace unreachable with *_ENSURE(false, ...)
atarasov5
2026-04-01
1
-2
/
+2
*
YQL-20095: Enable modernize-use-using
vitya-smirnov
2026-03-04
1
-10
/
+11
*
YQL-20991: Fix caching signature
atarasov5
2026-03-03
1
-0
/
+2
*
YQL-20378: Fix WriteOffsetWithColon LangVer
vitya-smirnov
2026-03-02
5
-1
/
+42
*
YQL-20095: Enable modernize-pass-by-value
vitya-smirnov
2026-03-02
1
-1
/
+2
*
YQL-20095: Enable modernize-avoid-c-arrays
vitya-smirnov
2026-02-19
1
-4
/
+6
*
Refactor time validation in various places
aneporada
2026-02-10
1
-31
/
+3
*
YQL-20095: Enable misc-redundant-expression
vitya-smirnov
2026-02-02
1
-0
/
+4
*
YQL-20876: Fix DateTime::Split signature
imunkin
2026-01-26
7
-1
/
+327
*
YQL-20378: Introduce %z specifier for Datetime::Parse{,64}
imunkin
2025-12-19
25
-5
/
+504
*
YQL-20378: Introduce a new flag to write the tz offset with a colon
imunkin
2025-12-11
9
-17
/
+414
*
YQL-20743: Fix negative UTC offset for %z specifier
imunkin
2025-12-05
3
-1
/
+7
*
YQL-20086: Add yql/essentials Clang Tidy config
vitya-smirnov
2025-11-21
1
-95
/
+101
*
YQL-20086 invert flag
vvvv
2025-10-10
1
-1
/
+1
*
YQL-20086 udfs
vvvv
2025-10-06
2
-1517
/
+1492
*
Intermediate changes
robot-piglet
2025-09-19
1
-1
/
+1
*
YQL-20241: Use ASCIIZ strings for UdfTerminate (essential udfs)
imunkin
2025-07-25
1
-19
/
+19
*
YQL-20005: User friendly datetime format error output
panikku
2025-07-09
5
-1
/
+19
*
YQL-20093: Change DateTime::IntervalFromSeconds signature
vitya-smirnov
2025-07-07
10
-2
/
+115
*
YQL-20093: Make DateTime::ToSeconds(Interval) return Int64
vitya-smirnov
2025-07-02
12
-8
/
+193
*
YQL-20086 udfs
vvvv
2025-06-18
1
-3
/
+3
*
Intermediate changes
robot-piglet
2025-06-16
2
-8
/
+0
*
YT-15805: Move timezone directory from yql/essentials/public/udf/tz to librar...
nadya02
2025-05-14
2
-5
/
+6
*
get rid of unused dep
vvvv
2025-05-12
2
-2
/
+0
*
YQL-19929 explicit frames for issue scopes (need to recanonize some warnings)
vvvv
2025-05-08
1
-4
/
+4
*
YQL-19767: Introduce MKQL allocator address sanitizing
atarasov5
2025-05-06
1
-2
/
+25
*
YQL-18303: Purge BigDateType data type flag
imunkin
2025-03-27
1
-12
/
+12
*
Fix parsing W and D components ofinterval literals
imunkin
2025-03-18
1
-12
/
+36
*
YQL-19700: Make DateTime UDF overloads backward compatible
imunkin
2025-03-14
1
-9
/
+63
*
Drop default value for TResourceName template parameter
imunkin
2025-03-13
1
-56
/
+33
*
Introduce helpers for type annotation errors in DateTime UDF
imunkin
2025-03-12
5
-113
/
+135
*
YQL-18303: Introduce To* overloads
imunkin
2025-02-28
7
-119
/
+1259
*
YQL-18303: Introduce Split and MakeTz* overloads
imunkin
2025-02-26
40
-1564
/
+1814
*
YQL-18303: Make Format use wide resource
imunkin
2025-02-25
3
-77
/
+154
*
YQL-18303: Introduce Parse64 function
imunkin
2025-02-25
7
-38
/
+349
*
YQL-18303: Introduce StartOf/EndOf/TimeOfDay overloads
imunkin
2025-02-24
5
-25
/
+999
*
YQL-18303: Introduce Shift* overloads
imunkin
2025-02-20
9
-413
/
+1980
*
YQL-18303: Introduce Update overload
imunkin
2025-02-18
11
-299
/
+1879
*
Make Reference helper be a template of TResourceName
imunkin
2025-02-18
1
-107
/
+77
*
YQL-19555: Purge YQL_UDF_TEST_CONTRIB module
imunkin
2025-02-14
2
-2
/
+2
*
YQL-18303: Introduce StartOf*/EndOf* overloads
imunkin
2025-02-07
16
-551
/
+2178
*
YQL-18303: Introduce Get* overloads for time components (numeric)
imunkin
2025-01-31
3
-127
/
+499
*
YQL-18303: Introduce Get* overloads for date components (string)
imunkin
2025-01-30
3
-70
/
+412
*
YQL-18303: Introduce Get* overloads for date components (numeric)
imunkin
2025-01-29
9
-583
/
+2022
[next]