- May 09, 2016
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- May 07, 2016
-
-
Konstantin Osipov authored
Remove "optimized" autocommit code when working with a single index, tarantool always creates a transaction in engine even for autocommit mode. This optimization, in other words, could (potentially) save only a little bit of CPU in case of autocommit and only-primary-key space.
-
- May 06, 2016
-
-
Konstantin Osipov authored
-
- May 05, 2016
-
-
Konstantin Osipov authored
* remove trigger (not used)
-
Konstantin Osipov authored
* remove the built-in write ahead log (never used in Tarantool)
-
Konstantin Osipov authored
We need an online backup for all engines. The current backup in phia only works when its own write ahead log is enabled, which is never the case with tarantool. @todo: add rsync-friendly backup to phia, just like is already the case for memtx.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
* remove ss_cond, ss_mutex, use Tarantool primitives instead. * refactoring of tt_pthread.h to avoid using single-letter variables
-
- May 04, 2016
-
-
Konstantin Osipov authored
* remove object pools * small refactoring of "long" tests.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Move long_run suite to engine_long. phia tests crash (wrong results).
-
- May 03, 2016
-
-
bigbes authored
-
Eugene Leonovich authored
-
bigbes authored
Tweak php example in the doc book
-
- May 02, 2016
-
-
Konstantin Osipov authored
* renames * begin removing the object runtime madness
-
- May 01, 2016
-
-
Konstantin Osipov authored
* rename sp_* -> phia_* * remove sp_prepare(), unused, undocumented, unimplemented * remove sp_error() * remove sp_poll()
-
Konstantin Osipov authored
* remove PHIA_BUILD * remove GNU_SOURCE
-
- Apr 29, 2016
-
-
Eugene Leonovich authored
-
Roman Tsisyk authored
-
Georgy Kirichenko authored
-
- Apr 28, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Use config.h instead.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Finish removal of third-party code from phia.c.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Prepare to convert zstd to a submodule.
-
Roman Tsisyk authored
Thanks for clang 3.6
-
Roman Tsisyk authored
-
Roman Tsisyk authored
* Use our own fork * Fix typo in CMakeLists.txt * Update build dependecies in README.md * Fix a potential bug with buffer size calculation in ss_lz4filter_next()
-
- Apr 27, 2016
-
-
Roman Tsisyk authored
-
- Apr 26, 2016
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-