Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v4 0/6] sql: set column types for EXPLAIN and PRAGMA
 2019-01-19 12:37 UTC  (2+ messages)
` [tarantool-patches] [PATCH v4 1/6] sql: remove unused macros from pragma.c and pragma.h

[PATCH v2 0/6] Merger
 2019-01-18 21:58 UTC  (18+ messages)
` [PATCH v2 1/6] Add luaL_iscallable with support of cdata metatype
` [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()
` [PATCH v2 5/6] net.box: add helpers to decode msgpack headers
` [PATCH v2 6/6] Add merger for tuple streams

[tarantool-patches] [PATCH v1 0/4] sql: Checks on server side
 2019-01-18 18:11 UTC  (13+ messages)
` [tarantool-patches] [PATCH v1 1/4] box: rename space->opts checks to checks_ast
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 2/4] sql: disallow use of TYPEOF in Check
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 3/4] box: exported sql_bind structure and API
` [tarantool-patches] [PATCH v1 4/4] sql: make sql checks on server side
  ` [tarantool-patches] "

[PATCH v1 1/1] implement mp_stack class
 2019-01-18 10:32 UTC  (9+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] Compute derived collation for concatenation
 2019-01-18  9:59 UTC  (7+ 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] "

[tarantool-patches] [PATCH 0/6] Introduce ALTER TABLE ADD CONSTRAINT UNIQUE/PK
 2019-01-18  1:42 UTC  (24+ messages)
` [tarantool-patches] [PATCH 1/6] sql: move constraint name to struct contraint_parse
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/6] sql: rework ALTER TABLE grammar
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/6] sql: remove start token from sql_create_index args
` [tarantool-patches] [PATCH 4/6] sql: refactor getNewIid() function
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/6] sql: fix error message for improperly created index
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/6] sql: introduce ALTER TABLE ADD CONSTRAINT UNIQUE/PRIMARY KEY
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2] add optional 'chars' param to string.strip functions
 2019-01-17 21:35 UTC 

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

[PATCH 00/12] vinyl: statistics improvements
 2019-01-17 13:51 UTC  (23+ messages)
` [PATCH 01/12] test: rename vinyl/info to vinyl/stat
  ` [tarantool-patches] "
` [PATCH 02/12] test: split vinyl/errinj
  ` [tarantool-patches] "
` [PATCH 03/12] vinyl: rename dump/compact in/out to input/output
  ` [tarantool-patches] "
` [PATCH 04/12] vinyl: rename compact to compaction
  ` [tarantool-patches] "
` [PATCH 05/12] vinyl: bump range version in vy_range.c
` [PATCH 06/12] vinyl: don't add dropped LSM trees to the scheduler during recovery
` [PATCH 07/12] vinyl: move global dump/compaction statistics to scheduler
` [PATCH 08/12] vinyl: add dump count to global scheduler statistics
` [PATCH 09/12] vinyl: don't account secondary indexes to scheduler.dump_input
` [PATCH 10/12] vinyl: add task accounting to global scheduler statistics
` [PATCH 11/12] vinyl: add dump/compaction time to statistics
` [PATCH 12/12] vinyl: add last level size "
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 00/12] vinyl: statistics improvements

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

[PATCH v8 0/5] box: Indexes by JSON path
 2019-01-16 15:35 UTC  (7+ 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 0/6] sql: set column types for EXPLAIN and PRAGMA
 2019-01-16 15:35 UTC  (11+ messages)
` [tarantool-patches] [PATCH v3 1/6] sql: remove unused macros from pragma.c and pragma.h
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 2/6] sql: fix "PRAGMA parser_trace" result
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 4/6] sql: fix "PRAGMA case_sensitive_like" result
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 5/6] sql: 'PRAGMA' result in the appropriate format
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 6/6] sql: set column types for EXPLAIN and PRAGMA
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/8] Eliminate affinity from source code
 2019-01-16 14:26 UTC  (21+ messages)
` [tarantool-patches] [PATCH 1/8] sql: remove SQLITE_ENABLE_UPDATE_DELETE_LIMIT define
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/8] sql: use field type instead of affinity for type_def
  ` [tarantool-patches] "
` [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] "

[PATCH v3 0/6] SWIM draft
 2019-01-15 14:42 UTC  (15+ messages)
` [PATCH v3 1/6] [RAW] swim: introduce SWIM's anti-entropy component
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v3 2/6] [RAW] swim: introduce failure detection component
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v3 5/6] [RAW] swim: send one UDP packet per EV_WRITE event
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v3 6/6] [RAW] swim: introduce payload
  ` [tarantool-patches] "
    ` [tarantool-patches] "

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

[tarantool-patches] [PATCH v2 0/2] Transaction boundaries in replication protocol
 2019-01-11 13:30 UTC  (3+ messages)
` [tarantool-patches] [PATCH v2 2/2] Transaction support for applier
` [tarantool-patches] Re: [PATCH v2 0/2] Transaction boundaries in replication protocol

[PATCH 1/1] box: add error description
 2019-01-10 15:41 UTC  (2+ messages)

[tarantool-patches] [PATCH v2 0/5] sql: do not use OP_Delete+OP_Insert for UPDATES
 2019-01-10 12:30 UTC  (9+ messages)
` [tarantool-patches] [PATCH v2 4/5] sql: encode tuples with mpstream on Vdbe run
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 5/5] sql: do not use OP_Delete+OP_Insert for UPDATES
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/5] "

[PATCH v7 0/5] box: Indexes by JSON path
 2019-01-10 11:28 UTC  (9+ messages)
` [PATCH v7 1/5] box: introduce JSON Indexes
` [PATCH v7 2/5] box: introduce has_json_paths flag in templates
` [PATCH v7 3/5] box: tune tuple_field_raw_by_path for indexed data
` [PATCH v7 4/5] box: introduce offset_slot cache in key_part
` [PATCH v7 5/5] box: specify indexes in user-friendly form

[PATCH 0/3] Merger
 2019-01-09 21:36 UTC  (7+ messages)
` [PATCH 2/3] Add module to ease using Lua iterators from C
` [PATCH 3/3] Add merger for tuple streams

[tarantool-patches] [PATCH] sql: clean up lemon acttab_free() a bit
 2019-01-09 14:42 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH v4 0/2] box: implement on_shutdown triggers
 2019-01-09 14:01 UTC  (5+ messages)
` [PATCH v4 1/2] box: get rid of atexit() for calling cleanup routines
` [PATCH v4 2/2] box: implement on_shutdown triggers
    ` [tarantool-patches] "

[tarantool-patches] [PATCH] httpc: add checking of headers in httpc:request
 2019-01-09 13:29 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: fix lemon memory leak reported by ASAN
 2019-01-09 11:39 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH] test: fix flaky fails of box/iproto_stress
 2019-01-09 10:33 UTC  (4+ messages)

[tarantool-patches] [PATCH] replication: do not skip master's rows in case of an error
 2019-01-09 10:18 UTC  (4+ messages)

[tarantool-patches] [PATCH] Fix memory corruption while vinyl index rebuild
 2019-01-09  9:41 UTC  (2+ messages)

[tarantool-patches] [PATCH 0/2] Transaction boundaries in replication protocol
 2019-01-06 13:07 UTC  (3+ messages)
` [tarantool-patches] [PATCH 2/2] Transaction support for applier
  ` [tarantool-patches] Re: [PATCH 1/2] Journal transaction boundaries

[tarantool-patches] [PATCH] Collect relaying rows into a buffer before send
 2019-01-04  9:07 UTC 

[PATCH v1 0/4] box: JSON preparatory patchset
 2018-12-29 16:25 UTC  (11+ messages)
` [PATCH v1 3/4] box: introduce bitmap_majority_test routine
    ` [tarantool-patches] "
` [PATCH v1 4/4] box: refactor tuple_init_field_map to use bitmap
    ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: fix decoding data of type BOOLEAN
 2018-12-29 15:06 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 1/1] sql: support HAVING without GROUP BY clause
 2018-12-29 14:58 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v3 0/3] box: implement on_shutdown triggers
 2018-12-29 13:54 UTC  (8+ messages)
` [tarantool-patches] [PATCH v3 1/3] box: get rid of atexit() for calling cleanup routine
        ` [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