Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v2 0/5] SWIM on_member_update
 2019-06-08 14:35 UTC  (11+ messages)
` [tarantool-patches] [PATCH v2 1/5] test: create isolated ev_loop for swim unit tests
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/5] swim: fix a 'use after free' in SWIM tests
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/5] swim: allow to set triggers on member updates
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 4/5] swim: call swim:new/delete via Lua C, not via FFI
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/5] SWIM on_member_update

[tarantool-patches] [PATCH 0/5] SWIM on_member_update
 2019-06-08 14:29 UTC  (17+ messages)
` [tarantool-patches] [PATCH 1/5] test: create isolated ev_loop for swim unit tests
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/5] swim: fix a 'use after free' in SWIM tests
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/5] swim: allow to hang triggers on member updates
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/5] swim: call swim:new/delete via Lua C, not via FFI
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/5] swim: expose Lua triggers on member update
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] swim: do not return raw member tt_uuid pointer
 2019-06-08 14:09 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 0/9] sql: set errors in VDBE using diag_set()
 2019-06-08 12:15 UTC  (18+ messages)
` [tarantool-patches] [PATCH v1 4/9] sql: rework diag_set() in OP_Halt
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 5/9] sql: make SQL_TARANTOOL_ERROR the only errcode of OP_Halt
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 8/9] sql: use diag_set() to set an error in SQL functions
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 9/9] sql: set errors in VDBE using diag_set()
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1] Gitlab-ci testing process implement
 2019-06-07 17:33 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2] travis-ci: needs blind install for brew python2
 2019-06-07 16:28 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1] test: use unix sockets for iproto connections
 2019-06-07 16:12 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1] test: Enable http_client test
 2019-06-07 16:05 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/6] Introduce UNSIGNED type in SQL
 2019-06-07 15:37 UTC  (7+ messages)
` [tarantool-patches] [PATCH 1/6] sql: refactor sql_atoi64()
` [tarantool-patches] [PATCH 2/6] sql: separate VDBE memory holding positive and negative ints
` [tarantool-patches] [PATCH 3/6] sql: refactor arithmetic operations to support unsigned ints
` [tarantool-patches] [PATCH 4/6] sql: make built-in functions operate on unsigned values
` [tarantool-patches] [PATCH 5/6] sql: introduce extended range for INTEGER type
` [tarantool-patches] [PATCH 6/6] sql: allow to specify UNSIGNED column type

[tarantool-patches] [PATCH 0/2] sql: allow <COLLATE> only for string-like args
 2019-06-07 15:01 UTC  (13+ 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 v1] travis-ci: needs blind install for brew python2
 2019-06-07 14:37 UTC 

[PATCH 00/10] vinyl: don't yield in DDL on_commit triggers
 2019-06-07 13:40 UTC  (26+ messages)
` [PATCH 01/10] box: zap atfork callback
  ` [tarantool-patches] "
` [PATCH 02/10] vinyl: add a separate thread for vylog
  ` [tarantool-patches] "
` [PATCH 03/10] vinyl: move vylog recovery to vylog thread
  ` [tarantool-patches] "
` [PATCH 04/10] vinyl: rework vylog transaction backlog implementation
  ` [tarantool-patches] "
` [PATCH 05/10] vinyl: don't purge deleted runs from vylog on compaction
  ` [tarantool-patches] "
` [PATCH 09/10] key_def: pass alloc callback to key_def_dump_parts
  ` [tarantool-patches] "
` [PATCH 10/10] vinyl: get rid of the latch protecting vylog buffer
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 00/10] vinyl: don't yield in DDL on_commit triggers

[tarantool-patches] [PATCH v1] test: replication/misc fix for high load
 2019-06-07 13:25 UTC 

[tarantool-patches] [PATCH v2 0/9] sql: cleanup code from obsolete macros
 2019-06-07 11:57 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2] Fix FreeBSD build
 2019-06-07  5:26 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1] test: use unix sockets iproto
 2019-06-07  3:14 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/2] Enable http_client test
 2019-06-07  2:40 UTC  (3+ messages)
` [tarantool-patches] [PATCH v1 2/2] Revert "Disable flaky http_client.test.lua"
` [tarantool-patches] Re: [PATCH v1 1/2] Enable http_client test

[PATCH] test: fix box/net.box.test.lua result file
 2019-06-07  1:14 UTC  (2+ messages)

[tarantool-patches] [PATCH v1 1/1] sql: do not show additional generated ids
 2019-06-07  0:38 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: rework SQL errors of type "expected column count"
 2019-06-06 19:22 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/3] Fix passing key with different from iterator's type
 2019-06-06 19:07 UTC  (7+ messages)
` [tarantool-patches] [PATCH 3/3] sql: fix passing FP values to integer iterator
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: create CHAR_LENGTH() and CHARACTER_LENGTH()
 2019-06-06 18:55 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] Add _vcollation and fetch in net.box
 2019-06-06 17:00 UTC  (15+ messages)
` [tarantool-patches] [PATCH 1/2] schema: add "_vcollation" sysview
    ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] net.box: fetch '_vcollation' sysview into the module
    ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] Add _vcollation and fetch in net.box

[tarantool-patches] [PATCH v1 1/1] sql: make assertion to check only ephemeral spaces
 2019-06-06 14:13 UTC  (2+ messages)
` [tarantool-patches] "

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

[PATCH v2 0/9] box: rework functions machinery
 2019-06-06 12:04 UTC  (10+ messages)
` [PATCH v2 1/9] box: refactor box_lua_find helper
` [PATCH v2 2/9] box: move box_module_reload routine to func.c
` [PATCH v2 3/9] box: rework func cache update machinery
` [PATCH v2 4/9] box: rework func object as a function frontend
` [PATCH v2 5/9] schema: rework _func system space format
` [PATCH v2 6/9] box: load persistent Lua functions on creation
` [PATCH v2 7/9] box: sandbox option for persistent functions
` [PATCH v2 8/9] box: implement lua_port dump to region and to Lua
` [PATCH v2 9/9] box: export _func functions with box.func folder

[tarantool-patches] [PATCH v5 0/6] box: run checks on insertions in LUA spaces
 2019-06-06 11:58 UTC  (24+ messages)
` [tarantool-patches] [PATCH v5 3/6] sql: introduce tuple_fetcher class
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v5 4/6] schema: add new system space for CHECK constraints
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v5 5/6] box: run check constraint tests on space alter
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v5 0/6] box: run checks on insertions in LUA spaces

Fwd: Re: [PATCH v3 4/4] decimal: add MessagePack encoding/decoding support
 2019-06-06  9:27 UTC 

Fwd: Re: [PATCH v3 2/4] lib/core: introduce decimal type to tarantool
 2019-06-06  9:26 UTC 

[tarantool-patches] [PATCH v1] Fix static build
 2019-06-05 13:20 UTC 

[PATCH v3 0/4] Introduce decimal type to tarantool core
 2019-06-05 12:40 UTC  (11+ messages)
` [PATCH v3 1/4] third-party: add decNumber library
` [PATCH v3 2/4] lib/core: introduce decimal type to tarantool
` [PATCH v3 3/4] lib: update msgpuck library
` [PATCH v3 4/4] decimal: add MessagePack encoding/decoding support

[tarantool-patches] [PATCH v1] Fix FreeBSD build
 2019-06-05 11:23 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH v2] core: Non-blocking io.popen
 2019-06-05  3:49 UTC  (13+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: STRING and NUMBER aliases for TEXT and REAL
 2019-06-04 16:55 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH v3] Add MsgPack ext types handling
 2019-06-04 15:40 UTC  (4+ messages)
  ` [tarantool-patches] "

[PATCH 0/2] memtx: make space format check yield occasionally
 2019-06-04 15:17 UTC  (5+ messages)
` [PATCH 1/2] memtx: add yields during space format check
  ` [tarantool-patches] "
` [PATCH 2/2] test: move vinyl space format test case to engine suite

[PATCH] test: fix box/on_replace failure on consequent runs
 2019-06-04 14:17 UTC  (2+ messages)

[tarantool-patches] [PATCH v4 0/4] box: run checks on insertions in LUA spaces
 2019-06-03 21:15 UTC  (11+ messages)
` [tarantool-patches] [PATCH v4 3/4] box: introduce column_mask for ck constraint
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 4/4] box: user-friendly interface to manage ck constraints
  ` [tarantool-patches] "

[PATCH v1 0/8] box: functional indexes
 2019-06-03 16:24 UTC  (11+ messages)
` [PATCH v1 3/8] schema: rework _func system space format
  ` [tarantool-patches] "
` [PATCH v1 4/8] box: load persistent Lua functions on creation
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v1 6/8] box: export _func functions with box.func folder

[PATCH] lua: fix operation type passing to on_replace triggers
 2019-06-03 14:33 UTC  (2+ messages)

[tarantool-patches] [PATCH v2] Add MsgPack ext types handling
 2019-06-03 13:15 UTC  (3+ messages)

[tarantool-patches] [PATCH v2 0/8] Make transaction autonomous from a fiber internals
 2019-06-03  8:09 UTC  (18+ messages)
` [tarantool-patches] [PATCH v2 2/8] Get rid of autocommit from a txn structure
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/8] Get rid of fiber_gc from txn_rollback
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 4/8] Remove fiber from a journal_entry structure
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 5/8] Commit engine before all triggers
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 6/8] Offload tx_prio processing to a fiber
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 7/8] Enable asyncronous wal writes
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 8/8] Introduce asynchronous txn commit
  ` [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