[tarantool-patches] [PATCH v2 0/5] box: indexes by JSON path
2018-08-22 0:26 UTC (3+ messages)
` [tarantool-patches] [PATCH v2 5/5] box: specify indexes in user-friendly form
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/2] sql: update inexes after table rename
2018-08-21 20:41 UTC (9+ messages)
` [tarantool-patches] [PATCH 1/2] sql: after table rename properly update indexes
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: take sql field in index_opts_cmp
` [tarantool-patches] "
[tarantool-patches] [PATCH] sql: xfer optimization issue
2018-08-21 16:43 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 00/10] sql: cleanup in struct Index and struct Table
2018-08-21 16:31 UTC (16+ messages)
` [tarantool-patches] [PATCH 05/10] sql: remove affinity string of columns from Index
` [tarantool-patches] "
` [tarantool-patches] [PATCH 06/10] sql: completely remove support of partial indexes
` [tarantool-patches] "
` [tarantool-patches] [PATCH 07/10] sql: remove index type from struct Index
` [tarantool-patches] "
` [tarantool-patches] [PATCH 09/10] sql: disable ON CONFLICT actions for indexes
` [tarantool-patches] "
` [tarantool-patches] [PATCH 10/10] sql: move autoincrement field number to server
` [tarantool-patches] "
[PATCH v2 0/7] vinyl: eliminate disk read on REPLACE/DELETE
2018-08-21 16:13 UTC (16+ messages)
` [PATCH v2 1/7] vinyl: do not store meta in secondary index runs
` [PATCH v2 2/7] vinyl: teach write iterator to return overwritten tuples
` [PATCH v2 3/7] vinyl: prepare write iterator heap comparator for deferred DELETEs
` [PATCH v2 4/7] vinyl: allow to skip certain statements on read
` [PATCH v2 5/7] Introduce _vinyl_deferred_delete system space
` [PATCH v2 6/7] vinyl: zap vy_mem::min_lsn and rename max_lsn to dump_lsn
` [PATCH v2 7/7] vinyl: eliminate disk read on REPLACE/DELETE
[tarantool-patches] [PATCH v1 1/1] sql: remove struct Enc
2018-08-21 15:50 UTC (6+ messages)
` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 1/2] box: export mpstream methods to core
[tarantool-patches] [PATCH v2 1/1] sql: return last_insert_id via IPROTO
2018-08-21 15:50 UTC (6+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 1/1] sql: return a tuple result from SQL
2018-08-21 15:28 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2] lua: fix for option pid_file overwritten by tarantoolctl
2018-08-21 15:24 UTC (2+ messages)
[tarantool-patches] [PATCH v2] box: fix long uri output in box.info()
2018-08-21 14:58 UTC (4+ messages)
[tarantool-patches] [PATCH v2] add FindICONV and iconv wrapper
2018-08-21 14:56 UTC (2+ messages)
[PATCH v2] tarantoolctl: return an error on enter to a dead socket
2018-08-21 13:26 UTC (4+ messages)
[tarantool-patches] [PATCH v2] Prohibit router/storage configuration from different fibers
2018-08-21 9:27 UTC
[tarantool-patches] [PATCH v2] Prohibit router/storage configuration from different fibers
2018-08-21 7:41 UTC
[tarantool-patches] [PATCH] box: fix long uri output in box.info()
2018-08-20 20:50 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] tarantoolctl: update confusing error message
2018-08-20 17:03 UTC (2+ messages)
[PATCH 1/1] netbox: discard all requests on a connection close
2018-08-20 16:57 UTC (2+ messages)
[tarantool-patches] [PATCH] replication: adds replication sync after cfg. update
2018-08-20 12:36 UTC (2+ messages)
` [tarantool-patches] "
[PATCH 00/18] Implement write throttling for vinyl
2018-08-20 11:29 UTC (31+ messages)
` [PATCH 01/18] vinyl: rework internal quota API
` [PATCH 02/18] vinyl: move quota methods implementation to vy_quota.c
` [PATCH 03/18] vinyl: move quota related methods and variables from vy_env to vy_quota
` [PATCH 04/18] vinyl: implement vy_quota_wait using vy_quota_try_use
` [PATCH 05/18] vinyl: wake up fibers waiting for quota one by one
` [PATCH 06/18] vinyl: do not wake up fibers waiting for quota if quota is unavailable
` [PATCH 07/18] vinyl: tune dump bandwidth histogram buckets
` [PATCH 08/18] vinyl: rename vy_quota::dump_bw to dump_bw_hist
` [PATCH 09/18] vinyl: cache dump bandwidth for timer invocation
` [PATCH 10/18] vinyl: do not add initial guess to dump bandwidth histogram
` [PATCH 11/18] vinyl: use snap_io_rate_limit for initial dump bandwidth estimate
` [PATCH 12/18] histogram: add function for computing lower bound percentile estimate
` [tarantool-patches] "
` [PATCH 13/18] vinyl: use lower bound percentile estimate for dump bandwidth
` [PATCH 14/18] vinyl: do not try to trigger dump if it is already in progress
` [PATCH 15/18] vinyl: improve dump start/stop logging
` [PATCH 16/18] vinyl: confine quota watermark within sane value range
` [PATCH 17/18] vinyl: set quota timer period to 100 ms
` [PATCH 18/18] vinyl: throttle tx rate if dump does not catch up
[tarantool-patches] [PATCH 0/6] SQL types
2018-08-20 8:49 UTC (7+ messages)
` [tarantool-patches] [PATCH 1/6] Specify types for internal tables
` [tarantool-patches] [PATCH 2/6] Split on_conflict_action and affinity
` [tarantool-patches] [PATCH 3/6] Annotate a sql function with affinity
` [tarantool-patches] [PATCH 4/6] Enforce space format for sql columns
` [tarantool-patches] [PATCH 5/6] Enforce internal data type conversions
` [tarantool-patches] [PATCH 6/6] Evaluate an affinity for all producing expressions
[tarantool-patches] [PATCH 0/4] Finish implementation of privileges
2018-08-20 8:10 UTC (5+ messages)
` [tarantool-patches] [PATCH 1/4] Introduce separate entity object types for entity privileges
` [tarantool-patches] [PATCH 2/4] Add entities user, role to access control
` [tarantool-patches] [PATCH 3/4] Add single object privilege checks to access_check_ddl
` [tarantool-patches] [PATCH 4/4] Add a privilege upgrade script and update tests
[tarantool-patches] [PATCH] sql: after table rename properly update indexes
2018-08-20 5:21 UTC (9+ messages)
` [tarantool-patches] "
[PATCH 1/2] xlog: simplify xdir_add_vclock protocol
2018-08-19 20:44 UTC (2+ messages)
` [PATCH 2/2] vinyl: fix backup skipping vylog created after recovery
[tarantool-patches] [PATCH] lua: show locals when a tap test fails
2018-08-19 15:36 UTC (3+ messages)
` [tarantool-patches] "
[PATCH v3] Introduce separate entity object types for entity privileges
2018-08-17 19:57 UTC (2+ messages)
[tarantool-patches] [PATCH] sql: check read access while executing SQL query
2018-08-17 17:59 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2] Introduce separate entity object types for entity privileges
2018-08-17 15:57 UTC (6+ messages)
` [tarantool-patches] "
[PATCH 1/1] box: expose on_commit/rollback triggers for Lua
2018-08-17 15:42 UTC (7+ messages)
` [tarantool-patches] "
` [tarantool-patches] "
[PATCH v1 1/1] xlog: fix out of static memory on metadata load
2018-08-17 15:20 UTC (6+ messages)
` [tarantool-patches] "
[PATCH] replication: fix assertion in relay_cancel()
2018-08-17 15:06 UTC (2+ messages)
[PATCH 1/1] Export space_index_key_def
2018-08-17 14:51 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] test: update test-run submodule
2018-08-17 14:05 UTC (4+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/2] sql: pattern comparison fixes & GLOB removal
2018-08-17 13:46 UTC (15+ 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] "
[RFC PATCH 11/23] xrow: allow to store flags in DML requests
2018-08-17 13:34 UTC (4+ messages)
` [PATCH 1/2] xrow: allow to store tuple metadata in request
` [PATCH 2/2] vinyl: introduce statement flags
[PATCH v2 0/2] replication: fix a failing assert in replica_on_applier_disconnect()
2018-08-17 12:15 UTC (5+ messages)
` [PATCH v2 1/2] Update test-run
` [tarantool-patches] "
` [PATCH v2 2/2] replication: fix a failing assert in replica_on_applier_disconnect()
[PATCH v2.1 0/2]replication: fix a failing assert in replica_on_applier_disconnect()
2018-08-17 9:49 UTC (4+ messages)
` [PATCH v2.1 1/2] Update test-run
` [PATCH v2.1 2/2] replication: fix a failing assert in replica_on_applier_disconnect()
[PATCH] test: fix app-tap/tarantoolctl sporadic failure
2018-08-17 8:32 UTC (4+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 1/1] box: option to start tarantool with no format checks
2018-08-17 8:32 UTC (4+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 1/1] sql: triggers on view unfinished updates
2018-08-17 6:30 UTC (7+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 1/1] app: example.lua does not start
2018-08-16 20:58 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] Fwd: Re[2]: [PATCH] lua: add string.fromhex method
2018-08-16 16:07 UTC (4+ messages)
` [tarantool-patches] "
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/2] sql: pattern comparison fixes & GLOB removal
2018-08-16 12:58 UTC (4+ messages)
` [tarantool-patches] [PATCH v2 1/2] sql: LIKE & GLOB pattern comparison issue
` [tarantool-patches] "
[tarantool-patches] [PATCH] Allow nullability mismatch in space indices and format
2018-08-16 9:37 UTC (5+ messages)
` [tarantool-patches] "
[PATCH v3/3] replication: handle replication shutdown correctly
2018-08-16 8:55 UTC (6+ messages)
` [tarantool-patches] "
[PATCH v1 1/1] box: fix crash in ncurses on fedora 28
2018-08-15 18:15 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] Re: Re[2]: Fwd: Re[2]: [PATCH] lua: add string.fromhex method
2018-08-15 14:06 UTC (4+ 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