Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KIKIMR-19824: add columns in case different schema versions | ivanmorozov | 2023-10-28 | 1 | -1/+1 |
| | |||||
* | KIKIMR-19861: memory control on compaction | ivanmorozov | 2023-10-28 | 8 | -14/+66 |
| | |||||
* | Check errors in read_table_scan | azevaykin | 2023-10-28 | 8 | -67/+217 |
| | |||||
* | py23-nize ytest.py: fix load canonical data | snermolaev | 2023-10-28 | 1 | -1/+1 |
| | | | | | | fix load canonical data YMAKE_USE_PY3 | ||||
* | fix coverity issue: use after move | uzhas | 2023-10-27 | 1 | -1/+2 |
| | |||||
* | KIKIMR-19813: support generic queries in cli + improve generic queries perf ↵ | ns-vasilev | 2023-10-27 | 11 | -185/+350 |
| | | | | (clickbench) + fix memory limit fails | ||||
* | Add more spaces for future long names | mikhnenko | 2023-10-27 | 1 | -393/+393 |
| | |||||
* | the CountersLogger pointer may be empty | abcdef | 2023-10-27 | 1 | -2/+7 |
| | | | | Программа может не дойти до `SetupCountersLogger` и указатель будет равен `nullptr`. | ||||
* | remove unused includes | gvit | 2023-10-27 | 21 | -32/+0 |
| | |||||
* | Added HasFlag/Remove Flag for operations with one value, added HasAnyOfFlags. | kshalnev | 2023-10-27 | 2 | -6/+29 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-27 | 1 | -1/+0 |
| | |||||
* | Delay expression evaluation until colum/type duality is resolved | aneporada | 2023-10-27 | 7 | -6/+86 |
| | |||||
* | Handle empty PDisk's mainKey correctly, KIKIMR-19578 | serg-belyakov | 2023-10-27 | 21 | -73/+120 |
| | | | | Handle empty main key properly | ||||
* | KIKIMR-19854: add minidumps option to settings | artem-trof | 2023-10-27 | 1 | -0/+6 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-27 | 1 | -0/+1 |
| | |||||
* | Replace header | aozeritsky | 2023-10-27 | 1 | -1/+1 |
| | |||||
* | YQL-15891 Remove fallback if no codegen. | a-romanov | 2023-10-27 | 1 | -63/+54 |
| | |||||
* | Decrease log level | hor911 | 2023-10-27 | 1 | -2/+2 |
| | |||||
* | Skip BypassMerge and for Unique constraint too. | a-romanov | 2023-10-27 | 1 | -1/+1 |
| | |||||
* | KIKIMR-19853: fix incorrect filters usage instead of incorrect method ↵ | ivanmorozov | 2023-10-27 | 5 | -12/+9 |
| | | | | (actual filter) usage. through variative filter records count in different cases. | ||||
* | Intermediate changes | robot-piglet | 2023-10-27 | 1 | -2/+2 |
| | |||||
* | Update ClickHouse to 23.8-lts | dakovalkov | 2023-10-27 | 1 | -1/+42 |
| | |||||
* | Add and run JDK tests on Mac OS Intel and Mac OS Apple Silicon using Arcadia ↵ | miroslav2 | 2023-10-27 | 7 | -1/+40 |
| | | | | CI, fix LINT for JDK 21 | ||||
* | default value for the ClusterDiscoveryMode field | abcdef | 2023-10-27 | 2 | -6/+2 |
| | | | | по умолчанию поле равно ClusterDiscoveryMode равно Auto | ||||
* | YQL-16949: remove warn | fedor-miron | 2023-10-27 | 2 | -17/+6 |
| | |||||
* | FlatMap -> Filter + Map if has very simple shared node. | a-romanov | 2023-10-27 | 1 | -1/+1 |
| | |||||
* | YQL-16757 Fix cleanup temporary key. | a-romanov | 2023-10-27 | 1 | -7/+3 |
| | |||||
* | Стриминговый запрос прерывается с ↵ | kardymon-d | 2023-10-27 | 2 | -28/+75 |
| | | | | | | ошибкой Head(): requirement RowCount_ failed. Head() on empty batch Fix Empty() | ||||
* | Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, test_tool3 | robot-ya-builder | 2023-10-27 | 3 | -24/+24 |
| | | | | | | | | | From hash: [3ab895875ab7f542fc040c630ff94daa6339b74f](https://a.yandex-team.ru/arcadia/commit/3ab895875ab7f542fc040c630ff94daa6339b74f) From revision: [12771793](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=268) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ya_bin3, ya_bin, os_ya, test_tool, test_tool3 | ||||
* | YTORM-214: Add unittests for pr-4688904 | kmokrov | 2023-10-27 | 3 | -2/+56 |
| | |||||
* | Shuffle + Fallback bug fix | fixthgame | 2023-10-27 | 5 | -62/+149 |
| | | | | Shuffle | ||||
* | KIKIMR-19213: memory control start on reading | ivanmorozov | 2023-10-27 | 38 | -397/+629 |
| | |||||
* | TStringBuilder -> TString in export s3 | azevaykin | 2023-10-27 | 5 | -11/+22 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-27 | 2 | -1/+3 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.63 | robot-contrib | 2023-10-27 | 3 | -4/+4 |
| | |||||
* | YT-17268: Use SSL_use_PrivateKey_file() instead of SSL_use_RSAPrivateKey_file(). | yuryalekseev | 2023-10-26 | 1 | -1/+1 |
| | |||||
* | refactor alter table: use scheme executer | gvit | 2023-10-26 | 13 | -64/+223 |
| | |||||
* | YQL-16949: emit warning instead of exception on yt folder access denied | fedor-miron | 2023-10-26 | 5 | -15/+62 |
| | |||||
* | Update contrib/libs/libpq to 16.0 | robot-contrib | 2023-10-26 | 11 | -3/+16 |
| | |||||
* | Additional check for PG compatibility. We should not have any indexes with ↵ | dcherednik | 2023-10-26 | 3 | -2/+40 |
| | | | | same name. KIKIMR-18527 | ||||
* | auditlog: add cloud-ids | ijon | 2023-10-26 | 4 | -4/+88 |
| | | | | | | | | | Log cloud specific database ids: - cloud_id - folder_id - database_id as resource_id KIKIMR-18688 | ||||
* | Remove unused settler option from C++ sdk. | dcherednik | 2023-10-26 | 1 | -3/+0 |
| | |||||
* | Fix MvccTestOutOfOrderRestartLocksSingleWithoutBarrier | dcherednik | 2023-10-26 | 1 | -1/+2 |
| | | | | UNION ALL does not guarantee sorted result without ORDER BY | ||||
* | Fix ReassignedItem generation KIKIMR-11082 | alexvru | 2023-10-26 | 1 | -1/+1 |
| | |||||
* | Added YDB CLI 2.7.0 release notes | brgayazov | 2023-10-26 | 12 | -10/+80 |
| | |||||
* | oss-ydb: enable export external_resources/gdb | nkozlovskiy | 2023-10-26 | 1 | -0/+18 |
| | |||||
* | Prevent contrib/libs/postgresql from depending on contrib/libs/libpq | thegeorg | 2023-10-26 | 7 | -4/+4 |
| | |||||
* | Fix binary name and cleanup | shadchin | 2023-10-26 | 1 | -1/+1 |
| | |||||
* | auditlog: clean remote_address from prefix and port | ijon | 2023-10-26 | 3 | -3/+7 |
| | | | | | | | "ipv6:[" ip-addr "]:12345" -> ip-addr KIKIMR-18688 KIKIMR-17399 | ||||
* | Prettify ya.make | aozeritsky | 2023-10-26 | 5 | -40/+18 |
| |