summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* ci: write test shard name for testmo reportNikita Kozlovskiy2023-06-123-14/+39
| | | | | ci: write test shard name for testmo report Pull Request resolved: #249
* Add waiters queue + refactoringrobdrynkin2023-06-1228-1740/+2947
|
* list instead of deque for signalsivanmorozov2023-06-118-48/+48
|
* additional loggingivanmorozov2023-06-115-0/+17
|
* Intermediate changesrobot-piglet2023-06-111-0/+10
|
* ci: pr check fixNikita Kozlovskiy2023-06-101-11/+23
| | | | | ci: pr check fix Pull Request resolved: #250
* Move backward compatibility define to libcxx's own wrappers_configthegeorg2023-06-101-0/+7
| | | So this define will not be applied when building with `-DUSE_STL_SYSTEM`.
* util/saveload: implement default saveload for std::optionalionagamed2023-06-102-0/+43
|
* Remove extra semicolon (library)bulatman2023-06-1055-99/+88
|
* fix followersgvit2023-06-1015-62/+176
|
* Add syntax selection support to ExecuteQuery. ()spuchin2023-06-0919-128/+208
|
* [grpc] support again GET http requestsgotocoding2023-06-091-1/+2
| | | | | Оригинальный PR с удалением поддежки экспериментальных фичей `idempotent/cacheble` : https://github.com/grpc/grpc/pull/28922/files#diff-ecfb39bf6f4efc0bacabfded858c2346ef3b07c91babb8cbc5d4f286b28b70deR108 Старые grpc-клиенты используют `idempotent` флаг и ломаются при походах на новый grpc-server, который уже не поддеживает эту фичу
* Kernel for String::LevensteinDistance + BinaryKernel helpervvvv2023-06-098-42/+142
|
* Add ReadRows handling into workload KV UTva-kuznecov2023-06-091-8/+15
|