Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH] lua: return getaddrinfo() errors
 2019-06-15 16:58 UTC 

[tarantool-patches] [PATCH v1 1/1] sql: create CHAR_LENGTH() and CHARACTER_LENGTH()
 2019-06-15 14:45 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 00/28] sql: Remove SQL error system
 2019-06-15 10:08 UTC  (50+ messages)
` [tarantool-patches] [PATCH v1 01/28] sql: remove field zErrMsg from struct Vdbe
` [tarantool-patches] [PATCH v1 02/28] sql: remove field pErr from struct sql
` [tarantool-patches] [PATCH v1 03/28] sql: remove field errCode "
` [tarantool-patches] [PATCH v1 04/28] sql: remove sqlError() and remove sqlErrorWithMsg()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 05/28] sql: remove unused functions of SQL error system
` [tarantool-patches] [PATCH v1 06/28] sql: disable lookaside system
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 07/28] sql: remove SQL_OK error/status code
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 08/28] sql: remove SQL_PERM, SQL_WARNING, SQL_ABORT errcodes
` [tarantool-patches] [PATCH v1 09/28] sql: remove SQL_CANTOPEN errcode
` [tarantool-patches] [PATCH v1 10/28] sql: remove SQL_NOTFOUND error/status code
` [tarantool-patches] [PATCH v1 11/28] sql: remove SQL_LOCKED errcode
` [tarantool-patches] [PATCH v1 12/28] sql: remove SQL_FULL errcode
` [tarantool-patches] [PATCH v1 13/28] sql: remove SQL_MISUSE errcode
` [tarantool-patches] [PATCH v1 14/28] sql: remove SQL_RANGE errcode
` [tarantool-patches] [PATCH v1 15/28] sql: remove SQL_SCHEMA errcode
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 16/28] sql: remove SQL_TOOBIG errcode
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 17/28] sql: remove SQL_BUSY errcode
` [tarantool-patches] [PATCH v1 18/28] sql: remove SQL_CONSTRAINT errcode
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 19/28] sql: remove SQL_ERROR errcode
` [tarantool-patches] [PATCH v1 20/28] sql: remove SQL_NOMEM errcode
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 21/28] sql: remove SQL_IOERR errcode
` [tarantool-patches] [PATCH v1 22/28] sql: remove SQL_TARANTOOL_ERROR errcode
` [tarantool-patches] [PATCH v1 23/28] sql: remove field errMask from struct sql
` [tarantool-patches] [PATCH v1 24/28] sql: replace rc by is_aborted in struct VDBE
` [tarantool-patches] [PATCH v1 25/28] sql: remove sql_log()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 26/28] sql: cleanup of legacy memory management system
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 27/28] sql: make function return void instead of int
` [tarantool-patches] [PATCH v1 28/28] sql: remove function sqlApiExit()
` [tarantool-patches] Re: [PATCH v1 00/28] sql: Remove SQL error system

[tarantool-patches] [PATCH v2 1/2] Gitlab-ci updated after reiview - w/o perf
 2019-06-15  4:46 UTC 

[tarantool-patches] [PATCH] travis-ci: deploy packages from tagged revisions
 2019-06-14 16:44 UTC 

[PATCH v1 0/2] netbox: define formats for tuple from netbox
 2019-06-14 12:32 UTC  (9+ messages)
` [PATCH v1 1/2] netbox: store method_encoder args in request
` [PATCH v1 2/2] netbox: define formats for tuple from netbox

[PATCH] test: fix net.box occasional failure
 2019-06-14  9:48 UTC 

[tarantool-patches] [PATCH v3 00/14] Parallel applier
 2019-06-14  9:21 UTC  (39+ messages)
` [tarantool-patches] [PATCH v3 01/14] txn: Fire a trigger after a transaction finalization
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 02/14] ddl: synchronize privileges cache with actual data state
` [tarantool-patches] [PATCH v3 03/14] txn: transaction memory allocation
` [tarantool-patches] [PATCH v3 04/14] ddl: place alter structures onto a txn memory region
` [tarantool-patches] [PATCH v3 05/14] txn: get rid of autocommit from a txn structure
` [tarantool-patches] [PATCH v3 06/14] txn: get rid of fiber_gc from txn_rollback
` [tarantool-patches] [PATCH v3 07/14] wal: remove fiber from a journal_entry structure
` [tarantool-patches] [PATCH v3 08/14] wal: enable asyncronous wal writes
` [tarantool-patches] [PATCH v3 09/14] wal: a dedicated wal scheduling fiber
` [tarantool-patches] [PATCH v3 10/14] core: latch_unlock_external routine
` [tarantool-patches] [PATCH v3 11/14] txn: introduce asynchronous txn commit
` [tarantool-patches] [PATCH v3 12/14] txn: handle fiber stop event at transaction level
` [tarantool-patches] [PATCH v3 13/14] applier: apply transaction in parallel
` [tarantool-patches] [PATCH v3 14/14] test: fix flaky test

[tarantool-patches] [PATCH v1] test: Enable http_client test
 2019-06-13 16:56 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] recovery: remove yields from index build and format check
 2019-06-13 16:21 UTC  (2+ messages)

[PATCH v4 0/2] Introduce decimal type to tarantool core
 2019-06-13 16:07 UTC  (6+ messages)
` [PATCH v4 1/2] third-party: add decNumber library
` [PATCH v4 2/2] lib/core: introduce decimal type to tarantool
` [tarantool-patches] [PATCH v4 0/2] Introduce decimal type to tarantool core

[PATCH v3 0/6] box: rework functions machinery
 2019-06-13 14:08 UTC  (7+ messages)
` [PATCH v3 1/6] box: rework func cache update machinery
` [PATCH v3 2/6] box: rework box_lua_{call, eval} to use input port
` [PATCH v3 3/6] box: rework func object as a function frontend
` [PATCH v3 4/6] box: export registered functions in box.func folder
` [PATCH v3 5/6] box: refactor box_lua_find helper
` [PATCH v3 6/6] box: introduce Lua persistent functions

[PATCH v3] core: Non-blocking io.popen
 2019-06-13 12:02 UTC 

[tarantool-patches] [PATCH v1] test: Enable http_client test
 2019-06-13 10:20 UTC  (4+ messages)
` [tarantool-patches] "
    ` [tarantool-patches] "

[tarantool-patches] [PATCH v1] test: replication/misc fix for high load
 2019-06-13  9:50 UTC  (6+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1] Fix static build
 2019-06-13  9:47 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 0/9] sql: set errors in VDBE using diag_set()
 2019-06-13  9:44 UTC  (13+ 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] Re: [PATCH v1 0/9] sql: set errors in VDBE using diag_set()

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

[PATCH v3 0/4] Introduce decimal type to tarantool core
 2019-06-11 16:14 UTC  (4+ messages)
` [PATCH v3 2/4] lib/core: introduce decimal type to tarantool
    ` [tarantool-patches] "

Fwd: Re: [PATCH v3 4/4] decimal: add MessagePack encoding/decoding support
 2019-06-11 16:04 UTC  (2+ messages)
` [tarantool-patches] "

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

[PATCH 00/10] vinyl: don't yield in DDL on_commit triggers
 2019-06-10 15:28 UTC  (11+ messages)
` [PATCH 03/10] vinyl: move vylog recovery to vylog thread
  ` [tarantool-patches] "
` [PATCH 09/10] key_def: pass alloc callback to key_def_dump_parts
  ` [tarantool-patches] "

[PATCH v2 0/9] box: rework functions machinery
 2019-06-10 15:18 UTC  (22+ 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
    ` [tarantool-patches] "
` [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-v3 15/15] Fix flaky test
 2019-06-10  4:27 UTC  (2+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] sql: allow <COLLATE> only for string-like args
 2019-06-09 16:55 UTC  (9+ messages)
` [tarantool-patches] [PATCH 2/2] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/5] SWIM on_member_update
 2019-06-09 16:41 UTC  (18+ messages)
` [tarantool-patches] [PATCH 1/5] test: create isolated ev_loop for swim unit 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 19:54 UTC  (3+ messages)
` [tarantool-patches] "

[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 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] travis-ci: needs blind install for brew python2
 2019-06-07 14:37 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  (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