Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust task mem limits (precomputes) for precise accounting | hor911 | 2023-03-14 | 1 | -10/+13 |
| | |||||
* | ydb proxy: add topics support | ilnaz | 2023-03-14 | 4 | -19/+249 |
| | |||||
* | Parametrize dst remover with target's kind | ilnaz | 2023-03-14 | 3 | -5/+13 |
| | |||||
* | Add partial filter pushdown functionality for OLAP | aidarsamer | 2023-03-14 | 20 | -140/+1393 |
| | | | | | | | Add check for strict filters and make changes to filter pushdown Implement partial pushdown Add partial filter pushdown functionality | ||||
* | Enable minikql MultiType | aneporada | 2023-03-14 | 1 | -1/+1 |
| | |||||
* | external table has been added to yql/kqp | hcpp | 2023-03-14 | 17 | -102/+835 |
| | |||||
* | Fix typos. | yuryalekseev | 2023-03-14 | 1 | -2/+2 |
| | |||||
* | Support TMultiType on minikql level | aneporada | 2023-03-14 | 41 | -354/+526 |
| | |||||
* | fix and tests for LIKEs in SSA | chertus | 2023-03-14 | 4 | -12/+223 |
| | |||||
* | fix type mismatch in parquet import | stepandrey | 2023-03-14 | 4 | -3/+138 |
| | | | implement SameOrConvertableDstType | ||||
* | Fix false starving state, | kruall | 2023-03-14 | 9 | -31/+24 |
| | |||||
* | fix leak | ivanmorozov | 2023-03-14 | 1 | -13/+10 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-14 | 5 | -26/+170 |
| | |||||
* | YT-18571: Refactor YT enums to make them Arcadia-friendly | babenko | 2023-03-14 | 5 | -234/+258 |
| | |||||
* | external indexes | ivanmorozov | 2023-03-14 | 78 | -5/+2655 |
| | |||||
* | YTORM-666: Fix linear lookups for composite history or watch attributes | dgolear | 2023-03-13 | 1 | -3/+2 |
| | |||||
* | Add junit output to ctest | alexv-smirnov | 2023-03-13 | 1 | -1/+2 |
| | |||||
* | YDB OSS CI: Relative path for temp dir | alexv-smirnov | 2023-03-13 | 1 | -2/+2 |
| | |||||
* | Release notes 22.5 | bazeltsev | 2023-03-13 | 4 | -0/+46 |
| | | | updated | ||||
* | improve test method | ivanmorozov | 2023-03-13 | 2 | -5/+35 |
| | |||||
* | Add cross-link to TTL's restrictions | ilnaz | 2023-03-13 | 2 | -3/+3 |
| | |||||
* | switch on background (forgotten in past) | ivanmorozov | 2023-03-13 | 2 | -0/+5 |
| | |||||
* | Move TrimReadWorld rule to physical optimizers to not conflict with KQP ↵ | galaxycrab | 2023-03-13 | 6 | -32/+37 |
| | | | | optimizers | ||||
* | fallback DS NODATA read to tablet in BlobCache | chertus | 2023-03-13 | 17 | -137/+300 |
| | |||||
* | Disable lfalloc for 32-bit ARM architectures | ogladov | 2023-03-13 | 1 | -0/+5 |
| | | | Disable lfalloc for ARM archtectures | ||||
* | Use single-partition setting to avoid collect stages in simple cases. () | spuchin | 2023-03-13 | 37 | -483/+294 |
| | |||||
* | YQL-15415 Push down Unordered on common optimizers. | a-romanov | 2023-03-13 | 1 | -0/+39 |
| | |||||
* | Move BuildQuery to logical transformer to execute before physical ↵ | galaxycrab | 2023-03-13 | 1 | -18/+11 |
| | | | | transformers with TrimReadWorld | ||||
* | modifications refactoring | ivanmorozov | 2023-03-13 | 37 | -174/+643 |
| | |||||
* | Add different next permission selection strategies for handshake broker, | serg-belyakov | 2023-03-13 | 1 | -3/+38 |
| | | | Add different selection strategies for handhsake broker | ||||
* | fix replies on shutdown | ivanmorozov | 2023-03-13 | 1 | -1/+1 |
| | |||||
* | apply filter before deduplication for index lookup join | ulya-sidorina | 2023-03-13 | 3 | -30/+113 |
| | | | fix(kqp): apply filter before deduplication | ||||
* | Add fast query id decoding. Compatibility with raw format for future changes. | dcherednik | 2023-03-13 | 4 | -8/+62 |
| | |||||
* | Remove legacy DqStage settings. () | spuchin | 2023-03-13 | 3 | -34/+2 |
| | |||||
* | YQL-15118 Hybrid MapReduce with Mapper. | a-romanov | 2023-03-13 | 1 | -2/+3 |
| | |||||
* | schemeshard, auditlog: add cloud ids and acl/user attrs modification details | ijon | 2023-03-13 | 3 | -14/+155 |
| | | | | | | | Add new audit record fields: - component -- (="schemeshard") - {cloud,folder,resource}_id -- Cloud specific database binding - new_owner, acl_add, acl_remove -- ACL change (if applicable) - user_attrs_add, user_attrs_remove -- user attributes change (if applicable) | ||||
* | tests: update config generator to audit log config changes | ijon | 2023-03-13 | 1 | -1/+5 |
| | |||||
* | YQL-15755: Sort UDF's list in docs | maxkovalev | 2023-03-13 | 2 | -11/+11 |
| | | | Sort UDF's list in documentation | ||||
* | Clarify a corner-case for empty results for TABLESAMPLE | r-andrey | 2023-03-13 | 1 | -1/+1 |
| | |||||
* | default allocator for 32bit arch: LF -> J | snermolaev | 2023-03-13 | 343 | -345/+350 |
| | |||||
* | Fix unsafe merge of last read tx with commit tx. () | spuchin | 2023-03-12 | 2 | -2/+36 |
| | |||||
* | OSS CI: avoid cancelling all builds in matrix when one build fails | alexv-smirnov | 2023-03-11 | 1 | -0/+1 |
| | |||||
* | correct sharding | ivanmorozov | 2023-03-11 | 2 | -26/+73 |
| | |||||
* | Add Broker holder class which automatically frees the broker on destroy, ↵ | serg-belyakov | 2023-03-10 | 3 | -43/+82 |
| | | | | | remove cancelled waiters from queue, do other minor improvements, Add TBrokerHolder class which automatically frees the broker on destroy, | ||||
* | Add WideFetch methon to TUnboxedValue, bump ABI version | aneporada | 2023-03-10 | 4 | -3/+100 |
| | |||||
* | Remove ydb tornado from tests | rekby | 2023-03-10 | 3 | -197/+100 |
| | |||||
* | Github build/test: add matrix run for X64/ARM64 | alexv-smirnov | 2023-03-10 | 1 | -2/+5 |
| | |||||
* | Do not use TOperationId to format queryId string. | dcherednik | 2023-03-10 | 5 | -10/+41 |
| | |||||
* | Support CREATE TABLE in Postgres syntax | marsaly | 2023-03-10 | 3 | -4/+377 |
| | |||||
* | mute kqp delete on planned test | gvit | 2023-03-10 | 1 | -2/+2 |
| |