[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] detect and throw away dead replicas
2018-10-15 12:43 UTC (5+ messages)
` [tarantool-patches] [PATCH v2 1/2] box: added replication_dead/rw_gap options
` [tarantool-patches] [PATCH v2 2/2] ctl: added functionality to detect and prune dead replicas
[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
[tarantool-patches] [PATCH] [replication] introduce anonymous replicas
2018-10-15 8:26 UTC (2+ messages)
[PATCH] test: enable parallel mode for xlog tests
2018-10-15 0:29 UTC (4+ messages)
` [PATCH 1/2] test: wait until expected value appear in log
` [PATCH 2/2] test: enable parallel mode for xlog tests
[tarantool-patches] [PATCH v2 0/3] Add LTO support
2018-10-14 23:17 UTC (4+ 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] [PATCH v2 3/3] test: add LTO targets into CI
[PATCH 0/8] Get rid of Vinyl's mem_format_with_colmask
2018-10-14 18:16 UTC (9+ messages)
` [PATCH 1/8] vinyl: move update optimization from write iterator to tx
` [PATCH 2/8] vinyl: factor out common code of UPDATE and UPSERT
` [PATCH 3/8] vinyl: do not use column mask as trigger for turning REPLACE into INSERT
` [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
[PATCH] replication: fix rebootstrap crash in case master has replica's rows
2018-10-13 15:36 UTC
[tarantool-patches] [PATCH] jdbc: add connection timeout configuration and handling
2018-10-12 15:47 UTC
[tarantool-patches] [PATCH v2 1/1] sql: cleanup on failed creation operation
2018-10-12 13:50 UTC (12+ messages)
` [tarantool-patches] "
[PATCH v2 00/11] vinyl: transaction throttling infrastructure
2018-10-12 13:27 UTC (9+ messages)
` [PATCH v2 09/11] vinyl: do not account zero dump bandwidth
` [PATCH v2 11/11] vinyl: introduce quota consumer priorities
[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 (3+ messages)
` [tarantool-patches] "
` [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 0/6] Introduce strict typing for SQL
2018-10-12 11:19 UTC (23+ 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
[PATCH 0/5] Delete old WAL files if running out of disk space
2018-10-12 8:19 UTC (7+ messages)
` [PATCH 1/5] xlog: fix filename in error messages
` [PATCH 2/5] wal: preallocate disk space before writing rows
` [PATCH 3/5] xlog: allow to limit number of files deleted by xdir_collect_garbage
` [PATCH 4/5] wal: notify watchers about wal file removal
` [PATCH 5/5] wal: delete old wal files when running out of disk space
[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 (10+ 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] sql: fix fk set null clause
2018-10-11 13:20 UTC (3+ messages)
` [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 0/2] Add test on changes && fix typo in MakeRecord
2018-10-10 14:39 UTC (8+ messages)
` [tarantool-patches] [PATCH 2/2] sql: add test on changes/total_changes
` [tarantool-patches] "
[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 "
[tarantool-patches] [PATCH] box: add tuple:size function
2018-10-10 10:25 UTC (5+ messages)
` [tarantool-patches] "
[PATCH] test: disable feedback daemon test on Mac OS
2018-10-10 8:26 UTC (4+ messages)
` [PATCH v2] test: disable feedback daemon test on Mac OS in CI
[tarantool-patches] [PATCH v2] iproto: introduce a proxy module
2018-10-08 19:45 UTC (4+ messages)
[PATCH] test: enable parallel mode for replication tests
2018-10-08 19:08 UTC (10+ messages)
` [PATCH 1/4] test: cleanup replication tests, parallel mode on
` [PATCH 2/4] test: errinj for pause relay_send
` [PATCH 3/4] test: increase timeout to check replica status
` [PATCH 4/4] test: refactor some requirements to pass the runs
[PATCH] cmake: fix sync_file_range detection
2018-10-08 14:42 UTC (7+ messages)
[PATCH v1 1/1] lib: implement JSON tree class for json library
2018-10-08 10:07 UTC (8+ messages)
` [tarantool-patches] "
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/3] Dump lua frames for a fiber traceback
2018-10-05 17:49 UTC (15+ messages)
` [tarantool-patches] [PATCH 1/3] Set a lua state for the main fiber too
` [tarantool-patches] [PATCH 2/3] Proper unwind for currently executing fiber
` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/3] Show names of Lua functions in backtraces
` [tarantool-patches] "
[PATCH 00/13] box: garbage collection refactoring and fixes
2018-10-05 17:03 UTC (22+ messages)
` [PATCH 05/13] gc: fold gc_consumer_new and gc_consumer_delete
` [PATCH 06/13] gc: format consumer name in gc_consumer_register
` [PATCH 07/13] gc: rename checkpoint_count to min_checkpoint_count
` [PATCH 08/13] gc: keep track of available checkpoints
` [PATCH 09/13] gc: cleanup garbage collection procedure
` [PATCH 10/13] gc: improve box.info.gc output
` [PATCH 11/13] gc: separate checkpoint references from wal consumers
` [PATCH 12/13] gc: call gc_run unconditionally when consumer is advanced
` [PATCH 13/13] replication: ref checkpoint needed to join replica
[tarantool-patches] Re: [PATCH v2] Fix warnings
2018-10-05 7:42 UTC (6+ messages)
` [tarantool-patches] [PATCH] Add -Werror for CI (1.10 part)
` [tarantool-patches] [PATCH] Fix RelWithDebInfoWError warnings on 2.0
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH] Add -Werror for CI (1.10 part)
[tarantool-patches] [PATCH 0/3] Delete foreign_keys and ignore_check_constraints pragmas
2018-10-05 7:15 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] sql: initialize variable containing opcode
2018-10-05 4:42 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] sql: refactor SQL cursor to remove write ones
2018-10-05 4:39 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v5 1/1] sql: return all generated ids via IPROTO
2018-10-04 22:31 UTC (3+ messages)
` [tarantool-patches] "
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