[Tarantool-patches] [PATCH v8 0/9] qsync: write CONFIRM/ROLLBACK without txn engine
2020-08-17 21:54 UTC (14+ messages)
` [Tarantool-patches] [PATCH v8 1/9] xrow: introduce struct synchro_request
` [Tarantool-patches] [PATCH v8 2/9] journal: bind asynchronous write completion to an entry
` [Tarantool-patches] [PATCH v8 3/9] journal: add journal_entry_create helper
` [Tarantool-patches] [PATCH v8 4/9] qsync: provide a binary form of syncro entries
` [Tarantool-patches] [PATCH v8 5/9] qsync: direct write of CONFIRM/ROLLBACK into a journal
` [Tarantool-patches] [PATCH v8 6/9] applier: add shorthands to queue access
` [Tarantool-patches] [PATCH v8 7/9] applier: process synchro requests without txn engine
` [Tarantool-patches] [PATCH v8 8/9] txn: txn_add_redo -- drop synchro processing
` [Tarantool-patches] [PATCH v8 9/9] xrow: drop xrow_header_dup_body
[Tarantool-patches] [PATCH v7 0/8] qsync: write CONFIRM/ROLLBACK without txn engine
2020-08-17 20:49 UTC (19+ messages)
` [Tarantool-patches] [PATCH v7 1/8] journal: bind asynchronous write completion to an entry
` [Tarantool-patches] [PATCH v7 2/8] journal: add journal_entry_create helper
` [Tarantool-patches] [PATCH v7 3/8] qsync: provide a binary form of syncro entries
` [Tarantool-patches] [PATCH v7 4/8] qsync: direct write of CONFIRM/ROLLBACK into a journal
` [Tarantool-patches] [PATCH v7 5/8] applier: factor out latch locking
` [Tarantool-patches] [PATCH v7 6/8] applier: add shorthands to queue access
` [Tarantool-patches] [PATCH v7 7/8] applier: process synchro requests without txn engine
` [Tarantool-patches] [PATCH v7 8/8] applier: drop process_synchro_row
` [Tarantool-patches] [PATCH v7 9/8] txn: txn_add_redo -- drop synchro processing
[Tarantool-patches] [PATCH 1/1] applier: drop a couple of unnecessary arguments
2020-08-17 20:22 UTC (3+ messages)
[Tarantool-patches] [PATCH 1/1] xrow: introduce struct synchro_request
2020-08-17 20:22 UTC (6+ messages)
[Tarantool-patches] [PATCH v4 0/2] gitlab-ci: implement openSUSE testing
2020-08-17 5:33 UTC (5+ messages)
` [Tarantool-patches] [PATCH v4 1/2] vinyl: check vinyl_dir existence at bootstrap
` [Tarantool-patches] [PATCH v4 2/2] gitlab-ci: add openSUSE packages build jobs
[Tarantool-patches] [PATCH v5 1/2] vinyl: fix check vinyl_dir existence at bootstrap
2020-08-17 5:29 UTC
[Tarantool-patches] [PATCH v1] Output for sockets issues cuts its names in logs
2020-08-16 20:58 UTC
[Tarantool-patches] [PATCH v1] tarantoolctl fails to stop server
2020-08-16 20:41 UTC
[Tarantool-patches] [PATCH v1] test: fix issue on first replica in drop_cluster()
2020-08-16 20:01 UTC
[Tarantool-patches] [PATCH v2 00/10] sql: properly check arguments types of built-in functions
2020-08-14 15:05 UTC (11+ messages)
` [Tarantool-patches] [PATCH v2 01/10] sql: do not return UNSIGNED in "
` [Tarantool-patches] [PATCH v2 02/10] sql: fix functions return types
` [Tarantool-patches] [PATCH v2 03/10] sql: change signature of trim()
` [Tarantool-patches] [PATCH v2 04/10] box: add new options for functions
` [Tarantool-patches] [PATCH v2 05/10] sql: use has_vararg for built-in functions
` [Tarantool-patches] [PATCH v2 06/10] sql: add overloaded versions of the functions
` [Tarantool-patches] [PATCH v2 07/10] sql: move built-in function definitions in _func
` [Tarantool-patches] [PATCH v2 08/10] box: add param_list to 'struct func'
` [Tarantool-patches] [PATCH v2 09/10] sql: check built-in functions argument types
` [Tarantool-patches] [PATCH v2 10/10] sql: refactor sql/func.c
[Tarantool-patches] [PATCH v3] tuple: drop extra restrictions for multikey index
2020-08-14 14:51 UTC
[Tarantool-patches] [PATCH v2 0/3] gitlab-ci: add openSuSE packages build jobs
2020-08-14 12:42 UTC (4+ messages)
` [Tarantool-patches] [PATCH v2 2/3] Fix test box-tap/cfg.test.lua on openSuSE
[Tarantool-patches] [PATCH] iproto: make iproto thread more independent from tx
2020-08-14 10:47 UTC
[Tarantool-patches] [PATCH v2] iproto: close socket explicitly before wal_dir at exit
2020-08-14 10:46 UTC
[Tarantool-patches] [PATCH v2] tuple: drop extra restrictions for multikey index
2020-08-14 10:41 UTC
[Tarantool-patches] [PATCH v3 1/3] test: fix for OpenSuSE luajit tests build
2020-08-14 2:55 UTC (2+ messages)
[Tarantool-patches] [PATCH] Ensure all curl symbols are exported
2020-08-13 11:48 UTC (6+ messages)
[Tarantool-patches] [PATCH V2] vinyl: rework upsert operation
2020-08-12 21:23 UTC (2+ messages)
[Tarantool-patches] [PATCH 0/2] JSON field multikey crash
2020-08-12 20:34 UTC (15+ messages)
` [Tarantool-patches] [PATCH 1/2] tuple: fix multikey field JSON access crash
` [Tarantool-patches] [PATCH 2/2] tuple: fix access by JSON path starting from '[*]'
[Tarantool-patches] [PATCH v1 0/7] sql: properly check arguments types of built-in functions
2020-08-12 15:15 UTC (8+ messages)
` [Tarantool-patches] [PATCH v1 1/7] box: add has_vararg option for functions
` [Tarantool-patches] [PATCH v1 2/7] sql: do not return UNSIGNED in built-in functions
` [Tarantool-patches] [PATCH v1 3/7] sql: move built-in function definitions in _func
` [Tarantool-patches] [PATCH v1 4/7] box: add param_list to 'struct func'
` [Tarantool-patches] [PATCH v1 5/7] sql: check built-in functions argument types
` [Tarantool-patches] [PATCH v1 6/7] sql: VARBINARY and STRING in built-in functions
` [Tarantool-patches] [PATCH v1 7/7] sql: refactor sql/func.c
[Tarantool-patches] [PATCH 0/2] Recover of table.clear() method
2020-08-12 13:03 UTC (7+ messages)
` [Tarantool-patches] [PATCH 1/2] src: return back import "
` [Tarantool-patches] [PATCH 2/2] test: add regression test for table.clear()
[Tarantool-patches] [PATCH 0/2] Implement LuaJIT platform metrics
2020-08-12 9:39 UTC (10+ messages)
` [Tarantool-patches] [PATCH 1/2] metrics: add counters for metrics interested in
` [Tarantool-patches] [RFC] rfc: luajit metrics
[Tarantool-patches] [PATCH 1/1] box: snapshot should not include rolled back data
2020-08-11 23:01 UTC (4+ messages)
[Tarantool-patches] [PATCH v2 0/2] Support column addition with <ALTER TABLE>
2020-08-11 0:34 UTC (9+ messages)
` [Tarantool-patches] [PATCH v2 1/2] sql: rename TK_COLUMN to TK_COLUMN_NAME
` [Tarantool-patches] [PATCH v2 2/2] sql: support column addition
[Tarantool-patches] [PATCH v3 0/4] Support ALTER TABLE ADD COLUMN
2020-08-11 0:33 UTC (5+ messages)
` [Tarantool-patches] [PATCH v3 1/4] sql: rename TK_COLUMN to TK_COLUMN_NAME
` [Tarantool-patches] [PATCH v3 2/4] sql: refactor create_table_def and parse
` [Tarantool-patches] [PATCH v3 3/4] schema: add box_space_field_MAX
` [Tarantool-patches] [PATCH v3 4/4] sql: support column addition
[Tarantool-patches] [PATCH 1/1] router: update known bucket count when rs removed
2020-08-10 21:05 UTC (4+ messages)
[Tarantool-patches] [PATCH 0/2] vinyl: rework upsert internals
2020-08-08 14:51 UTC (8+ messages)
` [Tarantool-patches] [PATCH 1/2] vy_stmt: introduce vy_stmt_is_void() helper
` [Tarantool-patches] [PATCH 2/2] vinyl: rework upsert operation
[Tarantool-patches] [PATCH vshard 1/1] replicaset: check URI match when rebind connection
2020-08-07 21:56 UTC (4+ messages)
[Tarantool-patches] [PATCH v1] update_repo: correct fix for RPMs on missing metadata
2020-08-07 16:10 UTC (3+ messages)
[Tarantool-patches] [PATCH 00/19] Add static analysis of Lua code in test/ with luacheck
2020-08-07 9:19 UTC (2+ messages)
[Tarantool-patches] [PATCH v2 vshard 0/2] storage: allow replica to boot before master
2020-08-06 19:57 UTC (8+ messages)
` [Tarantool-patches] [PATCH v2 vshard 1/2] storage: fix reload applying migration twice
` [Tarantool-patches] [PATCH v2 vshard 2/2] storage: allow replica to boot before master
[Tarantool-patches] [V2] luajit: pass properly compile options to LuaJIT for RelWithDebInfo
2020-08-06 14:41 UTC (3+ messages)
[Tarantool-patches] [PATCH] build: refactor static build process
2020-08-06 13:32 UTC (4+ messages)
[Tarantool-patches] [PATCH vshard 1/1] storage: allow replica to boot before master
2020-08-05 22:15 UTC (5+ messages)
[Tarantool-patches] [PATCH v2] tuple: drop extra restrictions for multikey index
2020-08-05 12:29 UTC (2+ messages)
[Tarantool-patches] [PATCH v2 0/3] Simplify alter.cc
2020-08-04 10:10 UTC (6+ messages)
` [Tarantool-patches] [PATCH v2 1/3] alter: use good c++ style
` [Tarantool-patches] [PATCH v2 2/3] alter: fix codestyle
[Tarantool-patches] [PATCH v2 0/2] fiber: backport for stack madvise/mprotect errors handling
2020-08-04 7:28 UTC (5+ messages)
` [Tarantool-patches] [PATCH v2 1/2] fiber: set diagnostics at madvise/mprotect failure
` [Tarantool-patches] [PATCH v2 2/2] fiber: leak slab if unable to bring prots back
[Tarantool-patches] [RFC] Raft over qsync
2020-08-03 20:56 UTC (2+ messages)
[Tarantool-patches] [PATCH] tuple: drop extra restrictions for multikey index
2020-08-03 8:42 UTC (4+ messages)
[Tarantool-patches] [PATCH 0/3] Qsync tricky crashes
2020-07-31 22:31 UTC (6+ messages)
` [Tarantool-patches] [PATCH 1/3] txn_limbo: handle ROLLBACK during CONFIRM
` [Tarantool-patches] [PATCH 2/3] txn_limbo: handle CONFIRM during ROLLBACK
` [Tarantool-patches] [PATCH 3/3] txn_limbo: handle duplicate ACKs
[Tarantool-patches] [PATCH 1/1] txn_limbo: panic when synchro WAL write fails
2020-07-30 19:57 UTC (3+ messages)
[Tarantool-patches] [PATCH 1/1] txn_limbo: reduce fiber_set_cancellable() calls
2020-07-30 19:57 UTC (3+ messages)
[Tarantool-patches] [PATCH 1/1] txn_limbo: don't duplicate confirmations in WAL
2020-07-29 20:54 UTC (3+ messages)
[Tarantool-patches] [PATCH 0/2] fiber: backport for stack madvise/mprotect errors handling
2020-07-29 17:04 UTC (4+ messages)
` [Tarantool-patches] [PATCH 1/2] fiber: set diagnostics at madvise/mprotect failure
` [Tarantool-patches] [PATCH 2/2] fiber: leak slab if unable to bring prots back
[Tarantool-patches] [PATCH] lua/utils: improve luaT_newthread performance
2020-07-29 13:41 UTC (2+ messages)
[Tarantool-patches] [PATCH 0/2] Qsync flaky tests, next iteration
2020-07-28 20:37 UTC (3+ messages)
[Tarantool-patches] [PATCH] box: remove unnecessary bootsrap. file
2020-07-28 16:03 UTC (2+ messages)
[Tarantool-patches] [PATCH v1] gitlab-ci: restore lto testing on OSX
2020-07-28 15:42 UTC (2+ messages)
[Tarantool-patches] [PATCH] lua: introduce function to check that passed value is uuid
2020-07-28 14:59 UTC (2+ messages)
[Tarantool-patches] [PATCH v2 0/2] Return getaddrinfo() errors
2020-07-28 14:08 UTC (2+ messages)
[Tarantool-patches] [PATCH] lua/log: add missing exports
2020-07-28 14:08 UTC (4+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox