aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* File isolation option for SQL translation (used in view)vvvv2023-06-3013-67/+182
| | | в 2 внешних тестах были усеченные результаты в тестах UDF, поэтому в канонизацию попал путь к временной таблице, который поменялся из-за другого паттерна выделения random.
* Limit shared cache with passive pageskungasc2023-06-307-48/+108
|
* support NULL values correctlyxenoxeno2023-06-3011-145/+138
| | | | | | | | | | | %% xenoxeno@mr-nvme-testing-01:~/psycopg2$ python3 -m unittest tests.test_ipaddress.NetworkingTestCase.test_cidr_cast . ---------------------------------------------------------------------- Ran 1 test in 0.465s OK xenoxeno@mr-nvme-testing-01:~/psycopg2$ %%
* move UDF pragma info to global sectionmaxkovalev2023-06-301-0/+11
| | | YQL docs: move UDF pragma info to global section
* YQL-16143: Add RPC reader timeout setting, handle exception in proper waymrlolthe1st2023-06-301-0/+3
| | | YQL-16143: Add RPC reader timeout setting, handle exception in proper way
* Additional logsazevaykin2023-06-301-6/+12
|
* SerializedCellVec improve serializationMaksim Kita2023-06-3033-170/+210
| | | | | SerializedCellVec improve serialization Pull Request resolved: #275
* simple test for 'ydb workload topic run full`abcdef2023-06-308-0/+216
| | | простой тест с рецептом
* context for common objects providingivanmorozov2023-06-3015-38/+88
|
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-302270-539847/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* Make CeilDiv function constexprilezhankin2023-06-301-3/+7
|
* Fix incorrect downcast in ReserveData for string typessnaury2023-06-301-5/+6
|
* move fetching check usage insideivanmorozov2023-06-305-18/+26
|
* deallocation on destroyivanmorozov2023-06-301-2/+4
|
* Import test great againshadchin2023-06-301-6/+9
| | | После включения pydebug mode, в выводе import_test появилось много шума из-за `DeprecationWarning` и стало сложнее увидеть падение, добавил тут игнорирование `DeprecationWarning`
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-302270-0/+539847
| | | | | | | | | | | | | | This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text. This commit has zero effect on all projects that depend on YQL. The summary of changes: - `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library; - `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes; - `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`; - `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`; - `yql/core` is gone; - `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`. **NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.
* cleaning and special methods for memory control helpingivanmorozov2023-06-296-5/+41
|
* Add retry policy to BOARD_PUBLISHERshumkovnd2023-06-294-29/+107
|
* fix dictionary size calculationivanmorozov2023-06-294-3/+18
|
* improve macros for default component determination instead of 0ivanmorozov2023-06-292-12/+34
|
* debug strings for internal objectsivanmorozov2023-06-297-0/+32
|
* use different queues instead of front/backivanmorozov2023-06-2910-23/+74
|
* filler for timestamp and testsivanmorozov2023-06-297-1/+68
|
* use available packs count for kqp fetcher optimal usageivanmorozov2023-06-293-0/+10
|
* Change "muted_test.txt"alexv-smirnov2023-06-291-0/+4
|
* memory allocator objects count for monitoringivanmorozov2023-06-295-2/+70
|
* better TTL logging in ColumnShardchertus2023-06-291-7/+9
|
* Use unaligned read/write for page labels, fix ubsan failuressnaury2023-06-2914-92/+101
|
* provide logging context into bottom functions on stackivanmorozov2023-06-294-79/+55
| | | new signals
* speed up scanners requesting in case global memory limits usageivanmorozov2023-06-298-20/+61
|
* feat(tests): extract peers' output.tar before running testszaverden2023-06-292-0/+6
| | | Распаковка output.tar у пиров перед запуском тестов
* oss: add pg_dummy to peerdir for fixing github build with relwithdebinfonkozlovskiy2023-06-295-0/+5
|
* Added --ordered parameter description to docsbrgayazov2023-06-291-0/+2
|
* New parameters: warm-uptime, percentile, topicazevaykin2023-06-291-41/+57
|
* YQL-8971 YQL-15555 Fix check unique constraints by join keys.a-romanov2023-06-296-21/+13
|
* customize reading from bindingsuzhas2023-06-296-2/+127
|
* better logging for tier managerschertus2023-06-292-2/+26
|
* Ignore BOOST_*_DYN_LINK CFLAGS in yamakerthegeorg2023-06-294-28/+0
|
* Implement concurrent_result_sets setting for GenericQuery. ()spuchin2023-06-2918-16/+101
|
* Extract initialization to ServiceInitializertesseract2023-06-2911-56/+119
|
* YDB SDK Sync from gitrobot-kikimr-dev2023-06-292-1/+6
|
* trivial: update logzaverden2023-06-291-1/+1
|
* Improve testshardalexvru2023-06-293-25/+71
|
* compute database control plane has been addedhcpp2023-06-2978-178/+1510
|
* YQL-16099 Use GraceJoinCore 'any' option.a-romanov2023-06-298-32/+95
|
* YQ Connector: apply YQL naming conventionsvitalyisaev2023-06-2924-258/+258
| | | Рефакторинг: имена структур и классов начинаются с `T`, енумов - с `E`, интерфейсов - с `I`, неймспейсов - с `N`
* Intermediate changesrobot-piglet2023-06-291-1/+1
|
* Added instructions how to build and run YDB CLI testsBulat Gayazov2023-06-292-13/+38
| | | | | Added instructions how to build and run YDB CLI tests Pull Request resolved: #274
* Continue on page faultsilnaz2023-06-291-2/+9
|
* contextable loggingivanmorozov2023-06-292-54/+209
|