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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix bad pointer dereference
Alexey Ozeritskiy
2022-06-10
2
-9
/
+10
*
YQ-1154: support postgres type in public protos, change oid type from int32 t...
Sergey Uzhakov
2022-06-10
1
-1
/
+1
*
YQL-14970 mistype
Vitaly Stoyan
2022-06-10
1
-1
/
+1
*
intermediate changes
arcadia-devtools
2022-06-10
1
-1
/
+1
*
YQ-1154: support postgres types in public protos
Sergey Uzhakov
2022-06-10
1
-1
/
+12
*
intermediate changes
arcadia-devtools
2022-06-10
1
-1
/
+1
*
IGNIETFERRO-1922 Add missing includes for atomics.
eeight
2022-06-10
4
-0
/
+5
*
Fix reimport for contrib/tools/swig
thegeorg
2022-06-10
1
-0
/
+1
*
ut to use index with scripting service. KIKIMR-15065
Daniil Cherednik
2022-06-10
1
-0
/
+41
*
intermediate changes
arcadia-devtools
2022-06-10
1
-1
/
+1
*
YQL-14689 add signatures.
a-romanov
2022-06-10
28
-4
/
+268
*
YQL-14386: Set ChunkSizeLimit to 128Mb
Alexey Ozeritskiy
2022-06-10
3
-2
/
+8
*
YQ-1153 Fix query.cpu_usage_us public counter
Vasily Gerasimov
2022-06-10
3
-5
/
+21
*
KIKIMR-14960: fix enum value of SchemeShardConfigItem
Evgeniy Ivanov
2022-06-10
1
-1
/
+1
*
KIKIMR-15071: fix blob cache reads (duplicates in cookie)
Artem Zuikov
2022-06-10
1
-13
/
+11
*
Enable ReadTableRanges for sysview tables KIKIMR-12434
Mikhail Surin
2022-06-10
1
-8
/
+0
*
update ydb ui error display fix YDB-1581
kovalad
2022-06-10
96
-329
/
+329
*
Support BlobDepot agent config propagation KIKIMR-14867
Alexander Rutkovsky
2022-06-10
54
-86
/
+1914
*
intermediate changes
arcadia-devtools
2022-06-10
67
-704
/
+12986
*
Cut more opensource deps to build/rules
svidyuk
2022-06-10
1
-3
/
+3
*
intermediate changes
arcadia-devtools
2022-06-10
1
-6
/
+6
*
[util] AdjacentFind + AdjacentFindBy
swarmer
2022-06-10
2
-0
/
+58
*
intermediate changes
arcadia-devtools
2022-06-10
2
-1343
/
+1343
*
Fix pdisk_io includes, KIKIMR-15048
Cthulhu
2022-06-10
69
-251
/
+306
*
[protobuf] revert "print bytes as string" patch
swarmer
2022-06-10
2
-7
/
+7
*
intermediate changes
arcadia-devtools
2022-06-10
1
-0
/
+2
*
KIKIMR-14960: schemeshard should batch stats
Evgeniy Ivanov
2022-06-10
24
-44
/
+731
*
YQL-13966 native logical ops & some optimizers
Vitaly Stoyan
2022-06-10
2
-45
/
+86
*
intermediate changes
arcadia-devtools
2022-06-10
8
-134
/
+15
*
Compressed backups: public api, cpp sdk, cli KIKIMR-14803
Ilnaz Nizametdinov
2022-06-10
14
-11
/
+174
*
intermediate changes
arcadia-devtools
2022-06-10
3
-0
/
+167
*
[YQL-14977] Fix %B handling in Datetime::Parse
Andrey Neporada
2022-06-09
1
-1
/
+1
*
CDC docs YCDOCS-5205
Ilnaz Nizametdinov
2022-06-09
9
-2
/
+127
*
YQ-1037 decompressors a little fix.
a-romanov
2022-06-09
2
-2
/
+3
*
intermediate changes
arcadia-devtools
2022-06-09
1
-1
/
+6
*
[kqp] support multiple shards reading: preparations for multiple shards in fl...
Vitalii Gridnev
2022-06-09
1
-271
/
+257
*
intermediate changes
arcadia-devtools
2022-06-09
1
-1
/
+1
*
YQL-14386: Can change ChunkSizeHardLimit
Alexey Ozeritskiy
2022-06-09
4
-9
/
+14
*
revert r9496078
Mikhail Surin
2022-06-09
5
-72
/
+11
*
YQL-13710 init latches for pg_sleep
Vitaly Stoyan
2022-06-09
2
-1
/
+11
*
Register new icb options in cms, KIKIMR-15059
Aleksei Borzenkov
2022-06-09
1
-0
/
+2
*
YDBOPS-5369 Fix deploy on premises docs
Mikhail Babich
2022-06-09
2
-41
/
+45
*
intermediate changes
arcadia-devtools
2022-06-09
88
-687
/
+1252
*
fix scan query runs KIKIMR-15063
Alexey Efimov
2022-06-09
1
-55
/
+51
*
intermediate changes
arcadia-devtools
2022-06-09
1
-1
/
+1
*
Configure force shard split with icb, KIKIMR-15059
Aleksei Borzenkov
2022-06-09
6
-34
/
+84
*
YQL-14656: fix null response handling
DMokhnatkin
2022-06-09
1
-0
/
+5
*
YQL-14973 implemented common compare operators for pg types
Vitaly Stoyan
2022-06-09
2
-2
/
+59
*
IGNIETFERRO-1105 -> Top level t-z
eeight
2022-06-09
18
-18
/
+18
*
intermediate changes
arcadia-devtools
2022-06-09
13
-1573
/
+1970
[prev]
[next]