Tarantool development patches archive
 help / color / mirror / Atom feed
[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] "

[tarantool-patches] [PATCH 0/6] SWIM failure detection draft
 2019-04-02 21:26 UTC  (24+ messages)
` [tarantool-patches] [PATCH 1/6] swim: follow-ups for SWIM anti-entropy
  ` [tarantool-patches] "
` [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] "

[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 00/13] Incorporate tuple comparison hints into Vinyl
 2019-04-02 17:33 UTC  (14+ 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 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 v1 1/1] sql: remove _sql_stat1 and _sql_stat4 system tables
 2019-04-02 16:03 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH v1 1/1] Implement mp_stack_top for mp_stack class
 2019-04-02 15:49 UTC 

[PATCH v3 0/7] box: introduce multikey indexes in memtx
 2019-04-02 15:49 UTC  (8+ messages)
` [PATCH v3 1/7] box: cleanup key_def virtual extract_key setter
` [PATCH v3 2/7] lib: introduce a new json_path_multikey_offset helper
` [PATCH v3 3/7] box: move offset_slot init to tuple_format_add_field
` [PATCH v3 4/7] lib: update msgpuck library
` [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

[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  (15+ messages)
` [tarantool-patches] [PATCH v2 2/9] box: fix _trigger and _ck_constraint access check
  ` [tarantool-patches] "
` [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] "

[tarantool-patches] [PATCH v10 0/4] box.sql.execute removal
 2019-04-02  9:45 UTC  (17+ 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

[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 v2 0/4] Introduce ALTER TABLE ADD CONSTRAINT PK/UNIQUE
 2019-04-01 17:58 UTC  (12+ messages)
` [tarantool-patches] [PATCH v2 2/4] sql: refactor getNewIid() function
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/4] sql: fix error message for improperly created index
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 4/4] sql: introduce ALTER TABLE ADD CONSTRAINT UNIQUE/PRIMARY KEY
  ` [tarantool-patches] "

[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  (8+ messages)
` [tarantool-patches] [PATCH 1/2] sql: add better collation determination in functions
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] sql: add better coll. determination & position func

[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

[tarantool-patches] [PATCH v1 1/1] sql: parameter binding for box.execute()
 2019-04-01 13:44 UTC  (8+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/4] Fixes in SQL involving no-pk or no-format spaces
 2019-04-01 13:41 UTC  (6+ messages)
` [tarantool-patches] [PATCH 1/4] Drop foreign keys before indexes in space:drop()
` [tarantool-patches] [PATCH 2/4] Fix creation of FK constraint in case of no child's PK
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/4] sql: disallow creation of index on space without format
` [tarantool-patches] [PATCH 4/4] sql: disallow creation of FK referencing space without PK

[PATCH v2] xrow: print corrupted rows on decoding error
 2019-04-01 13:09 UTC 

[PATCH] vinyl: factor out procedure looking up LSM tree range intersection
 2019-04-01 12:08 UTC  (2+ messages)

[tarantool-patches] [PATCH] tarantoolctl: remove metatable assumptions in start()
 2019-04-01  5:43 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: remove legacy.c
 2019-03-30 14:19 UTC 

[tarantool-patches] [PATCH v9 0/7] sql: remove box.sql.execute
 2019-03-29 21:07 UTC  (28+ messages)
` [tarantool-patches] [PATCH v9 1/7] sql: add column name to SQL change counter
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v9 2/7] sql: fix error code for SQL errors in execute.c
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v9 3/7] sql: remove box.sql.debug()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v9 4/7] lua: remove exceptions from function luaL_tofield()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v9 7/7] sql: remove box.sql.execute()
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v9 0/7] sql: remove box.sql.execute

[PATCH v3 0/3] Fix DML vs DDL race
 2019-03-28 17:53 UTC  (5+ messages)
` [PATCH v3 1/3] vinyl: make tx_manager_abort_writers_for_ddl more thorough
` [PATCH v3 2/3] vinyl: abort affected transactions when space is removed from cache
` [PATCH v3 3/3] Revert "test: skip ddl test for vinyl on travis"

[PATCH v2 0/3] Fix DML vs DDL race
 2019-03-28 17:28 UTC  (6+ messages)
` [PATCH v2 1/3] vinyl: make tx_manager_abort_writers_for_ddl more thorough
    ` [tarantool-patches] "
` [PATCH v2 2/3] vinyl: abort affected transactions when space is removed from cache
` [PATCH v2 3/3] Revert "test: skip ddl test for vinyl on travis"

[PATCH 0/6] vinyl: iterator cleanup
 2019-03-28 16:28 UTC  (13+ messages)
` [PATCH 3/6] vinyl: cache iterator: consolidate curr_stmt updates
  ` [tarantool-patches] "
` [PATCH 4/6] vinyl: run iterator: zap search_ended flag
  ` [tarantool-patches] "
` [PATCH 5/6] vinyl: run iterator: refactor seek method
  ` [tarantool-patches] "
` [PATCH 6/6] vinyl: simplify read iterator restoration behavior
  ` [tarantool-patches] "

[PATCH] vinyl: fix tx memory accounting when read intervals are merged
 2019-03-28 14:43 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH 1/2] vinyl: drop useless vy_read_view->is_aborted flag
 2019-03-28 14:43 UTC  (4+ messages)
` [PATCH 2/2] vinyl: fail aborted transactions early
  ` [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