Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH] box/memtx: Allow to skip tuple memory from coredump
 2019-05-13 14:36 UTC  (4+ messages)

[PATCH v4 0/4] Merger
 2019-05-13 13:52 UTC  (7+ messages)
` [PATCH v4 1/4] lua: add non-recursive msgpack decoding functions
` [PATCH v4 2/4] net.box: add skip_header option to use with buffer
` [PATCH v4 3/4] Add merger for tuples streams (C part)
` [PATCH v4 4/4] Add merger for tuple streams (Lua part)

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

[RFC v2] slab_arena: Enhance slab_arena_create to support madvise hints
 2019-05-13 12:02 UTC  (7+ messages)

[tarantool-patches] [PATCH 0/2] sql: allow <COLLATE> only for string-like args
 2019-05-12 16:32 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/2] sql: fix collation node duplication in AST
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: allow <COLLATE> only for string-like args
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] Pass max_total_connections parameter to httpclient
 2019-05-12 14:16 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: do not replace the error with a syntax error
 2019-05-11 12:39 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: replace schema_find_id() by box_space_id_by_name()
 2019-05-11 12:17 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: move space existence check to VDBE
 2019-05-11 11:56 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v3] test: need to wait for upstream/downstream status
 2019-05-10 17:44 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v6] Feature request for a new collation
 2019-05-09  8:57 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH 0/7] Support multikey indexes in Vinyl
 2019-05-09  5:58 UTC  (9+ messages)
` [PATCH 1/7] Make tuple comparison hints mandatory
  ` [tarantool-patches] "
` [PATCH 2/7] Get rid of tuple_field_by_part_multikey
` [PATCH 3/7] Make tuple_extract_key support multikey indexes
` [PATCH 4/7] Make tuple_bloom "
` [PATCH 5/7] vinyl: use field_map_builder for constructing stmt field map
` [PATCH 6/7] vinyl: use multikey hints while writing runs
` [PATCH 7/7] vinyl: implement multikey index support

[tarantool-patches] [PATCH 1/1] swim: check broadcast interfaces more rigorously
 2019-05-08 16:42 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2] test: join_vclock test fails under high load
 2019-05-08 14:46 UTC 

[tarantool-patches] [PATCH v1] test: join_vclock test needs fix for high load
 2019-05-08 13:55 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: create CHAR_LENGTH() and CHARACTER_LENGTH()
 2019-05-08 13:15 UTC 

[tarantool-patches] [PATCH 0/2] luajit: Backports fixes from vanilla repo
 2019-05-08 12:43 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/2] Fix overflow of snapshot map offset
` [tarantool-patches] [PATCH] Fix rechaining of pseudo-resurrected string keys
` [tarantool-patches] [PATCH 2/2] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] swim crypto
 2019-05-08  9:11 UTC  (5+ messages)
` [tarantool-patches] [PATCH 2/2] swim: implement and expose transport-level encryption
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] swim crypto

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

[tarantool-patches] [PATCH v3 0/4] crypto lib
 2019-05-07 20:53 UTC  (5+ messages)
` [tarantool-patches] [PATCH v3 1/4] crypto: move crypto business into a separate library
` [tarantool-patches] [PATCH v3 2/4] crypto: make exported methods conform code style
` [tarantool-patches] [PATCH v3 3/4] crypto: implement crypto libary
` [tarantool-patches] [PATCH v3 4/4] crypto: use crypto library in crypto.lua

[PATCH v5 0/4] box: introduce multikey indexes in memtx
 2019-05-07 13:13 UTC  (17+ messages)
` [PATCH v5 1/4] box: introduce tuple_format_iterator class
    ` [tarantool-patches] "
` [PATCH v5 2/4] box: introduce field_map_builder class
` [PATCH v5 3/4] salad: introduce bps_tree_delete_identical routine
    ` [tarantool-patches] "
` [PATCH v5 4/4] box: introduce multikey indexes in memtx
    ` [tarantool-patches] "

[tarantool-patches] [PATCH] core: Non-blocking io.popen
 2019-05-07 10:31 UTC  (3+ messages)

[PATCH v3 1/1] lua: add key_def lua module
 2019-05-06 16:25 UTC  (5+ messages)
  ` [tarantool-patches] "

[PATCH v1] test: errinj* tests need fixes for stress runs
 2019-05-06 15:54 UTC  (2+ messages)

[PATCH 0/3] small: Prepare ground for madvise
 2019-05-06 13:46 UTC  (14+ messages)
` [PATCH 1/3] build: Check for madvise syscall
` [PATCH 2/3] slab_arena: Provide slab_arena_madvise_create to madvice slabs
` [PATCH 3/3] test: slab_arena -- Verify madvise

[tarantool-patches] [PATCH 0/2] sql: make aggregate functions types more strict
 2019-05-06 13:24 UTC  (6+ messages)
` [tarantool-patches] [PATCH 2/2] "
  ` [tarantool-patches] "

[PATCH] test: app/fio -- Fixup modes for open
 2019-05-06 12:04 UTC  (3+ messages)

[tarantool-patches] [PATCH v2] test: enable parallel testing for vinyl suite
 2019-05-06 11:34 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] core/coio_file: copyfile -- Make it behave as regular cp
 2019-05-06 10:09 UTC  (5+ messages)
  ` [PATCH v2] "

[tarantool-patches] [PATCH v2] travis-ci: set jobs not to stop on failed tests
 2019-05-06  8:39 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 00/12] sql: set errors in VDBE using diag_set()
 2019-05-05 12:17 UTC  (13+ messages)
` [tarantool-patches] [PATCH v1 01/12] sql: remove errors SQL_TARANTOOL_*_FAIL
` [tarantool-patches] [PATCH v1 02/12] sql: remove error ER_SQL
` [tarantool-patches] [PATCH v1 03/12] sql: rework diag_set() in OP_Halt
` [tarantool-patches] [PATCH v1 04/12] sql: make SQL_TARANTOOL_ERROR the only errcode of OP_Halt
` [tarantool-patches] [PATCH v1 05/12] sql: remove error SQL_INTERRUPT
` [tarantool-patches] [PATCH v1 06/12] sql: remove error SQL_MISMATCH
` [tarantool-patches] [PATCH v1 07/12] sql: set errors in VDBE using diag_set()
` [tarantool-patches] [PATCH v1 08/12] sql: remove field zErrMsg from struct Vdbe
` [tarantool-patches] [PATCH v1 09/12] sql: remove field pErr from struct sql
` [tarantool-patches] [PATCH v1 10/12] sql: remove field errCode "
` [tarantool-patches] [PATCH v1 11/12] sql: remove sqlError() and remove sqlErrorWithMsg()
` [tarantool-patches] [PATCH v1 12/12] sql: use diag_set() to set an error in SQL functions

[tarantool-patches] [PATCH v1 0/3] sql: make SQL_TARANTOOL_ERROR the only errcode of OP_Halt
 2019-05-05 12:16 UTC  (11+ messages)
` [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 1/1] small: introduce static allocator
 2019-05-04 18:09 UTC  (9+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 small 1/1] small: introduce static allocator
 2019-05-04 18:09 UTC 

[tarantool-patches] [PATCH v3] Use SIGKILL to stop server replica
 2019-05-02 22:41 UTC  (4+ messages)
`  "

[tarantool-patches] [PATCH 0/5] swim lua preparation
 2019-05-02 17:32 UTC  (16+ messages)
` [tarantool-patches] [PATCH 1/5] swim: do not use ev_timer_start
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/5] swim: introduce member reference API
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/5] sio: return 'no host' flag from sio_uri_to_addr()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/5] swim: allow to omit host in URI
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/5] swim: explicitly stop old ev_io input/output on rebind
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/5] swim lua preparation

[tarantool-patches] [PATCH v2] Use SIGKILL to stop server replica
 2019-04-30 12:39 UTC 

[PATCH v4 0/3] box: introduce multikey indexes in memtx
 2019-04-30  9:48 UTC  (6+ messages)
` [PATCH v4 3/3] "
    ` [tarantool-patches] "

[tarantool-patches] [PATCH] test: use yaml.safe_load() instead of yaml.load()
 2019-04-30  3:05 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2] Use SIGKILL to stop server replica
 2019-04-30  2:58 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] test: drop invalid assert from swim test transport
 2019-04-29 23:27 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