Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH v1 1/1] lib: implement JSON tree class for json library
 2018-10-05  9:50 UTC  (6+ messages)
  ` [tarantool-patches] "
` [tarantool-patches] "

[PATCH] test: enable parallel mode for replication tests
 2018-10-05  9:02 UTC  (9+ messages)
  ` [tarantool-patches] "
        ` [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 00/13] box: garbage collection refactoring and fixes
 2018-10-05  8:56 UTC  (29+ messages)
` [PATCH 01/13] vinyl: fix master crash on replica join failure
` [PATCH 02/13] vinyl: force deletion of runs left from unfinished indexes on restart
` [PATCH 03/13] gc: make gc_consumer and gc_state structs transparent
` [PATCH 04/13] gc: use fixed length buffer for storing consumer name
` [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  (12+ messages)
` [tarantool-patches] [PATCH 1/3] sql: delete unused code
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/3] sql: delete foreign_keys pragma
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/3] sql: delete ignore_check_constraints pragma
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/3] Delete foreign_keys and ignore_check_constraints pragmas

[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  (9+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v5 1/1] sql: return all generated ids via IPROTO
 2018-10-04 22:31 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/3] Dump lua frames for a fiber traceback
 2018-10-04 22:28 UTC  (13+ messages)
` [tarantool-patches] [PATCH 1/3] Set a lua state for the main fiber too
  ` [tarantool-patches] "
` [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] "

[tarantool-patches] [PATCH] Track spaces by name
 2018-10-04 17:09 UTC 

[tarantool-patches] [PATCH 0/2] fix yaml encode/decode
 2018-10-04 14:36 UTC  (3+ messages)
` [tarantool-patches] [PATCH 1/2] lua-yaml: fix read garbage bug
` [tarantool-patches] [PATCH 2/2] lua-yaml: fix yaml encode/decode type inferring

[tarantool-patches] [PATCH v2] iproto: introduce a proxy module
 2018-10-04 11:54 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] Add test on changes && fix typo in MakeRecord
 2018-10-04 10:49 UTC  (8+ messages)
` [tarantool-patches] [PATCH 1/2] sql: fix typo in MakeRecord memory hint
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: add test on changes/total_changes
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] First part of SQLite error codes refactoring
 2018-10-03 20:07 UTC  (7+ messages)
` [tarantool-patches] [PATCH] box: add tuple:size function
` [tarantool-patches] [PATCH 1/2] sql: refactor SQLITE_IOERR_ error codes
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: remove unused SQLITE_CONSTRAINT_ "
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] First part of SQLite error codes refactoring

[tarantool-patches] [PATCH v1 1/1] sql: assertion in autoincrement column
 2018-10-03 15:19 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2] Fix lua socket polling in case of a spurious wakeup
 2018-10-03 15:08 UTC  (2+ messages)

[tarantool-patches] [PATCH] box: add tuple:size function
 2018-10-03 15:05 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH V4] Prohibit router/storage configuration from different fibers
 2018-10-03 14:50 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v6] replication: fix assertion with duplicate connection
 2018-10-03  9:30 UTC  (2+ messages)

[PATCH v2 00/11] vinyl: transaction throttling infrastructure
 2018-10-03  9:06 UTC  (26+ messages)
` [PATCH v2 01/11] vinyl: add helper to start scheduler and enable quota on startup
  ` [tarantool-patches] "
` [PATCH v2 02/11] vinyl: factor load regulator out of quota
  ` [tarantool-patches] "
` [PATCH v2 03/11] vinyl: minor refactoring of quota methods
  ` [tarantool-patches] "
` [PATCH v2 04/11] vinyl: move transaction size sanity check to quota
  ` [tarantool-patches] "
` [PATCH v2 05/11] vinyl: implement quota wait queue without fiber_cond
  ` [tarantool-patches] "
` [PATCH v2 06/11] vinyl: enable quota upon recovery completion explicitly
  ` [tarantool-patches] "
` [PATCH v2 07/11] vinyl: zap vy_env::memory, read_threads, and write_threads
  ` [tarantool-patches] "
` [PATCH v2 08/11] vinyl: do not try to trigger dump in regulator if already in progress
` [PATCH v2 09/11] vinyl: do not account zero dump bandwidth
` [PATCH v2 10/11] vinyl: implement basic transaction throttling
` [PATCH v2 11/11] vinyl: introduce quota consumer priorities

[tarantool-patches] [PATCH] jdbc: fix primary keys meta retrieval
 2018-10-02 17:09 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 1/1] sql: hold in stat tables space/index id instead of name
 2018-10-02 16:42 UTC  (6+ messages)
` [tarantool-patches] "
      ` [tarantool-patches] Re[2]: [tarantool-patches] "

[tarantool-patches] [PATCH] iproto: introduce a proxy module
 2018-10-02 14:56 UTC 

[tarantool-patches] [PATCH v5] replication: fix assertion with duplicate connection
 2018-10-02 12:19 UTC  (2+ messages)

[tarantool-patches] [PATCH] sql: disallow specifying ID in <DEFAULT> clause
 2018-10-02  7:17 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: support HAVING without GROUP BY clause
 2018-10-01 16:37 UTC  (8+ messages)
` [tarantool-patches] "

[tarantool-patches] Re: [PATCH] test: update submodule test-run
 2018-10-01 14:36 UTC  (3+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2 1/1] sql: cleanup on failed creation operation
 2018-10-01 13:05 UTC  (7+ messages)
` [tarantool-patches] "

[tarantool-patches] [v4 PATCH] replication: fix assertion with duplicate connection
 2018-10-01 12:12 UTC  (2+ messages)

[tarantool-patches] [PATCH 0/6] Introduce strict typing for SQL
 2018-09-27 20:24 UTC  (14+ 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

[tarantool-patches] [PATCH rfc] schema: add possibility to find and throw away dead replicas
 2018-09-27 10:54 UTC  (6+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] lua: show locals when a tap test fails
 2018-09-27  0:45 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v4 1/1] sql: return all generated ids via IPROTO
 2018-09-26 16:08 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH 0/2] replication: don't stop syncing on configuration errors
 2018-09-26  8:26 UTC  (6+ messages)
` [PATCH 1/2] replication: fix recoverable error reporting
  ` [tarantool-patches] "
` [PATCH 2/2] replication: don't stop syncing on configuration errors
  ` [tarantool-patches] "

[PATCH 00/11] vinyl: prepare for transaction throttling
 2018-09-25 23:24 UTC  (8+ messages)
` [PATCH 05/11] vinyl: add helper to start scheduler and enable quota on startup
  ` [tarantool-patches] "
` [PATCH 06/11] vinyl: zap vy_env::memory, read_threads, and write_threads
  ` [tarantool-patches] "
` [PATCH 07/11] vinyl: do not account zero dump bandwidth
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 00/11] vinyl: prepare for transaction throttling

[PATCH v2 0/2] fix bodiless requests handling
 2018-09-25 22:33 UTC  (6+ messages)
` [PATCH v2 1/2] tarantoolctl: fix cat and play for empty body requests
  ` [tarantool-patches] "
` [PATCH v2 2/2] recovery: fix incorrect handling of empty-body requests
  ` [tarantool-patches] "

[tarantool-patches] Re: [PATCH v2] test: enable parallel mode for wall_off tests
 2018-09-25 17:44 UTC  (7+ messages)
` [tarantool-patches] [PATCH] test: enable parallel mode for wal_off tests
  `  "
    ` Re[2]: "
      ` [tarantool-patches] "

[tarantool-patches] [PATCH v3] replication: fix assertion with duplicate connection
 2018-09-25 10:26 UTC  (2+ messages)

[PATCH] sql: do not store key_def in VDBE op
 2018-09-25 10:11 UTC  (2+ messages)

[tarantool-patches] [PATCH v3] replication: fix assertion with duplicate connection
 2018-09-25  8:53 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] box: option to start tarantool with no format checks
 2018-09-24 10:28 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] box: add a method to check if transaction is open
 2018-09-24  8:38 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