- Jun 04, 2024
-
-
Arseniy Volynets authored
-
Arseniy Volynets authored
-
-
-
-
- Jun 03, 2024
-
-
-
EmirVildanov authored
-
- May 31, 2024
-
-
-
Arseniy Volynets authored
-
- May 29, 2024
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- May 16, 2024
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- May 15, 2024
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Arseniy Volynets authored
-
Arseniy Volynets authored
-
- May 14, 2024
-
-
-
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Arseniy Volynets authored
-
- May 13, 2024
-
-
-
Denis Smirnov authored
-
- May 07, 2024
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- May 06, 2024
-
-
Denis Smirnov authored
The map requires plan is uniqueness among the syntax nodes, but CTE violates this restrictions. So, migrate to the stack traversal.
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- May 03, 2024
-
-
Arseniy Volynets authored
-
-
- Apr 25, 2024
-
-
Fedor Telnov authored
-
- Apr 24, 2024
-
-
Fedor Telnov authored
Previously sbroad used ordinary Rust's `RefCell` for smart pointer behaviour. It's pretty dangerous in tarantool environment, as it will be human responsibility to check that no yield happens before `RefCell` is unlocked. It causes problems with, for instance, cartridge's `apply_config` during live load - it needs to exclusively borrow the metadata, but it's already borrowed by ordinary insert requests.
-
- Apr 19, 2024
-
-
Emir Vildanov authored
-
- Apr 17, 2024
-
-
Arseniy Volynets authored
- to_char(datetime, format), format is specified as in `strftime` function: https://man.freebsd.org/cgi/man.cgi?query=strftime&sektion=3
-