Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH 0/3] wal,txn_limbo: a few cleanups
 2021-04-26  9:40 UTC  (14+ messages)
` [Tarantool-patches] [PATCH 1/3] wal: sanitize wal_mode
` [Tarantool-patches] [PATCH 2/3] txn_limbo: simplify owner migration condition
` [Tarantool-patches] [PATCH 3/3] txn_limbo: simplify txn_limbo_ack
` [Tarantool-patches] [PATCH 4/4] txn_limbo: simplify txn_limbo_on_parameters_change

[Tarantool-patches] [PATCH v2 1/1] txn: destroy commit and rollback triggers
 2021-04-26  9:37 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] fiber_wakeup() nop on self
 2021-04-26  9:21 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 1/2] fiber: make wakeup in Lua and C "
` [Tarantool-patches] [PATCH 2/2] fiber: use wakeup safely on self everywhere

[Tarantool-patches] [PATCH 1/1] sql: replace MEM-type flags by enum mem_type
 2021-04-25 17:41 UTC  (2+ messages)

[Tarantool-patches] [PATCH 1/1] txn: destroy commit and rollback triggers
 2021-04-25 15:47 UTC  (3+ messages)

[Tarantool-patches] [PATCH 1/1] box: make UUID part of SCALAR
 2021-04-25  9:07 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] fiber_touch() and fiber_continue()
 2021-04-23 23:16 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/2] fiber: introduce fiber_touch and fiber_continue
` [Tarantool-patches] [PATCH 2/2] fiber: use "

[Tarantool-patches] [PATCH 1/1] Fix SQL MEM-related warnings
 2021-04-22 23:12 UTC  (2+ messages)

[Tarantool-patches] [PATCH] serializer: serialize recursive structures
 2021-04-21 18:20 UTC  (9+ messages)

[Tarantool-patches] [PATCH 0/3] replace feedback send on tarantool start with send after 2 minutes of operation
 2021-04-21 10:18 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 1/3] Revert "feedback_daemon: send feedback on server start"
` [Tarantool-patches] [PATCH 2/3] feedback_daemon: do not trigger feedback send on first occurred event
` [Tarantool-patches] [PATCH 3/3] feedback_daemon: speedup the first send to 2 minutes

[Tarantool-patches] [PATCH v4 00/12] raft: introduce manual elections and fix a bug with re-applying rolled back transactions
 2021-04-21  6:01 UTC  (57+ messages)
` [Tarantool-patches] [PATCH v4 01/12] wal: make wal_assign_lsn accept journal entry
` [Tarantool-patches] [PATCH v4 02/12] xrow: enrich row's meta information with sync replication flags
` [Tarantool-patches] [PATCH v4 03/12] xrow: introduce a PROMOTE entry
` [Tarantool-patches] [PATCH v4 04/12] box: actualise iproto_key_type array
` [Tarantool-patches] [PATCH v4 05/12] box: make clear_synchro_queue() write a PROMOTE entry instead of CONFIRM + ROLLBACK
` [Tarantool-patches] [PATCH v4 06/12] box: write PROMOTE even for empty limbo
` [Tarantool-patches] [PATCH v4 07/12] raft: filter rows based on known peer terms
` [Tarantool-patches] [PATCH v4 08/12] election: introduce a new election mode: "manual"
` [Tarantool-patches] [PATCH v4 09/12] raft: introduce raft_start/stop_candidate
` [Tarantool-patches] [PATCH v4 10/12] election: support manual elections in clear_synchro_queue()
` [Tarantool-patches] [PATCH v4 11/12] box: remove parameter from clear_synchro_queue
` [Tarantool-patches] [PATCH v4 12/12] box.ctl: rename clear_synchro_queue to promote
` [Tarantool-patches] [PATCH v4 13/12] replication: send accumulated Raft messages after relay start
` [Tarantool-patches] [PATCH v4 14/12] txn: make NOPs fully asynchronous

[Tarantool-patches] [PATCH] feedback_daemon: fix indexing a nil value issue
 2021-04-20 19:42 UTC  (4+ messages)

[Tarantool-patches] [PATCH] tools: implement toolchain for crash artefacts
 2021-04-20 12:14 UTC  (10+ messages)

[Tarantool-patches] [PATCH luajit] test: fix directory detection in lua-Harness suite
 2021-04-19 19:39 UTC  (4+ messages)

[Tarantool-patches] [PATCH v3 00/10] raft: introduce manual elections and fix a bug with re-applying rolled back transactions
 2021-04-16 22:13 UTC  (36+ messages)
` [Tarantool-patches] [PATCH v3 01/10] wal: enrich row's meta information with sync replication flags
` [Tarantool-patches] [PATCH v3 02/10] xrow: introduce a PROMOTE entry
` [Tarantool-patches] [PATCH v3 03/10] box: actualise iproto_key_type array
` [Tarantool-patches] [PATCH v3 04/10] box: make clear_synchro_queue() write a PROMOTE entry instead of CONFIRM + ROLLBACK
` [Tarantool-patches] [PATCH v3 05/10] box: write PROMOTE even for empty limbo
` [Tarantool-patches] [PATCH v3 06/10] raft: keep track of greatest known term and filter replication sources based on that
` [Tarantool-patches] [PATCH v3 07/10] replication: introduce a new election mode: "manual"
` [Tarantool-patches] [PATCH v3 08/10] Support manual elections in `box.ctl.clear_synchro_queue()`
` [Tarantool-patches] [PATCH v3 09/10] box: remove parameter from clear_synchro_queue
` [Tarantool-patches] [PATCH v3 10/10] box.ctl: rename clear_synchro_queue to promote

[Tarantool-patches] [PATCH] txn_limbo: simplify owner migration condition
 2021-04-16 20:36 UTC  (5+ messages)
  ` [Tarantool-patches] [PATCH v2] "

[Tarantool-patches] [PATCH 1/1] Add changelog for select uuid in SQL
 2021-04-16 19:39 UTC  (2+ messages)

[Tarantool-patches] [PATCH 1/1] Add test and changelog for issue gh-5890
 2021-04-16 19:38 UTC  (3+ messages)

[Tarantool-patches] [PATCH 0/2] Set box.cfg options using environment variables
 2021-04-15  6:52 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/2] cfg: provide types for logger options
` [Tarantool-patches] [PATCH 2/2] box: set box.cfg options via environment variables

[Tarantool-patches] [PATCH v5 00/52] Move mem-related functions to mem.c/mem.h
 2021-04-15  6:49 UTC  (44+ messages)
` [Tarantool-patches] [PATCH v5 04/52] sql: remove NULL-termination in OP_ResultRow
` [Tarantool-patches] [PATCH v5 09/52] sql: introduce mem_str()
` [Tarantool-patches] [PATCH v5 12/52] sql: introduce mem_is_*() functions()
` [Tarantool-patches] [PATCH v5 17/52] sql: remove sql_column_to_messagepack()
` [Tarantool-patches] [PATCH v5 18/52] sql: introduce mem_concat()
` [Tarantool-patches] [PATCH v5 19/52] sql: introduce arithmetic operations for MEM
` [Tarantool-patches] [PATCH v5 20/52] sql: introduce mem_compare()
` [Tarantool-patches] [PATCH v5 27/52] sql: introduce mem_set_str_*() functions
` [Tarantool-patches] [PATCH v5 28/52] sql: introduce mem_copy_str() and mem_copy_str0()

[Tarantool-patches] [PATCH v5 47/52] sql: introduce mem_get_double()
 2021-04-15  0:51 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v5 51/52] sql: introduce mem_get_bytes_len()

[Tarantool-patches] [PATCH 0/2] Install curl headers and enable smtp
 2021-04-15  0:28 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit v3 00/29] Adapt PUC-Rio Lua 5.1 test suite
 2021-04-14 21:08 UTC  (8+ messages)
` [Tarantool-patches] [PATCH luajit v3 01/29] test: add "
` [Tarantool-patches] [PATCH luajit v3 03/29] test: adapt PUC-Rio suite for out-of-source build

[Tarantool-patches] [PATCH 0/3] Export curl symbols, enable smtp and install headers
 2021-04-14 17:52 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2 luajit] tools: introduce --leak-only memprof parser option
 2021-04-14 14:34 UTC  (7+ 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