Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH 0/4] Fix DML vs DDL race
 2019-03-23 21:07 UTC 

[PATCH] vinyl: fix tx memory accounting when read intervals are merged
 2019-03-23 20:42 UTC 

[tarantool-patches] [PATCH v1 1/1] sql: ban ANALYZE statement
 2019-03-23 19:13 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH 1/2] vinyl: drop useless vy_read_view->is_aborted flag
 2019-03-22 18:12 UTC  (2+ messages)
` [PATCH 2/2] vinyl: fail aborted transactions early

[PATCH 0/3] Merger
 2019-03-22 16:20 UTC  (3+ messages)
` [tarantool-patches] [PATCH 0/3] lua: add key_def lua module

[tarantool-patches] [PATCH v9 0/7] sql: remove box.sql.execute
 2019-03-22 15:57 UTC  (14+ 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 5/7] iproto: create port_sql
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v9 6/7] sql: create box.execute()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v9 7/7] sql: remove box.sql.execute()

[PATCH 0/2] add '_vcollation' sysview and fetch it in net.box
 2019-03-22 15:39 UTC  (5+ messages)
` [PATCH 1/2] schema: add "_vcollation" sysview
` [PATCH 2/2] net.box: fetch '_vcollation' sysview into the module
  ` [tarantool-patches] Re: [PATCH 0/2] add '_vcollation' sysview and fetch it in net.box

[tarantool-patches] [PATCH 0/2] build: update rules for master branch
 2019-03-22 15:36 UTC  (11+ messages)
` [tarantool-patches] [PATCH 1/2] build: update rules for extended CI
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] build: set specific name for packages of master branch
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] sql: store statistics in statN as an array of integers
 2019-03-22 15:16 UTC  (7+ messages)
` [tarantool-patches] [PATCH 2/2] "
  ` [tarantool-patches] "
    ` [tarantool-patches] Re: [PATCH] "

[tarantool-patches] [PATCH v4 0/8] sql: use diag_set() for errors in SQL
 2019-03-22 12:48 UTC  (20+ messages)
` [tarantool-patches] [PATCH v4 2/8] sql: set SQL parser errors via diag_set()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 3/8] sql: replace rc with is_aborted status in struct Parse
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 4/8] sql: remove field nErr from "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 5/8] sql: remove field zErrMsg "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 6/8] sql: rework three errors of "unsupported" type
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 7/8] sql: rework semantic errors
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v3 0/5] Transaction in replication protocol
 2019-03-22 12:06 UTC  (6+ messages)
` [tarantool-patches] [PATCH v3 1/5] Abort vinyl index creation in case of truncation rollback
` [tarantool-patches] [PATCH v3 2/5] Synchronize lua schema update with space cache
` [tarantool-patches] [PATCH v3 3/5] Require for single statement not autocommit in case of ddl
` [tarantool-patches] [PATCH v3 4/5] Transaction support for applier
` [tarantool-patches] [PATCH v3 5/5] Raise an error if remote transaction produces non-local changes

[tarantool-patches] [PATCH v2 0/9] sql: Checks on server side
 2019-03-22 10:21 UTC  (16+ messages)
` [tarantool-patches] [PATCH v2 2/9] box: fix _trigger and _ck_constraint access check
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/9] box: fix Tarantool upgrade from 2.1.0 to 2.1.1
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 5/9] schema: add new system space for CHECK constraints
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/3] Enable ddl between begin and commit statements
 2019-03-21 20:16 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/3] Abort vinyl index creation in case of truncation rollback
` [tarantool-patches] [PATCH 2/3] Synchronize lua schema update with space cache
` [tarantool-patches] [PATCH 3/3] Require for single statement not autocommit in case of ddl

[tarantool-patches] [PATCH v1 0/3] sql: unify stat tables
 2019-03-21 19:30 UTC  (4+ messages)
` [tarantool-patches] [PATCH v1 1/3] sql: disallow identical samples in statistics
` [tarantool-patches] [PATCH v1 2/3] sql: define flags for OP_MakeRecord
` [tarantool-patches] [PATCH v1 3/3] sql: create new space for SQL statistics

[PATCH] vinyl: fix recovery after aborted index creation
 2019-03-21 19:28 UTC  (2+ messages)

[tarantool-patches] [PATCH v1 1/1] box: fix format of tuple produced with frommap()
 2019-03-21 15:41 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] Fix wrong field count in bytecode for ANALYZE
 2019-03-21 15:39 UTC  (6+ messages)
` [tarantool-patches] [PATCH 1/2] sql: fix OP_MakeRecord argument of ANALYZE bytecode
` [tarantool-patches] [PATCH 2/2] schema: add exact field count to SQL stat spaces
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] box: introduce index extract_key method
 2019-03-21 15:25 UTC 

[tarantool-patches] [PATCH 0/2] SQL types fixes
 2019-03-21 14:46 UTC  (8+ messages)
` [tarantool-patches] [PATCH 1/2] sql: make type in column-meta be consistent with NoSQL names
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: don't change type of function's retval after codegen
  ` [tarantool-patches] "

[PATCH v2 0/5] box: introduce multikey indexes in memtx
 2019-03-21 12:35 UTC  (10+ messages)
` [PATCH v2 1/5] lib: introduce json_path_is_multikey helper
  ` [tarantool-patches] "
` [PATCH v2 2/5] lib: introduce is_weak_cmp flag for json_path_cmp
  ` [tarantool-patches] "
` [PATCH v2 3/5] box: move offset_slot init to tuple_format_add_field
` [PATCH v2 4/5] box: introduce field_map_builder for field_map init
` [PATCH v2 5/5] box: introduce multikey indexes in memtx
  ` [tarantool-patches] "

[PATCH v1 1/1] test: check hints corner cases
 2019-03-21 11:40 UTC 

[tarantool-patches] [PATCH v2 1/2] test: tunned timeouts and added statuses checks
 2019-03-21  6:03 UTC  (2+ messages)
` [tarantool-patches] [PATCH v2 2/2] test: added loop with restart for fullmesh routine

[tarantool-patches] [PATCH] Raise an error if remote transaction produces non-local changes
 2019-03-20 20:30 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH 0/2] Fix tarantoolctl cat/play premature stop
 2019-03-20 18:41 UTC  (3+ messages)
` [PATCH 1/2] Unify tarantoolctl cat/play xlog filtering code
` [PATCH 2/2] Fix tarantoolctl cat/play premature stop with --to

[PATCH v6 0/3] box: introduce hint option for memtx tree index
 2019-03-20 18:08 UTC  (9+ messages)
` [PATCH v6 1/3] box: refactor key_def_set_compare_func routine
    ` [tarantool-patches] "
` [PATCH v6 2/3] memtx: introduce tuple compare hint
    ` [tarantool-patches] "

[tarantool-patches] [PATCH v4] Feature request for a new collation
 2019-03-20 15:53 UTC  (7+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: make spaces without PK illegal in queries
 2019-03-20 15:37 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH v1 1/1] box: allow box.session{.exists, .fd} without args
 2019-03-20 15:18 UTC 

[tarantool-patches] [PATCH 0/2] sql: add better coll. determination & position func
 2019-03-20 12:59 UTC  (4+ messages)
` [tarantool-patches] [PATCH 1/2] sql: add better collation determination in functions
` [tarantool-patches] [PATCH 2/2] sql: rename instr to position & add collation usage
  ` [tarantool-patches] Re: [PATCH 1/2] "

[tarantool-patches] [PATCH v2 1/1] sql: use 64b bitmasks instead of 32b where possible
 2019-03-20 12:36 UTC 

[tarantool-patches] [PATCH v2 0/7] sql: store regular identifiers in case-normal form
 2019-03-20 11:02 UTC  (28+ messages)
` [tarantool-patches] [PATCH v2 3/7] sql: refactor sql_src_list_append to set diag
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 4/7] sql: refactor sql_name_from_token "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 5/7] sql: refactor sql_trigger_step_allocate "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 6/7] sql: refactor sql_expr_create "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 7/7] sql: store regular identifiers in case-normal form
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/7] "

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

[tarantool-patches] [PATCH] sql: fix recovery of VIEW space
 2019-03-20 10:29 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1] test: tunned timeouts and added statuses checks
 2019-03-20  7:21 UTC 

[tarantool-patches] [PATCH v1] test: increased timeouts and fixed statuses checks
 2019-03-20  6:31 UTC 

[RFC 0/2] lib/core/fiber: Allow to extend stack size via env variable
 2019-03-19 19:38 UTC  (3+ messages)
` [PATCH 1/2] lib/core/fiber: Rename stack_direction to stack_growsdown
` [PATCH 2/2] lib/core/fiber: Allow to extend default stack size

[tarantool-patches] [PATCH] travis: add Fedora 28 and 29
 2019-03-19 13:41 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: bind BLOB value as BLOB not as STRING
 2019-03-19 13:21 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH] xrow: print corrupted rows on decoding error
 2019-03-19 12:19 UTC  (3+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] lua: remove digest.sha() and digest.sha_hex()
 2019-03-19 11:39 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: forbid different sorting orders in ORDER BY
 2019-03-19 11:25 UTC  (7+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] log: add missing assert into log_set_format()
 2019-03-19  8:30 UTC  (4+ messages)
  ` [tarantool-patches] "

[PATCH] lib/core/fiber: Initialize stack_watermark where appropriate
 2019-03-18 21:38 UTC  (9+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] test: update test-run
 2019-03-18 21:16 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] xrow: fix request_str crash on long requests
 2019-03-18 17:53 UTC  (3+ messages)

[PATCH v6 0/2] lib/core/fiber: Increase default stack size
 2019-03-18 17:06 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] lib/core/fiber: Relax stack memory usage on recycle

[tarantool-patches] [PATCH] sql: replace instr() with position()
 2019-03-15 17:07 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH] test: don't leave open read views after vinyl/errinj_tx
 2019-03-15 16:43 UTC  (2+ messages)

[PATCH] test: fix vinyl/errinj failure
 2019-03-15 16:26 UTC  (2+ messages)

[tarantool-patches] [PATCH v3] travis-ci: fixed Mojave mac build
 2019-03-15 16:20 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] test: fix vinyl/deferred_delete failure
 2019-03-15 15:58 UTC  (2+ messages)

[PATCH 00/13] sql: support -2^63 .. 2^64-1 integer type
 2019-03-15 15:45 UTC  (3+ messages)
` [PATCH 12/13] sql: fixes an error in uint64 to double casting
` [PATCH 13/13] sql: support -2^63 .. 2^64-1 integer type

page:  |  | latest

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