Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v3 0/3] box: implement on_shutdown triggers
 2018-12-11 13:24 UTC  (4+ messages)
` [tarantool-patches] [PATCH v3 1/3] box: get rid of atexit() for calling cleanup routine
` [tarantool-patches] [PATCH v3 2/3] box: implement on_shutdown triggers
` [tarantool-patches] [PATCH v3 3/3] box: introduce on_shutdown triggers to lua

[PATCH 0/4] Outdate disconnected session
 2018-12-11 12:55 UTC  (15+ messages)
` [PATCH 1/4] iproto: rename disconnect cmsg to destroy
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH 2/4] iproto: fire on_disconnect right after disconnect
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH 3/4] session: introduce 'dead' type
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH 4/4] session: kill a session of a closed connection
` [tarantool-patches] [PATCH 0/4] Outdate disconnected session

[tarantool-patches] [PATCH] replication: do not skip master's rows in case of an error
 2018-12-11 10:42 UTC  (2+ messages)

[tarantool-patches] [PATCH] sql: disallow to rename space if it is referenced by view
 2018-12-11  9:57 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH v6 0/4] box: JSON tree class
 2018-12-11  9:52 UTC  (9+ 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 v2 00/11] SWIM preparation
 2018-12-11  8:47 UTC  (23+ 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
    ` [tarantool-patches] "
` [PATCH v2 03/11] sio: remove exceptions
    ` [tarantool-patches] "
` [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/4] Fix sql_bind leak
 2018-12-10 21:40 UTC  (5+ messages)
` [PATCH 1/4] sql: remove sync from sql_request/response
` [PATCH 2/4] Revert "box: store sql text and length in sql_request"
` [PATCH 3/4] sql: decode bind parameters in TX thread
` [PATCH 4/4] sql: move sql_request and xrow_decode_sql to xrow lib

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

[tarantool-patches] [PATCH 0/6] Remove string of SQL statement from opts
 2018-12-10 14:18 UTC  (12+ messages)
` [tarantool-patches] [PATCH 1/6] sql: avoid calling sql_encode_table_opts() during trigger creation
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/6] sql: don't update SQL string during renaming
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/6] test: fix sqltester methods to drop all tables/views
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/6] sql: don't add string of 'CREATE TABLE...' to space opts
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/6] sql: don't add string of 'CREATE INDEX ...' to index opts
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/6] Remove SQL string from "

[tarantool-patches] [PATCH] jdbc: add connection timeout configuration and handling
 2018-12-10 12:59 UTC  (6+ messages)
` [tarantool-patches] "

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

[PATCH v2 00/10] Allow to limit size of WAL files
 2018-12-09 11:20 UTC  (22+ messages)
` [PATCH v2 01/10] gc: do not use WAL watcher API for deactivating stale consumers
` [PATCH v2 02/10] wal: simplify watcher API
` [PATCH v2 03/10] box: fix certain cfg options initialized twice on recovery
` [PATCH v2 04/10] box: don't use box_checkpoint_is_in_progress outside box.cc
` [PATCH v2 05/10] box: move checkpointing to gc module
` [PATCH v2 06/10] gc: some renames
` [PATCH v2 07/10] Introduce checkpoint schedule module
` [PATCH v2 08/10] Rewrite checkpoint daemon in C
` [PATCH v2 09/10] wal: pass struct instead of vclock to checkpoint methods
` [PATCH v2 10/10] wal: trigger checkpoint if there are too many WALs

[PATCH 1/1] netbox: fix wait_connected ignorance
 2018-12-09 11:16 UTC  (4+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] Fix premature cdata collecting in luaT_pusherror()
 2018-12-09 10:35 UTC  (6+ messages)
` [tarantool-patches] "

[PATCH 0/2 v2] fio: show function name in all fio errors
 2018-12-09  9:36 UTC  (10+ 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
    ` [tarantool-patches] Re: [PATCH 0/2 "

[PATCH 0/3 v2] sql: add test for indexed char in sub subquery
 2018-12-08 21:56 UTC  (11+ 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] "

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

[tarantool-patches] [PATCH] sql: set names for constant fields within VIEW
 2018-12-08 12:18 UTC  (3+ messages)
  ` [tarantool-patches] "

[PATCH] test: update test-run
 2018-12-06 15:44 UTC  (13+ 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] Re: [PATCH v1 1/1] sql: fix tarantoolSqlite3TupleColumnFast
 2018-12-06 15:05 UTC  (7+ messages)

[tarantool-patches] [PATCH v2 1/1] sql: fix parser.parse_only mode for triggers
 2018-12-06 14:56 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v6 1/1] box: fix checkpoint_delete
 2018-12-06 13:00 UTC  (3+ 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 v5 0/9] box: indexes by JSON path
 2018-12-06  8:06 UTC  (31+ messages)
` [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
` [PATCH v5 8/9] box: introduce offset slot cache in key_part
` [PATCH v5 9/9] box: specify indexes in user-friendly form

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

[PATCH 0/9] Allow to limit size of WAL files
 2018-12-05 16:21 UTC  (9+ messages)
` [PATCH 7/9] box: rewrite checkpoint daemon in C
  ` [tarantool-patches] "
` [PATCH 9/9] wal: trigger checkpoint if there are too many WALs
  ` [tarantool-patches] "

[PATCH 00/11] SWIM preparation
 2018-12-05  8:52 UTC  (30+ messages)
` [PATCH 01/11] box: move info_handler interface into src/info
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [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 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] "

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

[PATCH v4 0/5] Remove box.sql.execute()
 2018-12-04 11:28 UTC  (6+ messages)
` [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

page:  |  | latest

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