Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH 00/10] sql: cleanup in struct Index and struct Table
 2018-08-27 17:24 UTC  (25+ 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] "
` [tarantool-patches] Re: [PATCH 00/10] sql: cleanup in struct Index and struct Table

[tarantool-patches] [PATCH v2] xlog: add request details to panic message for broken LSN
 2018-08-27 17:04 UTC  (2+ messages)

[tarantool-patches] [PATCH v1 1/1] box: replace schema_find_id by box_space_id_by_name
 2018-08-27 16:36 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: hold in stat tables space/index id instead of name
 2018-08-27 16:32 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] Don't throw an exception in a replication handler
 2018-08-27 15:36 UTC  (2+ messages)

[tarantool-patches] [PATCH v3 0/2] sql: return last_insert_id via IPROTO
 2018-08-27 14:27 UTC  (5+ messages)
` [tarantool-patches] [PATCH v3 1/2] sql: move autoincrement in vdbe
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 2/2] sql: return last_insert_id via IPROTO
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v3] box: adds replication sync after cfg. update
 2018-08-27 12:13 UTC  (3+ messages)

[PATCH] test: remove universal grants from tests
 2018-08-27 11:24 UTC 

[tarantool-patches] [PATCH v2 0/2] sql: remove struct Enc
 2018-08-27 11:11 UTC  (3+ messages)
` [tarantool-patches] [PATCH v2 1/2] box: export mpstream methods to core
` [tarantool-patches] [PATCH v2 2/2] sql: remove struct Enc

[tarantool-patches] [PATCH v1 1/1] sql: return a tuple result from SQL
 2018-08-27 11:02 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2] Don't throw an exception in a replication handler
 2018-08-27  9:44 UTC  (2+ messages)

[PATCH 0/3] *** [#3619] socket.recvfrom crops UDP packets ***
 2018-08-27  9:26 UTC  (14+ messages)
` [PATCH 1/3] socket: evaluate buffer size in recv / recvfrom
` [PATCH 2/3] socket: don't truncate a datagram in recv/recvfrom
` [PATCH 3/3] socket: prevent recvfrom from returning garbage

[PATCH] test: fix engine/ddl occasional failure
 2018-08-27  9:17 UTC  (2+ messages)

[tarantool-patches] [PATCH v3 0/4] box: indexes by JSON path
 2018-08-27  7:37 UTC  (5+ messages)
` [tarantool-patches] [PATCH v3 1/4] rfc: describe a Tarantool JSON indexes
` [tarantool-patches] [PATCH v3 2/4] box: introduce slot_cache in key_part
` [tarantool-patches] [PATCH v3 3/4] box: introduce JSON indexes
` [tarantool-patches] [PATCH v3 4/4] box: specify indexes in user-friendly form

[tarantool-patches] [PATCH v2 0/5] box: indexes by JSON path
 2018-08-27  7:37 UTC  (14+ messages)
` [tarantool-patches] [PATCH v2 2/5] box: introduce slot_cache in key_part
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/5] box: introduce path field "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 4/5] box: introduce path_hash and tuple_field tree
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 5/5] box: specify indexes in user-friendly form
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2] Tarantool static build ability
 2018-08-26  2:23 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] vinyl: fix primary index uniqueness check being skipped on insert
 2018-08-24 19:47 UTC 

[tarantool-patches] [PATCH v1 1/1] sql: remove struct Enc
 2018-08-24 16:33 UTC  (6+ messages)
` [tarantool-patches] [PATCH v1 1/2] box: export mpstream methods to core
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v1 1/1] sql: remove struct Enc

[PATCH v3] replication: fix exit with ER_NO_SUCH_USER during bootstrap
 2018-08-24 16:32 UTC  (4+ messages)

[tarantool-patches] [PATCH] lua: show locals when a tap test fails
 2018-08-24 12:51 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH v2 1/1] lua: wrong 'tomap' work with nullable fields
 2018-08-24 11:50 UTC  (2+ messages)

[PATCH v2] vinyl: abort rw transactions before DDL
 2018-08-24 11:32 UTC  (3+ messages)

[tarantool-patches] [PATCH v2] sql: check read access while executing SQL query
 2018-08-24 11:21 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] lua: wrong 'tomap' work with nullable fields
 2018-08-24 10:23 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 1/1] sql: return last_insert_id via IPROTO
 2018-08-24 10:05 UTC  (8+ messages)
` [tarantool-patches] "

[PATCH 00/18] Implement write throttling for vinyl
 2018-08-24  8:33 UTC  (27+ messages)
` [PATCH 01/18] vinyl: rework internal quota API
` [PATCH 05/18] vinyl: wake up fibers waiting for quota one by one
` [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 15/18] vinyl: improve dump start/stop logging
` [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] vinyl: flush transactions before setting trigger on altered space
 2018-08-24  8:28 UTC  (4+ messages)
` [PATCH] vinyl: abort rw transactions before DDL

[tarantool-patches] [PATCH 0/7] Finish SQL DD integration
 2018-08-23 22:55 UTC  (8+ messages)
  ` [tarantool-patches] [PATCH 1/7] sql: remove struct schema from struct Table
  ` [tarantool-patches] [PATCH 2/7] sql: remove SQLite original struct Index
  ` [tarantool-patches] [PATCH 3/7] sql: remove struct Table from analyze routine
  ` [tarantool-patches] [PATCH 4/7] sql: refactor ALTER RENAME code generation
  ` [tarantool-patches] [PATCH 5/7] sql: remove lookups in Table hash
  ` [tarantool-patches] [PATCH 6/7] sql: don't add system spaces to "
  ` [tarantool-patches] [PATCH 7/7] sql: finish DD integration

[tarantool-patches] Re: [PATCH v3] json: add options to json.encode()
 2018-08-23 21:03 UTC  (11+ messages)

[tarantool-patches] [PATCH] Don't throw an exception in a replication handler
 2018-08-23 19:57 UTC  (2+ messages)

[PATCH v2] replication: fix exit with ER_NO_SUCH_USER during bootstrap
 2018-08-23 19:26 UTC  (2+ messages)

[tarantool-patches] [PATCH v2] replication: adds replication sync after cfg. update
 2018-08-23 15:06 UTC  (2+ messages)

[PATCH] replication: fix exit with ER_NO_SUCH_USER during bootstrap
 2018-08-23 13:29 UTC  (2+ messages)

[PATCH v2 0/4] Finish implementation of privileges
 2018-08-23  8:57 UTC  (13+ messages)
` [PATCH v2 1/4] Introduce separate entity object types for entity privileges
` [PATCH v2 2/4] Add entities user, role to access control
` [PATCH v2 3/4] Add single object privilege checks to access_check_ddl
` [PATCH v2 4/4] Add a privilege upgrade script and update tests

[PATCH v2 0/7] vinyl: eliminate disk read on REPLACE/DELETE
 2018-08-22 17:50 UTC  (20+ 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 0/4] Finish implementation of privileges
 2018-08-22 12:53 UTC  (11+ 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

[PATCH 1/2] xlog: simplify xdir_add_vclock protocol
 2018-08-22  8:03 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] sql: update inexes after table rename
 2018-08-22  6:47 UTC  (11+ 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] Re: [PATCH 0/2] sql: update inexes after table rename

[tarantool-patches] [PATCH] sql: xfer optimization issue
 2018-08-21 16:43 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] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox