- Dec 19, 2024
-
-
Georgy Moshkin authored
-
- Dec 17, 2024
-
-
Кирилл Безуглый authored
-
Кирилл Безуглый authored
-
Erik Khamitov authored
-
Вартан Бабаян authored
-
Вартан Бабаян authored
-
- Dec 16, 2024
-
-
-
Erik Khamitov authored
-
- Dec 11, 2024
-
-
Georgy Moshkin authored
Now panics from plugin code are handled the same way panics from picodata code, that is they log the backtrace to the tarantool logger and then abort the process.
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Dec 09, 2024
-
-
Кирилл Безуглый authored
-
Вартан Бабаян authored
-
Вартан Бабаян authored
-
-
-
-
-
-
Kurdakov Alexander authored
Introduce new parameters for alter system: - vdbe_max_steps - vtable_max_rows
-
- Dec 04, 2024
-
-
Вартан Бабаян authored
-
- Dec 03, 2024
-
-
Erik Khamitov authored
-
- Nov 30, 2024
-
-
Georgy Moshkin authored
Closes #1130
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Add new files: - storage/snapshot.rs: stuff related to raft snapshot - storage/schema.rs: stuff related to DDL logic Code is only moved, no changes to logic
-
- Nov 28, 2024
-
-
-
-
-
-
Вартан Бабаян authored
-
- Nov 27, 2024
-
-
Dmitry Ivanov authored
This patch includes the following improvements: - Use clock_lowres_signal_reset() instead of raw alarm(). - Use path_unlock() instead of raw fcntl(). - Use std's Command api instead of raw execvp(). - reattach_stderr() is no longer needed as of tarantool-sys (28cb2cfa127).
-
- Nov 26, 2024
-
-
Вартан Бабаян authored
-
Вартан Бабаян authored
-
Dmitry Ivanov authored
This patch boils down to the following improvements: * Various linkage-related shenanigans have been documented and revamped. * All logic to build tarantool-sys is now encapsulated in tarantool-build. * Most of the magic `println!`s are now encapsulated in build-rs-helpers. * Unsound function `export_symbols` has been dropped in favor of explicit linker flags (`--require-defined` for linux & `-u` for mac). * `TarantoolBuildRoot` is now in charge of building and linking tarantool libs. It defines the build tree via path helper functions. * Picodata's `build.rs` should be a little easier to read.
-
- Nov 25, 2024
-
-
Вартан Бабаян authored
-
Вартан Бабаян authored
-
Вартан Бабаян authored
-
Вартан Бабаян authored
-
Вартан Бабаян authored
-
- Nov 22, 2024
-
-
Вартан Бабаян authored
-