Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH v5 0/9] box: indexes by JSON path
 2018-11-29 19:07 UTC  (16+ 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] "
` [PATCH v5 3/9] box: manage format fields with JSON tree class
` [PATCH v5 4/9] lib: introduce json_path_cmp routine
` [tarantool-patches] [PATCH v5 5/9] box: introduce JSON indexes
` [PATCH v5 6/9] box: introduce has_json_paths flag in templates
` [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

[tarantool-patches] [PATCH v1 0/6] sql: Checks on server side
 2018-11-29 18:41 UTC  (9+ 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 3/6] box: exported sql_bind structure and API
` [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] "

[PATCH 0/9] Allow to limit size of WAL files
 2018-11-29 17:43 UTC  (19+ 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
` [PATCH 8/9] wal: pass struct instead of vclock to checkpoint methods
` [PATCH 9/9] wal: trigger checkpoint if there are too many WALs

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

[tarantool-patches] [PATCH 0/3] A set of small SQL fixes
 2018-11-29 14:58 UTC  (18+ messages)
` [tarantool-patches] [PATCH 1/3] sql: EXPLAIN through net.box leads to SEGFAULT
  ` [tarantool-patches] "
        ` [tarantool-patches] Re[2]: "
          ` [tarantool-patches] Re: Re[2]: "
` [tarantool-patches] [PATCH 2/3] sql: SELECT from system spaces returns unpacked msgpack
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/3] sql: too many autogenerated ids leads to SEGFAULT
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/3] A set of small SQL fixes

[tarantool-patches] [PATCH v2 1/1] sql: support HAVING without GROUP BY clause
 2018-11-29 14:33 UTC 

[tarantool-patches] [PATCH v3 0/7] Remove box.sql.execute
 2018-11-29 14:04 UTC  (16+ messages)
` [tarantool-patches] [PATCH v3 1/7] box: store sql text and length in sql_request
` [tarantool-patches] [PATCH v3 3/7] iproto: remove iproto functions from execute.c
` [tarantool-patches] [PATCH v3 4/7] iproto: replace obuf by mpstream in execute.c
    ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 7/7] sql: check new box.sql.execute()
` [tarantool-patches] [PATCH v3 2/7] box: add method dump_lua to port
` [tarantool-patches] [PATCH v3 5/7] sql: create interface vstream
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 6/7] lua: create vstream implementation for Lua
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] test: skip test backtrace if no libunwind support
 2018-11-29 12:36 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH 0/6] WAL garbage collection and checkpointing fixes
 2018-11-28 16:46 UTC  (19+ messages)
` [PATCH 1/6] vclock: allow to use const vclock as search key
` [PATCH 2/6] engine: pass vclock instead of lsn to collect_garbage callback
` [PATCH 3/6] box: do not rotate WAL when replica subscribes
` [PATCH 4/6] box: use replicaset.vclock in replica join/subscribe
` [PATCH 5/6] wal: separate checkpoint and flush paths
` [PATCH 6/6] wal: remove files needed for recovery from backup checkpoints on ENOSPC

[tarantool-patches] [PATCH] lua: fix tonumber64() for strings containing "ULL"
 2018-11-28 16:18 UTC  (2+ messages)

[PATCH 1/2] test: wait until expected value appear in log
 2018-11-28 14:42 UTC  (5+ messages)
` [PATCH] test: enable parallel mode for xlog tests
  ` [PATCH 2/2] "
    ` [tarantool-patches] "
  ` [tarantool-patches] [PATCH] "

[tarantool-patches] [PATCH] test: enable parallel mode for wall_off tests
 2018-11-28 14:11 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/7] Remove box.sql.execute
 2018-11-27 19:25 UTC  (14+ messages)
` [tarantool-patches] [PATCH v2 1/7] box: store sql text and length in sql_request
` [tarantool-patches] [PATCH v2 2/7] box: add method dump_lua to port
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/7] iproto: remove iproto functions from execute.c
` [tarantool-patches] [PATCH v2 4/7] iproto: replace obuf by mpstream in execute.c
` [tarantool-patches] [PATCH v2 5/7] sql: create interface vstream
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 6/7] lua: create vstream implementation for Lua
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 7/7] sql: check new box.sql.execute()

[tarantool-patches] Re: [PATCH] test: enable parallel mode for wall_off tests
 2018-11-27 13:09 UTC  (4+ messages)
` [tarantool-patches] [PATCH v2] "
  ` [tarantool-patches] "
    ` Re[2]: "

[PATCH] sql: fix error handling in sql_analysis_load()
 2018-11-27 10:01 UTC  (2+ messages)

[tarantool-patches] [PATCH] sql: change of PRAGMA INDEX_INFO syntax
 2018-11-27  7:35 UTC  (6+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] jdbc: add connection timeout configuration and handling
 2018-11-26 15:01 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/3] box: implement on_shutdown triggers
 2018-11-26 14:25 UTC  (4+ messages)
` [tarantool-patches] [PATCH v2 1/3] "
` [tarantool-patches] [PATCH v2 2/3] box: introduce on_shutdown triggers to lua
` [tarantool-patches] [PATCH v2 3/3] box: pass signal to on_shutdown triggers

[PATCH v2 0/5] test: replication parallel mode on
 2018-11-26 13:04 UTC  (4+ messages)
` Re[3]: "
    ` Re[2]: "

[PATCH] test: update test-run
 2018-11-26 11:27 UTC  (6+ messages)
  ` Re[2]: "

[PATCH v5 00/12] box: indexes by JSON path
 2018-11-26 10:50 UTC  (25+ messages)
` [PATCH v5 01/12] box: refactor key_def_find routine
` [PATCH v5 02/12] box: introduce key_def_parts_are_sequential
` [PATCH v5 03/12] box: introduce tuple_field_go_to_path
` [PATCH v5 04/12] box: introduce tuple_format_add_key_part
` [PATCH v5 05/12] lib: implement JSON tree class for json library
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v5 07/12] lib: introduce json_path_normalize routine
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v5 08/12] box: introduce JSON indexes
    ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: constraints definition among columns in CREATE TABLE()
 2018-11-26 10:33 UTC  (7+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] box: implement on_shutdown triggers
 2018-11-23 10:37 UTC  (4+ messages)
` [tarantool-patches] [PATCH 1/2] "
` [tarantool-patches] [PATCH 2/2] box: introduce on_shutdown triggers to lua
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: fix row count calculation for DELETE optimization
 2018-11-23  5:51 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] Re-implement rowid generation for ephemeral spaces
 2018-11-21 18:58 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/2] space: add method to fetch next rowid
  ` [tarantool-patches] "

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

[tarantool-patches] [PATCH v1 0/2] box: functional and multikey indexes
 2018-11-20 12:18 UTC  (5+ messages)
` [tarantool-patches] [PATCH v1 1/2] box: refactor index termination on space drop
` [tarantool-patches] Re: [PATCH] functional and multikey indexes RFC
  ` [tarantool-patches] Re: [PATCH v1 2/2] box: functional and multikey indexes

[tarantool-patches] [PATCH v1 00/10] sql: remove box.sql.execute
 2018-11-19 17:58 UTC  (18+ messages)
` [tarantool-patches] [PATCH v1 01/10] box: store sql text and length in sql_request
` [tarantool-patches] [PATCH v1 02/10] iproto: remove iproto functions from execute.c
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 03/10] iproto: replace obuf by mpstream in execute.c
` [tarantool-patches] [PATCH v1 04/10] sql: create interface vstream
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 05/10] sql: EXPLAIN through net.box leads to SEGFAULT
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 06/10] sql: SELECT from system spaces returns unpacked msgpack
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 07/10] sql: too many autogenerated ids leads to SEGFAULT
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 08/10] box: add method dump_lua to port
` [tarantool-patches] [PATCH v1 09/10] lua: create vstream implementation for Lua
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 10/10] sql: check new box.sql.execute()
` [tarantool-patches] Re: [PATCH v1 00/10] sql: remove box.sql.execute

[tarantool-patches] [PATCH] Disable triggers for _collation during bootstrap
 2018-11-19 17:44 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v4] box: fixed comparison of old and new config options
 2018-11-19 10:39 UTC  (2+ messages)

[PATCH] vinyl: do not apply run_count_per_level to the last level
 2018-11-19  8:20 UTC  (3+ 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