[PATCH v2 0/4] Delete old WAL files if running out of disk space
2018-10-23 17:26 UTC
[PATCH] hot_standby: reflect amount of recovered rows in box.info
2018-10-23 15:15 UTC
[PATCH] test: enable parallel mode for xlog tests
2018-10-23 15:00 UTC (8+ messages)
` [PATCH 1/2] test: wait until expected value appear in log
` Re[2]: "
` [PATCH 2/2] test: enable parallel mode for xlog tests
[PATCH] xlog: fix sync_is_async xlog option
2018-10-23 9:34 UTC (2+ messages)
[PATCH 0/3] Force compaction if there too many DELETEs
2018-10-23 9:03 UTC (7+ messages)
` [PATCH 1/3] vinyl: remove useless local var from vy_range_update_compact_priority
` [tarantool-patches] "
` [PATCH 2/3] vinyl: account disk statements of each type
` [tarantool-patches] "
` [PATCH 3/3] vinyl: force major compaction if there are too many DELETEs
` [tarantool-patches] "
[PATCH 0/5] Delete old WAL files if running out of disk space
2018-10-23 8:46 UTC (10+ messages)
` [PATCH 1/5] xlog: fix filename in error messages
` [tarantool-patches] "
` [PATCH 2/5] wal: preallocate disk space before writing rows
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/5] Delete old WAL files if running out of disk space
[PATCH 0/8] Get rid of Vinyl's mem_format_with_colmask
2018-10-23 8:32 UTC (16+ messages)
` [PATCH 1/8] vinyl: move update optimization from write iterator to tx
` [tarantool-patches] "
` [PATCH 2/8] vinyl: factor out common code of UPDATE and UPSERT
` [tarantool-patches] "
` [PATCH 3/8] vinyl: do not use column mask as trigger for turning REPLACE into INSERT
` [tarantool-patches] "
` [PATCH 4/8] vinyl: explicitly pass column mask to vy_tx_set
` [PATCH 5/8] vinyl: explicitly pass column mask to vy_check_is_unique
` [PATCH 6/8] vinyl: zap vy_stmt_column_mask and mem_format_with_colmask
` [PATCH 7/8] tuple: zap tuple_format_dup
` [PATCH 8/8] tuple: zap tuple_extra
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/8] Get rid of Vinyl's mem_format_with_colmask
[tarantool-patches] [PATCH] [replication] introduce anonymous replicas
2018-10-23 7:13 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/2] detect and throw away dead replicas
2018-10-23 7:10 UTC (6+ messages)
` [tarantool-patches] [PATCH v2 1/2] box: added replication_dead/rw_gap options
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/2] ctl: added functionality to detect and prune dead replicas
[PATCH v2 00/11] vinyl: transaction throttling infrastructure
2018-10-23 7:02 UTC (11+ messages)
` [PATCH v2 09/11] vinyl: do not account zero dump bandwidth
` [tarantool-patches] "
` [PATCH v2 11/11] vinyl: introduce quota consumer priorities
[PATCH v2 0/5] test: replication parallel mode on
2018-10-23 3:22 UTC (16+ messages)
` [PATCH v2 1/5] test: cleanup replication tests
` Re[2]: "
` [PATCH v2 2/5] test: errinj for pause relay_send
` Re[2]: "
` [PATCH v2 3/5] test: put require in proper places
` [PATCH v2 4/5] test: use wait_cond to check follow status
` [PATCH v2 5/5] test: replication parallel mode on
[tarantool-patches] [PATCH] jdbc: add connection timeout configuration and handling
2018-10-22 4:21 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/2] sql: pattern comparison fixes & GLOB removal
2018-10-21 3:51 UTC (20+ messages)
` [tarantool-patches] [PATCH 1/2] sql: LIKE & GLOB pattern comparison issue
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: remove GLOB from Tarantool
` [tarantool-patches] "
[tarantool-patches] [PATCH] lua: show locals when a tap test fails
2018-10-20 18:36 UTC (6+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] box: add tuple:size function
2018-10-18 18:15 UTC (16+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/2] Add test on changes && fix typo in MakeRecord
2018-10-18 14:41 UTC (9+ messages)
` [tarantool-patches] [PATCH 2/2] sql: add test on changes/total_changes
` [tarantool-patches] "
[tarantool-patches] [PATCH] [replication] make join stage more informative
2018-10-18 13:38 UTC (3+ messages)
[tarantool-patches] [PATCH v5 1/1] sql: return all generated ids via IPROTO
2018-10-18 11:29 UTC (5+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/6] Introduce strict typing for SQL
2018-10-17 21:45 UTC (26+ messages)
` [tarantool-patches] [PATCH 1/6] sql: split conflict action and affinity for Expr
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/6] sql: annotate SQL functions with return type
` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/6] sql: pass true types of columns to Tarantool
` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/6] sql: enforce implicit type conversions
` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/6] sql: return result-set type via IProto
` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/6] sql: discard numeric conversion by unary plus
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/6] Introduce strict typing for SQL
[tarantool-patches] [PATCH] sql: fix fk set null clause
2018-10-17 15:41 UTC (4+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2] iproto: introduce a proxy module
2018-10-17 15:31 UTC (9+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/3] Add LTO support
2018-10-17 7:13 UTC (6+ messages)
` [tarantool-patches] [PATCH v2 1/3] test: prevent guard-breaker optimization with LTO
` [tarantool-patches] [PATCH v2 2/3] Add LTO support
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/3] test: add LTO targets into CI
[PATCH] cmake: fix sync_file_range detection
2018-10-17 7:13 UTC (3+ messages)
` [tarantool-patches] "
[PATCH v4 00/14] box: indexes by JSON path
2018-10-16 9:33 UTC (24+ messages)
` [PATCH v4 01/14] box: refactor key_def_find routine
` [PATCH v4 10/14] box: introduce JSON indexes
` [PATCH v4 11/14] box: introduce has_json_paths flag in templates
` [PATCH v4 12/14] box: tune tuple_field_raw_by_path for indexed data
` [PATCH v4 13/14] box: introduce offset slot cache in key_part
` [PATCH v4 14/14] box: specify indexes in user-friendly form
` [PATCH v4 02/14] box: introduce key_def_parts_are_sequential
` [PATCH v4 03/14] box: introduce tuple_field_by_relative_path
` [PATCH v4 04/14] box: introduce tuple_format_add_key_part
` [tarantool-patches] [PATCH v4 05/14] box: introduce tuple_format_sizeof routine
` [PATCH v4 06/14] box: move tuple_field_go_to_{index,key} definition
` [PATCH v4 07/14] box: drop format const qualifier in *init_field_map
` [PATCH v4 08/14] lib: implement JSON tree class for json library
` [PATCH v4 09/14] lib: introduce json_path_normalize routine
[tarantool-patches] [PATCH] sql: make DROP TABLE delete entry from _sequence_data
2018-10-15 19:42 UTC (4+ messages)
` [tarantool-patches] "
[tarantool-patches] Re: [tarantool-patches] Re: [PATCH v2 1/1] box: update collation strength option
2018-10-15 18:30 UTC (3+ messages)
` "
[tarantool-patches] [PATCH v2 0/2] sql: check read access while executing SQL query
2018-10-15 10:08 UTC (4+ messages)
` [tarantool-patches] [PATCH v2 1/2] Add space names cache
` [tarantool-patches] [PATCH v2 2/2] sql: check read access while executing SQL query
[PATCH] replication: fix rebootstrap crash in case master has replica's rows
2018-10-13 15:36 UTC
[tarantool-patches] [PATCH v2 1/1] sql: cleanup on failed creation operation
2018-10-12 13:50 UTC (12+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] sql: change of PRAGMA INDEX_INFO syntax
2018-10-12 13:25 UTC (4+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] Add Linux/clang CI target
2018-10-12 11:52 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] sql: check read access while executing SQL query
2018-10-12 11:41 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 1/1] box: update collation strength option
2018-10-12 0:05 UTC (4+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 1/1] sql: assertion in autoincrement column
2018-10-11 16:38 UTC (9+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/3] LTO && travis
2018-10-11 16:18 UTC (13+ messages)
` [tarantool-patches] [PATCH 1/3] Fix: prevent guard-breaker optimization
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/3] Add LTO support
` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/3] Add LTO testing && refactor travis.yml
` [tarantool-patches] "
` [tarantool-patches] [PATCH] Enable 0069 policy
` [tarantool-patches] [tarantool-small] "
` [tarantool-patches] [tarantool-libyaml] "
` [tarantool-patches] [tarantool-msgpuck] "
[tarantool-patches] [PATCH v2 1/1] sql: hold in stat tables space/index id instead of name
2018-10-11 15:00 UTC (9+ messages)
` [tarantool-patches] "
` [tarantool-patches] Re[2]: [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/3] Dump lua frames for a fiber traceback
2018-10-10 16:39 UTC (4+ messages)
` [tarantool-patches] [PATCH 1/3] fiber: do not inline coro unwind function
` [tarantool-patches] [PATCH 2/3] Proper unwind for currently executing fiber
` [tarantool-patches] [PATCH 3/3] Show names of Lua functions in backtraces
[PATCH] vinyl: bypass format validation for statements loaded from disk
2018-10-10 15:58 UTC
[tarantool-patches] [PATCH] jdbc: fix primary keys meta retrieval
2018-10-10 13:40 UTC (10+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] Track spaces by name
2018-10-10 12:55 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] jdbc: fix date/time parameters binding
2018-10-10 11:48 UTC
[tarantool-patches] [PATCH v2] Fix lua socket polling in case of a spurious wakeup
2018-10-10 11:23 UTC (4+ messages)
` [PATCH v3] socket: fix polling in case of "
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