aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect check for db path in workload CLIaidarsamer2022-12-083-18/+0
| | | Remove incorrect check for db path in workload CLI
* Add final projection to SSA program.aidarsamer2022-12-088-79/+150
| | | | | | | | Fix SSA Projection command apply to work correctly. Add unit test for final Projection order. Add final projection to SSA program. Fix SSA Projection command apply to work correctly.
* AS1.4,kruall2022-12-0819-23/+583
|
* Add EnableSmallDiskOptimization feature flag,serg-belyakov2022-12-0823-44/+66
| | | Add feature flag
* support multiple conflicting immediate effects in kqpulya-sidorina2022-12-086-138/+248
| | | fix(kqp): support multiple conflicting effects in kqp
* Node maintenance requestskvk19202022-12-082-4/+10
|
* add auth support to tenant (database) commandsxenoxeno2022-12-082-0/+39
|
* support sources in data query executorssmike2022-12-089-103/+174
|
* TContiguousData reimplement backendinnokentii2022-12-076-201/+276
| | | replace shared_data controlling backend with internal one
* add encryption mode to volume configarigachnyy2022-12-071-3/+8
|
* Refactor TKqpLoadActorva-kuznecov2022-12-073-88/+52
|
* Implement pattern cache blacklistva-kuznecov2022-12-074-6/+30
|
* Improve error handling: add counters for internal, other and because of ban ↵nocomer2022-12-072-9/+20
| | | | errors/fails, provide source of errors and reasons of coroutine cancellations
* pg array types support; more testsmonster2022-12-075-185/+472
|
* RetentionPeriod in cpp sdkilnaz2022-12-072-2/+22
|
* enable Hive balancer by defaultxenoxeno2022-12-071-3/+3
|
* manager preparation for schema initialization onlyivanmorozov2022-12-0718-15/+425
|
* Switch to cloud_id, folder_id, database_id in PQmokhotskii2022-12-0710-219/+117
| | | | | | | | Switch to cloud_id, folder_id, database_id in PQ Update metrics names introduce new names replace stream. prefix with topic. prefix introduce topic counters in http proxy alongside stream. counters
* tests/functional/{serverless,tenants}: parametrize for feature flag ↵ijon2022-12-075-7/+54
| | | | | EnableAlterDatabaseCreateHiveFirst tests/functional/{serverless,tenants}: parametrize for feature flag EnableAlterDatabaseCreateHiveFirst
* [yql] Isolate Evaluation statesudovichenko-r2022-12-074-12/+29
|
* Emit proper error message when top level named subquery statement is found ↵aneporada2022-12-074-1/+58
| | | | in libraries
* Fix cast of variant.a-romanov2022-12-071-11/+20
|
* optimize tablet info mergingxenoxeno2022-12-0720-110/+453
|
* [review] [YDB] Check "Added description of YDB upgrade" translatealextarazanov2022-12-073-0/+26
|
* [review] [YDB] Check "Clarify CLI profile definition" translatealextarazanov2022-12-071-1/+1
| | | Лог локальной сборки без ошибок.
* [review] [YDB] Check "Add credits to security changelog" translatealextarazanov2022-12-071-1/+1
| | | Лог локальной сборки без ошибок.
* Metering records on query finishhor9112022-12-076-21/+99
|
* VirtualTimestamp in cpp sdkilnaz2022-12-073-6/+27
|
* sync scheme in load actors with YCSBeivanov892022-12-064-32/+32
|
* check malloc resultvvvv2022-12-062-1/+14
|
* Bytes and string fixesv-korovin2022-12-061-2/+2
|
* add validation for secret operationsivanmorozov2022-12-0613-23/+265
| | | add test
* extract state from aggregatorvvvv2022-12-065-100/+192
|
* wait tiering ready for usageivanmorozov2022-12-069-8/+39
|
* support Tagged type in kqpuzhas2022-12-065-2/+46
|
* Introduce LabeledCounters to SysViewmokhotskii2022-12-0638-56/+1183
| | | Introduce labeled_db counters
* [yql] Proper Rewind for exec transformersudovichenko-r2022-12-061-0/+8
|
* Check queries size in TKqpLoadActorva-kuznecov2022-12-061-0/+1
|
* show rendered tagged type instead of nulluzhas2022-12-061-0/+4
|
* Start introducing volatile distributed transactionssnaury2022-12-0617-26/+449
|
* use path for metadata storage from configivanmorozov2022-12-067-5/+28
|
* improve acl control for initializations and secret tablesivanmorozov2022-12-068-22/+70
| | | | correct test format secret requests
* schemeshard, alter-extsubdomain: create hive before all other system tabletsijon2022-12-0660-2482/+3781
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | schemeshard, alter-extsubdomain: create hive before all other system tablets - make alter-extsubdomain a composite operation: hive creation and extsubdomain construction/altering - create feature flag `EnableAlterDatabaseCreateHiveFirst` (default: false) to switch between old and new behavior alter-extsubdomain now create extsubdomain's Hive first, then wait for it coming alive and only then create other extsubdomain's system tablets (SchemeShard, Coordinators, Mediators and SysViewProcessor). So system tablets are emerging directly in the extsubdomain's Hive and not in the root hive (and do not require separate migration pass). - tests/functional/{rename,serverless,tenants}: refactor to use the common set of cluster/database fixtures - schemeshard: move states of subdomain operations into separate header - schemeshard: move CreateEvCreateTablet out of CreateParts - schemeshard: make alter-extsubdomain semantics on input more strict - schemeshard (unit)tests: add ability to check expected results also by reason - schemeshard (unit)tests: convert TSubDomainSettings into raw literals - schemeshard: fix typos CreateFroceDrop -> CreateForceDrop ListSubThee -> ListSubTree Droping -> Dropping Trasaction -> Transaction Dafault -> Default Buket -> Bucket etc - console: make code for {Create,Alter}Subdomain more identical
* Fix race in Info Collectort1mursadykov2022-12-061-2/+2
|
* Fix nallocx redefinition when using lf allocator on windowsaleexfi2022-12-063-13/+18
|
* [dq] Remove wrong file dedupudovichenko-r2022-12-063-10/+3
|
* refactor waitresolve statefnssmike2022-12-063-61/+80
|
* turn on withTagged flaguzhas2022-12-062-8/+10
|
* Show the dynamic node use certificate in node broker viewermolotkov-and2022-12-065-8/+28
|
* audit logsandrew-rykov2022-12-063-36/+30
|