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 q17
CLI_2.7.0
aozeritsky
2023-10-14
1
-8
/
+19
*
KIKIMR-19216: improve merging
ivanmorozov
2023-10-14
5
-107
/
+156
*
KIKIMR-19215: additional signals
ivanmorozov
2023-10-14
24
-14
/
+198
*
KIKIMR-19704: add validation for prevent repeateble execution task
ivanmorozov
2023-10-14
2
-0
/
+4
*
KIKIMR-19712: fix validation and add debug info
ivanmorozov
2023-10-14
1
-2
/
+6
*
rework nodes handler, fixed total counter, serverless databases, filter, adde...
xenoxeno
2023-10-14
4
-138
/
+260
*
fix data race when reporting issue counters KIKIMR-19711
gvit
2023-10-14
3
-13
/
+21
*
YT-20007: Add per instance summary configuration, consider disabled profiling...
dave11ar
2023-10-14
14
-84
/
+358
*
Update libc++ to 1 May 2022 639b9618f46d75f4dabd2082b3f6ba8433c287bf
mikhnenko
2023-10-14
47
-1051
/
+3390
*
Fix crash in case of two selects in one query
galaxycrab
2023-10-14
6
-63
/
+76
*
YQL-15891 LLVM for blocks Top/Sort.
a-romanov
2023-10-14
9
-265
/
+1038
*
YT-20220: Fix error due allocation at __atexit(...)
ni-stoiko
2023-10-14
4
-15
/
+25
*
Update contrib/python/ipython/py3 to 8.16.0
robot-contrib
2023-10-14
13
-60
/
+76
*
Improve handling of ExtractMembers over Aggregate
aneporada
2023-10-14
2
-31
/
+90
*
Added --ignore-unsupported option in pg-convert command
Bulat Gayazov
2023-10-14
5
-5
/
+39
*
Use ExecutionID from TraceID from FQ Proxy
hor911
2023-10-13
1
-3
/
+1
*
ci: fix ya test sanitizer run
nkozlovskiy
2023-10-13
1
-1
/
+1
*
Update contrib/libs/googleapis-common-protos to 1.61.0
robot-contrib
2023-10-13
8
-2
/
+156
*
[YQ] encapsulation of db name in connection
tsmax2004
2023-10-13
4
-14
/
+36
*
add tasan.supp, lsan.supp
nkozlovskiy
2023-10-13
5
-0
/
+11
*
fix update token test
ildar-khisam
2023-10-13
1
-22
/
+16
*
KIKIMR-19583 Add source field to change record. Add read(op = r) operation an...
krock21
2023-10-13
9
-60
/
+221
*
Pass dummy quota manager to worker actor (for testing purpose)
aozeritsky
2023-10-13
1
-1
/
+17
*
YQ Connector: refactor external databases and database resolving
vitalyisaev
2023-10-13
51
-247
/
+580
*
[pg] IF NOT EXISTS support for CREATE INDEX
dcherednik
2023-10-13
14
-37
/
+96
*
YQL-15441: Add two more test suits
maxkovalev
2023-10-13
3
-0
/
+33
*
Consider MIT WITH Musl-Exception as a single permissive license
thegeorg
2023-10-13
1
-4
/
+1
*
KIKIMR-18761: Add configuration parameter for request groups from LDAP
molotkov-and
2023-10-13
3
-8
/
+95
*
Remove column-only requirement in PERCENTILE/MEDIAN
aneporada
2023-10-13
9
-57
/
+108
*
ci: add ya test run to the nigthly workflow, save test logs
nkozlovskiy
2023-10-13
4
-7
/
+68
*
Split certifi on py2/py3
shadchin
2023-10-13
3
-3
/
+30
*
YQ Connector:Small changes in API for filters
galaxycrab
2023-10-13
1
-72
/
+64
*
Switching reading VQE config to rapidjson, enabling reading config on DSP
koryabkin
2023-10-13
5
-4
/
+2
*
transaction implementation errors in PQ
abcdef
2023-10-13
9
-54
/
+240
*
KIKIMR-19521 BTreeIndex Node
kungasc
2023-10-13
10
-1
/
+695
*
KIKIMR-18957: Create if not exists
shumkovnd
2023-10-13
11
-44
/
+114
*
Explicit number of changefeed's underlying topic partitions KIKIMR-19460
ilnaz
2023-10-13
12
-21
/
+268
*
Add missed #include <functional>
mikhnenko
2023-10-13
2
-0
/
+4
*
KIKIMR-15250: can push down top sort if not pk prefix columns in input exist ...
vpolka
2023-10-13
3
-8
/
+241
*
YQL-16845: fix panic on PG SQL parsing of VALUES
fedor-miron
2023-10-13
1
-1
/
+5
*
Fix arena's repalloc
vvvv
2023-10-13
1
-4
/
+13
*
YQL-15891 Use normal Extend for blocks.
a-romanov
2023-10-13
1
-10
/
+8
*
do not check exceptions during expression evaluation
ilnurkh
2023-10-13
1
-14
/
+7
*
KIKIMR-19589 added local monaco-editor to cms
andrew-rykov
2023-10-13
105
-12
/
+2386
*
YT-12127, YT-12128: Fix FS invoker pool average wait time for the last time
eshcherbin
2023-10-13
2
-32
/
+64
*
TraceId = JobId + _ + RetryCount
hcpp
2023-10-13
3
-2
/
+5
*
Update contrib/python/wcwidth/py3 to 0.2.7
robot-contrib
2023-10-13
9
-82
/
+684
*
YT-17840: Fix null and void columns in Arrow
nadya02
2023-10-13
2
-17
/
+34
*
Update contrib/python/boto3/py3 to 1.28.57
robot-contrib
2023-10-13
3
-4
/
+4
*
Update contrib/python/botocore/py3 to 1.31.57
robot-contrib
2023-10-13
405
-64
/
+2343
[next]