aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* filling in the response for each eventhcpp2023-04-181-5/+4
|
* YQL-8971 YQL-15555 Drop GroupBy contraint.a-romanov2023-04-183-285/+8
|
* [yql] Override GeobaseDownloadUrl from user pragmaudovichenko-r2023-04-181-4/+2
| | | YQL-15885
* Add Debug Info to BufferWithGaps,serg-belyakov2023-04-187-6/+48
| | | Add DebugInfo string to BufferWithGaps
* metaId for same tasks meta glueingivanmorozov2023-04-186-41/+76
|
* Move grpc call RegistrationNode to public api. Move to Discovery servicemolotkov-and2023-04-1845-156/+1009
|
* Indicate successful finish and render final HTML in storage load testtarum2023-04-181-18/+71
|
* fix index building on not null columnsulya-sidorina2023-04-182-0/+60
| | | fix(schemeshard): build index using column types from main table (nullable or not null)
* execute scan statsandrew-rykov2023-04-181-0/+1
|
* Include mvcc data in lsm statssnaury2023-04-182-6/+53
|
* distributed transactions for updating the PQ configabcdef2023-04-1814-136/+680
|
* Check navigate response status in login service. Check that domain info is ↵molotkov-and2023-04-181-12/+13
| | | | not null
* improve testivanmorozov2023-04-185-4/+10
|
* ReplicationConfig for replicated tablesilnaz2023-04-1810-10/+164
|
* CORS reply tabletandrew-rykov2023-04-181-1/+12
|
* add forgotten floattixf.cstanly2023-04-184-0/+87
|
* fix coverity issue with uninit fielduzhas2023-04-181-3/+3
|
* YQL-8971 YQL-15555 Add Chopped constraint and use it for Condense1.a-romanov2023-04-183-117/+554
|
* External build system generator release 28robot-ya-builder2023-04-181-7/+3
| | | Update tools: yexport
* Add reading from different parts of file and --columns optionbrgayazov2023-04-174-6/+292
|
* Switch dq transport to paged packeraneporada2023-04-171-13/+23
| | | initial
* Revert "YT-17689: Move TFreeList to library/cpp/yt/memory"aleexfi2023-04-178-341/+94
| | | | This reverts commit 617a1d07971366c19cdf278579ee9b1cbfa53db8, reversing changes made to 27e0312d3842c4e5e3ea6b09611c8f6ff6938dd6.
* improve code navigation for flags usageivanmorozov2023-04-172-24/+27
|
* correct message on scheme cache not started yetivanmorozov2023-04-173-9/+12
|
* (refactoring) Record makersilnaz2023-04-171-476/+372
|
* Fix: -lc -lm should go at the end of the linking command otherwise there're ↵akhropov2023-04-171-0/+2
| | | | undefined symbols like __Unwind_Backtrace in resulting dylibs on macOS..
* Add more tests to console dumperinnokentii2023-04-172-9/+1106
| | | add more tests to console-dumper
* Improve consistency in how finish is reported across load actors, fix few ↵tarum2023-04-178-27/+58
| | | | smaller issues
* translationalextarazanov2023-04-1717-200/+343
| | | | | | | Лог локальной сборки без ошибок. https://st.yandex-team.ru/ https://st.yandex-team.ru/ https://st.yandex-team.ru/
* tables layout policiesivanmorozov2023-04-1714-53/+450
|
* Move write logic to separated filetesseract2023-04-179-1453/+1470
|
* Intermediate changesrobot-piglet2023-04-174-4/+0
|
* YQL-15864 YQL-15415 Drop DqUnorderedInStage optimizer.a-romanov2023-04-175-98/+0
|
* Fix early rpc actor destroy in case of client disconnect.dcherednik2023-04-171-0/+6
|
* Rewrite physical reads to sources on last stepssmike2023-04-1713-472/+236
|
* Add TOperationLog to track owner updates in PDisk,serg-belyakov2023-04-1710-18/+320
| | | Fix mailbox overflow
* Intermediate changesrobot-piglet2023-04-171-3/+3
|
* try to fix ossvvvv2023-04-174-6732/+0
|
* tenant info assign has been fixedhcpp2023-04-171-3/+4
|
* YQL-15435 Replace Condense on SqueezeToList.a-romanov2023-04-171-21/+3
|
* log formattingivanmorozov2023-04-171-0/+52
|
* YQL-15876 Constraints for Ensure.a-romanov2023-04-171-0/+1
|
* use chunks limitivanmorozov2023-04-153-6/+6
|
* chunks limiter usage for prevent more then one message in send data protocol ↵ivanmorozov2023-04-1520-31/+191
| | | | from tablet
* schemeshard, tests: fix out-of-order delivery of ↵ijon2023-04-144-54/+99
| | | | | EvModifyScheme+EvNotifyTxCompletion Fixes flaky TSchemeShardSplitTestReboots::MergeMergeAlterParallel test.
* UnsafeUploadRows -> S3UploadRowsilnaz2023-04-1413-49/+42
|
* Introduce TValuePackerTransport for use in dq channelsaneporada2023-04-1423-561/+1076
| | | It supports packing to paged buffer and incremental packing
* llvm bitcode for PG builtin functions + generic kernelvvvv2023-04-1429-0/+25844
| | | | | | | | | | | | На транке windows уже не собиралась %% vvvv@mr-nvme-testing-08:~/repo/arcadia/ydb/library/yql/parser/pg_wrapper$ arc st On branch trunk Your branch is up-to-date with 'arcadia/trunk'. nothing to commit, working directory clean vvvv@mr-nvme-testing-08:~/repo/arcadia/ydb/library/yql/parser/pg_wrapper$ ya make --target-platform windows 2>&1 | tail -n 1 Failed %%
* getting rid of TActorContext in state functionsxenoxeno2023-04-14286-928/+856
|
* datashard: fix periodic stats sending after reboot during table moveijon2023-04-143-3/+17
| | | | Result of stats building is bound to table id, but move-table changes table id, so moved table with new table-id should start build stats afresh.