[tarantool-patches] [PATCH vshard 0/7] Replicaset lock and bucket pin
2018-03-27 21:24 UTC
[commits] [tarantool] 02/04: vinyl: introduce bloom filters for partial key lookups
2018-03-27 21:08 UTC
[PATCH] [luarocks] Add support for non-standard path
2018-03-27 16:55 UTC
[tarantool-patches] [PATCH] sql: fix non-working REPLACE optimization
2018-03-27 16:42 UTC
[tarantool-patches] [PATCH] sql: correct confusing message
2018-03-27 16:36 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/4] Replace space id with space ptrs in VDBE runtime
2018-03-27 16:28 UTC (19+ messages)
` [tarantool-patches] [PATCH 1/4] sql: pass space pointer to OP_OpenRead/OpenWrite
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/4] sql: introduce opcodes to operate on system spaces
` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/4] sql: rework code generation for DDL routine
` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/4] sql: rework OP_OpenWrite/OpenRead
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/4] Replace space id with space ptrs in VDBE runtime
[tarantool-patches] Re: [PATCH v2 1/1] netbox: show is_nullable and collation fields
2018-03-27 16:26 UTC (4+ messages)
[tarantool-patches] [PATCH v2 1/1] tuple:tomap: only_names option
2018-03-27 15:34 UTC (2+ messages)
` [tarantool-patches] "
[PATCH] Clear session storage on session stop
2018-03-27 15:32 UTC (2+ messages)
[PATCH 0/4] Introduce VY_LOG_PREPARE_LSM vylog record
2018-03-27 15:03 UTC (5+ messages)
` [PATCH 1/4] index: add abort_create virtual method
` [PATCH 2/4] vinyl: use rlist for iterating over objects recovered from vylog
` [PATCH 3/4] vinyl: fix discrepancy between vy_log.tx_size and actual tx len
` [PATCH 4/4] vinyl: log new index before WAL write on DDL
[tarantool-patches] [PATCH] sql: correct confusing message
2018-03-27 13:13 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/2] Introduce 'view' space option
2018-03-27 11:35 UTC (8+ messages)
` [tarantool-patches] [PATCH v2 1/2] "
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/2] sql: use 'view' opts from space
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/2] Introduce 'view' space option
[tarantool-patches] [PATCH 0/4] Cleanup SQL memory and threading subsystems
2018-03-27 11:31 UTC (6+ messages)
` [tarantool-patches] [PATCH 1/4] sql: Remove all references to sqlite3.h
` [tarantool-patches] [PATCH 2/4] sql: remove mutexes around the code
` [tarantool-patches] [PATCH 3/4] sql: remove dead memory allocation systems
` [tarantool-patches] [PATCH 4/4] sql: Remove dead defines from sqliteInt.h
` [tarantool-patches] Re: [PATCH 0/4] Cleanup SQL memory and threading subsystems
[tarantool-patches] [PATCH v2 1/1] tuple:tomap: only_names option
2018-03-27 10:28 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [kostja@tarantool.org: Re: [PATCH v2 2/2] sql: use 'view' opts from space]
2018-03-27 6:17 UTC
[tarantool-patches] [kostja@tarantool.org: Re: [PATCH v2 1/2] Introduce 'view' space option]
2018-03-27 6:16 UTC
[PATCH 0/3] console: do not use netbox for console text connections
2018-03-26 21:55 UTC (11+ messages)
` [PATCH 1/3] netbox: allow to create a netbox connection from existing socket
` [tarantool-patches] "
` [tarantool-patches] "
` [PATCH 2/3] console: do not use netbox for console text connections
` [tarantool-patches] "
` [PATCH 3/3] netbox: deprecate console support
` [tarantool-patches] "
[tarantool-patches] 26 [PATCH v2 1/1] netbox: show is_nullable and collation fields
2018-03-26 17:11 UTC
Fwd: Re[2]: [patches] [PATCH] [replication] [recovery] recover missing data
2018-03-26 15:24 UTC
[PATCH] [replication] [recovery] recover missing data
2018-03-26 15:22 UTC
[tarantool-patches] [PATCH] Introduce 'view' space option
2018-03-26 13:30 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH vshard 1/1] storage: do read_only + sync on master demotion before box.cfg
2018-03-26 10:38 UTC (2+ messages)
` [tarantool-patches] "
[PATCH] vinyl: rename vy_index to vy_lsm
2018-03-23 15:50 UTC
[PATCH 0/2] schema: expose space_mt and index_mt on table
2018-03-23 13:07 UTC (3+ messages)
` [PATCH 1/2] schema: expose space_mt and index_mt on `box.schema` table
` [PATCH 2/2] schema: review fixes for box.schema.space/index metatables
[PATCH v2 0/5] Prepare vylog for space alter
2018-03-22 15:08 UTC (7+ messages)
` [PATCH v2 1/5] vinyl: refactor vylog recovery
` [PATCH v2 2/5] vinyl: rename vy_index::id to index_id
` [PATCH v2 3/5] vinyl: rename vy_log_record::index_id/space_id to index_def_id/space_def_id
` [PATCH v2 4/5] vinyl: do not use index lsn to identify indexes in vylog
` [PATCH v2 5/5] alter: rewrite space truncation using alter infrastructure
[tarantool-patches] Re: [patches] [PATCH] Ban of REINDEX syntax
2018-03-21 20:10 UTC (9+ messages)
` [tarantool-patches] Re[2]: "
` [tarantool-patches] [PATCH] sql: ban "
` [tarantool-patches] "
[PATCH v2] vinyl: improve latency stat
2018-03-21 13:00 UTC
[PATCH 0/5] session: introduce box.session.push
2018-03-21 12:25 UTC (20+ messages)
` [PATCH 1/5] session: forbid creation from Lua binary and applier sessions
` [PATCH 2/5] lua: port console yaml formatting to C
` [PATCH 3/5] Remove empty function declaration
` [tarantool-patches] "
` [PATCH 4/5] session: introduce session_owner
` [PATCH 5/5] session: introduce box.session.push
` [tarantool-patches] "
` [tarantool-patches] [PATCH 0/5] "
[PATCH 1/1] iproto: get iproto obuf only right before usage
2018-03-20 16:49 UTC (4+ messages)
` [PATCH v3 "
[PATCH v2 0/2] vinyl: in a task use copy of index key defs to protect from alter
2018-03-20 13:18 UTC (6+ messages)
` [PATCH v2 1/2] Do not mix box_key_def_delete and free to delete key_def
` [PATCH v2 2/2] vinyl: in a task use copy of index key defs to protect from alter
[tarantool-patches] [PATCH 0/4] Remove space id and index id from cursor
2018-03-20 12:28 UTC (9+ messages)
` [tarantool-patches] [PATCH 1/4] Move space_is_system helper from CPP define guard
` [tarantool-patches] [PATCH 2/4] sql: rework OP_Clear internals
` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/4] sql: remove struct ta_cursor and refactor BtCursor
` [tarantool-patches] [PATCH 4/4] sql: replace pgnoRoot with struct space in BtCursor
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/2] Refactor SQL initialization, block triggers in transaction
2018-03-20 10:56 UTC (8+ messages)
` [tarantool-patches] [PATCH 1/2] sql: refactor initialization routines
` [tarantool-patches] "
` [tarantool-patches] [PATCH 1/2] sql: Refactor "
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: block trigger creation inside a transaction
` [tarantool-patches] "
[PATCH 0/4] Prepare vylog for space alter
2018-03-19 15:01 UTC (6+ messages)
` [PATCH 1/4] vinyl: refactor vylog recovery
` [PATCH 2/4] vinyl: do not use index lsn to identify indexes in vylog
` [PATCH 3/4] index: remove lsn from commit_create arguments
` [PATCH 4/4] alter: rewrite space truncation using alter infrastructure
[PATCH] vinyl: refactor vylog recovery
2018-03-16 12:05 UTC
[tarantool-patches] Re: [patches] [PATCH] sql: remove support of partial indexes
2018-03-15 16:16 UTC
page: | 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