Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH] test: update test-run
 2018-12-04  8:33 UTC  (6+ messages)
` Re[2]: "

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

[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 

[PATCH 00/11] SWIM preparation
 2018-12-03 21:48 UTC  (25+ 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
` [PATCH 03/11] sio: remove exceptions
` [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
` [PATCH 07/11] coio: fix file descriptor leak on accept
` [PATCH 08/11] coio: fix double close of a file descriptor
` [PATCH 09/11] evio: refactoring
  ` [tarantool-patches] Re: [PATCH 00/11] SWIM preparation

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

[PATCH v5 0/9] box: indexes by JSON path
 2018-12-03 21:04 UTC  (24+ 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] "
` [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 v2 1/1] sql: support HAVING without GROUP BY clause
 2018-12-03 20:45 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH 0/9] Allow to limit size of WAL files
 2018-12-03 20:34 UTC  (25+ 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] "

[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  (19+ 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 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] "

[tarantool-patches] [PATCH 0/3] A set of small SQL fixes
 2018-11-29 14:58 UTC  (16+ messages)
` [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 1/3] sql: EXPLAIN through net.box "
    ` [tarantool-patches] Re[2]: "
      ` [tarantool-patches] Re: Re[2]: "
` [tarantool-patches] Re: [PATCH 0/3] A set of small SQL fixes

[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  (10+ messages)
` [tarantool-patches] [PATCH v2 2/7] box: add method dump_lua to port
  ` [tarantool-patches] "
` [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] 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 v5 00/12] box: indexes by JSON path
 2018-11-26 10:50 UTC  (12+ messages)
` [PATCH v5 05/12] lib: implement JSON tree class for json library
    ` [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  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] box: implement on_shutdown triggers
 2018-11-23 10:37 UTC  (3+ messages)
` [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  (2+ messages)
` [tarantool-patches] "

page:  |  | latest

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