Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v1 1/1] lua: export key_def methods for LUA key_def object
 2019-04-23 15:09 UTC  (7+ messages)
` [tarantool-patches] "

[PATCH] Add MsgPack ext types handling
 2019-04-23 14:20 UTC  (6+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] tap: fix is_deeply box.NULL corner cases
 2019-04-23 14:14 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] box: updated httpc error message
 2019-04-23 11:55 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] box: fix empty tuple invalid update
 2019-04-23 10:30 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] sql: drop a useless check from lookupName()
 2019-04-23 10:24 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: modify TRIM() function signature
 2019-04-23 10:21 UTC  (14+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 0/3] sql: remove unused code from SQL
 2019-04-23  8:59 UTC  (6+ messages)
` [tarantool-patches] [PATCH v1 2/3] sql: remove unused macros in SQL
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/9] Introduce type BOOLEAN in SQL
 2019-04-22 18:02 UTC  (30+ messages)
` [tarantool-patches] [PATCH 2/9] sql: disallow text values participate in sum() aggregate
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/9] sql: use msgpack types instead of custom ones
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/9] sql: introduce type boolean
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/9] sql: improve type determination for column meta
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/9] sql: make comparison predicate return boolean
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 7/9] sql: make predicates accept and "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 9/9] sql: make <search condition> accept only boolean
  ` [tarantool-patches] "
  ` [tarantool-patches] Re: [PATCH 8/9] sql: make LIKE predicate return boolean result

[PATCH v3 1/1] lua: add key_def lua module
 2019-04-22 12:28 UTC 

[tarantool-patches] [PATCH v1 0/3] sql: make SQL_TARANTOOL_ERROR the only errcode of OP_Halt
 2019-04-22  9:53 UTC  (11+ messages)
` [tarantool-patches] [PATCH v1 1/3] sql: remove mayAbort field from struct Parse
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 2/3] sql: rework diag_set() in OP_Halt
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 3/3] sql: make SQL_TARANTOOL_ERROR the only errcode of OP_Halt
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] Pass max_total_connections parameter to httpclient
 2019-04-22  2:38 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] Set format for spaces with sysview engine
 2019-04-21 18:19 UTC  (20+ messages)
` [tarantool-patches] "

[PATCH] vinyl: be pessimistic about write rate when setting dump watermark
 2019-04-19 14:22 UTC 

[PATCH v4 0/3] box: introduce multikey indexes in memtx
 2019-04-19 14:14 UTC  (4+ messages)
` [PATCH v4 1/3] box: introduce tuple_parse_iterator class
` [PATCH v4 2/3] box: introduce field_map_builder class
` [PATCH v4 3/3] box: introduce multikey indexes in memtx

[tarantool-patches] [PATCH 00/10] Transaction refactoring
 2019-04-19 12:44 UTC  (11+ messages)
` [tarantool-patches] [PATCH 01/10] Introduce a txn memory region
` [tarantool-patches] [PATCH 02/10] Alloc journal entry on "
` [tarantool-patches] [PATCH 03/10] Encode a dml statement to a transaction "
` [tarantool-patches] [PATCH 04/10] Get rid of autocommit from a txn structure
` [tarantool-patches] [PATCH 05/10] Get rid of fiber_gc from txn_rollback
` [tarantool-patches] [PATCH 06/10] Require for txn in case of txn_begin_stmt/txn_rollback_stmt
` [tarantool-patches] [PATCH 07/10] Remove fiber from a journal_entry structure
` [tarantool-patches] [PATCH 08/10] Use mempool to alloc wal messages
` [tarantool-patches] [PATCH 09/10] Enable asyncronous wal writes
` [tarantool-patches] [PATCH 10/10] Introduce asynchronous txn commit

[tarantool-patches] [PATCH v1] test: gc.test.lua needs to use default timeout
 2019-04-19  7:20 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH v2] test: vinyl/errinj test fails under highload
 2019-04-19  5:27 UTC 

[PATCH v5] core/coio_file: Use eio_sendfile_sync instead of a chunk mode
 2019-04-18 20:49 UTC 

[tarantool-patches] [PATCH 0/6] swim payload
 2019-04-18 20:40 UTC  (12+ messages)
` [tarantool-patches] [PATCH 6/6] swim: introduce payload
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5.5/6] swim: rename TTL to TTD
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 7/6] swim: drop incarnation_inc parameter from update() routines
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: update ptr to VDBE after its creation in sql_txn
 2019-04-18 20:06 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH v3 0/3] core/coio_file: Use eio_sendfile_sync for file copying
 2019-04-18 18:50 UTC  (7+ messages)
` [PATCH 1/3] core/coio_file: Use eio_sendfile_sync instead of a chunk mode
` [PATCH 2/3] core/coio_file: Add ERRINJ_COIO_SENDFILE_CHUNK error injection
` [PATCH 3/3] test: app/fio -- Add ERRINJ_COIO_SENDFILE_CHUNK
  ` [PATCH v4 "

[PATCH v3 0/7] Merger
 2019-04-18 18:44 UTC  (15+ messages)
` [PATCH v3 1/7] Add luaL_iscallable with support of cdata metatype
  ` [tarantool-patches] "
` [PATCH v3 2/7] Add functions to ease using Lua iterators from C
  ` [tarantool-patches] "
` [PATCH v3 3/7] lua: optimize creation of a tuple from a tuple
  ` [tarantool-patches] "
` [PATCH v3 4/7] lua: add non-recursive msgpack decoding functions
  ` [tarantool-patches] "
` [PATCH v3 5/7] net.box: add skip_header option to use with buffer
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/4] swim suspicion preparation
 2019-04-18 18:34 UTC  (17+ messages)
` [tarantool-patches] [PATCH 1/4] swim: move sockaddr_in checkers to swim_proto.h
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/4] swim: extract binary ip/port into a separate struct
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/4] swim: fix a bug with invalidation of round msg in fly
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/4] swim: do not rebuild packet meta multiple times
  ` [tarantool-patches] "

[PATCH] memtx: cancel checkpoint thread at exit
 2019-04-18 18:23 UTC  (5+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] Introduce decimal type to tarantool core
 2019-04-18 17:20 UTC  (4+ messages)
` [tarantool-patches] [PATCH 1/2] third-party: add decNumber library
` [tarantool-patches] [PATCH 2/2] lib/core: introduce decimal type to tarantool
` [tarantool-patches] Re: [PATCH 0/2] Introduce decimal type to tarantool core

[tarantool-patches] [PATCH v3] Add status/messages upstream/downstream checker
 2019-04-18 17:02 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] Improve box.stat.net output
 2019-04-18 12:47 UTC  (5+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] sql: make aggregate functions types more strict
 2019-04-17 13:19 UTC  (5+ messages)
` [tarantool-patches] [PATCH 2/2] "
  ` [tarantool-patches] "

[PATCH v2] core/coio_file: Use eio_sendfile_sync instead of a chunk mode
 2019-04-17  8:47 UTC  (4+ messages)

[tarantool-patches] [PATCH v1] test: vinyl/errinj test fails under highload
 2019-04-17  8:44 UTC  (2+ messages)

[tarantool-patches] [PATCH v2] sysview: set format for spaces with sysview engine
 2019-04-17  8:18 UTC 

[PATCH 1/2] vinyl: fix crash during index build
 2019-04-16 17:45 UTC  (3+ messages)
` [PATCH 2/2] vinyl: fix crash if space is dropped while space.get is reading from it

[tarantool-patches] [PATCH] fiber: Unify sizeof operator
 2019-04-16 17:37 UTC  (2+ messages)

[tarantool-patches] [PATCH v3] test: need to wait for upstream/downstream status
 2019-04-16 17:35 UTC 

[tarantool-patches] [PATCH v2] test: need to wait for upstream/downstream status
 2019-04-16 15:21 UTC 

[tarantool-patches] [PATCH v2] Add the common routine to check streams status
 2019-04-16 15:16 UTC 

[tarantool-patches] [PATCH v3 0/3] box: run checks on insertions in LUA spaces
 2019-04-16 13:51 UTC  (4+ messages)
` [tarantool-patches] [PATCH v3 1/3] schema: add new system space for CHECK constraints
` [tarantool-patches] [PATCH v3 2/3] box: run check constraint tests on space alter
` [tarantool-patches] [PATCH v3 3/3] box: user-friendly interface to manage ck constraints

[tarantool-patches] [PATCH v2 0/9] sql: Checks on server side
 2019-04-16 13:51 UTC  (10+ messages)
` [tarantool-patches] [PATCH v2 5/9] schema: add new system space for CHECK constraints
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 9/9] sql: run check constraint tests on space alter
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] tarantoolctl: remove metatable assumptions in start()
 2019-04-16 12:01 UTC  (9+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1] test: sync.test.lua needs to use default timeout
 2019-04-16  8:01 UTC 

[tarantool-patches] [PATCH v1] test: join_vclock test needs fix for high load
 2019-04-16  8:01 UTC 

[tarantool-patches] [PATCH v1] test: gc.test.lua needs to use default timeout
 2019-04-16  7:08 UTC 

[tarantool-patches] [PATCH v1] Add the common routine to check streams status
 2019-04-16  6:01 UTC 

[tarantool-patches] [PATCH v1] test: need to wait for upstream/downstream status
 2019-04-16  5:45 UTC 

[tarantool-patches] [PATCH v1] test: enable parallel testing for vinyl suite
 2019-04-15 13:25 UTC  (2+ messages)
` [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