[tarantool-patches] [PATCH v4 0/9] Parallel applier
2019-06-19 21:23 UTC (9+ messages)
` [tarantool-patches] [PATCH v4 1/9] txn: handle fiber stop event at transaction level
` [tarantool-patches] [PATCH v4 2/9] core: latch_steal routine
` [tarantool-patches] [PATCH v4 3/9] txn: get rid of autocommit from a txn structure
` [tarantool-patches] [PATCH v4 4/9] txn: get rid of fiber_gc from txn_rollback
` [tarantool-patches] [PATCH v4 5/9] wal: a dedicated wal scheduling fiber
` [tarantool-patches] [PATCH v4 6/9] wal: introduce a journal entry finalization callback
` [tarantool-patches] [PATCH v4 7/9] txn: introduce asynchronous txn commit
` [tarantool-patches] [PATCH v4 8/9] applier: apply transaction in parallel
[tarantool-patches] [PATCH 1/1] swim: deliver incarnation update on URI reconfig
2019-06-19 20:30 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] lua: lsocket_tcp_receive behavior fixed
2019-06-19 20:15 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 00/28] sql: Remove SQL error system
2019-06-19 19:11 UTC (55+ 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
[PATCH v3 0/6] box: rework functions machinery
2019-06-19 18:30 UTC (26+ messages)
` [PATCH v3 1/6] box: rework func cache update machinery
` [tarantool-patches] "
` [PATCH v3 2/6] box: rework box_lua_{call, eval} to use input port
` [tarantool-patches] "
` [tarantool-patches] "
` [PATCH v3 3/6] box: rework func object as a function frontend
` [tarantool-patches] "
` [PATCH v3 4/6] box: export registered functions in box.func folder
` [tarantool-patches] "
` [PATCH v3 5/6] box: refactor box_lua_find helper
` [tarantool-patches] "
` [PATCH v3 6/6] box: introduce Lua persistent functions
` [tarantool-patches] "
[PATCH] vinyl: don't yield in on_commit and on_rollback triggers
2019-06-19 18:23 UTC (2+ messages)
` [tarantool-patches] "
[PATCH 0/2] decimal: expose decimal module to lua
2019-06-19 15:58 UTC (3+ messages)
` [PATCH 1/2] lua/utils: add a function to register FFI metatypes
` [PATCH 2/2] decimal: expose decimal type to lua
[tarantool-patches] [PATCH v4 0/2] Implement Gitlab-ci testing process
2019-06-19 14:56 UTC (4+ messages)
` [tarantool-patches] [PATCH v4] "
` [tarantool-patches] [PATCH v4 1/2] Temporary disabled on_shutdown.test.lua test
` [tarantool-patches] [PATCH v4 2/2] Implement Gitlab-ci testing process
[tarantool-patches] [PATCH] ddl: No replication for temp and local spaces
2019-06-19 12:48 UTC
[PATCH v3] core: Non-blocking io.popen
2019-06-19 11:36 UTC (3+ messages)
[PATCH v2 0/3] netbox: define formats for tuple from netbox
2019-06-19 10:34 UTC (4+ messages)
` [PATCH v2 1/3] netbox: store method_encoder args in request
` [PATCH v2 2/3] lua: internal function to parse space format
` [PATCH v2 3/3] netbox: define formats for tuple from netbox
[tarantool-patches] [PATCH v2 1/2] Gitlab-ci updated after reiview - w/o perf
2019-06-19 6:52 UTC (3+ messages)
` [tarantool-patches] "
` [tarantool-patches] "
[tarantool-patches] [PATCH v3 0/2] Implement Gitlab-ci testing process
2019-06-19 6:47 UTC (3+ messages)
` [tarantool-patches] [PATCH v3 1/2] Temporary disabled on_shutdown.test.lua test
` [tarantool-patches] [PATCH v3 2/2] Implement Gitlab-ci testing process
[PATCH] lua: escape trigraphs in bundled lua sources
2019-06-18 17:00 UTC (2+ messages)
[PATCH] vinyl: fix assertion failure in vy_tx_handle_deferred_delete
2019-06-18 13:45 UTC (3+ messages)
` [tarantool-patches] "
[PATCH v1 0/2] netbox: define formats for tuple from netbox
2019-06-18 9:00 UTC (12+ 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-17 10:02 UTC (2+ messages)
[tarantool-patches] [PATCH v3 00/14] Parallel applier
2019-06-16 16:38 UTC (39+ messages)
` [tarantool-patches] [PATCH v3 01/14] txn: Fire a trigger after a transaction finalization
` [tarantool-patches] [PATCH v3 02/14] ddl: synchronize privileges cache with actual data state
` [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] "
` [tarantool-patches] [PATCH v3 06/14] txn: get rid of fiber_gc from txn_rollback
` [tarantool-patches] "
` [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] httpc: fix bug with segfault by wrong headers
2019-06-16 15:24 UTC
[PATCH 00/10] vinyl: don't yield in DDL on_commit triggers
2019-06-16 14:57 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] "
[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] travis-ci: deploy packages from tagged revisions
2019-06-14 16:44 UTC
[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] 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 (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 0/9] sql: set errors in VDBE using diag_set()
2019-06-13 9:44 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/6] Introduce UNSIGNED type in SQL
2019-06-11 21:11 UTC (11+ 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] "
[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 v2 0/9] box: rework functions machinery
2019-06-10 15:18 UTC (11+ messages)
` [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
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox