[tarantool-patches] [PATCH v2 0/2] sql: pattern comparison fixes & GLOB removal
2018-10-29 12:15 UTC (23+ 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] "
[PATCH] test: fix unix socket conflict in socket.test.lua
2018-10-29 11:29 UTC (5+ messages)
` [tarantool-patches] "
[PATCH v2 0/5] test: replication parallel mode on
2018-10-29 10:41 UTC (20+ 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
` [tarantool-patches] "
` [PATCH v2 5/5] test: replication parallel mode on
` Re[2]: [PATCH v2 0/5] "
[tarantool-patches] [PATCH] sql: remove nKey from struct BtCursor
2018-10-29 10:27 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] box: fixed comparison of old and new config options
2018-10-29 10:21 UTC (2+ messages)
[tarantool-patches] [PATCH v7 1/2] sql: return all generated ids via IPROTO
2018-10-29 10:17 UTC (2+ messages)
` [tarantool-patches] "
[PATCH v5 00/12] box: indexes by JSON path
2018-10-29 6:56 UTC (13+ messages)
` [PATCH v5 01/12] box: refactor key_def_find routine
` [PATCH v5 10/12] box: tune tuple_field_raw_by_path for indexed data
` [PATCH v5 11/12] box: introduce offset slot cache in key_part
` [PATCH v5 12/12] box: specify indexes in user-friendly form
` [PATCH v5 02/12] box: introduce key_def_parts_are_sequential
` [PATCH v5 03/12] box: introduce tuple_field_go_to_path
` [PATCH v5 04/12] box: introduce tuple_format_add_key_part
` [PATCH v5 05/12] lib: implement JSON tree class for json library
` [PATCH v5 06/12] box: manage format fields with JSON tree class
` [PATCH v5 07/12] lib: introduce json_path_normalize routine
` [PATCH v5 08/12] box: introduce JSON indexes
` [tarantool-patches] [PATCH v5 09/12] box: introduce has_json_paths flag in templates
[tarantool-patches] [PATCH v7 0/2] sql: return all generated ids via IPROTO
2018-10-29 0:37 UTC (5+ messages)
` [tarantool-patches] [PATCH v7 1/2] "
` [tarantool-patches] [PATCH v7 2/2] sql: remove psql_txn from Vdbe
` [tarantool-patches] Re: [PATCH v7 0/2] sql: return all generated ids via IPROTO
[tarantool-patches] [PATCH] test: disable show_reproduce_content for sql-tap
2018-10-26 21:42 UTC
[PATCH v2 0/4] Check read access while executing SQL query
2018-10-26 21:04 UTC (11+ messages)
` [PATCH v2 1/4] schema: refactor space_cache API
` [PATCH v2 2/4] schema: add space names cache
` [PATCH v2 3/4] sql: use space_by_name in SQL
` [PATCH v2 4/4] sql: check read access while executing SQL query
[tarantool-patches] [PATCH] Fix tuple cdata collecting
2018-10-26 13:04 UTC (2+ messages)
[PATCH] vinyl: do not account bloom filters to runtime quota
2018-10-26 10:49 UTC (2+ messages)
[PATCH] vinyl: fix memory leak in slice stream
2018-10-26 8:06 UTC (2+ messages)
[tarantool-patches] [PATCH] sql: fix fk set null clause
2018-10-26 5:47 UTC (5+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v5 1/1] sql: return all generated ids via IPROTO
2018-10-25 21:31 UTC (6+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] [replication] make join stage more informative
2018-10-25 16:51 UTC (4+ messages)
[PATCH v3 0/5] Delete old WAL files if running out of disk space
2018-10-25 12:55 UTC (10+ messages)
` [PATCH v3 1/5] wal: preallocate disk space before writing rows
` [PATCH v3 2/5] wal: pass wal_watcher_msg to wal_watcher callback
` [PATCH v3 3/5] wal: rename wal_watcher->events to pending_events
` [PATCH v3 4/5] wal: add event_mask to wal_watcher
` [PATCH v3 5/5] wal: delete old wal files when running out of disk space
[tarantool-patches] [PATCH v2 0/3] Add LTO support
2018-10-25 12:18 UTC (8+ messages)
` [tarantool-patches] [PATCH v2 2/3] "
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/3] test: add LTO targets into CI
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/3] Add LTO support
[tarantool-patches] [PATCH 0/3] Change collation compatibility rules according to ANSI SQL
2018-10-25 11:00 UTC (4+ messages)
` [tarantool-patches] [PATCH 1/3] sql: do not add explicit <COLLATE "BINARY"> clause
` [tarantool-patches] [PATCH 2/3] Add surrogate ID for BINARY collation
` [tarantool-patches] [PATCH 3/3] sql: change collation compatibility rules
[PATCH 0/2] test: rewrote xlog/checkpoint_daemon.test.lua
2018-10-25 10:13 UTC (4+ messages)
` [PATCH 1/2] test: update test-run
` [PATCH 2/2] test: rewrote xlog/checkpoint_daemon.test.lua
[PATCH] vinyl: fix memory leak in write iterator
2018-10-25 9:56 UTC (2+ messages)
[tarantool-patches] [PATCH v2 0/3] Dump lua frames for a fiber traceback
2018-10-25 9:28 UTC (3+ messages)
` [tarantool-patches] [PATCH 1/3] fiber: do not inline coro unwind function
[PATCH v2 0/4] Delete old WAL files if running out of disk space
2018-10-25 8:31 UTC (13+ messages)
` [PATCH v2 1/4] xlog: turn use_coio argument of xdir_collect_garbage to flags
` [PATCH v2 2/4] wal: preallocate disk space before writing rows
` [PATCH v2 3/4] wal: notify watchers about wal file removal
` [PATCH v2 4/4] wal: delete old wal files when running out of disk space
[PATCH 1/2] test: wait until expected value appear in log
2018-10-25 2:49 UTC (7+ messages)
` [PATCH] test: enable parallel mode for xlog tests
` Re[2]: [PATCH 1/2] test: wait until expected value appear in log
` [PATCH 2/2] test: enable parallel mode for xlog tests
[tarantool-patches] Re: [tarantool-patches] Re: [PATCH v2 1/2] box: added replication_dead/rw_gap options
2018-10-24 16:49 UTC (2+ messages)
` "
[tarantool-patches] [PATCH v2 0/2] sql: check read access while executing SQL query
2018-10-24 13:34 UTC (4+ messages)
` [tarantool-patches] [PATCH v2 1/2] Add space names cache
[PATCH 0/3] Force compaction if there too many DELETEs
2018-10-24 11:19 UTC (9+ 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/8] Get rid of Vinyl's mem_format_with_colmask
2018-10-24 11:13 UTC (13+ 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 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 0/6] Introduce strict typing for SQL
2018-10-23 23:28 UTC (16+ messages)
` [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 v2] iproto: introduce a proxy module
2018-10-23 17:26 UTC (10+ messages)
` [tarantool-patches] "
[PATCH] hot_standby: reflect amount of recovered rows in box.info
2018-10-23 15:15 UTC
[PATCH] xlog: fix sync_is_async xlog option
2018-10-23 9:34 UTC (2+ messages)
[PATCH 0/5] Delete old WAL files if running out of disk space
2018-10-23 8:46 UTC (9+ 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
[tarantool-patches] [PATCH] [replication] introduce anonymous replicas
2018-10-23 7:13 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/2] detect and throw away dead replicas
2018-10-23 7:10 UTC (3+ messages)
` [tarantool-patches] [PATCH v2 1/2] box: added replication_dead/rw_gap options
` [tarantool-patches] "
[PATCH v2 00/11] vinyl: transaction throttling infrastructure
2018-10-23 7:02 UTC (6+ messages)
` [PATCH v2 09/11] vinyl: do not account zero dump bandwidth
` [tarantool-patches] "
[tarantool-patches] [PATCH] jdbc: add connection timeout configuration and handling
2018-10-22 4:21 UTC (2+ messages)
` [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 (12+ 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] "
[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 (11+ messages)
` [PATCH v4 10/14] box: introduce JSON indexes
` [PATCH v4 04/14] box: introduce tuple_format_add_key_part
` [PATCH v4 06/14] box: move tuple_field_go_to_{index,key} definition
` [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)
` "
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