Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v2 0/5] Introduce ALTER TABLE ADD CONSTRAINT UNIQUE/PK
 2019-03-27 14:11 UTC  (18+ messages)
` [tarantool-patches] [PATCH v2 1/5] sql: introduce structs assembling DDL arguments during parsing
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: set explicit default collation's strength
 2019-03-27 14:08 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/7] sql: store regular identifiers in case-normal form
 2019-03-27 14:06 UTC  (30+ messages)
` [tarantool-patches] [PATCH v2 3/7] sql: refactor sql_src_list_append to set diag
  ` [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] tarantoolctl: remove metatable assumptions in start()
 2019-03-27 13:40 UTC 

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

[PATCH] schema: run on_alter_space triggers from space_cache_replace
 2019-03-27 13:31 UTC  (2+ messages)

[tarantool-patches] [PATCH v2 1/1] sql: use 64b bitmasks instead of 32b where possible
 2019-03-27 13:11 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v3 0/5] Transaction in replication protocol
 2019-03-27 12:06 UTC  (14+ 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] "
` [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 v9 0/7] sql: remove box.sql.execute
 2019-03-27 11:43 UTC  (21+ 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()
  ` [tarantool-patches] "

[RFC 0/2] lib/core/fiber: Allow to extend stack size via env variable
 2019-03-27 10:30 UTC  (11+ 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

[PATCH] xrow: print corrupted rows on decoding error
 2019-03-27  9:18 UTC  (4+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: make SQL_BIND optional in an iproto request
 2019-03-27  6:59 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v4 0/8] sql: use diag_set() for errors in SQL
 2019-03-27  6:49 UTC  (19+ messages)
` [tarantool-patches] [PATCH v4 7/8] sql: rework semantic errors
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 8/8] sql: remove sqlErrorMsg()
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] lua: export key_def methods for LUA key_def object
 2019-03-26 22:54 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH 0/2] Fix tarantoolctl cat/play premature stop
 2019-03-26 18:11 UTC  (2+ messages)

[tarantool-patches] [PATCH] log: add missing assert into log_set_format()
 2019-03-26 17:26 UTC  (7+ messages)
  ` [tarantool-patches] "

[PATCH v1 1/1] test: check hints corner cases
 2019-03-26 16:23 UTC  (2+ messages)

[PATCH v1 1/1] box: allow box.session{.exists, .fd} without args
 2019-03-26 16:14 UTC  (2+ messages)

[PATCH] test: fix long_row_timeout.test.lua failure in parallel mode
 2019-03-26 15:55 UTC  (2+ messages)

[PATCH 0/6] vinyl: iterator cleanup
 2019-03-26 15:50 UTC  (7+ messages)
` [PATCH 1/6] vinyl: txw iterator: fold eq check in seek method
` [PATCH 2/6] vinyl: cache "
` [PATCH 3/6] vinyl: cache iterator: consolidate curr_stmt updates
` [PATCH 4/6] vinyl: run iterator: zap search_ended flag
` [PATCH 5/6] vinyl: run iterator: refactor seek method
` [PATCH 6/6] vinyl: simplify read iterator restoration behavior

[tarantool-patches] [PATCH v2 0/9] sql: Checks on server side
 2019-03-26 10:59 UTC  (27+ 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 v2 6/9] sql: disallow use of TYPEOF in Check
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 7/9] sql: refactor sqlite3_reset routine
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 8/9] box: exported sql_bind structure and API
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 9/9] sql: run check constraint tests on space alter
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: ban ANALYZE statement
 2019-03-26 10:27 UTC  (6+ messages)
` [tarantool-patches] "

[PATCH 00/13] sql: support -2^63 .. 2^64-1 integer type
 2019-03-25 15:25 UTC  (28+ messages)
` [PATCH 01/13] sql: Convert big integers from string
  ` [tarantool-patches] "
` [PATCH 02/13] sql: make VDBE recognize big integers
  ` [tarantool-patches] "
` [PATCH 03/13] sql: removes unused function
  ` [tarantool-patches] "
` [PATCH 04/13] sql: support big integers within sql binding
  ` [tarantool-patches] "
` [PATCH 05/13] sql: removes redundant function
  ` [tarantool-patches] "
` [PATCH 06/13] sql: aux functions to support big integers
  ` [tarantool-patches] "
` [PATCH 07/13] sql: arithmetic functions "
  ` [tarantool-patches] "
` [PATCH 08/13] sql: aggregate sql functions support big int
  ` [tarantool-patches] "
` [PATCH 09/13] sql: fixes errors
  ` [tarantool-patches] "
` [PATCH 10/13] sql: fixes an error in sqlSubInt64
  ` [tarantool-patches] "
` [PATCH 11/13] sql: fixes an error in string to int64 conversion
  ` [tarantool-patches] "
` [PATCH 12/13] sql: fixes an error in uint64 to double casting
  ` [tarantool-patches] "
` [PATCH 13/13] sql: support -2^63 .. 2^64-1 integer type
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 00/13] "

[PATCH 0/4] Fix DML vs DDL race
 2019-03-25  9:51 UTC  (15+ messages)
` [PATCH 1/4] vinyl: introduce hash of spaces affected by transaction
` [PATCH 2/4] vinyl: don't abort transactions that modify only local spaces for ro
  ` [tarantool-patches] "
` [PATCH 3/4] vinyl: abort affected transactions when space is removed from cache
  ` [tarantool-patches] "
` [PATCH 4/4] Revert "test: skip ddl test for vinyl on travis"

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

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

[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

[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 0/3] Enable ddl between begin and commit statements
 2019-03-21 20:16 UTC  (3+ messages)
` [tarantool-patches] [PATCH 1/3] Abort vinyl index creation in case of truncation rollback

[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  (5+ messages)
` [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  (7+ 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  (3+ messages)
` [PATCH v2 5/5] "
  ` [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