aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add ip family DNS request options to DNS error attributemax422023-10-151-0/+2
|
* YT-20215: Add EnableColumnarValueStatistics to ChunkWriterOptionsdakovalkov2023-10-152-0/+6
|
* KIKIMR-19211: speed up compactionivanmorozov2023-10-157-61/+116
|
* KIKIMR-19704:fix use after freeivanmorozov2023-10-151-6/+7
|
* Use new segment meta in range readerslukyan2023-10-152-25/+0
|
* Fix q17CLI_2.7.0aozeritsky2023-10-141-8/+19
|
* KIKIMR-19216: improve mergingivanmorozov2023-10-145-107/+156
|
* KIKIMR-19215: additional signalsivanmorozov2023-10-1424-14/+198
|
* KIKIMR-19704: add validation for prevent repeateble execution taskivanmorozov2023-10-142-0/+4
|
* KIKIMR-19712: fix validation and add debug infoivanmorozov2023-10-141-2/+6
|
* rework nodes handler, fixed total counter, serverless databases, filter, ↵xenoxeno2023-10-144-138/+260
| | | | added disconnectTime
* fix data race when reporting issue counters KIKIMR-19711gvit2023-10-143-13/+21
|
* YT-20007: Add per instance summary configuration, consider disabled ↵dave11ar2023-10-1414-87/+361
| | | | profiling mode
* Update libc++ to 1 May 2022 639b9618f46d75f4dabd2082b3f6ba8433c287bfmikhnenko2023-10-1447-1059/+3398
|
* Fix crash in case of two selects in one querygalaxycrab2023-10-146-63/+76
|
* YQL-15891 LLVM for blocks Top/Sort.a-romanov2023-10-149-267/+1040
|
* YT-20220: Fix error due allocation at __atexit(...)ni-stoiko2023-10-144-15/+25
| | | | Fix error due allocation at __atexit(...)
* Update contrib/python/ipython/py3 to 8.16.0robot-contrib2023-10-1413-60/+76
|
* Improve handling of ExtractMembers over Aggregateaneporada2023-10-142-31/+90
|
* Added --ignore-unsupported option in pg-convert commandBulat Gayazov2023-10-145-5/+39
| | | | | | Added --ignore-unsupported option in pg-convert command Pull Request resolved: https://github.com/ydb-platform/ydb/pull/397
* Use ExecutionID from TraceID from FQ Proxyhor9112023-10-131-3/+1
|
* ci: fix ya test sanitizer runnkozlovskiy2023-10-131-1/+1
|
* Update contrib/libs/googleapis-common-protos to 1.61.0robot-contrib2023-10-138-2/+156
|
* [YQ] encapsulation of db name in connectiontsmax20042023-10-134-14/+36
|
* add tasan.supp, lsan.suppnkozlovskiy2023-10-135-0/+11
|
* fix update token testildar-khisam2023-10-131-22/+16
| | | | fix test scheme
* KIKIMR-19583 Add source field to change record. Add read(op = r) operation ↵krock212023-10-139-60/+221
| | | | and source.snapshot values to Debezium CDC format
* Pass dummy quota manager to worker actor (for testing purpose)aozeritsky2023-10-131-1/+17
|
* YQ Connector: refactor external databases and database resolvingvitalyisaev2023-10-1351-247/+580
| | | | | | | 1. Поправлено именование некоторых типов, связанных с ресолвингом MDB кластеров. 2. Устранено лишнее преобразование, подразумевавшее парсинг строки `TString -> std::pair<TString, ui32>` 3. Устранен лишний `enum`, функциональность которого полностью закрывается имеющимся `NYql::EDatabaseType` 4. Юнит-тесты на имплементации `IMdbEndpointGenerator` перенесены к ним поближе.
* [pg] IF NOT EXISTS support for CREATE INDEXdcherednik2023-10-1314-37/+96
|
* YQL-15441: Add two more test suitsmaxkovalev2023-10-133-0/+33
| | | | YQL-15441: Add two more test suits
* Consider MIT WITH Musl-Exception as a single permissive licensethegeorg2023-10-131-4/+1
| | | | | | | | | | | | | | ``` In addition, permission is hereby granted for all public header files (include/* and arch/*/bits/*) and crt files intended to be linked into applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit the copyright notice and permission notice otherwise required by the license, and to use these files without any requirement of attribution. These files include substantial contributions from: ``` It waives up the copyright restriction otherwise imposed by MIT license. There is no need to forbid this license.
* KIKIMR-18761: Add configuration parameter for request groups from LDAPmolotkov-and2023-10-133-8/+95
|
* Remove column-only requirement in PERCENTILE/MEDIANaneporada2023-10-139-57/+108
|
* ci: add ya test run to the nigthly workflow, save test logsnkozlovskiy2023-10-134-7/+68
|
* Split certifi on py2/py3shadchin2023-10-133-3/+30
|
* YQ Connector:Small changes in API for filtersgalaxycrab2023-10-131-72/+64
|
* Switching reading VQE config to rapidjson, enabling reading config on DSPkoryabkin2023-10-135-4/+2
|
* transaction implementation errors in PQabcdef2023-10-139-54/+240
| | | | | | - удаляются транзакции с истёкшим сроком - удаляются транзакции по `TEvCancelTransactionProposal` - подписка на MediatorTimecast
* KIKIMR-19521 BTreeIndex Nodekungasc2023-10-1310-1/+695
|
* KIKIMR-18957: Create if not existsshumkovnd2023-10-1311-44/+114
|
* Explicit number of changefeed's underlying topic partitions KIKIMR-19460ilnaz2023-10-1312-22/+269
|
* Add missed #include <functional>mikhnenko2023-10-132-0/+4
| | | | В новой версии libcxx functional перестает подключаться вместе с algorithm, map и другими. Добавил явную зависимость.
* KIKIMR-15250: can push down top sort if not pk prefix columns in input exist ↵vpolka2023-10-133-8/+241
| | | | in index data columns
* YQL-16845: fix panic on PG SQL parsing of VALUESfedor-miron2023-10-131-1/+5
|
* Fix arena's repallocvvvv2023-10-131-4/+13
|
* YQL-15891 Use normal Extend for blocks.a-romanov2023-10-131-10/+8
|
* do not check exceptions during expression evaluationilnurkh2023-10-131-14/+7
|
* KIKIMR-19589 added local monaco-editor to cmsandrew-rykov2023-10-13105-12/+2386
| | | | | | patched links to local files KIKIMR-19589 added local-monaco editor to cms
* YT-12127, YT-12128: Fix FS invoker pool average wait time for the last timeeshcherbin2023-10-132-32/+64
|