- Feb 07, 2024
-
-
Georgy Moshkin authored
-
Egor Ivkov authored
-
Egor Ivkov authored
-
- Feb 06, 2024
-
-
Denis Smirnov authored
Current commit introduces - _pico_routine replicated table - procedure creation with SQL API
-
- Feb 05, 2024
-
-
-
-
Panic happened in `on_access_denied` trigger. There was a switch to admin and back to user with `su`. Switch back to user panicked in SuGuard drop as user did not have session privilege.
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Feb 02, 2024
-
-
Alexander Kurdakov authored
Also print new greeting and help
-
- Feb 01, 2024
-
-
Feodor Alexandrov authored
-
- Jan 31, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Jan 30, 2024
-
-
- Jan 26, 2024
-
-
Feodor Alexandrov authored
1. Add a new option picodata run --shredding to enable shredding upon xlog_remove_file_impl. 2. For test purposes additionally use the inject_errors feature to keep files after shred operation and allow the test code to look inside and make sure that content was really shredded.
-
-
-
- Jan 25, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Note: this changes return values from all .proc_* stored procedures, making them more usable, but completely breaking the compatibility with older versions. Closes #500
-
- Jan 24, 2024
-
-
Dmitry Ivanov authored
-
- Jan 23, 2024
-
-
It's unused since 44a0fc61
-
- Jan 22, 2024
-
-
Alexander Kurdakov authored
-
-
-
Arseniy Volynets authored
- update sbroad submodule to commit with support of except for global tables - add integration tests for except with global tbls
-
- Jan 19, 2024
-
-
Arseniy Volynets authored
- update sbroad submodule to commit supporting union all with global tbls - add integration tests
-
- Jan 18, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
- remove logical clock from raft entry context, (term, index) is used for synchronization instead - this allows us to remove the Notify/Notifier boilerplate - NodeImpl::notifications -> NodeImpl::read_state_wakers - this and the recently refactored proc_join finally allows us to remove OpResult - ContextCoercion & CoercionError are also removed for the sake of simplification
-