summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix content-type in login/logout pages KIKIMR-14881Alexey Efimov2022-05-111-2/+2
| | | | ref:3158aec15f3a26061cc72246b6ad6c1ae6a19d38
* intermediate changesarcadia-devtools2022-05-1118-1524/+2941
| | | | ref:8fb9e745fed31e55ab437e87479a9bc2051d5d3c
* Reduce overhead for TKqpTransaction execution. (KIKIMR-14782)Sergei Puchin2022-05-119-88/+118
| | | | ref:4a6e0189ebc5ba36b46b2d428158f2158339a235
* Update contrib/restricted/aws/s2n to 1.3.12thegeorg2022-05-10372-10410/+32944
| | | | ref:f8279d764b4c00974a63543a1364c91e2b81b7a6
* Improve aws_c_common a bitthegeorg2022-05-104-2/+34
| | | | | | | | | | * Remove `add_defines=False` from aws_c_common project and distribute newly defines on OS basis * Support `SRC_C_AVX2` in `Linkable` statement * Enable AVX2 speedup for encoding (whatever the term stands for) * Add `_POSIX_C_SOURCE` macro to the list of defines to be filtered away during graph parsing * Reimport contribs with `_POSIX_C_SOURCE` define in use ref:f1dc59488698f0644933ce31c17946da1bf9c616
* intermediate changesarcadia-devtools2022-05-105-1/+67
| | | | ref:3f8c4bb967e3b1b7eb330cbb09d4399c945b9838
* Update contrib/libs/jemalloc to 5.3.0thegeorg2022-05-10191-12113/+27552
| | | | ref:984a35af48908b64eabafda01bb2e47403689121
* intermediate changesarcadia-devtools2022-05-1016-1459/+1844
| | | | ref:de3dcafbb9327d62043747dfb37a6020b3e5f77a
* TemplatenizationAleksandr Khoroshilov2022-05-101-0/+2
| | | | ref:1318f34b996f072a3285d5aeeaee33256e030dcf
* Reduce query compilation overhead. (KIKIMR-14779)Sergei Puchin2022-05-097-16/+49
| | | | ref:e968f151b8ab3324123c57bad1cc510ddd76b35b
* intermediate changesarcadia-devtools2022-05-091-0/+2
| | | | ref:b6bc6ea937bb28ecb35e38fb530502d6b155a88a
* intermediate changesarcadia-devtools2022-05-093-1359/+1359
| | | | ref:020eb52569126a9e204996f869d8336fe6aec658
* Update libxml to 2.9.13setser2022-05-0951-2925/+3669
| | | | ref:f572491d236694e847142c36f0f5546c649e05d7
* jemalloc: For the further improvement of patchingthegeorg2022-05-088-62/+5
| | | | ref:6883a616f4e2679f806b9b9e1d0f9fa693ab7467
* intermediate changesarcadia-devtools2022-05-081-2/+2
| | | | ref:bfcacf98130f70a52dacfbc1865a7e3ec01296ed
* Improve some jemalloc patchesthegeorg2022-05-082-19/+7
| | | | | | | | * Remove patching context when patching a platform dispatcher * Drop `--enable-prof-libunwind` configure flag which refers to HP libunwind which is not compatible with LLVM one * Remove llvm-libunwind.patch due to proper configuration ref:a360e809f8917459e645913f070b2ef832b3425b
* intermediate changesarcadia-devtools2022-05-083-1359/+1359
| | | | ref:172281114e64b492151087a1d4c7ad5ad7a5a56b
* Drop useless lzma/ChangeLogthegeorg2022-05-071-6947/+0
| | | | ref:68f3e50e0d19026438850a29492d5f3375dab94a
* ydb-go-sdk v3.25.0Aleksey Myasnikov2022-05-072-6/+0
| | | | | | | | | | | | | | | | | | | | | | * Added `ydb.GRPCConn(ydb.Connection)` helper for connect to driver-unsupported YDB services * Marked as deprecated `session.Prepare` callback * Marked as deprecated `options.WithQueryCachePolicyKeepInCache` and `options.WithQueryCachePolicy` options * Added `options.WithKeepInCache` option * Enabled by default keep-in-cache policy for data queries * Removed from `ydb.Connection` embedding of `grpc.ClientConnInterface` * Fixed stopping of repeater * Added log backoff between force repeater wake up's (from 0s to 32s) * Renamed `trace.DriverRepeaterTick{Start,Done}Info` to `trace.DriverRepeaterWakeUp{Start,Done}Info` * Fixed unexpected `NullFlag` while parse nil `JSONDocument` value * Removed `internal/conn/conn.streamUsages` and `internal/conn/conn.usages` (`internal/conn.conn` always touching last usage timestamp on API calls) * Removed auto-reconnecting for broken conns * Renamed `internal/database` package to `internal/router` for unambiguous understanding of package mission * Refactored applying actual endpoints list after re-discovery (replaced diff-merge logic to swap cluster struct, cluster and balancers are immutable now) * Added `trace.Driver.OnUnpessimizeNode` trace event Full Changelog: [v3.24.2...v3.25.0](https://github.com/ydb-platform/ydb-go-sdk/compare/v3.24.2...v3.25.0) ref:5c87d58fed7c585c599656c4b1c8c56a9902e14e
* Improve layout of contrib/libs/lzmathegeorg2022-05-07161-84/+32
| | | | | | | | * Rename contrib/libs/xz to contrib/libs/lzma (yamaker project is updated accordingly) * Move xz/liblzma/ya.make to top level * Update provides.pbtxt and PEERDIRs as necessary ref:1bb07a87b6adb738965483167fa64e7ad5da1e2b
* intermediate changesarcadia-devtools2022-05-077-32/+114
| | | | ref:e7e41976ebec7a7f6f1621cafd831fc1ed725ef8
* Update contrib/libs/sqlite3 to 3.38.5robot-contrib2022-05-074-167/+245
| | | | ref:741762330d498cb7321c19a4c8b749266cb8587d
* intermediate changesarcadia-devtools2022-05-073-1359/+1359
| | | | ref:13e1b308077f71283b7070273c3dfc7992ea0540
* Move ttl scans into a separate rb queue KIKIMR-14875Ilnaz Nizametdinov2022-05-075-3/+61
| | | | ref:561a800f3cf287375d6609a37dce1241eb386983
* intermediate changesarcadia-devtools2022-05-071-1/+1
| | | | ref:db0c8d430858d4b97c4d60d00bc42f1c521a5b6e
* YaIgnore support 4 junit5 DTCC-954heretic2022-05-061-2/+5
| | | | ref:022081f5c537f6ee87e52a6d3b81a918ba2e7922
* intermediate changesarcadia-devtools2022-05-064-9/+11
| | | | ref:94396ab8870768bea08a1300f70d26735d903335
* Remove TTL settings from backup tables KIKIMR-14874Ilnaz Nizametdinov2022-05-062-1/+44
| | | | ref:a4e4733ce371719ba70d348afbd73d12588d04ed
* intermediate changesarcadia-devtools2022-05-061-0/+1
| | | | ref:031b18835073c649b0c0b407d9568985979c697e
* intermediate changesarcadia-devtools2022-05-061-1/+1
| | | | ref:1cafb3127c38c1041d5b57f971ebebae7f66f213
* Yatest added new Popen argumentvzaborovskiy2022-05-061-0/+5
| | | | ref:8ef6e980cdf596b743f677ecbfc7bca8fcf75349
* intermediate changesarcadia-devtools2022-05-063-0/+19
| | | | ref:7e8696b4742c75a3ab825709512075b3710a0a6f
* Remove duplicate tablet type names KIKIMR-14867Alexander Rutkovsky2022-05-0656-252/+222
| | | | ref:8758126ab796d30d75f9d4d2e99de4564c238650
* intermediate changesarcadia-devtools2022-05-061-2/+2
| | | | ref:9ad91d62b3877e0c19811ea770a9e3c1d95bab51
* include order as code-style recommendIlnur Khuziev2022-05-061-2/+2
| | | | ref:0559fab404c2acebc7471fd7651deec61b5e23e3
* Added temporary-unreachable action from CMS API v1.4Timur Sadykov2022-05-062-1/+16
| | | | ref:26325302adb7f82348bf357ac649d07252a48784
* intermediate changesarcadia-devtools2022-05-066-3/+165
| | | | ref:73802948623046c57dcf98a142cb281f33eea5c7
* Rename documentation table of contenttMaxim Gorbunov2022-05-061-2/+2
| | | | ref:5bdd0acf8fb325314de1968bb792a53ae61dafad
* add settings for compression KIKIMR-14742Alexey Efimov2022-05-068-44/+103
| | | | ref:e7f27eec7e9ed0722c245f091d0eff6e20395d63
* Do not use Retriable and NeedFallback in codeAleksandr Khoroshilov2022-05-0611-79/+76
| | | | ref:ff846ab5f5df0864ba682210f06609d183ba7047
* intermediate changesarcadia-devtools2022-05-063-1360/+1360
| | | | ref:1493e870b2a3fbe2504b1465df7d47fff958a860
* Get rid of DefaultTabletTypes KIKIMR-14867Alexander Rutkovsky2022-05-056-91/+48
| | | | ref:2905bac87d7cf7e1da7c35f7a187883b33ea294f
* KIKIMR-11529: support 3+ columns in HASH_FUNCTION_CLOUD_LOGSArtem Zuikov2022-05-052-41/+167
| | | | ref:6a14878826d8e13fa009450cc9a5d4eddd8cddeb
* intermediate changesarcadia-devtools2022-05-051-0/+1
| | | | ref:6d551d74bc353fe5cea003fbd995bd9e437df2ba
* Update contrib/libs/jwt-cpp to 0.4.0shadchin2022-05-056-161/+218
| | | | ref:c22a6249506be3d6363f3ca316df6b0800de7e81
* intermediate changesarcadia-devtools2022-05-051-0/+2
| | | | ref:ce058de77d1989c6193e3ee51130421faf9925a3
* intermediate changesarcadia-devtools2022-05-056-35/+125
| | | | ref:670915a6a4cf5edb3a63ce999d592acd20f1f248
* YQL-14403: map join, support complex keyswhcrc2022-05-054-14/+193
| | | | ref:8e217cad01482d5c28fc719148a7625fdd436264
* Do not allow empty database names KIKIMR-14852Ilnaz Nizametdinov2022-05-051-0/+7
| | | | ref:4f914e01c142bf20f4fe44f352c4f154bf9d6647
* intermediate changesarcadia-devtools2022-05-051-0/+1
| | | | ref:d143bf1e4332cd5a717ec0949c1205e87051c2c4