Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH] test: update test-run
 2018-12-06 13:38 UTC  (11+ messages)
` Re[2]: "
      ` Re[3]: "
        ` [PATCH v3 0/5] enable parallel mode for replication tests
          ` [PATCH v3 1/5] test: cleanup "
          ` [PATCH v3 2/5] test: errinj for pause relay_send
          ` [PATCH v3 3/5] test: put require in proper places
          ` [PATCH v3 4/5] test: use wait_cond to check follow status
          ` [PATCH v3 5/5] test: replication parallel mode on

[tarantool-patches] [PATCH v6 1/1] box: fix checkpoint_delete
 2018-12-06 13:00 UTC  (3+ messages)

[tarantool-patches] Re: [PATCH v1 1/1] sql: fix tarantoolSqlite3TupleColumnFast
 2018-12-06 10:13 UTC  (6+ messages)

[tarantool-patches] [kostja@tarantool.org: Re: [PATCH v2 3/3] box: pass signal to on_shutdown triggers]
 2018-12-06  8:51 UTC 

[PATCH v6 0/4] box: JSON tree class
 2018-12-06  8:42 UTC  (5+ messages)
` [PATCH v6 1/4] lib: make index_base support for json_lexer
` [PATCH v6 2/4] lib: implement JSON tree class for json library
` [PATCH v6 3/4] box: manage format fields with JSON tree class
` [PATCH v6 4/4] lib: introduce json_path_cmp, json_path_validate

[PATCH v5 0/9] box: indexes by JSON path
 2018-12-06  8:06 UTC  (40+ messages)
` [PATCH v5 1/9] box: refactor json_path_parser class
  ` [tarantool-patches] "
` [PATCH v5 2/9] lib: implement JSON tree class for json library
  ` [tarantool-patches] "
      ` [tarantool-patches] "
                ` [tarantool-patches] Re: [PATCH v5 2/9] lib: make index_base support for json_lexer
` [PATCH v5 3/9] box: manage format fields with JSON tree class
    ` [tarantool-patches] "
` [PATCH v5 4/9] lib: introduce json_path_cmp routine
    ` [tarantool-patches] "
          ` [tarantool-patches] Re: [PATCH v5 4/9] lib: introduce json_path_cmp, json_path_validate
` [tarantool-patches] [PATCH v5 5/9] box: introduce JSON indexes
` [PATCH v5 7/9] box: tune tuple_field_raw_by_path for indexed data
` [PATCH v5 8/9] box: introduce offset slot cache in key_part
` [PATCH v5 9/9] box: specify indexes in user-friendly form

[PATCH 0/3 v2] sql: add test for indexed char in sub subquery
 2018-12-05 20:35 UTC  (5+ messages)
` [PATCH 1/3 v2] sql: store CHAR|VARCHAR len as integer, not type_def
` [PATCH 2/3 v2] sql: add CHAR description without length
` [PATCH 3/3 v2] sql: add test for indexed char in sub subquery
` [tarantool-patches] [PATCH 0/3 "

[tarantool-patches] Re: [PATCH v1 1/1] box: collation banchmark
 2018-12-05 20:34 UTC  (2+ messages)

[PATCH v2 00/11] SWIM preparation
 2018-12-05 20:07 UTC  (16+ messages)
` [PATCH v2 01/11] sio: remove unused functions
` [PATCH v2 10/11] evio: make code C compatible
    ` [tarantool-patches] "
` [PATCH v2 11/11] evio: turn nto c
` [PATCH v2 02/11] sio: treat EADDRINUSE in sio_listen as error
` [PATCH v2 03/11] sio: remove exceptions
` [PATCH v2 04/11] sio: make code compatible with C
    ` [tarantool-patches] "
` [PATCH v2 05/11] sio: turn into C
` [PATCH v2 06/11] evio: make on_accept be nothrow
` [PATCH v2 07/11] coio: fix double close of a file descriptor
` [PATCH v2 08/11] evio: remove exceptions
` [PATCH v2 09/11] coio: fix file descriptor leak on accept

[PATCH 0/9] Allow to limit size of WAL files
 2018-12-05 16:21 UTC  (28+ messages)
` [PATCH 1/9] wal: separate checkpoint and flush paths
  ` [tarantool-patches] "
` [PATCH 2/9] wal: remove files needed for recovery from backup checkpoints on ENOSPC
  ` [tarantool-patches] "
` [PATCH 3/9] recovery: restore garbage collector vclock after restart
  ` [tarantool-patches] "
` [PATCH 4/9] gc: run garbage collection in background
  ` [tarantool-patches] "
` [PATCH 5/9] gc: do not use WAL watcher API for deactivating stale consumers
  ` [tarantool-patches] "
` [PATCH 6/9] wal: simplify watcher API
  ` [tarantool-patches] "
` [PATCH 7/9] box: rewrite checkpoint daemon in C
  ` [tarantool-patches] "
` [PATCH 8/9] wal: pass struct instead of vclock to checkpoint methods
  ` [tarantool-patches] "
` [PATCH 9/9] wal: trigger checkpoint if there are too many WALs
  ` [tarantool-patches] "

[PATCH 1/1] netbox: fix wait_connected ignorance
 2018-12-05 15:06 UTC 

[tarantool-patches] [PATCH] jdbc: add connection timeout configuration and handling
 2018-12-05 11:16 UTC  (5+ messages)
` [tarantool-patches] "

[PATCH 00/11] SWIM preparation
 2018-12-05  8:52 UTC  (37+ messages)
` [PATCH 01/11] box: move info_handler interface into src/info
    ` [tarantool-patches] "
  ` [tarantool-patches] "
` [PATCH 10/11] evio: remove exceptions
` [PATCH 11/11] evio: turn into C
` [PATCH 02/11] sio: remove unused functions, restyle code
    ` [tarantool-patches] "
` [PATCH 03/11] sio: remove exceptions
    ` [tarantool-patches] "
` [PATCH 04/11] sio: fix passing negative size_t to sio_add_to_iov
` [PATCH 05/11] sio: turn into C
` [PATCH 06/11] evio: make on_accept be nothrow
    ` [tarantool-patches] "
` [PATCH 07/11] coio: fix file descriptor leak on accept
    ` [tarantool-patches] "
` [PATCH 08/11] coio: fix double close of a file descriptor
    ` [tarantool-patches] "
` [PATCH 09/11] evio: refactoring
    ` [tarantool-patches] "
  ` [tarantool-patches] Re: [PATCH 00/11] SWIM preparation

[PATCH v2 0/5] test: replication parallel mode on
 2018-12-05  4:44 UTC  (4+ messages)
  ` Re[2]: "
    ` Re[3]: "

[PATCH 0/2 v2] fio: show function name in all fio errors
 2018-12-04 16:12 UTC  (4+ messages)
` [PATCH 1/2 v2] lua: modify the error message in 'fio.pathjoin'
` [PATCH 2/2 v2] fio: show function name in all fio errors

[PATCH v4 0/5] Remove box.sql.execute()
 2018-12-04 11:28 UTC  (12+ messages)
` [PATCH v4 1/5] box: move port to src/
` [tarantool-patches] [PATCH v4 2/5] iproto: replace obuf by mpstream in execute.c
` [tarantool-patches] [PATCH v4 3/5] sql: create interface vstream
` [tarantool-patches] [PATCH v4 4/5] lua: create vstream implementation for Lua
` [tarantool-patches] [PATCH v4 5/5] sql: check new box.sql.execute()
` [PATCH v4 2/5] iproto: replace obuf by mpstream in execute.c
    ` [tarantool-patches] "

[PATCH 0/2] Move info to src/ for SWIM
 2018-12-04 10:17 UTC  (8+ messages)
` [PATCH 1/2] box: move info_handler interface into src/info
` [PATCH 2/2] info: remove false comments from src/info.h

[tarantool-patches] [PATCH] sql: set names for constant fields within VIEW
 2018-12-03 22:03 UTC 

[tarantool-patches] [PATCH] sql: set name for expressions in the list in form of VALUES(...)
 2018-12-03 22:02 UTC 

[tarantool-patches] [PATCH v2 1/1] sql: support HAVING without GROUP BY clause
 2018-12-03 20:45 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: increment VIEW counter for tables within sub-select
 2018-12-03 16:19 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH 0/2] Glibc 2.28 fixes
 2018-12-03 15:29 UTC  (6+ messages)
` [PATCH 1/2] Remove deprecated getaddrinfo() flags
` [PATCH 2/2] lua: fix error handling in getpwall and getgrall

[tarantool-patches] [PATCH] lua: modify the error message in 'fio.pathjoin'
 2018-12-03 14:25 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 1/2] sql: add CHAR description without length
 2018-12-03 13:48 UTC  (3+ messages)
` [tarantool-patches] [PATCH 2/2] sql: add test for indexed char in sub subquery
` [tarantool-patches] Re: [PATCH 1/2] sql: add CHAR description without length

[PATCH] test: fix app/fiber.test.lua flaky fails
 2018-12-03  8:42 UTC  (2+ messages)

[PATCH] test: fix hardcoded port in box/net.box.test.lua
 2018-12-03  8:42 UTC  (2+ messages)

[PATCH] test: fix http_client.test.lua with curl-7.62
 2018-12-03  8:42 UTC  (2+ messages)

[tarantool-patches] [PATCH v4 2/5] iproto: replace obuf by mpstream in execute.c
 2018-12-01 17:24 UTC  (2+ messages)

[tarantool-patches] [PATCH v2 1/1] sql: fix parser.parse_only mode for triggers
 2018-11-30 17:42 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v3 0/7] Remove box.sql.execute
 2018-11-30 10:55 UTC  (7+ messages)
` [tarantool-patches] [PATCH v3 4/7] iproto: replace obuf by mpstream in execute.c
    ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 0/6] sql: Checks on server side
 2018-11-29 18:41 UTC  (8+ messages)
` [tarantool-patches] [PATCH v1 1/6] box: rename space->opts checks to checks_ast
` [tarantool-patches] [PATCH v1 2/6] sql: disallow use of TYPEOF in Check
` [tarantool-patches] [PATCH v1 4/6] sql: release OP_Idx{Insert,Replace} p2 argument
` [tarantool-patches] [PATCH v1 5/6] sql: fix incomplete UPDATE on IdxInsert failured
` [tarantool-patches] [PATCH v1 6/6] sql: make sql checks on server side
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/3] A set of small SQL fixes
 2018-11-29 14:58 UTC  (6+ messages)
` [tarantool-patches] Re: [PATCH 1/3] sql: EXPLAIN through net.box leads to SEGFAULT
    ` [tarantool-patches] Re[2]: "

page:  |  | latest

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