[tarantool-patches] [xlog 1/1] xlog: Remove inprogress files on start
2018-06-20 16:25 UTC (11+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH 0/2 v4] xdir: "
` [PATCH 1/2 v4] xdir: Change log messages in gc functions
` [PATCH 2/2 v4] xlog: Remove inprogress files on start
` [PATCH v5 0/2] "
` [PATCH v5 1/2] xdir: Change log messages in gc functions
[tarantool-patches] [PATCH v1 0/2] SQL Tests failed on concurrent launch
2018-06-20 15:55 UTC (3+ messages)
` [tarantool-patches] [PATCH v1 1/2] sql: finish clean-up in view_delayed_wal test
` [tarantool-patches] [PATCH v1 2/2] sql: unset pragma in transitive-transactions test
[tarantool-patches] [PATCH v4 0/6] sql: remove Triggers to server
2018-06-20 10:46 UTC (7+ messages)
` [tarantool-patches] [PATCH v4 1/6] sql: refactor sql_expr_compile to return AST
` [tarantool-patches] [PATCH v4 2/6] sql: move sqlite3DeleteTrigger to sql.h
` [tarantool-patches] [PATCH v4 3/6] box: sort error codes in misc.test
` [tarantool-patches] [PATCH v4 4/6] sql: new _trigger space format with space_id
` [tarantool-patches] [PATCH v4 5/6] sql: move Triggers to server
` [tarantool-patches] [PATCH v4 6/6] sql: VDBE tests for trigger existence
[tarantool-patches] [PATCH v1 1/1] sql: drop useless legacy Cursor hints
2018-06-20 9:05 UTC (10+ messages)
` [tarantool-patches] "
` [tarantool-patches] "
[tarantool-patches] [PATCH v3 00/10] sql: remove Triggers to server
2018-06-20 8:35 UTC (37+ messages)
` [tarantool-patches] [PATCH v3 01/10] box: move db->pShchema init to sql_init
` [tarantool-patches] [PATCH v3 10/10] sql: VDBE tests for trigger existence
` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 02/10] sql: fix leak on CREATE TABLE and resolve self ref
` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 03/10] sql: fix sql len in tarantoolSqlite3RenameTrigger
` [tarantool-patches] [PATCH v3 04/10] box: port schema_find_id to C
` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 05/10] sql: refactor sql_expr_compile to return AST
` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 06/10] sql: move sqlite3DeleteTrigger to sql.h
` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 07/10] box: sort error codes in misc.test
` [tarantool-patches] [PATCH v3 08/10] sql: new _trigger space format with space_id
` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 09/10] sql: move Triggers to server
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v3 00/10] sql: remove "
[tarantool-patches] [PATCH v1 1/1] sql: disallow returning many rows from subselect
2018-06-19 17:56 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 1/1] lua: make semicolon as default SQL terminator
2018-06-19 15:26 UTC
[tarantool-patches] [PATCH] http.client: Fix waiting after received result
2018-06-19 15:08 UTC
[tarantool-patches] [PATCH v2] sql: fix decode analyze sample
2018-06-19 14:59 UTC (5+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] Fix ephemeral table next rowid generation
2018-06-19 14:55 UTC (5+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] sql: rework VIEW internals
2018-06-19 13:04 UTC (9+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/2][vshard] Vshard safe reload
2018-06-19 11:57 UTC (14+ messages)
` [tarantool-patches] [PATCH 1/2] Add test on error during reconfigure
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] Complete module reload
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2][vshard] Vshard safe reload
[PATCH 1/1] iproto: protect from false-correct size in msg header
2018-06-19 11:57 UTC (2+ messages)
[tarantool-patches] [PATCH] sql: remove redundant goto from VDBE prologue
2018-06-19 8:21 UTC (9+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/3] sql: implement point where for DELETE stmts
2018-06-19 8:03 UTC (12+ messages)
` [tarantool-patches] [PATCH 3/3] "
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/3] "
[tarantool-patches] Re: [PATCH v3] sql: add index_def to struct Index
2018-06-18 18:45 UTC (2+ messages)
[tarantool-patches] [PATCH] replication: force gc to clean xdir on ENOSPC err
2018-06-18 12:35 UTC (2+ messages)
[tarantool-patches] [PATCH v1] sql: change of PRAGMA INDEX_INFO syntax
2018-06-17 20:06 UTC (2+ messages)
` [tarantool-patches] "
[PATCH v2 00/11] Replica rejoin
2018-06-15 15:48 UTC (27+ messages)
` [PATCH v2 03/11] box: retrieve end vclock before starting local recovery
` [PATCH v2 04/11] box: open the port "
` [PATCH 0/3] Speed up recovery in case rebootstrap is not needed
` [PATCH 1/3] xlog: erase eof marker when reopening existing file for writing
` [PATCH 2/3] wal: rollback vclock on write failure
` [PATCH 3/3] wal: create empty xlog on shutdown
` [PATCH v2 05/11] box: connect to remote peers before starting local recovery
` [PATCH v2 06/11] box: factor out local recovery function
` [PATCH v2 07/11] applier: inquire oldest vclock on connect
` [PATCH v2 08/11] replication: rebootstrap instance on startup if it fell behind
` [PATCH v2 10/11] vinyl: pass flags to vy_recovery_new
` [PATCH v2 11/11] vinyl: implement rebootstrap support
[tarantool-patches] [http.client 0/2] Fix parsing headers
2018-06-15 14:24 UTC (3+ messages)
` [tarantool-patches] [http.client 1/2] http: Remove parsed status line from headers
` [tarantool-patches] [http.client 2/2] http: Fix parse long headers names
[tarantool-patches] [PATCH][vshard] Prohibit reconfigure non-dynamic options
2018-06-15 14:02 UTC
[tarantool-patches] [PATCH 0/2][vshard] preserve route map
2018-06-15 12:47 UTC (3+ messages)
` [tarantool-patches] [PATCH 1/2] Preserve route_map on router.cfg
` [tarantool-patches] [PATCH 2/2] Fix discovery/reconfigure race
[tarantool-patches] [PATCH 0/2] Box.session.sync
2018-06-14 17:33 UTC (7+ messages)
` [tarantool-patches] [PATCH 1/2] fiber: remove fiber local storage
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] session: fix box.session.sync()
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] Box.session.sync
[tarantool-patches] [PATCH v2 00/11] sql: remove Triggers to server
2018-06-14 16:12 UTC (22+ messages)
` [tarantool-patches] [PATCH v2 10/11] sql: move "
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 11/11] sql: VDBE tests for trigger existence
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 06/11] sql: refactor sql_expr_compile to return AST
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 07/11] sql: move sqlite3DeleteTrigger to sql.h
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 09/11] sql: new _trigger space format with space_id
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 03/11] sql: fix leak on CREATE TABLE and resolve self ref
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 05/11] box: port schema_find_id to C
` [tarantool-patches] "
[tarantool-patches] [PATCH v2] replication: do not fetch records twice
2018-06-14 16:11 UTC
[tarantool-patches] [box.ctl 0/3] Introduce box.ctl.on_ctl_event trigger
2018-06-14 15:04 UTC (4+ messages)
` [tarantool-patches] [box.ctl 1/3] box.ctl: Introduce stab box.ctl.on_ctl_event
` [tarantool-patches] [box.ctl 2/3] box.ctl: Add on_ctl_event trigger calls
` [tarantool-patches] [box.ctl 3/3] box.ctl: Add replica error event
[tarantool-patches] [PATCH][vshard] Preserve route_map on router.cfg
2018-06-14 13:51 UTC
[PATCH] memtx: don't delay deletion of temporary tuples during snapshot
2018-06-14 13:29 UTC (6+ messages)
[tarantool-patches] [PATCH v10 1/1] box: create bigrefs for tuples
2018-06-14 13:00 UTC
[tarantool-patches] [PATCH v9 1/1] box: create bigrefs for tuples
2018-06-14 12:29 UTC (2+ messages)
[tarantool-patches] [PATCH][vshard] Reload reloadable fiber
2018-06-14 11:58 UTC (2+ messages)
[tarantool-patches] [PATCH v7 1/1] box: create bigrefs for tuples
2018-06-14 10:22 UTC (2+ messages)
[PATCH] test: fix vinyl/upgrade/fill.lua script
2018-06-14 8:21 UTC (3+ messages)
[PATCH 0/6] Introduce replica local spaces
2018-06-13 21:26 UTC (8+ messages)
` [PATCH 1/6] txn: remove unused C++ wrappers
` [PATCH 2/6] xrow: fix ret code on decode failure
` [PATCH 3/6] iproto: fix IPROTO_SERVER_IS_RO key code
` [PATCH 4/6] txn: do not require space id for nop requests
` [PATCH 5/6] xrow: make NOP requests bodiless
` [PATCH 6/6] Introduce replica local spaces
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 1/1] Deal with upgrade mess in 2.0
2018-06-13 20:57 UTC (2+ messages)
` [tarantool-patches] "
[PATCH] socket: fix race between unix tcp server stop and start
2018-06-11 14:03 UTC
[tarantool-patches] [PATCH] sql: remove unnecessary def rebuild in endTable()
2018-06-11 7:56 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v7 1/1] box: create bigrefs for tuples
2018-06-09 21:22 UTC (4+ messages)
` [tarantool-patches] "
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/2] Create bigrefs for tuples
2018-06-09 12:39 UTC (3+ messages)
` [tarantool-patches] [PATCH v2 2/2] tuple: introduce bigref hints
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