Tarantool development patches archive
 help / color / mirror / Atom feed
[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  (35+ messages)
` [PATCH v5 01/12] box: refactor key_def_find routine
` [PATCH v5 11/12] box: introduce offset slot cache in key_part
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v5 12/12] box: specify indexes in user-friendly form
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v5 02/12] box: introduce key_def_parts_are_sequential
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v5 03/12] box: introduce tuple_field_go_to_path
` [PATCH v5 04/12] box: introduce tuple_format_add_key_part
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [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] "

[PATCH v5 0/9] box: indexes by JSON path
 2018-11-26 10:49 UTC  (10+ messages)
` [PATCH v5 1/9] box: refactor json_path_parser class
` [PATCH v5 2/9] lib: implement JSON tree class for json library
` [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] sql: constraints definition among columns in CREATE TABLE()
 2018-11-26 10:33 UTC  (7+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] test: skip test backtrace if no libunwind support
 2018-11-26  4:03 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH 0/6] WAL garbage collection and checkpointing fixes
 2018-11-25 13:48 UTC  (7+ 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 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 0/3] A set of small SQL fixes
 2018-11-23  6:04 UTC  (13+ 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] [PATCH] sql: fix row count calculation for DELETE optimization
 2018-11-23  5:51 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/7] Remove box.sql.execute
 2018-11-22 21:49 UTC  (11+ 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()

[PATCH] sql: fix error handling in sql_analysis_load()
 2018-11-22 16:59 UTC 

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

[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] lua: fix tonumber64() for strings containing "ULL"
 2018-11-20 13:39 UTC 

[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)

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

[tarantool-patches] [PATCH v2 0/2] sql: proper check for index in sqlite3Insert()
 2018-11-15 13:47 UTC  (6+ messages)
` [tarantool-patches] [PATCH v2 1/2] "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/2] sql: remove space_column_default_expr()
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/2] sql: proper check for index in sqlite3Insert()

[tarantool-patches] [PATCH v2 1/1] box: restore region after box.snapshot()
 2018-11-15 11:25 UTC  (3+ messages)

[tarantool-patches] [PATCH v2 0/3] Change collation compatibility rules according to ANSI SQL
 2018-11-15 11:24 UTC  (12+ messages)
` [tarantool-patches] [PATCH v2 1/3] sql: do not add explicit <COLLATE "BINARY"> clause
` [tarantool-patches] [PATCH v2 2/3] Introduce "none" and "binary" collations
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/3] sql: change collation compatibility rules
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/3] Change collation compatibility rules according to ANSI SQL

[PATCH] travis: add Ubuntu 18.10 Cosmic Cuttlefish
 2018-11-15  5:09 UTC  (3+ messages)

[tarantool-patches] [PATCH v2 0/4] Introduce row_count() function
 2018-11-15  5:06 UTC  (13+ messages)
` [tarantool-patches] [PATCH v2 1/4] sql: don't increment row count on FK creation within CREATE TABLE
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/4] sql: account REPLACE as two row changes
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/4] sql: remove total_changes() function
` [tarantool-patches] [PATCH v2 4/4] sql: rename changes() to row_count()
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/4] Introduce row_count() function

[tarantool-patches] [PATCH v2 0/2] sql: pattern comparison fixes & GLOB removal
 2018-11-15  4:57 UTC  (19+ messages)
` [tarantool-patches] [PATCH 2/2] sql: remove GLOB from Tarantool
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/2] sql: pattern comparison fixes & GLOB removal

[tarantool-patches] Re: [PATCH 1/2] sql: LIKE & GLOB pattern comparison issue
 2018-11-14 17:06 UTC  (13+ messages)

[tarantool-patches] [PATCH v1 1/1] sql: proper check for index in vdbe_emit_constraint_checks()
 2018-11-14 11:07 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] Return valid lua error for func creation error
 2018-11-13 11:47 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] box: ensure fiber processing box.cfg doesn't process messages from iproto
 2018-11-13  9:31 UTC  (4+ messages)

[tarantool-patches] [PATCH 0/3] Change collation compatibility rules according to ANSI SQL
 2018-11-12 23:46 UTC  (4+ messages)
` [tarantool-patches] [PATCH 3/3] sql: change collation compatibility rules
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] box: restore region after box.snapshot()
 2018-11-12 13:03 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH v1 1/1] sql: refresh result-file of sql/iproto.test.lua
 2018-11-09 18:36 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v8 0/3] sql: return all generated ids via IPROTO
 2018-11-09  8:02 UTC  (6+ messages)
` [tarantool-patches] [PATCH v8 2/3] "
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v8 0/3] "

[tarantool-patches] [PATCH] test: disable show_reproduce_content for sql-tap
 2018-11-07 21:00 UTC  (3+ messages)
` [tarantool-patches] "
  ` Re[2]: "

[tarantool-patches] [PATCH v2] Return valid lua error for func creation error
 2018-11-07  7:40 UTC 

[tarantool-patches] [PATCH 0/3] Fix FreeBSD build
 2018-11-03  6:23 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/3] Update README.FreeBSD
` [tarantool-patches] [PATCH 2/3] Add <netinet/in.h> include on FreeBSD
` [tarantool-patches] [PATCH 3/3] Make libdl.so optional (for FreeBSD prior to 11.2)

[tarantool-patches] [PATCH 0/6] Introduce strict typing for SQL
 2018-11-03  2:41 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] box: wrong is_nullable for multiple indexes
 2018-11-02 16:40 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