Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v2 0/5] Introduce ALTER TABLE ADD CONSTRAINT UNIQUE/PK
 2019-01-29 19:03 UTC  (11+ messages)
` [tarantool-patches] [PATCH v2 1/5] sql: introduce structs assembling DDL arguments during parsing
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/5] sql: rework ALTER TABLE grammar
` [tarantool-patches] [PATCH v2 3/5] sql: refactor getNewIid() function
` [tarantool-patches] [PATCH v2 4/5] sql: fix error message for improperly created index
` [tarantool-patches] [PATCH v2 5/5] sql: introduce ALTER TABLE ADD CONSTRAINT UNIQUE/PRIMARY KEY
  ` [tarantool-patches] "

[PATCH v2 0/6] Merger
 2019-01-29 18:52 UTC  (14+ messages)
` [PATCH v2 2/6] Add functions to ease using Lua iterators from C
` [PATCH v2 3/6] lua: add luaT_newtuple()
` [PATCH v2 4/6] lua: add luaT_new_key_def()

[tarantool-patches] [PATCH] sql: LIKE/LENGTH process '\0'
 2019-01-29 16:35 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: remove struct Table
 2019-01-29 14:59 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH v5 0/3] box: implement on_shutdown triggers
 2019-01-29 14:49 UTC  (8+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] lua: patch os.exit() to execute "
    ` [tarantool-patches] "
` [PATCH v5 3/3] box: get rid of atexit() for calling cleanup routines

[tarantool-patches] [PATCH v5 0/6] sql: set column types for EXPLAIN and PRAGMA
 2019-01-29 14:29 UTC  (7+ messages)
` [tarantool-patches] [PATCH v5 1/6] sql: remove unused macros from pragma.c and pragma.h
` [tarantool-patches] [PATCH v5 2/6] sql: fix "PRAGMA parser_trace" result
` [tarantool-patches] [PATCH v5 3/6] sql: Show currently set sql_default_engine
` [tarantool-patches] [PATCH v5 4/6] sql: fix "PRAGMA case_sensitive_like" result
` [tarantool-patches] [PATCH v5 5/6] sql: get results of PRAGMA statement in YAML format
` [tarantool-patches] [PATCH v5 6/6] sql: set column types for EXPLAIN and PRAGMA

[PATCH 1/2] gc: do not abort garbage collection if failed to unlink snap file
 2019-01-29 13:57 UTC  (4+ messages)
` [PATCH 2/2] wal: remove old xlog files asynchronously
` [tarantool-patches] Re: [PATCH 1/2] gc: do not abort garbage collection if failed to unlink snap file

[PATCH] tuple: fix hashing of integer numbers
 2019-01-29 13:33 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2] sql: prohibit type_def keywords in the VALUES statement
 2019-01-29 13:12 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v3] sql: prohibit type_def keywords in the VALUES statement
 2019-01-29 13:10 UTC 

[tarantool-patches] [PATCH v2 0/5] Strong sequentially LSN in journal
 2019-01-29 12:00 UTC  (17+ messages)
` [tarantool-patches] [PATCH v2 1/5] Do not promote wal vclock for failed writes
` [tarantool-patches] [PATCH v2 2/5] Update replicaset vclock from wal
    ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/5] Enforce applier out of order protection
    ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 4/5] Emit NOP if an applier skips row
` [tarantool-patches] [PATCH v2 5/5] Disallow lsn gaps while vclock following

[tarantool-patches] [PATCH v2 0/2] Transaction boundaries in replication protocol
 2019-01-29 11:00 UTC  (9+ messages)
` [tarantool-patches] [PATCH v2 1/2] Journal transaction boundaries
    ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/2] Transaction support for applier

[tarantool-patches] [PATCH] Relay logs from wal thread
 2019-01-29 10:44 UTC  (4+ messages)

[tarantool-patches] [PATCH] sql: do not let VALUES statement treat the type definition keywords as values
 2019-01-28 17:30 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/8] Eliminate affinity from source code
 2019-01-28 16:40 UTC  (21+ messages)
` [tarantool-patches] [PATCH 3/8] sql: remove numeric affinity
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/8] sql: replace field type with affinity for VDBE runtime
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/8] sql: replace affinity with field type in struct Expr
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 7/8] sql: clean-up affinity from SQL source code
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2] Collect relaying rows into a buffer before send
 2019-01-28  9:56 UTC  (2+ messages)

[tarantool-patches] [PATCH 0/2] sql: store statistics in statN as an array of integers
 2019-01-27  0:28 UTC  (3+ messages)
` [tarantool-patches] [PATCH 1/2] sql: add sqlite3 msgpack result function
` [tarantool-patches] [PATCH 2/2] sql: store statistics in statN as an array of integers

[tarantool-patches] [PATCH v8 0/6] sql: remove box.sql.execute
 2019-01-25 16:07 UTC  (12+ messages)
` [tarantool-patches] [PATCH v8 1/6] lua: remove exceptions from function luaL_tofield()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v8 2/6] iproto: move map creation to sql_response_dump()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v8 3/6] iproto: create port_sql
` [tarantool-patches] [PATCH v8 4/6] lua: create method dump_lua for port_sql
` [tarantool-patches] [PATCH v8 5/6] lua: parameter binding for new execute()
` [tarantool-patches] [PATCH v8 6/6] sql: check new box.sql.execute()
` [tarantool-patches] Re: [PATCH v8 0/6] sql: remove box.sql.execute

[tarantool-patches] [PATCH v1 0/2] fix 2.1.1 migration
 2019-01-25 11:25 UTC  (4+ messages)
` [tarantool-patches] [PATCH v1 1/2] box: fix upgrade script for _fk_constraint space
` [tarantool-patches] [PATCH v1 2/2] box: fix Tarantool upgrade from 2.1.0 to 2.1.1
  ` [tarantool-patches] "

[PATCH v2 0/4] Reuse tuple formats for ephemeral spaces
 2019-01-25  9:01 UTC  (11+ messages)
` [PATCH v2 1/4] Pass necessary fields to tuple_format contructor
` [PATCH v2 2/4] Set is_temporary flag for formats of ephemeral spaces
` [PATCH v2 3/4] sql: set error type in case of ephemral space creation failure
` [PATCH v2 4/4] Allow to reuse tuple_formats for ephemeral spaces

[tarantool-patches] [PATCH v2 0/3] lua-yaml null/boolean fixes
 2019-01-24 21:32 UTC  (9+ messages)
` [tarantool-patches] [PATCH v2 1/3] lua-yaml: verify arguments count
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/3] lua-yaml: fix boolean/null representation in yaml
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/3] lua-yaml: treat an empty document/value as null
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/3] lua-yaml null/boolean fixes

[tarantool-patches] [PATCH 0/2] Compute derived collation for concatenation
 2019-01-24 18:29 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/2] sql: refactor sql_expr_coll and sql_binary_compare_coll_seq functions
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: compute resulting collation for concatenation
  ` [tarantool-patches] "

[PATCH v1 1/1] implement mp_stack class
 2019-01-24 17:58 UTC  (15+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[PATCH v2 0/8] vinyl: compaction randomization and throttling
 2019-01-24 17:12 UTC  (9+ messages)
` [PATCH v2 1/8] vinyl: use uncompressed run size for range split/coalesce/compaction
` [PATCH v2 2/8] vinyl: fix compaction priority calculation
` [PATCH v2 3/8] vinyl: rename lsm->range_heap to max_compaction_priority
` [PATCH v2 4/8] vinyl: keep track of dumps per compaction for each LSM tree
` [PATCH v2 5/8] vinyl: set range size automatically
` [PATCH v2 6/8] vinyl: randomize range compaction to avoid IO load spikes
` [PATCH v2 7/8] vinyl: introduce quota consumer types
` [PATCH v2 8/8] vinyl: throttle tx to ensure compaction keeps up with dumps

[PATCH 0/9] vinyl: compaction randomization and throttling
 2019-01-24 16:56 UTC  (17+ messages)
` [PATCH 1/9] vinyl: update lsm->range_heap in one go on dump completion
` [PATCH 2/9] vinyl: ignore unknown .run, .index and .vylog keys
` [PATCH 3/9] vinyl: use uncompressed run size for range split/coalesce/compaction
` [PATCH 4/9] vinyl: rename lsm->range_heap to max_compaction_priority
` [PATCH 5/9] vinyl: keep track of dumps per compaction for each LSM tree
` [PATCH 6/9] vinyl: set range size automatically
` [PATCH 7/9] vinyl: randomize range compaction to avoid IO load spikes
` [PATCH 8/9] vinyl: introduce quota consumer types
` [PATCH 9/9] vinyl: throttle tx to ensure compaction keeps up with dumps

[tarantool-patches] [PATCH] httpc: add checking of headers in httpc:request
 2019-01-24 14:54 UTC  (6+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v4 0/6] sql: set column types for EXPLAIN and PRAGMA
 2019-01-24 14:53 UTC  (11+ messages)
` [tarantool-patches] [PATCH v4 1/6] sql: remove unused macros from pragma.c and pragma.h
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 2/6] sql: fix "PRAGMA parser_trace" result
` [tarantool-patches] [PATCH v4 3/6] sql: Show currently set sql_default_engine
` [tarantool-patches] [PATCH v4 4/6] sql: fix "PRAGMA case_sensitive_like" result
` [tarantool-patches] [PATCH v4 5/6] sql: 'PRAGMA' result in YAML format
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 6/6] sql: set column types for EXPLAIN and PRAGMA

[tarantool-patches] [PATCH] sql: make IN operator stop ignoring type and collation
 2019-01-24 13:56 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH 0/4] Reuse tuple formats for ephemeral spaces
 2019-01-24 12:39 UTC  (13+ messages)
  ` [PATCH 1/4] Pass necessary fields to tuple_format contructor
  ` [PATCH 2/4] Set is_temporary flag for formats of ephemeral spaces
  ` [PATCH 3/4] sql: set error type in case of ephemral space creation failure
  ` [PATCH 4/4] Allow to reuse tuple_formats for ephemeral spaces

[PATCH v8 0/5] box: Indexes by JSON path
 2019-01-23 15:29 UTC  (13+ messages)
` [PATCH v8 1/5] lib: updated msgpuck library version
` [PATCH v8 2/5] box: refactor tuple_field_raw_by_path routine
` [PATCH v8 3/5] box: introduce JSON Indexes
` [PATCH v8 4/5] box: introduce offset_slot cache in key_part
` [PATCH v8 5/5] box: specify indexes in user-friendly form
` [tarantool-patches] [PATCH v8 6/6] box: introduce has_json_paths flag in templates

[tarantool-patches] [PATCH v3] lua: add 'chars' param to string.strip functions
 2019-01-22 18:51 UTC 

[tarantool-patches] sql: assertion fault on VALUES (#3888)
 2019-01-22 14:15 UTC  (2+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] fix yaml encode/decode
 2019-01-22  2:08 UTC  (3+ messages)
` [tarantool-patches] [PATCH 2/2] lua-yaml: fix yaml encode/decode type inferring
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2] add optional 'chars' param to string.strip functions
 2019-01-21 18:14 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 0/4] sql: Checks on server side
 2019-01-21 14:47 UTC  (3+ messages)
` [tarantool-patches] [PATCH v1 4/4] sql: make sql checks "
  ` [tarantool-patches] "

[PATCH 00/12] vinyl: statistics improvements
 2019-01-20 21:16 UTC  (2+ messages)

page:  |  | latest

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