Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH v3 0/7] box: introduce hint option for memtx tree index
 2019-02-22 15:42 UTC  (5+ messages)
` [PATCH v3 1/7] memtx: introduce universal iterator_pool
` [PATCH v3 2/7] lib: fix undef _api_name in bps_tree header
` [PATCH v3 3/7] lib: introduce BPS_TREE_IDENTICAL custom comparator
` [PATCH v3 4/7] memtx: hide index implementation details from header

[tarantool-patches] [PATCH v2 0/3] lua-yaml null/boolean fixes
 2019-02-22 15:14 UTC  (15+ messages)
` [tarantool-patches] [PATCH v2 1/3] lua-yaml: verify arguments count
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/3] lua-yaml: fix boolean/null representation in yaml
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2] sql: display decoded msgpack for EXPLAIN queries
 2019-02-22 15:07 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] Compute derived collation for concatenation
 2019-02-22 13:51 UTC  (10+ messages)
` [tarantool-patches] [PATCH 1/2] sql: refactor sql_expr_coll and sql_binary_compare_coll_seq functions
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: compute resulting collation for concatenation
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: LIKE/LENGTH process '\0'
 2019-02-22 12:59 UTC  (14+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 0/4] sql: store regular identifiers in case-normal form
 2019-02-22 12:43 UTC  (8+ messages)
` [tarantool-patches] [PATCH v1 1/4] sql: patch sql_name_from_token to use Parser
` [tarantool-patches] [PATCH v1 2/4] sql: patch sql_trigger_step_allocate "
` [tarantool-patches] [PATCH v1 3/4] sql: patch sql_expr_create routine "
` [tarantool-patches] [PATCH v1 4/4] sql: store regular identifiers in case-normal form
` [tarantool-patches] Re: [PATCH v1 0/4] "

[tarantool-patches] [PATCH] Close socket explicitly before wal_dir at exit
 2019-02-22 12:05 UTC 

[tarantool-patches] [PATCH] Feature request for a new collation
 2019-02-22 11:49 UTC 

[PATCH 0/3] Make heap API more friendly
 2019-02-22 11:39 UTC  (4+ messages)
` [PATCH 1/3] salad: make heap struct more friendly to use
` [PATCH 2/3] salad: do not touch struct heap_node.pos in user's code
` [PATCH 3/3] salad: fix heap reserve() behaviour

[RFC] fiber: Increase default stack size
 2019-02-22 10:57 UTC  (7+ messages)
` [tarantool-patches] "
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] http: fix httpc auto-managed headers
 2019-02-22  7:39 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: fix grammar for foreign key actions
 2019-02-22  6:48 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: rework five syntax errors
 2019-02-21 19:01 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH v4 00/12] SWIM draft
 2019-02-21 18:35 UTC  (15+ messages)
` [PATCH v4 01/12] sio: introduce sio_uri_to_addr
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v4 10/12] [RAW] swim: introduce 'quit' message
  ` [tarantool-patches] "
` [PATCH v4 02/12] evio: expose evio_setsockopt_server function
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v4 03/12] rlist: introduce rlist_add_tail_entry_sorted
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v4 04/12] [RAW] swim: introduce SWIM's anti-entropy component
  ` [tarantool-patches] "

[PATCH v2 0/2] iproto: update readahead in existing connections
 2019-02-21 18:02 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] box: set readahead before replicaset sync

[tarantool-patches] [PATCH 0/2] Add collation to built-in funcs and fix HAVING clause with aggregate
 2019-02-21 18:01 UTC  (3+ messages)
` [tarantool-patches] [PATCH 1/2] sql: derive collation for built-in functions
` [tarantool-patches] [PATCH 2/2] sql: fix code generation for aggregate in HAVING clause

[tarantool-patches] [PATCH v5 1/2] Journal transaction boundaries
 2019-02-21 16:25 UTC  (3+ messages)
` [tarantool-patches] [PATCH v5 2/2] Transaction support for applier

[PATCH v2 0/4] box: introduce hint option for memtx tree index
 2019-02-21 16:06 UTC  (12+ messages)
` [PATCH v2 1/4] box: move memtx_tree implementation to source file
  ` [tarantool-patches] "
` [PATCH v2 2/4] box: rework memtx_tree to store arbitrary nodes
` [PATCH v2 4/4] box: introduce tuple compare hint for string index
  ` [tarantool-patches] "
    ` [tarantool-patches] "

[tarantool-patches] [PATCH v6 0/7] sql: set column types for EXPLAIN and PRAGMA
 2019-02-21 15:52 UTC  (9+ messages)
` [tarantool-patches] [PATCH v6 1/7] sql: remove unused macros from pragma.c and pragma.h
` [tarantool-patches] [PATCH v6 2/7] sql: fix "PRAGMA parser_trace" result
` [tarantool-patches] [PATCH v6 3/7] sql: Show currently set sql_default_engine
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v6 4/7] sql: fix "PRAGMA case_sensitive_like" result
` [tarantool-patches] [PATCH v6 5/7] sql: get results of PRAGMA statement as result set
` [tarantool-patches] [PATCH v6 6/7] sql: set column types for EXPLAIN and PRAGMA
` [tarantool-patches] [PATCH v6 7/7] sql: remove test gh-3733-pragma.test.lua

[PATCH 00/12] vinyl: do not fill secondary tuples with nulls
 2019-02-21 15:39 UTC  (29+ messages)
` [PATCH 01/12] vinyl: use vy_lsm_env::empty_key where appropriate
  ` [tarantool-patches] "
` [PATCH 02/12] vinyl: make vy_tuple_delete static
  ` [tarantool-patches] "
` [PATCH 03/12] key_def: cleanup virtual function initialization
  ` [tarantool-patches] "
` [PATCH 04/12] key_def: move cmp and hash functions declarations to key_def.h
  ` [tarantool-patches] "
` [PATCH 05/12] vinyl: move vy_tuple_key_contains_null to generic code
  ` [tarantool-patches] "
` [PATCH 06/12] vinyl: move vy_key_dup "
  ` [tarantool-patches] "
` [PATCH 07/12] vinyl: sanitize full/empty key stmt detection
  ` [tarantool-patches] "
` [PATCH 08/12] vinyl: remove optimized comparators
  ` [tarantool-patches] "
` [PATCH 09/12] vinyl: introduce statement environment
  ` [tarantool-patches] "
` [PATCH 10/12] vinyl: rename key stmt construction routine
  ` [tarantool-patches] "
` [PATCH 11/12] vinyl: don't use IPROTO_SELECT type for key statements
  ` [tarantool-patches] "
` [PATCH 12/12] vinyl: do not fill secondary tuples with nulls when decoded

[tarantool-patches] [PATCH v5 0/2] Transaction boundaries in replication protocol
 2019-02-21 15:29 UTC  (3+ messages)
` [tarantool-patches] [PATCH v4 1/2] Journal transaction boundaries
` [tarantool-patches] [PATCH v4 2/2] Transaction support for applier

[tarantool-patches] [PATCH v3] lua: add 'chars' param to string.strip functions
 2019-02-21 13:01 UTC  (5+ messages)
` [tarantool-patches] "
    `  "

[tarantool-patches] [PATCH v1 1/1] sql: add space name in error message
 2019-02-21 12:30 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] iproto: update readahead in existing connections
 2019-02-21 10:51 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [tarantool-patches] [PATCH 1/1] travis-ci: fixed Mojave mac build with CMAKE_OSX_DEPLOYMENT_TARGET
 2019-02-21 10:39 UTC  (3+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] Re[2]: [tarantool-patches] [tarantool-patches] "

[PATCH 1/1] netbox: raise an error on a closed connection async call
 2019-02-21 10:31 UTC  (2+ messages)

[tarantool-patches] [PATCH v1 1/1] box: fix custom delimiter for telnet connection
 2019-02-21  7:34 UTC 

[tarantool-patches] [PATCH 0/4] Fix integer overflow behaviour during VDBE execution
 2019-02-20 18:46 UTC  (8+ messages)
` [tarantool-patches] [PATCH 1/4] sql: raise an error if int is overflowed during math operations
` [tarantool-patches] [PATCH 2/4] sql: raise an integer overflow error during CAST
` [tarantool-patches] [PATCH 3/4] sql: refactor sqlVdbeMsgpackGet()
` [tarantool-patches] [PATCH 4/4] sql: raise integer overflow error during msgpack decode
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: inherit global parameters for vinyl spaces
 2019-02-20 14:53 UTC 

[tarantool-patches] [PATCH v1 0/4] sql: replace 32 bit column mask
 2019-02-20 13:42 UTC  (13+ messages)
` [tarantool-patches] [PATCH v1 1/4] box: introduce new helpers in column_mask.h
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 2/4] sql: use 64b bitmasks instead of 32b where possible
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 3/4] sql: got rid of redundant MASKBIT32 definition
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 4/4] sql: got rid of redundant bitmask helpers
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2] sql: Duplicate key error for a non-unique index
 2019-02-20 10:06 UTC 

[tarantool-patches] [PATCH v2 0/2] sql: use diag_set() for errors in SQL
 2019-02-19 15:04 UTC  (6+ messages)
` [tarantool-patches] [PATCH v2 1/2] sql: remove field suppressErr from struct sql
` [tarantool-patches] [PATCH v2 2/2] sql: rework "no such object" and "object exists" errors
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/2] sql: use diag_set() for errors in SQL

[tarantool-patches] [PATCH v3 1/2] Journal transaction boundaries
 2019-02-19 14:59 UTC  (5+ messages)
    ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 2/2] Transaction support for applier

[PATCH v1 1/1] box: rework tuple_init_field_map to allocate field_map
 2019-02-19 13:26 UTC 

[tarantool-patches] [PATCH] httpc: add checking of headers in httpc:request
 2019-02-19 10:49 UTC  (11+ messages)
` [tarantool-patches] "

[PATCH v1 1/1] lib: introduce a new JSON_TOKEN_ANY json token
 2019-02-19 10:31 UTC 

[tarantool-patches] [PATCH 0/3] Concatenation operator type fixes
 2019-02-19  8:28 UTC  (4+ messages)
` [tarantool-patches] [PATCH 1/3] sql: fix value of mask to map VDBE memory type
` [tarantool-patches] [PATCH 2/3] sql: allow only string-like arguments for concatenation
` [tarantool-patches] [PATCH 3/3] sql: fix resulting type for concatenation operator

[tarantool-patches] [PATCH] sql: Duplicate key error for a non-unique index
 2019-02-19  8:04 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v4 1/2] sql: remove useless pragmas
 2019-02-18 10:28 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] box: disable sparse optimization in box.tuple.new()
 2019-02-18  8:45 UTC  (6+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v1 1/1] "

[tarantool-patches] [PATCH v5 0/6] sql: set column types for EXPLAIN and PRAGMA
 2019-02-15 20:44 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/5] Introduce ALTER TABLE ADD CONSTRAINT UNIQUE/PK
 2019-02-15 20:13 UTC  (7+ messages)
` [tarantool-patches] [PATCH v2 1/5] sql: introduce structs assembling DDL arguments during parsing
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] httpc: set reason when status is more than 400
 2019-02-15 15:04 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] box: fix bug with module_reload() without box.cfg{}
 2019-02-15 14:58 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: remove struct Table
 2019-02-15 14:47 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH v2 0/3] Improve replication related logging
 2019-02-15 13:47 UTC  (10+ messages)
` [PATCH v2 1/3] vclock: use static buffer to format vclock
` [PATCH v2 2/3] box: don't set cluster uuid and instance id in initial snapshot
  ` [tarantool-patches] "
` [PATCH v2 3/3] replication: improve join/subscribe logging
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: rework "no such object" and "object exists" errors
 2019-02-15 13:12 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH] replication: improve join/subscribe logging
 2019-02-15  9:42 UTC  (2+ messages)

[tarantool-patches] [tarantool-patches] [PATCH] Close socket explicitly before wal_dir at exit
 2019-02-14 19:31 UTC 

[PATCH] vinyl: fix crash if iterator is used throughout DDL
 2019-02-14 14:57 UTC  (2+ messages)

[tarantool-patches] [PATCH v2 0/2] Reduce wal vclock handling complecity
 2019-02-14 14:42 UTC  (4+ messages)
` [tarantool-patches] [PATCH v2 2/2] Track wal vclock changes instead of copying

[tarantool-patches] [PATCH v2] Emit NOPs in case of a replication conflict
 2019-02-14 14:19 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