aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add FeatureFlag EnablePDiskHighHDDInFlight KIKIMR-20161va-kuznecov2023-12-062-1/+3
|
* ban pg large object functionsrekby2023-12-061-5/+22
|
* fix columns save/load info reading from protoivanmorozov2023-12-063-8/+7
|
* ci: add release-msan preset, add sanitizer builds in the nightly buildnkozlovskiy2023-12-067-24/+37
|
* YQL-17038 [pg] ignore locking clause for nowvvvv2023-12-064-8/+20
|
* YQL-17297 [lineage] better support of subqueryvvvv2023-12-064-4603/+4654
|
* YT: Add no such tablet error code to GetTabletByIndexOrThrowdgolear2023-12-061-4/+3
|
* Added constant folding to KQPpavelvelikhov2023-12-0613-2/+332
| | | | Added constant folding to KQP
* Added ToFlow operator to JSON planpavelvelikhov2023-12-0618-27/+160
| | | | Added ToFlow operator to JSON plan
* Intermediate changesrobot-piglet2023-12-064-0/+1033
|
* Update dns, uuid, websocket for importborman2023-12-064-6/+123
| | | | * Disable unix domain socket tests in dns (fail under ya make)
* Update contrib/python/boto3/py3 to 1.29.5robot-contrib2023-12-063-4/+4
|
* unnecessary fields in TTabletTxInfoabcdef2023-12-061-17/+0
| | | | удалил ненужные поля
* ydb-oss: add some go dependsnkozlovskiy2023-12-064-0/+466
|
* YQL-17264 fix proto enumvvvv2023-12-062-0/+2
|
* Prepare -> EvictVDisks KIKIMR-20254ilnaz2023-12-068-42/+42
|
* KIKIMR-19852: fix race on select in case move sources and check ones in timeivanmorozov2023-12-062-9/+14
| | | | its possible due to resource allocation and sources fetching happened in different threads
* KIKIMR-20380: scheme modification repercusion fixes for compactionivanmorozov2023-12-0617-81/+108
|
* YT-20519: Optimize execution pool removal in fair share thread poollukyan2023-12-067-26/+103
|
* Fix buildinnokentii2023-12-061-3/+3
| | | | fix build
* S3 proxy resolver: config & impl KIKIMR-16190ilnaz2023-12-0616-556/+683
|
* Rework push down limit to support both v2 and v1e-zudin2023-12-069-55/+137
|
* YQL-17295 write YT schema into lineage toovvvv2023-12-0629-87/+164
|
* Fix str/bytes for regexpv-korovin2023-12-061-1/+2
|
* Change "kqp_service_ut.cpp" KIKIMR-20405gvit2023-12-061-2/+17
|
* refactor column constraints (yql & pg) KIKIMR-20022gvit2023-12-0610-4743/+4697
|
* YT-20547: TIncarnationId is strongly typedarkady-e1ppa2023-12-062-1/+41
| | | | First commit
* Prepare host before granting permission KIKIMR-20254ilnaz2023-12-0620-81/+506
|
* Remove legacy example in docsmaxkovalev2023-12-061-4/+0
|
* Check ABORTED_BY_USER meteringhor9112023-12-062-1/+15
|
* Fix utinnokentii2023-12-066-2082/+1
| | | | fix ut
* Fix EvaluateExpr for optional typesaneporada2023-12-061-1/+1
|
* library/yson: Add NodeFromJsonStringIterativeionagamed2023-12-066-2/+92
| | | | AI для
* Fix broken CSA macronechda2023-12-061-1/+1
|
* Update contrib/python/setuptools/py3 to 69.0.2robot-contrib2023-12-063-8/+10
|
* Update contrib/python/wcwidth/py3 to 0.2.12robot-contrib2023-12-068-10838/+2312
|
* Improve configs introspectioninnokentii2023-12-0617-187/+603
| | | | | | | | fix fix improve configs introspection
* [misc] improve readmeAlexander Petrukhin2023-12-061-1/+2
| | | | | | [misc] improve readme Pull Request resolved: https://github.com/ydb-platform/ydb/pull/475
* Enable/disable spilling in local worker manageraozeritsky2023-12-065-5/+12
|
* KIKIMR-20406: Fix ArrowSchema initializationivanmorozov2023-12-064-24/+39
|
* Upd libc++ to 12 July 2022 81c48436bbd29736f77a111fc207e28854939907hiddenpath2023-12-06139-2377/+2892
|
* (no commit message)pg2023-12-051-0/+1
|
* Add federated query sources/sinks to KQP plangalaxycrab2023-12-0597-529/+1846
|
* Missed resurce for actorsdcherednik2023-12-051-0/+1
|
* parsing promosmoroznastya2023-12-053-4/+38
|
* Intermediate changesrobot-piglet2023-12-051-0/+1
|
* ci: pr-check: use github pat instead of org tokennkozlovskiy2023-12-051-2/+2
|
* Change "ext_mapping.conf.json"alexv-smirnov2023-12-051-2/+7
|
* KIKIMR-18878: use TablePointLookup operator only for lookups by full pkulya-sidorina2023-12-0596-319/+319
| | | | fix(query+plan): use TablePointLookup operator only for lookups by full pk
* Use ProjectedFSLib.{h,lib} from Windows SDKthegeorg2023-12-051-0/+1
| | | | | Windows SDK contains `projectedfslib.h` (lowercase) and `ProjectedFSLib.lib` (pascal-case). As everything in case-insensitive here, I am using `ProjectedFSLib` spelling everywhere.