Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v2] sql: remove support of partial indexes
 2018-04-11 20:17 UTC 

[tarantool-patches] [PATCH 0/2] sql: SQL bindings refactoring
 2018-04-11 19:35 UTC  (3+ messages)
` [tarantool-patches] [PATCH 1/2] sql: fix tuple format leak
` [tarantool-patches] [PATCH 2/2] sql: refactor cursor closing routine

[tarantool-patches] [PATCH] sql: remove unnecessary MakeRecord opcodes
 2018-04-11 19:32 UTC  (3+ messages)
` [tarantool-patches] "
` [tarantool-patches] "

[PATCH] replication: fix bug with read-only replica as a bootstrap leader
 2018-04-11 16:11 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH v3 0/3] Implement json path access to tuple fields
 2018-04-11  9:20 UTC  (6+ messages)
` [PATCH v3 1/3] Allow gcov on Mac
  ` [PATCH v3 2/3] Introduce json_path_parser with Unicode support
    ` [tarantool-patches] "

[tarantool-patches] [PATCH] Fix warnings
 2018-04-10 22:13 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH 00/12] vinyl: allow to modify format of non-empty spaces
 2018-04-10 12:14 UTC  (34+ messages)
` [PATCH 01/12] alter: introduce CheckSpaceFormat AlterSpaceOp for validating format
` [PATCH 02/12] alter: fold ModifySpaceFormat into ModifySpace
` [PATCH 03/12] alter: move dictionary update from ModifySpace::alter_def to alter
` [PATCH 04/12] alter: use space_index instead of index_find where appropriate
` [PATCH 05/12] alter: allocate triggers before the point of no return
` [PATCH 06/12] space: space_vtab::build_secondary_key => build_index
` [PATCH 07/12] space: pass new format instead of new space to space_vtab::check_format
` [PATCH 08/12] alter: introduce preparation phase
  ` [tarantool-patches] "
` [PATCH 09/12] alter: zap space_def_check_compatibility
` [PATCH 10/12] vinyl: remove superfluous ddl checks
` [PATCH 11/12] vinyl: force index rebuild if indexed field type is narrowed
` [PATCH 12/12] vinyl: allow to modify format of non-empty spaces

[tarantool-patches] [PATCH v2 0/2] Fix lost format on update operation
 2018-04-10 10:44 UTC  (6+ messages)
` [tarantool-patches] [PATCH v2 1/2] Fixed invalid check in lbox_tuple_transform
` [tarantool-patches] [PATCH v2 2/2] Fixed lost format on update and upsert operations
  ` [tarantool-patches] "

[PATCH 1/1] identifier: do not use ICU UConverter for checks
 2018-04-10 10:37 UTC  (5+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2 1/1] schema:frommap() to create table or tuple
 2018-04-10 10:31 UTC  (18+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: disallow id duplicate in insert & update
 2018-04-09 20:30 UTC  (2+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] Fix static buffer align
 2018-04-09 20:21 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] rfc: describe a Tarantool wire protocol
 2018-04-09 15:31 UTC  (6+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] Re: Fwd: "

[PATCH v2] replication: fix bug with zero replication_connect_quorum
 2018-04-09 14:07 UTC  (2+ messages)

[tarantool-patches] [PATCH 2/2] sql: statistics removal after dropping an index
 2018-04-09 12:16 UTC  (8+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH V2] sql: fix non-working REPLACE optimization
 2018-04-09 12:03 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] replication: fix bug with zero replication_connect_quorum
 2018-04-09  8:41 UTC  (2+ messages)

[tarantool-patches] [PATCH] Remove autogenerated files
 2018-04-08  8:31 UTC 

[PATCH] replication: fix bug with zero replication_connect_quorum
 2018-04-07 14:55 UTC  (4+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] sql: get obuf for iproto response dump after execute()
 2018-04-06 18:18 UTC 

[PATCH v2 0/2] alter: fix WAL error handling
 2018-04-06 15:29 UTC  (10+ messages)
` [PATCH v2 1/2] memtx: do not use space_vtab::commit_alter for freeing tuples
` [PATCH v2 2/2] alter: zap space_vtab::commit_alter

[PATCH 1/1] netbox: don't cancel pending requests on schema change
 2018-04-06 14:01 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/3] JSON Paths support
 2018-04-06 11:08 UTC  (4+ messages)
` [tarantool-patches] [PATCH v2 1/3] Allow gcov on Mac
` [tarantool-patches] [PATCH v2 2/3] Introduce json_path_parser with Unicode support
` [tarantool-patches] [PATCH v2 3/3] Lua: implement json path access to tuple fields

[PATCH 0/5] alter: fix WAL error handling
 2018-04-06 10:59 UTC  (10+ messages)
` [PATCH 1/5] memtx: rtree: remove pointless index_vtab::begin_build implementation
` [PATCH 2/5] memtx: don't call begin_buid and end_build for new pk after recovery
` [PATCH 3/5] vinyl: use disk_format in vy_run_rebuild_index
` [PATCH 4/5] vinyl: do not use space_vtab::commit_alter for preparing new indexes
` [PATCH 5/5] alter: call space_vtab::commit_alter after WAL write

[tarantool-patches] [PATCH 1/1] rfc: describe proxy
 2018-04-06 10:21 UTC  (4+ messages)
  ` [tarantool-patches] "

[tarantool-patches] Re: [PATCH v2 3/3] Multibyte characters support
 2018-04-05 23:32 UTC  (4+ messages)
` [tarantool-patches] [PATCH v2 1/1] ICU Unicode support for JSON parser
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] netbox: reuse _request() to do SQL execute()
 2018-04-05 23:30 UTC  (6+ messages)
` [tarantool-patches] [PATCH 1/2] netbox: forbid conn:timeout():execute(...)
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] netbox: reuse _request() to do SQL execute()
  ` [tarantool-patches] "

[tarantool-patches] [tarantool-patches] Re: [patches] [PATCH] sql: fix non-working REPLACE optimization
 2018-04-05 15:31 UTC  (2+ messages)
`  "

[tarantool-patches] Fwd: Re: [commits] [tarantool] 01/01: ICU Unicode support for JSON parser
 2018-04-05 14:51 UTC 

[PATCH 00/12] vinyl: allow to extend key def of non-empty index
 2018-04-05 14:48 UTC  (8+ messages)
` [PATCH 03/12] alter: do not rebuild secondary indexes on compatible pk changes
` [PATCH 12/12] vinyl: allow to modify key definition if it does not require rebuild

[tarantool-patches] [PATCH 0/2] rework SQL 'DROP' routine
 2018-04-05 14:12 UTC  (12+ messages)
` [tarantool-patches] [PATCH 1/2] sql: remove obsolete SQLite routine
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: rework 'DROP INDEX' and 'DROP TABLE' handling
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] rework SQL 'DROP' routine

[tarantool-patches] [PATCH v2] sql: ban of REINDEX syntax
 2018-04-05 12:19 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/4] sql: refactor insertion and lua
 2018-04-05 11:43 UTC  (15+ messages)
` [tarantool-patches] [PATCH 1/4] sql: remove unused opcodes from OP_[Sorter/Idx][Insert/Replace]
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/4] sql: remove unused error codes, use enum instead of defines
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/4] sql: simplify lua SQL executor
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/4] sql: remove useless branching in insertOrReplace
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/4] sql: refactor insertion and lua

[tarantool-patches] [PATCH] sql: remove support of partial indexes
 2018-04-04 15:27 UTC  (3+ messages)
` [tarantool-patches] "
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/3] tuple field access via a json path
 2018-04-04 11:30 UTC  (3+ messages)
` [tarantool-patches] [PATCH v2 3/3] Multibyte characters support ICU
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: remove support of partial indexes
 2018-04-04  8:37 UTC 

[tarantool-patches] [PATCH] Add 'key_def_new_with_parts' (temporary)
 2018-04-04  6:01 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: statistics removal after dropping an index
 2018-04-03 19:40 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/3] Rework VIEW processing
 2018-04-03 17:23 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/3] sql: remove usless #ifdef directives
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/3] sql: add view column aliases to space format
` [tarantool-patches] [PATCH 3/3] sql: load SELECT from 'CREATE VIEW ...' string

[PATCH 2/2] schema: expose space_mt and index_mt on `box.schema` table
 2018-04-03 16:50 UTC  (5+ messages)
` [PATCH v2 0/3] schema: expose space_mt and index_mt on box.schema table
  ` [PATCH v2 1/3] schema: move space_mt and index_mt definition out of space bless
  ` [PATCH v2 2/3] schema: inherit vinyl/memtx_index_mt from base index mt
  ` [PATCH v2 3/3] schema: expose space_mt and index_mt on box.schema table

[tarantool-patches] [security 0/3] System space access check lists
 2018-04-03 14:01 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