Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH v1 0/4] box: JSON preparatory patchset
 2018-12-29 13:19 UTC  (14+ messages)
` [PATCH v1 1/4] lib: introduce json_tree_snprint_path
` [PATCH v1 2/4] lib: introduce json_token_is_leaf helper
` [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] "

[tarantool-patches] [PATCH v6 0/5] sql: remove box.sql.execute
 2018-12-29 13:19 UTC  (9+ messages)
` [tarantool-patches] [PATCH v6 1/5] iproto: move map creation to sql_response_dump()
` [tarantool-patches] [PATCH v6 2/5] iproto: create port_sql
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v6 3/5] lua: create method dump_lua for port_sql
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v6 4/5] lua: parameter binding for new execute()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v6 5/5] sql: check new box.sql.execute()

[PATCH 0/5] Fix a couple of replication breakdown issues
 2018-12-29 12:08 UTC  (13+ messages)
` [PATCH 1/5] recovery: stop writing to xstream on system error
  ` [tarantool-patches] "
` [PATCH 2/5] relay: do not try to scan xlog if exiting
  ` [tarantool-patches] "
` [PATCH 3/5] relay: cleanup error handling
` [PATCH 4/5] relay: close xlog cursor in relay thread
` [PATCH 5/5] xlog: assure xlog is opened and closed in the same thread

[tarantool-patches] [PATCH v2 1/1] sql: do not analyze incorrect statistics
 2018-12-29 10:53 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/5] sql: do not use OP_Delete+OP_Insert for UPDATES
 2018-12-29 10:49 UTC  (6+ messages)
` [tarantool-patches] [PATCH v2 1/5] sql: clean-up vdbe_emit_constraint_checks
` [tarantool-patches] [PATCH v2 2/5] sql: fix sql_vdbe_mem_alloc_region result memory
` [tarantool-patches] [PATCH v2 3/5] sql: fix fkey exception for self-referenced table
` [tarantool-patches] [PATCH v2 4/5] sql: encode tuples with mpstream on Vdbe run
` [tarantool-patches] [PATCH v2 5/5] sql: do not use OP_Delete+OP_Insert for UPDATES

[tarantool-patches] [PATCH] httpc: add checking of headers in httpc:request
 2018-12-29 10:30 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH v3 0/6] SWIM draft
 2018-12-29 10:14 UTC  (7+ messages)
` [PATCH v3 1/6] [RAW] swim: introduce SWIM's anti-entropy component
` [PATCH v3 2/6] [RAW] swim: introduce failure detection component
` [PATCH v3 3/6] [RAW] swim: introduce a dissemination component
` [PATCH v3 4/6] [RAW] swim: keep encoded round message cached
` [PATCH v3 5/6] [RAW] swim: send one UDP packet per EV_WRITE event
` [PATCH v3 6/6] [RAW] swim: introduce payload

[tarantool-patches] [PATCH] sql: fix decoding data of type BOOLEAN
 2018-12-29  9:07 UTC 

[tarantool-patches] [PATCH 0/8] Eliminate affinity from source code
 2018-12-29  9:01 UTC  (10+ messages)
` [tarantool-patches] [PATCH 1/8] sql: remove SQLITE_ENABLE_UPDATE_DELETE_LIMIT define
` [tarantool-patches] [PATCH 2/8] sql: use field type instead of affinity for type_def
` [tarantool-patches] [PATCH 3/8] sql: remove numeric affinity
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/8] sql: replace affinity with field type for func
` [tarantool-patches] [PATCH 5/8] sql: replace field type with affinity for VDBE runtime
` [tarantool-patches] [PATCH 6/8] sql: replace affinity with field type in struct Expr
` [tarantool-patches] [PATCH 7/8] sql: clean-up affinity from SQL source code
` [tarantool-patches] [PATCH 8/8] Remove affinity from field definition

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

[tarantool-patches] [PATCH v1 0/3] sql: do not use OP_Delete+OP_Insert for UPDATES
 2018-12-28 14:17 UTC  (10+ messages)
` [tarantool-patches] [PATCH v1 1/3] sql: clean-up vdbe_emit_constraint_checks
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 2/3] sql: fix sql_vdbe_mem_alloc_region result memory
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 3/3] sql: do not use OP_Delete+OP_Insert for UPDATES
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v1 0/3] "

[tarantool-patches] [PATCH] sql: fix bug with BLOB TRIM() when X'00' in char set
 2018-12-28 11:09 UTC  (8+ messages)
` [tarantool-patches] "

[PATCH] cmake: workaround GCC 7.2 segfault on v?sn?printf
 2018-12-28  8:51 UTC  (4+ messages)
  ` [tarantool-patches] "

[PATCH 0/3] Merger
 2018-12-28  8:00 UTC  (9+ messages)
` [PATCH 1/3] Add luaT_iscallable with support of cdata metatype
` [PATCH 2/3] Add module to ease using Lua iterators from C
` [PATCH 3/3] Add merger for tuple streams

[tarantool-patches] [PATCH v3 0/3] box: implement on_shutdown triggers
 2018-12-28  7:58 UTC  (11+ messages)
` [tarantool-patches] [PATCH v3 1/3] box: get rid of atexit() for calling cleanup routine
        ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 2/3] box: implement on_shutdown triggers
` [tarantool-patches] [PATCH v3 3/3] box: introduce on_shutdown triggers to lua

[PATCH] test: fix flaky fails of box/iproto_stress
 2018-12-28  3:11 UTC  (3+ messages)

[PATCH 1/1] evio: allow not only SOCK_STREAM servers
 2018-12-27 12:03 UTC  (3+ messages)
  ` [tarantool-patches] "

[PATCH v6 0/8] box: Indexes by JSON path
 2018-12-27 11:57 UTC  (5+ messages)
` [PATCH v6 5/8] box: introduce has_json_paths flag in templates
  ` [tarantool-patches] "
      ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: disallow to rename space if it is referenced by view
 2018-12-27 10:14 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH v2 0/6] SWIM
 2018-12-26 21:01 UTC  (7+ messages)
` [PATCH v2 1/6] [RAW] swim: introduce SWIM's anti-entropy component
` [PATCH v2 2/6] [RAW] swim: introduce failure detection component
` [PATCH v2 3/6] [RAW] swim: introduce a dissemination component
` [PATCH v2 4/6] [RAW] swim: keep encoded round message cached
` [PATCH v2 5/6] [RAW] swim: send one UDP packet per EV_WRITE event
` [tarantool-patches] [PATCH v2 0/6] SWIM

[tarantool-patches] [PATCH v3 0/6] sql: set column types for EXPLAIN and PRAGMA
 2018-12-26 18:18 UTC  (7+ messages)
` [tarantool-patches] [PATCH v3 1/6] sql: remove unused macros from pragma.c and pragma.h
` [tarantool-patches] [PATCH v3 2/6] sql: fix "PRAGMA parser_trace" result
` [tarantool-patches] [PATCH v3 3/6] sql: Show currently set sql_default_engine
` [tarantool-patches] [PATCH v3 4/6] sql: fix "PRAGMA case_sensitive_like" result
` [tarantool-patches] [PATCH v3 5/6] sql: 'PRAGMA' result in the appropriate format
` [tarantool-patches] [PATCH v3 6/6] sql: set column types for EXPLAIN and PRAGMA

[PATCH v1 0/5] box: JSON preparatory patchset
 2018-12-25 17:04 UTC  (15+ messages)
` [PATCH v1 1/5] box: refactor tuple_validate_raw
` [PATCH v1 2/5] box: refactor field type and nullability checks
` [PATCH v1 3/5] lib: introduce json_token_path_snprint
    ` [tarantool-patches] "
` [PATCH v1 4/5] box: refactor ER_{FIELD_TYPE, ACTION_MISMATCH}
    ` [tarantool-patches] "
` [PATCH v1 5/5] box: refactor tuple_init_field_map to use bitmap

[tarantool-patches] [PATCH v5 0/5] sql: remove box.sql.execute
 2018-12-25 14:57 UTC  (9+ messages)
` [tarantool-patches] [PATCH v5 1/5] iproto: move map creation to sql_response_dump()
` [tarantool-patches] [PATCH v5 2/5] iproto: create port_sql
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v5 3/5] sql: create method dump_lua for port_sql
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v5 4/5] sql: parameter binding for new execute()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v5 5/5] sql: check new box.sql.execute()

[tarantool-patches] [PATCH 0/6] Remove string of SQL statement from opts
 2018-12-25 13:45 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: Fix DEFAULTs AST memory leak on alter
 2018-12-25 13:29 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 1/1] sql: do not analyze incorrect statistics
 2018-12-24 14:15 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/6] sql: set column types for EXPLAIN and PRAGMA
 2018-12-24 14:02 UTC  (14+ messages)
` [tarantool-patches] [PATCH v2 1/6] sql: remove unnecessary macros from pragma.*
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/6] sql: fix "PRAGMA parser_trace" result
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/6] sql: Show currently set sql_default_engine
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 4/6] sql: fix "PRAGMA case_sensitive_like" result
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 5/6] sql: 'PRAGMA' result in Tarantool format
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 6/6] sql: set column types for EXPLAIN and PRAGMA
  ` [tarantool-patches] "

[PATCH] vinyl: fix index build not working after recovery
 2018-12-24 13:59 UTC  (2+ messages)

[tarantool-patches] [PATCH] test: wait for log entry
 2018-12-24 11:55 UTC  (3+ messages)

[PATCH] Forbid -DENABLE_ASAN=ON with GCC explicitly
 2018-12-24 11:26 UTC  (2+ messages)

[tarantool-patches] [PATCH] replication: do not skip master's rows in case of an error
 2018-12-24 10:45 UTC  (3+ messages)

[PATCH v3 0/2] Outdate binary session on disconnect
 2018-12-24 10:07 UTC  (4+ messages)
` [PATCH v3 1/2] session: store vtab both in struct and registry
` [PATCH v3 2/2] session: outdate a session of a closed connection

[tarantool-patches] [PATCH] test: enable parallel for python tests and long
 2018-12-23 11:04 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] lua: add optional 'chars' param to string.strip functions
 2018-12-23  9:23 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] Revert "lua: fix tuple cdata collecting"
 2018-12-22 15:39 UTC  (2+ messages)

[PATCH] vinyl: fix tuple leak in vy_tuple_new
 2018-12-21 15:48 UTC  (2+ messages)

[PATCH 1/1] Fix gcov on Mac
 2018-12-21 15:33 UTC  (7+ messages)
    ` [tarantool-patches] "

[PATCH v2 0/4] Outdate binary session on disconnect
 2018-12-21 11:23 UTC  (6+ messages)
` [PATCH v2 1/4] console: forbid arbitrary session type setting
` [PATCH v2 3/4] session: store vtab in struct session
    ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: test to check that FK constraint does not fail
 2018-12-21  7:40 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] Fix build with ENABLE_ASAN=ON
 2018-12-21  7:37 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH] http: fix memory leak
 2018-12-20 16:01 UTC  (2+ messages)

[PATCH v1 1/1] box: restart garbage collector
 2018-12-20 16:01 UTC  (2+ messages)

[tarantool-patches] [PATCH v2 1/1] sql: check that received iterator is not NULL
 2018-12-19 10:05 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] test: update test-run
 2018-12-19  9:00 UTC  (5+ messages)
  ` Re[2]: "
    ` Re[3]: "

page:  |  | latest

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