Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [RFC] Quorum-based synchronous replication
 2020-04-08 14:05 UTC  (4+ messages)

[Tarantool-patches] [PATCH 0/6] Extending error functionality
 2020-04-08 13:56 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/6] error: Add a Lua backtrace to error
` [Tarantool-patches] [PATCH 2/6] error: Add the custom error type

[Tarantool-patches] [PATCH v15 00/11] journal redesign sync and async writes
 2020-04-08 11:12 UTC  (3+ messages)

[Tarantool-patches] [PATCH v12 0/8] replication: prevent nil dereference on applier rollback
 2020-04-08 11:04 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v12 1/8] box: fix bootstrap comment
` [Tarantool-patches] [PATCH v12 2/8] alter: shrink txn_alter_trigger_new code
` [Tarantool-patches] [PATCH v12 3/8] request: add missing OutOfMemory diag_set
` [Tarantool-patches] [PATCH v12 4/8] applier: add missing diag_set on region_alloc failure
` [Tarantool-patches] [PATCH v12 5/8] replication: merge replica_by_id into replicaset
` [Tarantool-patches] [PATCH v12 6/8] applier: reduce applier_txn_rollback_cb code density
` [Tarantool-patches] [PATCH v12 7/8] applier: prevent nil dereference on applier rollback
` [Tarantool-patches] [PATCH v12 8/8] test: add replication/gh-4730-applier-rollback

[Tarantool-patches] [PATCH 0/4] session settings fixes
 2020-04-08  9:40 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1] test: fix flaky sql/func-recreate
 2020-04-08  7:11 UTC 

[Tarantool-patches] [PATCH 0/4] Enable LuaJIT tests written in C
 2020-04-07 23:33 UTC  (10+ messages)
` [Tarantool-patches] [PATCH 2/4] test: adjust luajit-tap testing machinery
` [Tarantool-patches] [PATCH 3/4] test: enable luajit-tap:gh-4427-ffi-sandwich tests
` [Tarantool-patches] [PATCH 4/4] test: enable luajit-tap:lj-flush-on-trace tests

[Tarantool-patches] [PATCH 1/1] box: export box_session_push to the public C API
 2020-04-07 23:20 UTC  (10+ messages)

[Tarantool-patches] [PATCH v2 1/1] box: export box_session_push to the public C API
 2020-04-07 23:20 UTC 

[Tarantool-patches] [PATCH v2 0/2] box: fix session.push formatting
 2020-04-07 21:52 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v2 2/2] box: fix formatting in session.push

[Tarantool-patches] [PATCH 0/2] fix box.session.push formatting
 2020-04-07 21:26 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 1/2] session: store output format in struct session
` [Tarantool-patches] [PATCH 2/2] box: fix formatting in session.push

[Tarantool-patches] [PATCH luajit 0/2] Trace abort on FFI sandwich or mode change
 2020-04-07 21:16 UTC  (17+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] jit: abort trace recording and execution for C API

[Tarantool-patches] [PATCH v6 0/3] replication: fix local space tracking
 2020-04-07 15:49 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v6 1/3] replication: omit 0-th vclock component in replication responses
` [Tarantool-patches] [PATCH v6 2/3] gc: rely on minimal vclock components instead of signatures
` [Tarantool-patches] [PATCH v6 3/3] box: start counting local space requests separately

[Tarantool-patches] [PATCH v5 0/4] replication: fix local space tracking
 2020-04-07 15:48 UTC  (17+ messages)
` [Tarantool-patches] [PATCH v5 1/4] vclock: add an ability to reset individual clock components
` [Tarantool-patches] [PATCH v5 2/4] replication: hide 0-th vclock components in replication responses
` [Tarantool-patches] [PATCH v5 3/4] gc: rely on minimal vclock components instead of signatures
` [Tarantool-patches] [PATCH v5 4/4] box: start counting local space requests separately

[Tarantool-patches] [PATCH] Fix luacheck warnings in src/lua/*.lua
 2020-04-07 15:39 UTC  (11+ messages)

[Tarantool-patches] [PATCH v1 0/2] set to gitlab-ci static build with Dockerfile
 2020-04-07 14:03 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v1 1/2] build: disable cache for static build Dockerfile
` [Tarantool-patches] [PATCH v1 2/2] gitlab-ci: set static docker build release testing

[Tarantool-patches] [PATCH] sql: reset values to be bound after execution
 2020-04-07 11:40 UTC  (7+ messages)

[Tarantool-patches] [PATCH v3 0/6] Stacked diagnostics
 2020-04-07 11:13 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v3 1/6] box: introduce stacked diagnostic area
` [Tarantool-patches] [PATCH v3 2/6] box: use stacked diagnostic area for functional indexes
` [Tarantool-patches] [PATCH v3 3/6] box/error: clarify purpose of reference counting in struct error
` [Tarantool-patches] [PATCH v3 4/6] iproto: refactor error encoding with mpstream
` [Tarantool-patches] [PATCH v3 5/6] box: always promote error created via box.error() to diag
` [Tarantool-patches] [PATCH v3 6/6] iproto: support error stacked diagnostic area

[Tarantool-patches] [PATCH v11 0/8] box/replication: prevent nil dereference on applier rollback
 2020-04-07 11:00 UTC  (20+ messages)
` [Tarantool-patches] [PATCH v11 1/8] box: fix bootstrap comment
` [Tarantool-patches] [PATCH v11 2/8] box/alter: shrink txn_alter_trigger_new code
` [Tarantool-patches] [PATCH v11 3/8] box/request: add missing OutOfMemory diag_set
` [Tarantool-patches] [PATCH v11 4/8] box/applier: add missing diag_set on region_alloc failure
` [Tarantool-patches] [PATCH v11 5/8] box/replication: merge replica_by_id into replicaset
` [Tarantool-patches] [PATCH v11 6/8] applier: reduce applier_txn_rollback_cb code density
` [Tarantool-patches] [PATCH v11 7/8] box/applier: prevent nil dereference on applier rollback
` [Tarantool-patches] [PATCH v11 8/8] test: add replication/applier-rollback

[Tarantool-patches] [PATCH v2 1/1] sql: do not change order of inserted values
 2020-04-06 21:42 UTC  (2+ messages)

[Tarantool-patches] [PATCH] net.box: fix fetching of schema of an old version
 2020-04-06 11:39 UTC  (8+ messages)

[Tarantool-patches] [PATCH v2 00/10] Stacked diagnostics
 2020-04-06 11:07 UTC  (23+ messages)
` [Tarantool-patches] [PATCH v2 06/10] box: introduce stacked diagnostic area
` [Tarantool-patches] [PATCH v2 10/10] iproto: support error "

[Tarantool-patches] [PATCH 1/1] error: remove an unused global variable from diag.c
 2020-04-06 10:53 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 0/2] Return getaddrinfo() errors
 2020-04-06  2:08 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v2 1/2] coio/say: fix getaddrinfo error handling on macOS
` [Tarantool-patches] [PATCH v2 2/2] lua: return getaddrinfo() errors

[Tarantool-patches] [PATCH 0/4] introduce indices over UUID
 2020-04-05 21:29 UTC  (10+ messages)
` [Tarantool-patches] [PATCH 1/4] decimal: fix comment typo
` [Tarantool-patches] [PATCH 2/4] uuid: expose additional from_string constructors
` [Tarantool-patches] [PATCH 3/4] box: add MsgPack encoding/decoding for UUID
` [Tarantool-patches] [PATCH 4/4] box: introduce indices by UUID

[Tarantool-patches] [PATCH] Add const qualifier to mp_encode_ext argument
 2020-04-05 19:38 UTC  (2+ messages)

[Tarantool-patches] [PATCH] rocks: forward options to luarocks
 2020-04-05 18:40 UTC  (4+ messages)

[Tarantool-patches] [PATCH v2 0/3] Adapt luarocks for tarantoolctl
 2020-04-05 18:40 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v2 1/3] Add the chdir option for make
` [Tarantool-patches] [PATCH v2 2/3] Add a black list for tarantoolctl rocks options
` [Tarantool-patches] [PATCH v2 3/3] Adapt luarocks help for tarantoolctl rocks

[Tarantool-patches] [PATCH 0/3] Adapt luarocks for tarantoolctl
 2020-04-05 18:39 UTC  (12+ messages)
` [Tarantool-patches] [PATCH 1/3] Add the chdir option for make
` [Tarantool-patches] [PATCH 2/3] Add a black list of the tarantoolctl options
` [Tarantool-patches] [PATCH 3/3] Adapt luarocks help for the tarantoolctl

[Tarantool-patches] [PATCH v2] rocks: forward options to luarocks
 2020-04-05 14:49 UTC 

[Tarantool-patches] [PATCH 0/4] session settings fixes
 2020-04-04 21:56 UTC  (14+ messages)
` [Tarantool-patches] [PATCH 1/4] box: replace session_settings modules with a single array
` [Tarantool-patches] [PATCH 2/4] box: add binary search for _session_settings space
` [Tarantool-patches] [PATCH 3/4] box: provide a user friendly frontend for accessing session settings
` [Tarantool-patches] [PATCH 4/4] sql: "

[Tarantool-patches] [PATCH v2 0/2] Fix some options of rocks module
 2020-04-04 18:40 UTC  (11+ messages)
` [Tarantool-patches] [PATCH v2 1/2] luarocks: Add a kludge for option all of luarocks search
` [Tarantool-patches] [PATCH v2 2/2] luarocks: Add a kludge for option force of luarocks remove

[Tarantool-patches] [PATCH v1 1/1] sql: specify field types in ephemeral space format
 2020-04-04 18:34 UTC  (3+ messages)

[Tarantool-patches] [PATCH] fio: provide access to stdin/stdout/stderr
 2020-04-04  9:53 UTC 

[Tarantool-patches] [PATCH v2 0/2] Support column addition with <ALTER TABLE>
 2020-04-03 17:40 UTC  (4+ 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 0/3] box_return_mp
 2020-04-03 14:13 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 2/3] box: introduce port_c
` [Tarantool-patches] [PATCH 3/3] box: introduce box_return_mp() public C function

[Tarantool-patches] [PATCH] box: always promote error created via box.error() to diag
 2020-04-03  1:55 UTC  (5+ messages)

[Tarantool-patches] [PATCH] vinyl: bump dump_generation in case scheduler doesn't catch up with DDL
 2020-04-03  1:25 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1 1/1] sql: remove implicit cast for COMPARISON
 2020-04-02 23:47 UTC  (5+ messages)

[Tarantool-patches] [PATCH rfc 0/1] replication: stop resetting existing connections
 2020-04-02 16:43 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1] Divide test box/net.box
 2020-04-02 15:44 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox