[PATCH v2 0/6] Merger
2019-01-23 16:12 UTC (14+ messages)
` [PATCH v2 2/6] Add functions to ease using Lua iterators from C
` [PATCH v2 3/6] lua: add luaT_newtuple()
` [PATCH v2 5/6] net.box: add helpers to decode msgpack headers
[PATCH v8 0/5] box: Indexes by JSON path
2019-01-23 15:29 UTC (13+ messages)
` [PATCH v8 1/5] lib: updated msgpuck library version
` [PATCH v8 2/5] box: refactor tuple_field_raw_by_path routine
` [PATCH v8 3/5] box: introduce JSON Indexes
` [PATCH v8 4/5] box: introduce offset_slot cache in key_part
` [PATCH v8 5/5] box: specify indexes in user-friendly form
` [tarantool-patches] [PATCH v8 6/6] box: introduce has_json_paths flag in templates
[PATCH v1 1/1] implement mp_stack class
2019-01-23 11:39 UTC (18+ messages)
` [tarantool-patches] "
` [tarantool-patches] "
[PATCH 0/4] Reuse tuple formats for ephemeral spaces
2019-01-23 8:38 UTC (10+ messages)
` [PATCH 1/4] Pass necessary fields to tuple_format contructor
` [PATCH 2/4] Set is_temporary flag for formats of ephemeral spaces
` [PATCH 3/4] sql: set error type in case of ephemral space creation failure
` [PATCH 4/4] Allow to reuse tuple_formats for ephemeral spaces
[tarantool-patches] [PATCH v8 0/6] sql: remove box.sql.execute
2019-01-22 19:58 UTC (9+ messages)
` [tarantool-patches] [PATCH v8 1/6] lua: remove exceptions from function luaL_tofield()
` [tarantool-patches] "
` [tarantool-patches] [PATCH v8 2/6] iproto: move map creation to sql_response_dump()
` [tarantool-patches] [PATCH v8 3/6] iproto: create port_sql
` [tarantool-patches] [PATCH v8 4/6] lua: create method dump_lua for port_sql
` [tarantool-patches] [PATCH v8 5/6] lua: parameter binding for new execute()
` [tarantool-patches] [PATCH v8 6/6] sql: check new box.sql.execute()
` [tarantool-patches] Re: [PATCH v8 0/6] sql: remove box.sql.execute
[tarantool-patches] [PATCH v3] lua: add 'chars' param to string.strip functions
2019-01-22 18:51 UTC
[PATCH] tuple: fix hashing of integer numbers
2019-01-22 16:13 UTC
[tarantool-patches] [PATCH 0/8] Eliminate affinity from source code
2019-01-22 15:41 UTC (23+ messages)
` [tarantool-patches] [PATCH 1/8] sql: remove SQLITE_ENABLE_UPDATE_DELETE_LIMIT define
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/8] sql: use field type instead of affinity for type_def
` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/8] sql: remove numeric affinity
` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/8] sql: replace field type with affinity for VDBE runtime
` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/8] sql: replace affinity with field type in struct Expr
` [tarantool-patches] "
` [tarantool-patches] [PATCH 7/8] sql: clean-up affinity from SQL source code
` [tarantool-patches] "
[tarantool-patches] [PATCH] Relay logs from wal thread
2019-01-22 14:18 UTC
[tarantool-patches] sql: assertion fault on VALUES (#3888)
2019-01-22 14:15 UTC (2+ messages)
` [tarantool-patches] "
[PATCH 0/9] vinyl: compaction randomization and throttling
2019-01-22 12:54 UTC (15+ messages)
` [PATCH 1/9] vinyl: update lsm->range_heap in one go on dump completion
` [PATCH 2/9] vinyl: ignore unknown .run, .index and .vylog keys
` [PATCH 3/9] vinyl: use uncompressed run size for range split/coalesce/compaction
` [PATCH 4/9] vinyl: rename lsm->range_heap to max_compaction_priority
` [PATCH 5/9] vinyl: keep track of dumps per compaction for each LSM tree
` [PATCH 6/9] vinyl: set range size automatically
` [PATCH 7/9] vinyl: randomize range compaction to avoid IO load spikes
` [PATCH 8/9] vinyl: introduce quota consumer types
` [PATCH 9/9] vinyl: throttle tx to ensure compaction keeps up with dumps
[tarantool-patches] [PATCH v2 0/2] Transaction boundaries in replication protocol
2019-01-22 10:57 UTC (3+ messages)
` [tarantool-patches] [PATCH v2 1/2] Journal transaction boundaries
` [tarantool-patches] [PATCH v2 2/2] Transaction support for applier
[tarantool-patches] [PATCH v2 0/5] Strong sequentially LSN in journal
2019-01-22 10:31 UTC (6+ messages)
` [tarantool-patches] [PATCH v2 1/5] Do not promote wal vclock for failed writes
` [tarantool-patches] [PATCH v2 2/5] Update replicaset vclock from wal
` [tarantool-patches] [PATCH v2 3/5] Enforce applier out of order protection
` [tarantool-patches] [PATCH v2 4/5] Emit NOP if an applier skips row
` [tarantool-patches] [PATCH v2 5/5] Disallow lsn gaps while vclock following
[tarantool-patches] [PATCH v2] Collect relaying rows into a buffer before send
2019-01-22 10:25 UTC
[tarantool-patches] [PATCH v2 0/3] lua-yaml null/boolean fixes
2019-01-22 2:12 UTC (4+ messages)
` [tarantool-patches] [PATCH v2 1/3] lua-yaml: verify arguments count
` [tarantool-patches] [PATCH v2 2/3] lua-yaml: fix boolean/null representation in yaml
` [tarantool-patches] [PATCH v2 3/3] lua-yaml: treat an empty document/value as null
[tarantool-patches] [PATCH 0/2] fix yaml encode/decode
2019-01-22 2:08 UTC (3+ messages)
` [tarantool-patches] [PATCH 2/2] lua-yaml: fix yaml encode/decode type inferring
` [tarantool-patches] "
[tarantool-patches] [PATCH v2] add optional 'chars' param to string.strip functions
2019-01-21 18:14 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 0/4] sql: Checks on server side
2019-01-21 14:47 UTC (13+ messages)
` [tarantool-patches] [PATCH v1 1/4] box: rename space->opts checks to checks_ast
` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 2/4] sql: disallow use of TYPEOF in Check
` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 4/4] sql: make sql checks on server side
` [tarantool-patches] "
[PATCH 00/12] vinyl: statistics improvements
2019-01-20 21:16 UTC (24+ messages)
` [PATCH 01/12] test: rename vinyl/info to vinyl/stat
` [tarantool-patches] "
` [PATCH 02/12] test: split vinyl/errinj
` [tarantool-patches] "
` [PATCH 03/12] vinyl: rename dump/compact in/out to input/output
` [tarantool-patches] "
` [PATCH 04/12] vinyl: rename compact to compaction
` [tarantool-patches] "
` [PATCH 05/12] vinyl: bump range version in vy_range.c
` [PATCH 06/12] vinyl: don't add dropped LSM trees to the scheduler during recovery
` [PATCH 07/12] vinyl: move global dump/compaction statistics to scheduler
` [PATCH 08/12] vinyl: add dump count to global scheduler statistics
` [PATCH 09/12] vinyl: don't account secondary indexes to scheduler.dump_input
` [PATCH 10/12] vinyl: add task accounting to global scheduler statistics
` [PATCH 11/12] vinyl: add dump/compaction time to statistics
` [PATCH 12/12] vinyl: add last level size "
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 00/12] vinyl: statistics improvements
[tarantool-patches] [PATCH v4 0/6] sql: set column types for EXPLAIN and PRAGMA
2019-01-20 0:19 UTC (9+ messages)
` [tarantool-patches] [PATCH v4 1/6] sql: remove unused macros from pragma.c and pragma.h
` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 2/6] sql: fix "PRAGMA parser_trace" result
` [tarantool-patches] [PATCH v4 3/6] sql: Show currently set sql_default_engine
` [tarantool-patches] [PATCH v4 4/6] sql: fix "PRAGMA case_sensitive_like" result
` [tarantool-patches] [PATCH v4 5/6] sql: 'PRAGMA' result in YAML format
` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 6/6] sql: set column types for EXPLAIN and PRAGMA
[tarantool-patches] [PATCH 0/2] Compute derived collation for concatenation
2019-01-18 9:59 UTC (7+ messages)
` [tarantool-patches] [PATCH 1/2] sql: refactor sql_expr_coll and sql_binary_compare_coll_seq functions
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: compute resulting collation for concatenation
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/6] Introduce ALTER TABLE ADD CONSTRAINT UNIQUE/PK
2019-01-18 1:42 UTC (23+ messages)
` [tarantool-patches] [PATCH 1/6] sql: move constraint name to struct contraint_parse
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/6] sql: rework ALTER TABLE grammar
` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/6] sql: refactor getNewIid() function
` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/6] sql: fix error message for improperly created index
` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/6] sql: introduce ALTER TABLE ADD CONSTRAINT UNIQUE/PRIMARY KEY
` [tarantool-patches] "
[tarantool-patches] [PATCH] sql: make IN operator stop ignoring type and collation
2019-01-17 19:53 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v7 0/6] sql: remove box.sql.execute
2019-01-17 13:15 UTC (13+ messages)
` [tarantool-patches] [PATCH v7 1/6] lua: remove exceptions from function luaL_tofield()
` [tarantool-patches] "
` [tarantool-patches] [PATCH v7 2/6] iproto: move map creation to sql_response_dump()
` [tarantool-patches] [PATCH v7 3/6] iproto: create port_sql
` [tarantool-patches] "
` [tarantool-patches] [PATCH v7 4/6] lua: create method dump_lua for port_sql
` [tarantool-patches] [PATCH v7 5/6] lua: parameter binding for new execute()
` [tarantool-patches] [PATCH v7 6/6] sql: check new box.sql.execute()
[tarantool-patches] [PATCH v3 0/6] sql: set column types for EXPLAIN and PRAGMA
2019-01-16 15:35 UTC (11+ messages)
` [tarantool-patches] [PATCH v3 1/6] sql: remove unused macros from pragma.c and pragma.h
` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 2/6] sql: fix "PRAGMA parser_trace" result
` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 4/6] sql: fix "PRAGMA case_sensitive_like" result
` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 5/6] sql: 'PRAGMA' result in the appropriate format
` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 6/6] sql: set column types for EXPLAIN and PRAGMA
` [tarantool-patches] "
[PATCH v3 0/6] SWIM draft
2019-01-15 14:42 UTC (15+ messages)
` [PATCH v3 1/6] [RAW] swim: introduce SWIM's anti-entropy component
` [tarantool-patches] "
` [tarantool-patches] "
` [PATCH v3 2/6] [RAW] swim: introduce failure detection component
` [tarantool-patches] "
` [tarantool-patches] "
` [PATCH v3 5/6] [RAW] swim: send one UDP packet per EV_WRITE event
` [tarantool-patches] "
` [tarantool-patches] "
` [PATCH v3 6/6] [RAW] swim: introduce payload
` [tarantool-patches] "
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/5] Strong sequentially LSN in journal
2019-01-11 13:31 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/2] Transaction boundaries in replication protocol
2019-01-11 13:30 UTC (2+ messages)
` [tarantool-patches] "
[PATCH 1/1] box: add error description
2019-01-10 15:41 UTC (2+ messages)
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