Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v2] replication: fix assertion with duplicated connect to same master
 2018-09-17 15:05 UTC  (2+ messages)

[tarantool-patches] [PATCH] lua: fix assertion failure after improper box.schema.user:passwd() call
 2018-09-17 14:48 UTC  (3+ messages)

[tarantool-patches] [PATCH] test: enable parallel mode for wall_off tests
 2018-09-17 13:31 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] test: skip ddl test for vinyl on travis
 2018-09-17 12:38 UTC 

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

[PATCH v2 0/8] vinyl: improve stats for throttling
 2018-09-16 17:06 UTC  (9+ messages)
` [PATCH v2 1/8] vinyl: fix force compaction logic
` [PATCH v2 2/8] vinyl: update compact priority usual way on range split/coalesce
` [PATCH v2 3/8] vinyl: annotate info_table_end with comment
` [PATCH v2 4/8] vinyl: report pages and bytes_compressed in dump/compact in/out stats
` [PATCH v2 5/8] vinyl: add helpers for resetting statement counters
` [PATCH v2 6/8] vinyl: keep track of compaction queue length
` [PATCH v2 7/8] vinyl: factor out helpers for accounting dump/compaction
` [PATCH v2 8/8] vinyl: add global disk stats

[tarantool-patches] [PATCH] Fix Debug build on GCC 8
 2018-09-15  6:07 UTC 

[tarantool-patches] [PATCH] test: enable parallel mode for wall_off tests
 2018-09-15  1:13 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH 0/2] fix bodiless requests handling
 2018-09-14 16:27 UTC  (5+ messages)
` [PATCH 1/2] tarantoolctl: fix cat and play for empty body requests
` [PATCH 2/2] recovery: fix incorrect handling of empty-body requests

[PATCH] tarantoolctl: fix cat and play for empty body requests
 2018-09-14 14:39 UTC  (3+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] json: added options to json.encode()
 2018-09-13 15:23 UTC  (2+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 0/3] sql: dissallow bindings for DDL
 2018-09-13 10:12 UTC  (11+ messages)
` [tarantool-patches] [PATCH v1 1/3] sql: fix sql_check_list_item_init double free
` [tarantool-patches] [PATCH v1 2/3] sql: fix sql_*_compile functions leak on error
` [tarantool-patches] [PATCH v1 3/3] sql: dissallow bindings for DDL
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v1 0/3] "

[tarantool-patches] [PATCH v1 1/1] sql: decrease SELECT_COMPOUND_LIMIT threshold
 2018-09-13  8:42 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/2] sql: pattern comparison fixes & GLOB removal
 2018-09-11 13:31 UTC  (18+ 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] test: update submodule test-run
 2018-09-11 12:28 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] box: add a method to check if transaction is open
 2018-09-11 11:51 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH V3] Prohibit router/storage configuration from different fibers
 2018-09-11 10:38 UTC 

[tarantool-patches] [PATCH V3] Prohibit router/storage configuration from different fibers
 2018-09-11 10:32 UTC 

[tarantool-patches] [PATCH v1 1/1] sql: support HAVING without GROUP BY clause
 2018-09-10 21:43 UTC  (7+ messages)
` [tarantool-patches] "

[tarantool-patches] Re: [PATCH v3] json: add options to json.encode()
 2018-09-10 13:12 UTC  (13+ messages)

[tarantool-patches] [PATCH v4] Tarantool static build ability
 2018-09-10  7:05 UTC  (9+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] [PATCH] Fix libgomp linking for static build
    ` [tarantool-patches] "

[PATCH 0/7] vinyl: improve stats for throttling
 2018-09-09 11:41 UTC  (39+ messages)
` [PATCH 1/7] vinyl: fix accounting of secondary index cache statements
  ` [tarantool-patches] "
` [PATCH 2/7] vinyl: add global memory stats
  ` [tarantool-patches] "
` [PATCH 3/7] vinyl: add global disk stats
  ` [tarantool-patches] "
` [PATCH 4/7] vinyl: fix force compaction logic
` [PATCH 5/7] vinyl: update compact priority usual way on range split/coalesce
` [PATCH 6/7] vinyl: keep track of compaction queue length and debt
` [PATCH 7/7] vinyl: keep track of disk idle time
      ` [PATCH 1/8] vinyl: add helper to check whether dump is in progress
      ` [PATCH 2/8] vinyl: don't use mempool for allocating background tasks
      ` [PATCH 3/8] vinyl: factor out worker pool from scheduler struct
      ` [PATCH 4/8] vinyl: move worker allocation closer to task creation
      ` [PATCH 5/8] vinyl: use separate thread pools for dump and compaction tasks
      ` [PATCH 6/8] vinyl: zap vy_worker_pool::idle_worker_count
      ` [PATCH 7/8] vinyl: don't start scheduler fiber until local recovery is complete
      ` [PATCH 8/8] vinyl: keep track of thread pool idle ratio

[tarantool-patches] [PATCH v2 1/1] sql: cleanup on failed creation operation
 2018-09-07 19:04 UTC 

[tarantool-patches] [PATCH v2 1/1] sql: hold in stat tables space/index id instead of name
 2018-09-07 16:49 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] lua: strength in the _collation space
 2018-09-06 20:03 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 1/1] sql: cleanup on failed creation operation
 2018-09-06 14:22 UTC 

[tarantool-patches] [PATCH v3 0/4] box: indexes by JSON path
 2018-09-06 12:47 UTC  (11+ messages)
` [tarantool-patches] [PATCH v3 2/4] box: introduce slot_cache in key_part
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 3/4] box: introduce JSON indexes
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 4/4] box: specify indexes in user-friendly form
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] test: update test-run submodule
 2018-09-05 14:49 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] Fix -Werror -Wimplicit-fallthrough build
 2018-09-05 10:15 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 1/3] box: make replication_sync_lag option dynamic
 2018-09-04 13:24 UTC  (5+ messages)
` [tarantool-patches] [PATCH v3 2/3] box: add replication_sync_timeout
` [tarantool-patches] [PATCH v7 3/3] box: adds replication sync after cfg. update
` [tarantool-patches] Re: [PATCH 1/3] box: make replication_sync_lag option dynamic

[tarantool-patches] [PATCH] sql: repair SQL cursor handling opcodes
 2018-09-03 12:28 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/5] box: indexes by JSON path
 2018-09-03 10:32 UTC  (5+ messages)
` [tarantool-patches] [PATCH v2 2/5] box: introduce slot_cache in key_part
  ` [tarantool-patches] "

[tarantool-patches] [PATCH V3] Prohibit router/storage configuration from different fibers
 2018-09-01 15:06 UTC 

[tarantool-patches] [PATCH V3] Prohibit router/storage configuration from different fibers
 2018-09-01 12:17 UTC 

[tarantool-patches] [PATCH V3] Prohibit router/storage configuration from different fibers
 2018-08-31 14:55 UTC 

[tarantool-patches] [PATCH 0/2] Box control event trigger
 2018-08-31  4:57 UTC  (15+ messages)
` [tarantool-patches] [PATCH 1/2] Update lua space cache just after creation
    ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] On ctl event trigger
      ` [tarantool-patches] "

[tarantool-patches] [PATCH 1/3] box: make replication_sync_lag option dynamic
 2018-08-30 16:41 UTC  (5+ messages)
` [tarantool-patches] [PATCH v2 2/3] box: add replication_sync_timeout
` [tarantool-patches] [PATCH v6 3/3] box: adds replication sync after cfg. update

[tarantool-patches] [PATCH v1 1/1] sql: replace sql column mask with core mask
 2018-08-30 15:18 UTC 

[PATCH v4] socket: evaluate buffer size in recv / recvfrom
 2018-08-30 10:24 UTC  (2+ messages)

[tarantool-patches] [PATCH v2 1/3] box: make replication_sync_lag option dynamic
 2018-08-30 10:11 UTC  (6+ messages)
` [tarantool-patches] [PATCH 2/3] box: add replication_sync_lag_timeout
` [tarantool-patches] [PATCH v5 3/3] box: adds replication sync after cfg. update

[tarantool-patches] [PATCH v2] Prohibit router/storage configuration from different fibers
 2018-08-30  0:56 UTC  (2+ messages)
` [tarantool-patches] "

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

[PATCH v3] socket: evaluate buffer size in recv / recvfrom
 2018-08-29 16:59 UTC  (3+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2] xlog: add request details to panic message for broken LSN
 2018-08-29 16:31 UTC  (6+ messages)

[PATCH] applier: ignore ER_UNKNOWN_REQUEST_TYPE for IPROTO_VOTE
 2018-08-29 14:56 UTC 

[tarantool-patches] [PATCH v2 0/2] sql: remove struct Enc
 2018-08-29 14:12 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 00/10] sql: cleanup in struct Index and struct Table
 2018-08-29 14:11 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] box: fix assertion with duplication in repl. source
 2018-08-29 10:00 UTC  (4+ messages)

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

page:  |  | latest

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