aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Explain units used to interpret value of integer TTL-columnilnaz2022-07-251-11/+40
|
* Use proper abbreviation for NVMestunder2022-07-252-2/+2
|
* Reimport boost/smart_ptr as a separate projectbugaevskiy2022-07-2599-2278/+34
|
* Reimport boost/integer as a separate projectbugaevskiy2022-07-2515-16/+24
|
* Reimport boost/utility as a separate projectbugaevskiy2022-07-2528-1874/+26
|
* Reimport boost/bind as a separate projectbugaevskiy2022-07-2523-565/+28
|
* [] Revert rXXXXXX () - causes timeouts on many testsaneporada2022-07-2511-112/+12
|
* Fix ExtractItemsLimit from parameter value. ()spuchin2022-07-251-1/+1
|
* Authhor9112022-07-248-4/+243
|
* fix json types validationc5xheavy2022-07-241-0/+4
|
* Reimport boost/move as a separate projectbugaevskiy2022-07-2447-959/+27
|
* Reimport boost/type_traits as a separate projectbugaevskiy2022-07-24185-767/+23
|
* Reimport boost/logic as a separate projectbugaevskiy2022-07-247-814/+22
|
* Update contrib/libs/apache/avro to 1.11.0robot-contrib2022-07-2459-5070/+4098
|
* Reimport boost/array as a separate projectbugaevskiy2022-07-2460-577/+1778
|
* Reimport boost/align as a separate projectbugaevskiy2022-07-2353-802/+44
|
* RetryCount sensorshor9112022-07-233-15/+22
|
* Reimport boost/core as a separate projectbugaevskiy2022-07-2343-1381/+54
|
* Update contrib/libs/sqlite3 to 3.39.2robot-contrib2022-07-233-47/+42
|
* Enable libc++ option that removes legacy transitive includes.halyavin2022-07-231-0/+1
| | | | The upstream returned back a lot of transitive includes due to a lot of breaks. This option disables them so that we can deal with breaks due to transitive includes early.
* Reimport boost/throw_exception as a separate projectbugaevskiy2022-07-227-0/+26
|
* [] Calculate PointPrefixLenaneporada2022-07-222-9/+19
|
* [YDB] Move monitoring translate checkalextarazanov2022-07-2217-135/+172
|
* Add static credentialsbazeltsev2022-07-2228-137/+269
| | | | | | | updated updated initial
* Fix COUNT(*) pushdown for OLAP tables AST tree to return Stream of Uint64.aidarsamer2022-07-222-4/+17
| | | Fix COUNT(*) push-down return type from stage
* Use stable build in on-premise installation documentationstunder2022-07-222-10/+12
|
* fix for quotingalexnick2022-07-223-29/+41
|
* Add Transient issues handlingbbiff2022-07-2218-8/+400
|
* Count all results in a batch when responding to a Log write,serg-belyakov2022-07-222-1/+6
| | | Count all results in a batch
* Modify interconnect to get root CA in a grpc way if CA file is not provided.yuryalekseev2022-07-2211-12/+112
|
* implement basic bulk upsert DS load actoreivanov892022-07-2233-4/+900
|
* do not emit MrObject for pq/yds bindingsuzhas2022-07-221-30/+9
|
* fix vdisk UImonster2022-07-224-46/+48
|
* Reimport boost/vmd as a separate projectbugaevskiy2022-07-22156-20649/+21
|
* libc_compat: Utilize #include_next to avoid contrib patchingthegeorg2022-07-224-2/+26
|
* [] Fix AND predicates processing (handle case of duplicate key range)aneporada2022-07-211-30/+25
|
* Aggregate pushdown implementation in KQPaidarsamer2022-07-2134-131/+875
| | | | agg funcitons pushdown for OLAP Implementation in KQP
* Fix infinite loop in async CAgalaxycrab2022-07-213-109/+86
| | | | | | | Fix size Little things Little things
* expired at field has been added for ping taskhcpp2022-07-214-7/+32
|
* S3 split on partitions on write.a-romanov2022-07-2114-40/+77
|
* Remove unused importgalaxycrab2022-07-211-1/+0
| | | Remove unused import
* BlobDepot work in progressalexvru2022-07-2132-162/+368
|
* Update contrib/restricted/aws/s2n to 1.3.17robot-contrib2022-07-2116-129/+282
|
* Support for regionsilnaz2022-07-214-0/+12
|
* fix shard resolver to get actual datagvit2022-07-213-67/+31
|
* [] [refactoring] Simplify AST - do not emit RangeAnd with single argumentaneporada2022-07-211-2/+7
|
* Check that proto source id info is enabledilnaz2022-07-212-0/+28
|
* heap use after free has been fixedhcpp2022-07-211-2/+2
|
* Support incoming messages in cbor formatmokhotskii2022-07-2154-189/+26712
| | | | Support incoming messages in cbor format Changes in YDS HTTP proxy
* Update libc++ to 34313583 (20 Feb 2022).halyavin2022-07-21150-633/+844
| | | | | | | | | | | | | | | | | | | | Notable changes: * replace _LIBCPP_INLINE_VISIBILITY with _LIBCPP_HIDE_FROM_ABI in __filesystem/operations.h * implement sortable and mergeable concepts * replace __uncvref with __uncvref_t * implement consistent stateful allocator behavior in std::basic_string::operator+ * remove some _LIBCPP_CXX03_LANG ifdef's * move _LIBCPP_ASSERT related code to a separate file * enable std::hash<Enum> in C++11 mode * make algorithm includes more granular * implement range functionality for std::istream_iterator * add debug check in basic_string::insert * replace "" with <> in includes in src/ files for consistency with include/ * add push/pop macros defines in src/ files for consistency with include/ * add availability annotations to optional operations * remove conditional noexcept from view_interface --- this is allowed by the standard * replace _LIBCPP_SAFE_STATIC with _LIBCPP_CONSTINIT * guard most of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES * remove priority pragma for AIX from locale.cpp because it is ignored anyway