Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH 00/13] Incorporate tuple comparison hints into Vinyl
 2019-04-04 12:21 UTC  (28+ messages)
` [PATCH 01/13] vinyl: store tuple comparison hints in memory tree
` [PATCH 02/13] vinyl: store tuple comparison hints in cache tree
` [PATCH 03/13] vinyl: store tuple comparison hints in tx write set
` [PATCH 04/13] vinyl: store tuple comparison hints in tx read set
` [PATCH 05/13] vinyl: store tuple comparison hints in range tree
` [PATCH 06/13] vinyl: store tuple comparison hints in page index
` [PATCH 07/13] vinyl: propagate tuple comparison hints to read iterator
` [PATCH 08/13] vinyl: propagate tuple comparison hints to write iterator
` [PATCH 09/13] vinyl: forward tuple comparison hints to memory tree
` [PATCH 10/13] vinyl: forward tuple comparison hints to cache tree
` [PATCH 11/13] vinyl: forward tuple comparison hints to read iterator
` [PATCH 12/13] vinyl: forward tuple comparison hints to tx read set
` [PATCH 13/13] Make tuple comparison hints mandatory

[PATCH v2] xrow: print corrupted rows on decoding error
 2019-04-04 12:06 UTC  (5+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/2] lua: add key_def lua module
 2019-04-04 12:00 UTC  (20+ messages)
` [tarantool-patches] [PATCH v2 1/2] lua: add luaT_tuple_new()
` [tarantool-patches] [PATCH v2 2/2] lua: add key_def lua module
  `  "
    ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/6] SWIM failure detection draft
 2019-04-04 10:20 UTC  (22+ messages)
` [tarantool-patches] [PATCH 2/6] test: introduce breakpoints for swim's event loop
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/6] test: remove swim_unblock_fd event from swim test harness
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/6] swim: expose enum swim_member_status to public API
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/6] test: differentiate blocked and closed swim fake fds
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/6] [RAW] swim: introduce failure detection component
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1] test: use unix sockets iproto
 2019-04-04  8:49 UTC 

[PATCH v3 0/7] box: introduce multikey indexes in memtx
 2019-04-04  6:19 UTC  (22+ messages)
` [PATCH v3 1/7] box: cleanup key_def virtual extract_key setter
    ` [tarantool-patches] "
` [PATCH v3 2/7] lib: introduce a new json_path_multikey_offset helper
    ` [tarantool-patches] "
` [PATCH v3 3/7] box: move offset_slot init to tuple_format_add_field
  ` [tarantool-patches] "
` [PATCH v3 4/7] lib: update msgpuck library
  ` [tarantool-patches] "
` [PATCH v3 5/7] box: introduce tuple_parse_iterator class
` [PATCH v3 6/7] box: introduce field_map_builder class
` [PATCH v3 7/7] box: introduce multikey indexes in memtx

[tarantool-patches] [PATCH v1] test: switch on pretest_clean routine
 2019-04-04  6:11 UTC 

[tarantool-patches] [PATCH v3 0/2] sql: support -2^63 .. 2^64-1 integer type ***
 2019-04-04  0:49 UTC  (4+ messages)
` [tarantool-patches] [PATCH v3 1/2] sql: support -2^63 .. 2^64-1 integer type
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 2/2] sql: removes unused function

[PATCH v2 0/3] box: drop _sql_stat1 and _sql_stat4 tables
 2019-04-03 18:04 UTC  (8+ messages)
` [PATCH v2 1/3] sql: allocate memory for index_id in VDBE
` [PATCH v2 2/3] sql: remove space_by_id() from analyze.c
` [PATCH v2 3/3] box: remove _sql_stat1 and _sql_stat4 system tables
    ` Re[2]: "
        ` [tarantool-patches] Re: [tarantool-patches] "

[PATCH v1 1/1] Implement mp_stack_top for mp_stack class
 2019-04-03 17:49 UTC  (5+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1] test: use unix sockets iproto
 2019-04-03 14:30 UTC 

[tarantool-patches] [PATCH v1] test: use unix sockets iproto
 2019-04-03 13:57 UTC 

[tarantool-patches] [PATCH v1] test: use unix sockets iproto
 2019-04-03 13:44 UTC 

[tarantool-patches] [PATCH v1] test: use unix sockets iproto
 2019-04-03 13:38 UTC 

[tarantool-patches] [PATCH v1] test: switch on pretest_clean routine
 2019-04-03 10:21 UTC 

[PATCH v1 1/1] sql: remove _sql_stat1 and _sql_stat4 system tables
 2019-04-03  8:35 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] SQL types fixes
 2019-04-03  7:58 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/4] Introduce ALTER TABLE ADD CONSTRAINT PK/UNIQUE
 2019-04-03  7:57 UTC  (6+ messages)
` [tarantool-patches] [PATCH v2 4/4] sql: introduce ALTER TABLE ADD CONSTRAINT UNIQUE/PRIMARY KEY
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/4] Introduce ALTER TABLE ADD CONSTRAINT PK/UNIQUE

[tarantool-patches] [PATCH v10 0/4] box.sql.execute removal
 2019-04-03  7:56 UTC  (18+ messages)
` [tarantool-patches] [PATCH v10 1/4] iproto: create port_sql
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v10 2/4] sql: export sql_bind structure and API
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v10 3/4] sql: create box.execute()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v10 4/4] sql: remove box.sql.execute()
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v10 0/4] box.sql.execute removal

[tarantool-patches] [PATCH v2 1/1] sql: parameter binding for box.execute()
 2019-04-03  7:56 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] test: use pretest_clean on sql-tap test suite
 2019-04-03  2:06 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] test: temporary disable sql-tap/collation_unicode
 2019-04-03  0:31 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] space: fix space_group_id return value
 2019-04-02 18:05 UTC  (5+ messages)
` [PATCH] vinyl: rename vy_read_view_merge argument from hint to prev_tuple
` [tarantool-patches] Re: [PATCH] space: fix space_group_id return value

[tarantool-patches] [PATCH v1 1/1] sql: set consistent names
 2019-04-02 18:04 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH v1 1/1] vinyl: fix invalid tuple in surrogate delete
 2019-04-02 17:09 UTC  (2+ messages)

[tarantool-patches] [PATCH v2 00/15] sql: support -2^63 .. 2^64-1 integer type
 2019-04-02 16:54 UTC  (17+ messages)
` [tarantool-patches] [PATCH v2 01/15] sql: Convert big integers from string
` [tarantool-patches] [PATCH v2 02/15] sql: make VDBE recognize big integers
` [tarantool-patches] [PATCH v2 03/15] sql: removes unused function
` [tarantool-patches] [PATCH v2 04/15] sql: support big integers within sql binding
` [tarantool-patches] [PATCH v2 05/15] sql: removes redundant function
` [tarantool-patches] [PATCH v2 06/15] sql: arithmetic functions support big integers
` [tarantool-patches] [PATCH v2 07/15] sql: aggregate sql functions support big int
` [tarantool-patches] [PATCH v2 08/15] sql: fixes errors
` [tarantool-patches] [PATCH v2 09/15] sql: support -2^63 .. 2^64-1 integer type
` [tarantool-patches] [PATCH v2 10/15] "
` [tarantool-patches] [PATCH v2 11/15] "
` [tarantool-patches] [PATCH v2 12/15] "
` [tarantool-patches] [PATCH v2 13/15] "
` [tarantool-patches] [PATCH v2 14/15] "
` [tarantool-patches] [PATCH v2 15/15] "
` [tarantool-patches] Re: [PATCH v2 00/15] "

[PATCH v2 0/5] box: introduce multikey indexes in memtx
 2019-04-02 15:49 UTC  (6+ messages)
` [PATCH v2 1/5] lib: introduce json_path_is_multikey helper
  ` [tarantool-patches] "
    ` [tarantool-patches] "
  ` [tarantool-patches] Re: [PATCH v2 0/5] box: introduce multikey indexes in memtx

[tarantool-patches] [PATCH v2 0/9] sql: Checks on server side
 2019-04-02 14:14 UTC  (11+ messages)
` [tarantool-patches] [PATCH v2 5/9] schema: add new system space for CHECK constraints
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 6/9] sql: disallow use of TYPEOF in Check
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 9/9] sql: run check constraint tests on space alter
  ` [tarantool-patches] "

[RFC 0/2] lib/core/fiber: Allow to extend stack size via env variable
 2019-04-02  8:09 UTC  (13+ messages)
` [PATCH 2/2] lib/core/fiber: Allow to extend default stack size

[PATCH 00/13] sql: support -2^63 .. 2^64-1 integer type
 2019-04-02  7:57 UTC  (31+ messages)
` [PATCH 01/13] sql: Convert big integers from string
  ` [tarantool-patches] "
` [PATCH 02/13] sql: make VDBE recognize big integers
  ` [tarantool-patches] "
  ` [tarantool-patches] "
` [PATCH 03/13] sql: removes unused function
  ` [tarantool-patches] "
` [PATCH 04/13] sql: support big integers within sql binding
  ` [tarantool-patches] "
  ` [tarantool-patches] "
` [PATCH 07/13] sql: arithmetic functions support big integers
  ` [tarantool-patches] "
` [PATCH 08/13] sql: aggregate sql functions support big int
  ` [tarantool-patches] "
  ` [tarantool-patches] "
` [PATCH 13/13] sql: support -2^63 .. 2^64-1 integer type
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 00/13] "

[tarantool-patches] [PATCH] net.box: fix 'unique' index flag in net.box schema
 2019-04-01 17:51 UTC  (6+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: fix flaky collation test
 2019-04-01 14:21 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] sql: add better coll. determination & position func
 2019-04-01 14:15 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/6] Update the timeouts, set to use the default value
 2019-04-01 14:13 UTC  (6+ messages)
` [tarantool-patches] [PATCH v1 2/6] Insert status calls inside wait_cond routines
` [tarantool-patches] [PATCH v1 3/6] Rename replicas to the each test specified name
` [tarantool-patches] [PATCH v1 4/6] Removed unused variable
` [tarantool-patches] [PATCH v1 5/6] Test misc tunning
` [tarantool-patches] [PATCH v1 6/6] Fix wait_fullmesh

page:  |  | latest

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