aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* YQ Connector: YQ-2768 fix integration tests (#1028)Tsoy Maksim2024-01-162-27/+27
|
* Added keyvalue load actor config example (#1045)Oleg Shatov2024-01-161-0/+14
|
* rewrite upsert for columns with defaults (#1035)Vitalii Gridnev2024-01-167-118/+213
|
* Fix plan tests & improve plan signatures for sources/sinks (#1041)Vasily Gerasimov2024-01-164-21/+38
| | | | | * Fix tests with plan * Improve plan signatures for sources/sinks
* update feature flags for postgres docker (#1040)qrort2024-01-162-2/+2
|
* YQL-17430: Fix dependencies for hybrid (#1021)Maxim Kovalev2024-01-161-1/+1
|
* fix case removed column for stats usage (#1025)ivanmorozov3332024-01-165-8/+18
| | | | | * fix case removed column for stats usage * additional logging
* support basic stats for column tables (#1014)Aleksandr Dmitriev2024-01-163-1/+21
|
* Enable volatile transactions by default KIKIMR-20731 (#993)Aleksei Borzenkov2024-01-166-102/+224
|
* fix test KIKIMR-20747 (#1020)Aleksandr Dmitriev2024-01-161-2/+2
|
* add test for describe table store (#1030)Konstantin Morozov2024-01-161-0/+45
| | | * add test
* Mute some flaky tests (#1031)Ilnaz Nizametdinov2024-01-161-1/+5
|
* Pushdown some unary operators. (#957)Tony-Romanov2024-01-168-126/+234
| | | | | | | * Pushdown some unary operators. * Cosmetic fix. * Separate option for unary operators.
* Disable coordinator if no ingress tasks (#472)Dmitry Kardymon2024-01-162-10/+27
| | | | | * Disable coordinator if no ingress tasks * Info -> debug
* [docs] Add kafka-api global version (#702)Jornydb2024-01-1610-6/+171
| | | | | | | | | | | | | | | | | | | | | | | * [docs] Add kafka-api global version * Apply suggestions from code review Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> * [docs] Update kafka-api * [docs] Update kafka-api * Apply suggestions from code review * Update ydb/docs/en/core/reference/kafka-api/constraints.md * Update ydb/docs/en/core/reference/kafka-api/constraints.md * [docs] Update kafka-api --------- Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
* Create PULL_REQUEST_TEMPLATE.md (#999)Ivan Blinkov2024-01-161-0/+18
|
* Fix WITH statement for INDEX (#1010)Vasily Gerasimov2024-01-152-3/+8
|
* fix statestorage link (#953)vporyadke2024-01-151-1/+1
|
* disable warmup for root hive (#954)vporyadke2024-01-152-2/+8
|
* use iostream instead of printf (#977)Vlad Kuznetsov2024-01-152-30/+20
| | | | | * use iostream instead of printf * fixes from PR, add reserve to strings
* Bugfix: Remove TActiveTransaction from TExecutionUnit.OpsInFly on cancel (#935)kungurtsev2024-01-152-0/+34
|
* KIKIMR-20727: Распозновать, как запакован ↵Олег2024-01-152-12/+58
| | | | JsonDocument при BulkUpsert (#1008)
* add colors in cli and fix minor bugs (#1007)Dark-Avery2024-01-152-12/+80
|
* enable FieldSubsetEnableMultiusage in experimental config (#1003)Andrey Neporada2024-01-151-0/+6
|
* Mute flaky KqpOlapScheme.TenThousandColumns (#1002)Ilnaz Nizametdinov2024-01-151-0/+1
|
* YQL-17388: fix use-after-free bug in ↵Mars Agliullin2024-01-1524-288/+239
| | | | | | | TPgResolvedMultiCall::TListValue::TIterator (#955) * Fix use-after-free bug in TPgResolvedMultiCall::TListValue::TIterator * Updated PG's regression tests' status
* Kv tracing ut (#992)Oleg Shatov2024-01-157-169/+370
| | | | | | | | | | | * KeyValue tablet tracing unit-test * Read tests * ya.make cleanup * UT implementation cleanup * Includes cleanup
* fix test withno appdata (#991)ivanmorozov3332024-01-153-16/+16
| | | | | | | * fix test withno appdata * fix test build * fix test build
* KIKIMR-20714 Удаляем LongTxService в тестах (#970)Олег2024-01-157-118/+21
| | | | | | | | | | | * KIKIMR-20714 Удаляем LongTxService в тестах * fix tests * Remove test DropColumnOldScheme * fix issues * fix tests after merge
* Mute some flaky tests (#994)Ilnaz Nizametdinov2024-01-151-0/+9
|
* Fix StageDurationUs (#984)Hor9112024-01-151-1/+1
|
* Scale screenshot images in goose article (#982)Aleksey Myasnikov2024-01-152-6/+6
| | | | | * Scale screenshot images in goose article * Update goose.md
* Fix a misprintAndrey Fomichev2024-01-151-1/+1
|
* Cancel previous jobs on re-push changes from PR branch (#983)Aleksey Myasnikov2024-01-153-1/+9
| | | | | | | * Cancel previous jobs on re-push changes from PR branch * Update docs_preview.yaml * Update docs_release.yaml
* Fix python test style (#867)Hor9112024-01-131-3/+2
|
* Auto stash before merge of "main" and "origin/main" (#985)ivanmorozov3332024-01-131-1/+1
| | | restore default for compaction method
* usage chunked merge by optional and usage full-batches-merge for norm… (#972)ivanmorozov3332024-01-123-18/+57
|
* Explicitely restict TCL statements in QueryService. (KIKIMR-16294) (#980)spuchin2024-01-123-3/+50
|
* EOperationKind::WriteTx (#976)azevaykin2024-01-125-11/+9
|
* cleanup portions store (#971)ivanmorozov3332024-01-129-85/+45
| | | | | * cleanup portions store * fix
* Fixed cardinality estimation bug in CBO (#975)Pavel Velikhov2024-01-122-3/+3
|
* Report correct status on overloaded errors in read table KIKIMR-17778 (#946)Aleksei Borzenkov2024-01-122-0/+25
|
* update roadmapAndrey Fomichev2024-01-121-1/+2
|
* added article about goose into docs (#811)Aleksey Myasnikov2024-01-128-0/+742
|
* alter table request for metadata modifications (#974)ivanmorozov3332024-01-121-0/+6
|
* Copy locks in observer & SingleObserver (#973)azevaykin2024-01-125-13/+20
|
* cancel previous Build Documentation on the same PR (#967)Aleksey Myasnikov2024-01-121-0/+3
|
* basic statistics bugfixes KIKIMR-18323 (#915)Aleksandr Dmitriev2024-01-122-0/+6
|
* lock for different client versions usage (#961)ivanmorozov3332024-01-122-21/+8
|
* Return --global to git authorship guideline (#963)AlexSm2024-01-122-5/+5
| | | | | * Update suggest-change.md * Return --global to git authorship guideline