Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v2 0/3] Dump lua frames for a fiber traceback
 2018-10-10 16:39 UTC  (2+ messages)
` [tarantool-patches] [PATCH 1/3] fiber: do not inline coro unwind function

[tarantool-patches] [PATCH v2 1/1] sql: cleanup on failed creation operation
 2018-10-10 16:27 UTC  (9+ messages)
` [tarantool-patches] "

[PATCH] vinyl: bypass format validation for statements loaded from disk
 2018-10-10 15:58 UTC 

[tarantool-patches] [PATCH 0/3] LTO && travis
 2018-10-10 14:43 UTC  (7+ messages)
` [tarantool-patches] [PATCH 1/3] Fix: prevent guard-breaker optimization
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/3] Add LTO support
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/3] Add LTO testing && refactor travis.yml
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] Add test on changes && fix typo in MakeRecord
 2018-10-10 14:39 UTC  (10+ 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] jdbc: fix primary keys meta retrieval
 2018-10-10 13:40 UTC  (11+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] Track spaces by name
 2018-10-10 12:55 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: assertion in autoincrement column
 2018-10-10 12:22 UTC  (8+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] jdbc: fix date/time parameters binding
 2018-10-10 11:48 UTC 

[tarantool-patches] [PATCH v2] Fix lua socket polling in case of a spurious wakeup
 2018-10-10 11:23 UTC  (5+ messages)
  ` [PATCH v3] socket: fix polling in case of "

[tarantool-patches] [PATCH v2 1/1] box: update collation strength option
 2018-10-10 11:18 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] box: add tuple:size function
 2018-10-10 10:25 UTC  (7+ messages)
` [tarantool-patches] "

[PATCH] test: disable feedback daemon test on Mac OS
 2018-10-10  8:26 UTC  (4+ messages)
` [PATCH v2] test: disable feedback daemon test on Mac OS in CI

[PATCH] test: enable parallel mode for xlog tests
 2018-10-10  7:56 UTC  (3+ messages)
` [PATCH 1/2] test: wait until expected value appear in log
` [PATCH 2/2] test: enable parallel mode for xlog tests

[tarantool-patches] [PATCH] sql: fix fk set null clause
 2018-10-09 19:14 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: change of PRAGMA INDEX_INFO syntax
 2018-10-09 16:02 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH v2 00/11] vinyl: transaction throttling infrastructure
 2018-10-09 13:25 UTC  (20+ messages)
` [PATCH v2 02/11] vinyl: factor load regulator out of 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 11/11] vinyl: introduce quota consumer priorities

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

[tarantool-patches] [PATCH v2] iproto: introduce a proxy module
 2018-10-08 19:45 UTC  (6+ messages)
` [tarantool-patches] "

[PATCH] test: enable parallel mode for replication tests
 2018-10-08 19:08 UTC  (13+ 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] cmake: fix sync_file_range detection
 2018-10-08 14:42 UTC  (7+ messages)

[PATCH v1 1/1] lib: implement JSON tree class for json library
 2018-10-08 10:07 UTC  (8+ messages)
  ` [tarantool-patches] "
` [tarantool-patches] "

[tarantool-patches] [PATCH] Add Linux/clang CI target
 2018-10-08  3:51 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH 0/5] Delete old WAL files if running out of disk space
 2018-10-07 20:27 UTC  (6+ messages)
` [PATCH 1/5] xlog: fix filename in error messages
` [PATCH 2/5] wal: preallocate disk space before writing rows
` [PATCH 3/5] xlog: allow to limit number of files deleted by xdir_collect_garbage
` [PATCH 4/5] wal: notify watchers about wal file removal
` [PATCH 5/5] wal: delete old wal files when running out of disk space

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

[PATCH 00/13] box: garbage collection refactoring and fixes
 2018-10-05 17:03 UTC  (30+ 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  (3+ messages)
` [tarantool-patches] "

[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 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 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)

[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] [v4 PATCH] replication: fix assertion with duplicate connection
 2018-10-01 12:12 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