Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH 1/1] evio: allow not only SOCK_STREAM servers
 2018-12-17 11:55 UTC 

[PATCH v6 0/8] box: Indexes by JSON path
 2018-12-17  6:52 UTC  (9+ messages)
` [PATCH v6 1/8] box: refactor tuple_validate_raw
` [PATCH v6 2/8] box: refactor ER_{FIELD_TYPE, ACTION_MISMATCH}
` [PATCH v6 3/8] box: build path to field string uniformly on error
` [PATCH v6 4/8] box: introduce JSON Indexes
` [PATCH v6 5/8] box: introduce has_json_paths flag in templates
` [PATCH v6 6/8] box: tune tuple_field_raw_by_path for indexed data
` [PATCH v6 7/8] box: introduce offset_slot cache in key_part
` [PATCH v6 8/8] box: specify indexes in user-friendly form

[PATCH 0/3] Merger
 2018-12-16 20:17 UTC  (4+ messages)
` [PATCH 1/3] Add luaT_iscallable with support of cdata metatype
` [PATCH 2/3] Add module to ease using Lua iterators from C
` [PATCH 3/3] Add merger for tuple streams

[tarantool-patches] [PATCH v1 1/1] sql: do not analyze incorrect statistics
 2018-12-15 13:39 UTC 

[tarantool-patches] [PATCH v1 1/1] sql: check that received iterator is not NULL
 2018-12-15 12:22 UTC 

[tarantool-patches] [PATCH v2 0/6] sql: set column types for EXPLAIN and PRAGMA
 2018-12-15 12:08 UTC  (7+ messages)
` [tarantool-patches] [PATCH v2 1/6] sql: remove unnecessary macros from pragma.*
` [tarantool-patches] [PATCH v2 2/6] sql: fix "PRAGMA parser_trace" result
` [tarantool-patches] [PATCH v2 3/6] sql: Show currently set sql_default_engine
` [tarantool-patches] [PATCH v2 4/6] sql: fix "PRAGMA case_sensitive_like" result
` [tarantool-patches] [PATCH v2 5/6] sql: 'PRAGMA' result in Tarantool format
` [tarantool-patches] [PATCH v2 6/6] sql: set column types for EXPLAIN and PRAGMA

[tarantool-patches] [PATCH] sql: fix bug with BLOB TRIM() when X'00' in char set
 2018-12-15 10:57 UTC 

[PATCH] xlog: fix fallocate vs read race
 2018-12-14 12:30 UTC  (5+ messages)

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

[tarantool-patches] [PATCH] test: drop test space in xlog/checkpoint_threshold
 2018-12-14  8:26 UTC  (2+ messages)

[PATCH 0/3 v2] sql: add test for indexed char in sub subquery
 2018-12-14  5:47 UTC  (9+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: set names for constant fields within VIEW
 2018-12-14  5:15 UTC  (4+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] test: run full testing only on long-term branches
 2018-12-14  5:08 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: terminate with \0 encoded msgpack
 2018-12-13 16:30 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/6] Remove string of SQL statement from opts
 2018-12-13 12:42 UTC  (19+ 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 "

[PATCH v3] fio: cleanup error messages
 2018-12-12 13:58 UTC  (2+ messages)

[tarantool-patches] [PATCH] sql: decrease max depth of expression AST
 2018-12-12 13:34 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: set column types for EXPLAIN and PRAGMA
 2018-12-12 13:21 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH 0/2] Rate limit certain warining messages
 2018-12-12  8:48 UTC  (5+ messages)
` [PATCH 1/2] Introduce basic rate limiter
` [PATCH 2/2] Rate limit certain warning messages

[PATCH 0/4] Outdate disconnected session
 2018-12-11 16:13 UTC  (17+ 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 v2 0/4] Outdate binary session on disconnect
 2018-12-11 16:10 UTC  (5+ messages)
` [PATCH v2 1/4] console: forbid arbitrary session type setting
` [PATCH v2 2/4] session: minimize number of session type resets
` [PATCH v2 3/4] session: store vtab in struct session
` [PATCH v2 4/4] session: outdate a session of a closed connection

[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

[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  (11+ messages)
` [PATCH v2 01/11] sio: remove unused functions
` [PATCH v2 02/11] sio: treat EADDRINUSE in sio_listen as error
    ` [tarantool-patches] "
` [PATCH v2 03/11] sio: remove exceptions
    ` [tarantool-patches] "

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

[PATCH] test: update test-run
 2018-12-06 15:44 UTC  (12+ 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  (23+ 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

[tarantool-patches] Re: [PATCH v1 1/1] box: collation banchmark
 2018-12-05 20:34 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