Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH] key_def: support composite types extraction
 2020-10-01 15:26 UTC  (5+ messages)

[Tarantool-patches] [PATCH 2.X 0/7] RFC: module api: extend for external merger Lua module
 2020-10-01 15:06 UTC  (39+ messages)
` [Tarantool-patches] [PATCH 2.X 1/7] module api: export box_tuple_validate
` [Tarantool-patches] [PATCH 2.X 2/7] module api: export box_key_def_dup
` [Tarantool-patches] [PATCH 2.X 3/7] module api: luaT_newthread
` [Tarantool-patches] [PATCH 2.X 4/7] module api: luaL_register_module & luaL_register_type
` [Tarantool-patches] [PATCH 2.X 5/7] module api: luaT_temp_luastate & luaT_release_temp_luastate
` [Tarantool-patches] [PATCH 2.X 6/7] module api: luaL_checkibuf & luaL_checkconstchar
` [Tarantool-patches] [PATCH 2.X 7/7] module api: luaL_cdata_iscallable

[Tarantool-patches] [PATCH] serilaizer: check for recursive serialization
 2020-10-01 14:40 UTC  (8+ messages)

[Tarantool-patches] [PATCH v4 0/6] box/func: implement cfunc Lua module
 2020-10-01 13:51 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v4 1/6] box/func: factor out c function entry structure
` [Tarantool-patches] [PATCH v4 2/6] box/func: provide module_sym_call
` [Tarantool-patches] [PATCH v4 3/6] box/func: more detailed error in module reloading
` [Tarantool-patches] [PATCH v4 4/6] box/func: export func_split_name helper
` [Tarantool-patches] [PATCH v4 5/6] box/func: implement cfunc Lua module
` [Tarantool-patches] [PATCH v4 6/6] test: box/cfunc -- add simple module test

[Tarantool-patches] [PATCH 0/5] build: fix compilation warning
 2020-10-01 12:07 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] key_def: support composite types extraction
 2020-10-01 11:47 UTC  (2+ messages)

[Tarantool-patches] [PATCH 1/1] tpch: show single run time
 2020-10-01  9:34 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 0/2] Prevent JIT engine breakage on fibers switch-over
 2020-10-01  6:14 UTC  (24+ messages)
` [Tarantool-patches] [PATCH v2 1/2] fiber: introduce a callback for "
` [Tarantool-patches] [PATCH v2 2/2] lua: abort trace recording on fiber yield

[Tarantool-patches] [PATCH v2] Add missed icu symbols
 2020-10-01  3:19 UTC  (5+ messages)

[Tarantool-patches] [PATCH] box/raft: fix compilation issue
 2020-09-30 14:41 UTC  (2+ messages)

[Tarantool-patches] [PATCH v3 00/10] Raft
 2020-09-30 11:04 UTC  (13+ messages)
` [Tarantool-patches] [PATCH v3 01/10] applier: store instance_id in struct applier
` [Tarantool-patches] [PATCH v3 10/10] raft: add tests
` [Tarantool-patches] [PATCH v3 02/10] box: introduce summary RO flag
` [Tarantool-patches] [PATCH v3 03/10] wal: don't touch box.cfg.wal_dir more than once
` [Tarantool-patches] [PATCH v3 04/10] replication: track registered replica count
` [Tarantool-patches] [PATCH v3 05/10] raft: introduce persistent raft state
` [Tarantool-patches] [PATCH v3 06/10] raft: introduce box.cfg.election_* options
` [Tarantool-patches] [PATCH v3 07/10] raft: relay status updates to followers
` [Tarantool-patches] [PATCH v3 08/10] raft: introduce state machine
` [Tarantool-patches] [PATCH v3 09/10] raft: introduce box.info.election

[Tarantool-patches] [PATCH v2 00/11] dRaft
 2020-09-30 10:56 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v2 09/11] raft: introduce state machine

[Tarantool-patches] [PATCH v1] asan: add leak suppressions for flaky test
 2020-09-30  9:25 UTC 

[Tarantool-patches] [PATCH v1] test: move error messages for tests into logs (3)
 2020-09-30  8:58 UTC 

[Tarantool-patches] [PATCH v2] core: introduce evenly distributed int64 random in range
 2020-09-30  0:06 UTC 

[Tarantool-patches] [PATCH 1/1] [tosquash] raft: don't expose 'raft' name to public
 2020-09-29 14:36 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1] test: flaky replication/replica_rejoin.test.lua
 2020-09-29 13:49 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v1] test: move error messages for tests into logs (1)
` [Tarantool-patches] [PATCH v1] test: move error messages for tests into logs (2)

[Tarantool-patches] [PATCH v1 0/2] sql: remove implicit cast from operations
 2020-09-29 13:00 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v1 2/2] sql: remove implicit cast in bitwise operations

[Tarantool-patches] [PATCH v1] test: flaky replication/replica_rejoin.test.lua
 2020-09-29 12:57 UTC 

[Tarantool-patches] [PATCH 1.10 0/9] RFC: module api: extend for external merger Lua module
 2020-09-29  6:21 UTC  (11+ messages)
` [Tarantool-patches] [PATCH 1.10 1/9] module api: export box_tuple_validate
` [Tarantool-patches] [PATCH 1.10 2/9] module api: export box_key_def_dup
` [Tarantool-patches] [PATCH 1.10 3/9] module api: luaT_newthread
` [Tarantool-patches] [PATCH 1.10 4/9] module api: luaL_register_module & luaL_register_type
` [Tarantool-patches] [PATCH 1.10 5/9] module api: luaT_temp_luastate & luaT_release_temp_luastate
` [Tarantool-patches] [PATCH 1.10 6/9] module api: luaL_checkibuf & luaL_checkconstchar
` [Tarantool-patches] [PATCH 1.10 7/9] RFC: module api: extend list of public symbols in 1.10
` [Tarantool-patches] [PATCH 1.10 8/9] module api: add luaL_iscallable with support of cdata metatype
` [Tarantool-patches] [PATCH 1.10 9/9] module api: luaL_cdata_iscallable

[Tarantool-patches] [PATCH] box: disallow to modify format of a view
 2020-09-28 23:50 UTC  (8+ messages)

[Tarantool-patches] [PATCH v4 0/6] Support column addition
 2020-09-28 23:29 UTC  (18+ messages)
` [Tarantool-patches] [PATCH v4 1/6] sql: rename TK_COLUMN to TK_COLUMN_NAME
` [Tarantool-patches] [PATCH v4 2/6] sql: refactor create_table_def and parse
` [Tarantool-patches] [PATCH v4 4/6] sql: use parser's region of "index" array
` [Tarantool-patches] [PATCH v4 6/6] sql: support column addition

[Tarantool-patches] [PATCH 00/14] RFC: module api: extend for external key_def Lua module
 2020-09-28 21:26 UTC  (22+ messages)
` [Tarantool-patches] [PATCH 02/14] WIP: module api: expose box region
` [Tarantool-patches] [PATCH 03/14] WIP: module api/lua: add luaL_iscdata() function
` [Tarantool-patches] [PATCH 05/14] WIP: module api/lua: add luaT_tuple_encode()
` [Tarantool-patches] [PATCH 08/14] WIP: refactoring: extract key_def module API functions
` [Tarantool-patches] [PATCH 09/14] WIP: module api: add box_key_def_new_ex()
` [Tarantool-patches] [PATCH 10/14] WIP: module api: add box_key_def_dump_parts()
` [Tarantool-patches] [PATCH 12/14] WIP: module api: expose box_key_def_merge()
` [Tarantool-patches] [PATCH 13/14] WIP: module api: expose box_tuple_extract_key_ex()
` [Tarantool-patches] [PATCH 14/14] WIP: module api: add box_key_def_validate_key()
` [Tarantool-patches] [PATCH 1.10 00/16] RFC: module api: extend for external key_def Lua module
  ` [Tarantool-patches] [PATCH 1.10 02/16] refactoring: adjust contract of luaT_tuple_new()

[Tarantool-patches] [PATCH v1 1/1] sql: remove OP_Realify
 2020-09-28 16:41 UTC  (3+ messages)

[Tarantool-patches] [PATCH v5 0/6] sql; remove implicit cast for comparison
 2020-09-28 16:19 UTC  (13+ messages)
` [Tarantool-patches] [PATCH v5 1/6] sql: remove unused DOUBLE to INTEGER conversion
` [Tarantool-patches] [PATCH v5 2/6] sql: add implicit cast between numbers in OP_Seek*
` [Tarantool-patches] [PATCH v5 3/6] sql: change comparison between numbers using index
` [Tarantool-patches] [PATCH v5 6/6] sql: remove implicit cast from MakeRecord opcode

[Tarantool-patches] [PATCH v1] Add flaky tests checksums to fragile
 2020-09-28 11:27 UTC 

[Tarantool-patches] [PATCH 0/3] Raft follow-ups
 2020-09-28  7:09 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 1/3] [tosquash] raft: vote without a new term when possible
` [Tarantool-patches] [PATCH 2/3] [tosquash] raft: fix 99% CPU issue in raft io worker
` [Tarantool-patches] [PATCH 3/3] [tosquash] raft: don't start new election immediately after restart

[Tarantool-patches] [PATCH] cppcheck: box/alter.cc null pointer dereference
 2020-09-28  6:59 UTC  (2+ messages)

[Tarantool-patches] [PATCH] cppcheck: src/lua/fiber.c null pointer dereference
 2020-09-28  6:54 UTC  (6+ messages)

[Tarantool-patches] [PATCH v2 1/1] sql: enable autoindex optimization
 2020-09-26 18:35 UTC 

[Tarantool-patches] [PATCH v1 1/1] sql: remove OP_Realify
 2020-09-26 13:05 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] iproto: make iproto thread more independent from tx
 2020-09-25 22:57 UTC  (3+ messages)

[Tarantool-patches] [PATCH v3] iproto: make iproto thread more independent from tx
 2020-09-25 22:53 UTC 

[Tarantool-patches] [PATCH v1] Enable test reruns on failed fragiled tests
 2020-09-25 15:58 UTC  (2+ messages)

[Tarantool-patches] [avtikhon@tarantool.org: [PATCH v1] test: flaky replication/anon.test.lua test]
 2020-09-25 15:53 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 0/2] gitlab-ci: save failed test results files
 2020-09-25 15:50 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v2 2/2] gitlab-ci: set opensuse jobs to test group

[Tarantool-patches] [PATCH v3] gitlab-ci: save failed test results artifacts
 2020-09-25 15:48 UTC  (4+ messages)

[Tarantool-patches] [PATCH 1/2] cmake: move jepsen targets under option WITH_JEPSEN
 2020-09-25 12:59 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 2/2] gitignore: ignore directories made on running jepsen tests

[Tarantool-patches] [PATCH] sql: fix memleak during parsing
 2020-09-25  6:28 UTC  (5+ messages)

[Tarantool-patches] [PATCH v1 1/1] sql: enable autoindex optimization
 2020-09-24 20:45 UTC  (7+ messages)

[Tarantool-patches] [PATCH v4 00/12] Transaction engine for memtx engine
 2020-09-23 12:18 UTC  (16+ messages)
` [Tarantool-patches] [PATCH v4 07/12] txm: introduce memtx_story
` [Tarantool-patches] [PATCH v4 10/12] txm: use new tx manager in memtx
` [Tarantool-patches] [PATCH v4 12/12] txm: add a test

[Tarantool-patches] [PATCH] coio: fix cord leak on stop
 2020-09-23 10:58 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