aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow partial column set in case of insert (#1056)Daniil Cherednik2024-01-179-37/+275
| | | | | | | | | | * Allow partial column set in case of insert into table with unique constraint. Co-authored-by: qrort <31865255+qrort@users.noreply.github.com>
* YQ-2744: add tpc bucket option for ydb workload tpch (#1098)Egor Zudin2024-01-174-59/+105
| | | | | * YQ-2744: add tpc bucket option for ydb workload tpch * Move bucket to cli parameters
* Mute some flaky tests (#1101)Ilnaz Nizametdinov2024-01-171-1/+4
|
* general steps for data fetching (#1088)ivanmorozov3332024-01-1735-823/+690
|
* KIKIMR-19522 BTreeIndex Iter Remove single run optimization (#995)kungurtsev2024-01-176-427/+609
|
* test commit (#996)starlinskiy2024-01-174-0/+90
|
* fix(kqp): pass right table filter through stream index lookup join (#1034)Iuliia Sidorina2024-01-1710-207/+307
|
* Make test actorsystem actor id globaly unique (#1081)Robert Drynkin2024-01-171-4/+4
|
* fix stats for splitting (#1079)ivanmorozov3332024-01-175-34/+48
| | | | | * fix stats for splitting * fix
* fix build (#1082)Konstantin Morozov2024-01-171-1/+1
|
* Safe topic reader KIKIMR-20673 (#1078)Ilnaz Nizametdinov2024-01-173-93/+137
|
* Unified test cases naming schema for ↵Vitaly Isaev2024-01-1718-149/+192
| | | | ydb/library/yql/providers/generic/connector/tests (#1058)
* SplitStageOnDqReplicate -> false (#1068)Andrey Neporada2024-01-171-0/+5
|
* More strict DqReplicateType ann. Fix pushing LMap/HasItems to stage (#1057)Andrey Neporada2024-01-1723-497/+482
|
* Revert "Disable coordinator if no ingress tasks (#472)" (#1083)Dmitry Kardymon2024-01-172-27/+10
| | | This reverts commit 7c308ffca4e2e378bf364c843707bbd9f434b587.
* Change token in pr_labels.yaml workflow (#1080)Ivan Blinkov2024-01-171-1/+1
|
* ci: add more details to PR comment about build and tests (#1054)nikita kozlovsky2024-01-176-52/+162
|
* Create pr_labels.yaml (#1033)Ivan Blinkov2024-01-171-0/+49
|
* YDBDOCS-223: add missing backticks to "config.md" (#1072)Ivan Blinkov2024-01-172-8/+8
| | | | | * Update config.md * Update config.md
* [docs] YDBDOCS-230: update primitive types restrictions (#435)Ivan Blinkov2024-01-172-7/+7
| | | | | * [docs] YDBDOCS-230: update primitive types restrictions * Update datatypes_primitive_number.md
* fix double lock (#483)ildar-khisambeev2024-01-171-5/+2
|
* [docs] YDBDOCS-98: mention Sentinel in selfheal.md (#434)Ivan Blinkov2024-01-172-0/+4
| | | | | * [docs ]YDBDOCS-98: mention Sentinel in selfheal.md * Update selfheal.md
* Fix uninitialized value in log settings (#1048)Innokentii Mokin2024-01-171-1/+1
|
* YDBDOCS-557: add a missing redirect (#592)Ivan Blinkov2024-01-171-0/+2
|
* YDB-966 tls incomplete transfer (#1024)Andrei Rykov2024-01-171-60/+24
| | | | | | | | | * YDB-966 tls incomplete transfer * make SSL_get_error after each SSL_* operation * added ProcessSslError method * made ProcessSslResult method
* YQL-16252, YQL-16623: Support search_path (#788)Александр Новожилов2024-01-1715-12/+420
| | | | | | | | | | | | | | | | | | | * YQL-16252, YQL-16623: Support search_path * tests * canon * fixes * fixes * fix * fix * one more test * typo
* YQ-2730: use docker-compose random port mapping in connector integration ↵Vitaly Isaev2024-01-1611-41/+114
| | | | | | | | | tests (#978) * Use docker-compose random port mapping * Retry creating connections for PostgreSQL * Close ClickHouse and PostgreSQL connections after use
* remove pdisk -> pg_parser dependency (#1036)Vlad Kuznetsov2024-01-161-1/+0
|
* Added a link to embedded ui roadmap (#1017)Anton Kovalenko2024-01-161-7/+1
| | | | | * added a link to embedded ui roadmap * docs: moved embedded ui items to a separate roadmap, just link is left
* Can read date32 as PostgreSQL date from arrow (#1046)Alexey Ozeritskiy2024-01-163-0/+48
|
* Set default values for InitialAllocation parameteres (#1012)Sergey Belyakov2024-01-161-2/+2
|
* [yql] Don't compare pg-type sort with yt. Enable result check (YQL-17399, ↵Roman Udovichenko2024-01-163-2/+9
| | | | YQL-17381) (#1039)
* 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
|