summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Multiline DEPENDS for easy parsing on import from GitHubalexv-smirnov2023-06-131-1/+3
|
* Multiline DEPENDS for easy parsing on import from GitHubalexv-smirnov2023-06-131-1/+3
|
* Multiline DEPENDS for easy parsing on import from GitHubalexv-smirnov2023-06-131-1/+3
|
* Intermediate changesrobot-piglet2023-06-134-0/+0
|
* Fix webuiinnokentii2023-06-132-23/+58
| | | fix webui
* Intermediate changesrobot-piglet2023-06-136-2/+2
|
* BUILD.md typo fixNikita Kozlovskiy2023-06-131-1/+1
| | | | | BUILD.md typo fix Pull Request resolved: #257
* Warmup timeazevaykin2023-06-138-29/+59
|
* Fix applying 05-thread.patch to contrib/libs/grpcthegeorg2023-06-131-13/+1
|
* Intermediate changesrobot-piglet2023-06-134-0/+0
|
* fixivanmorozov2023-06-131-6/+0
| | | Note: mandatory check (NEED_CHECK) was skipped
* fix exceptions processingivanmorozov2023-06-131-1/+12
|
* prioritised event processing in hivezalyalov2023-06-1312-7/+288
| | | initial support for prioritised event processing
* Intermediate changesrobot-piglet2023-06-134-0/+0
|
* YDB SDK Sync from gitrobot-kikimr-dev2023-06-135-10/+35
|
* Intermediate changesrobot-piglet2023-06-134-0/+0
|
* Remove timeout/size from UDFalexv-smirnov2023-06-131-4/+0
|
* Intermediate changesrobot-piglet2023-06-134-0/+0
|
* add support pg temp table in parserfedor-miron2023-06-132-17/+33
|
* Intermediate changesrobot-piglet2023-06-135-71/+59
|
* limit writes in flightchertus2023-06-136-23/+116
|
* ci: add prepare-vm action, update build documentationNikita Kozlovskiy2023-06-134-61/+87
| | | | | ci: add prepare-vm action, update build documentation Pull Request resolved: #254
* Add corp to cibazeltsev2023-06-131-1/+1
| | | updated
* PR from branch users/xenoxeno/xenoxeno2023-06-136-353/+362
| | | | | rework transactions and sessions handling add parsed execute actor
* add canonization info for request results testingivanmorozov2023-06-132-6/+83
|
* Fix scrub garbage keepingalexvru2023-06-1314-25/+133
|
* Intermediate changesrobot-piglet2023-06-134-0/+0
|
* separate rt/persistent logicivanmorozov2023-06-139-192/+232
|
* Port rXXXXXX and rXXXXXX on Windowsthegeorg2023-06-131-2/+1
|
* Intermediate changesrobot-piglet2023-06-134-0/+0
|
* set serverless databases status equal shared databaseandrew-rykov2023-06-131-0/+14
| | | make serverless databases green
* Fix race in case of early TEvDiscardSnapshot event.dcherednik2023-06-131-9/+55
| | | | | | | | | | kqp session actor can send TEvDiscardSnapshot before getting snapshot id from snapshot manager. Possible situations: - If snapshot manager if AwaitCreation state we must wait for getting snapshot id from TEvProposeTransactionStatus response and send DiscardVolatileSnapshot back. - If snapshot manager already send snapshot id to session actor and become StateRefreshing but session actor has not received this message and send TEvDiscardSnapshot without snapshot id
* Intermediate changesrobot-piglet2023-06-134-0/+0
|
* feat rps-read-rows: add pg type supporttheqwertiest2023-06-1313-47/+351
| | | | | Drive-by: - fix memory leaks - fix bug with pg null handling
* PG clickbench passed testsvvvv2023-06-131-2/+11
|
* control memory usage for column shard scan modeivanmorozov2023-06-138-9/+39
|
* ci: fix ccache secret variable nameNikita Kozlovskiy2023-06-132-4/+2
| | | | | ci: fix ccache secret variable name Pull Request resolved: #253
* YQL-15288: Fix for no more warning many timesmrlolthe1st2023-06-138-19/+48
| | | YQL-15288: Fix for no more warning many times
* Intermediate changesrobot-piglet2023-06-134-0/+0
|
* more verifieschertus2023-06-132-7/+8
|
* Create file "a.yaml"miripiruni2023-06-131-0/+2
|
* Intermediate changesrobot-piglet2023-06-134-0/+0
|
* incorrect invariant condition for the WAIT_RS stateabcdef2023-06-132-3/+108
| | | Исправлено условие проверки в состоянии `WAIT_RS`
* Intermediate changesrobot-piglet2023-06-134-0/+0
|
* add ymake export to ydbalexv-smirnov2023-06-133323-2058/+247098
|
* Additional logsazevaykin2023-06-131-3/+8
|
* Delete constant reference API to DoNotOptimizeAwaybulatman2023-06-121-0/+9
|
* Intermediate changesrobot-piglet2023-06-124-4/+0
|
* Remove extra semicolon (util)bulatman2023-06-1215-19/+19
|
* ccache: enable basedir, slopiness, add docNikita Kozlovskiy2023-06-125-64/+114
| | | | | ccache: enable basedir, slopiness, add doc Pull Request resolved: #247