Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH luajit] Fix bytecode register allocation for comparisons
 2021-08-17  7:36 UTC  (9+ messages)

[Tarantool-patches] [PATCH v2 0/2] allow upgrading from version 1.6
 2021-08-17  7:28 UTC  (18+ messages)
` [Tarantool-patches] [PATCH v2 1/2] lua: introduce table.equals method
` [Tarantool-patches] [PATCH v2 2/2] box: allow upgrading from version 1.6

[Tarantool-patches] [PATCH v2 0/2] fix a couple of flaky tests
 2021-08-17  7:21 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v2 1/2] applier: fix upstream.lag calculations
` [Tarantool-patches] [PATCH v2 2/2] replication: fix flaky election_basic test

[Tarantool-patches] [PATCH v1 0/4] Introduce DECIMAL to SQL
 2021-08-16 19:48 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v1 1/4] decimal: introduce decimal_is_neg()
` [Tarantool-patches] [PATCH v1 2/4] sql: introduce field type decimal
` [Tarantool-patches] [PATCH v1 3/4] sql: introduce cast for decimal
` [Tarantool-patches] [PATCH v1 4/4] sql: introduce decimal to arithmetic

[Tarantool-patches] [PATCH luajit] luajit-gdb: support dualnum mode
 2021-08-16 16:23 UTC  (10+ messages)
    ` [Tarantool-patches] [PATCH luajit v2] "

[Tarantool-patches] [PATCH v1 1/1] schema: remove assert on wrong insert into _priv
 2021-08-16 16:13 UTC 

[Tarantool-patches] [PATCH v1 00/10] Check types of SQL built-in functions arguments
 2021-08-16 13:53 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v1 01/10] sql: modify signature of TRIM()
` [Tarantool-patches] [PATCH v1 02/10] sql: rework SQL built-in functions hash table
` [Tarantool-patches] [PATCH v1 03/10] sql: check number of arguments during parsing
` [Tarantool-patches] [PATCH v1 04/10] sql: static type check for SQL built-in functions
` [Tarantool-patches] [PATCH v1 05/10] sql: runtime "
` [Tarantool-patches] [PATCH v1 06/10] sql: enable types checking for some functions
` [Tarantool-patches] [PATCH v1 07/10] sql: fix result type of min() and max() functions
` [Tarantool-patches] [PATCH v1 08/10] sql: check argument types of sum(), avg(), total()
` [Tarantool-patches] [PATCH v1 09/10] sql: fix quote() function
` [Tarantool-patches] [PATCH v1 10/10] sql: arguments check for string value functions

[Tarantool-patches] [PATCH] net.box: allow to store user-defined fields in future object
 2021-08-16 11:35 UTC  (15+ messages)
    ` [Tarantool-patches] [PATCH v2] "
    ` [Tarantool-patches] [PATCH v3] "

[Tarantool-patches] [PATCH] net.box: do not yield in future.wait_result(0)
 2021-08-16 10:47 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v2] "

[Tarantool-patches] [PATCH luajit] core: fix cur_L restoration on error throw
 2021-08-16 10:19 UTC 

[Tarantool-patches] [PATCH v1 1/1] sql: define ephemeral space fields
 2021-08-16  8:57 UTC  (4+ messages)

[Tarantool-patches] [PATCH v5 0/8] Initial datetime implementation
 2021-08-16  0:20 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v5 1/8] build: add Christian Hansen c-dt to the build
` [Tarantool-patches] [PATCH v5 2/8] lua: built-in module datetime
` [Tarantool-patches] [PATCH v5 3/8] lua, datetime: display datetime
` [Tarantool-patches] [PATCH v5 4/8] box, datetime: messagepack support for datetime
` [Tarantool-patches] [PATCH v5 5/8] box, datetime: datetime comparison for indices
` [Tarantool-patches] [PATCH v5 6/8] lua, datetime: time intervals support
` [Tarantool-patches] [PATCH v5 7/8] datetime: perf test for datetime parser
` [Tarantool-patches] [PATCH v5 8/8] datetime: changelog for datetime module

[Tarantool-patches] [PATCH v3 0/9] Initial datetime support
 2021-08-15 20:52 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v3 2/9] lua: built-in module datetime

[Tarantool-patches] [PATCH luajit v2] memprof: report JIT-side allocations as internal
 2021-08-14 11:24 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit v2 0/2] memprof: group allocations on traces by trace number
 2021-08-14 11:03 UTC  (5+ messages)
` [Tarantool-patches] [PATCH luajit v2 1/2] memprof: dump traceno if allocate from trace
` [Tarantool-patches] [PATCH luajit v2 2/2] memprof: extend symtab with info about traces

[Tarantool-patches] [PATCH] lua: refactor port_lua_do_dump and encode_lua_call
 2021-08-14 10:16 UTC  (8+ messages)

[Tarantool-patches] [PATCH] applier: fix upstream.lag calculations
 2021-08-14  8:03 UTC  (3+ messages)

[Tarantool-patches] [PATCH] net.box: add __serialize and __tostring methods for future objects
 2021-08-13 17:41 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1 0/7] Rework SCALAR and NUMBER types in SQL
 2021-08-13 16:08 UTC  (9+ messages)
` [Tarantool-patches] [PATCH v1 1/7] sql: remove enum field_type from struct Mem
` [Tarantool-patches] [PATCH v1 2/7] sql: re-introduce NUMBER and SCALAR meta-types
` [Tarantool-patches] [PATCH v1 3/7] sql: disallow implicit cast from NUMBER and SCALAR
` [Tarantool-patches] [PATCH v1 4/7] sql: disallow arithmetic for "
` [Tarantool-patches] [PATCH v1 5/7] sql: disallow bitwise "
` [Tarantool-patches] [PATCH v1 6/7] sql: disallow concatination for SCALAR
` [Tarantool-patches] [PATCH v1 7/7] sql: fix comparison with SCALAR value

[Tarantool-patches] [PATCH] box: allow upgrading from version 1.6
 2021-08-13 10:47 UTC  (7+ messages)

[Tarantool-patches] [PATCH v4 0/9] implement iproto streams
 2021-08-13  7:44 UTC  (15+ messages)
` [Tarantool-patches] [PATCH v4 1/9] xrow: remove unused call_request::header
` [Tarantool-patches] [PATCH v4 2/9] iproto: clear request::header for client requests
` [Tarantool-patches] [PATCH v4 3/9] iproto: implement stream id in binary iproto protocol
` [Tarantool-patches] [PATCH v4 4/9] salad: fix segfault in case when mhash table allocation failure
` [Tarantool-patches] [PATCH v4 5/9] iproto: implement streams in iproto
` [Tarantool-patches] [PATCH v4 6/9] net.box: add stream support to net.box
` [Tarantool-patches] [PATCH v4 7/9] iproto: add RAFT prefix for all requests related to 'raft'
` [Tarantool-patches] [PATCH v4 8/9] iproto: implement interactive transactions over iproto streams
` [Tarantool-patches] [PATCH v4 9/9] net.box: add interactive transaction support in net.box

[Tarantool-patches] [PATCH v4 0/7] Initial datetime support
 2021-08-12 23:03 UTC  (9+ messages)
` [Tarantool-patches] [PATCH v4 1/7] build: add Christian Hansen c-dt to the build
` [Tarantool-patches] [PATCH v4 2/7] lua: built-in module datetime
` [Tarantool-patches] [PATCH v4 3/7] lua, datetime: display datetime
` [Tarantool-patches] [PATCH v4 4/7] box, datetime: messagepack support for datetime
` [Tarantool-patches] [PATCH v4 5/7] box, datetime: datetime comparison for indices
` [Tarantool-patches] [PATCH v4 6/7] lua, datetime: time intervals support
` [Tarantool-patches] [PATCH v4 7/7] datetime: changelog for datetime module

[Tarantool-patches] [PATCH v1 0/7] Rework SCALAR and NUMBER types in SQL
 2021-08-12 22:23 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v1 1/7] sql: remove enum field_type from struct Mem
` [Tarantool-patches] [PATCH v1 2/7] sql: re-introduce NUMBER and SCALAR meta-types
` [Tarantool-patches] [PATCH v1 3/7] sql: disallow implicit cast from NUMBER and SCALAR
` [Tarantool-patches] [PATCH v1 4/7] sql: disallow arithmetic for "
` [Tarantool-patches] [PATCH v1 5/7] sql: disallow bitwise "
` [Tarantool-patches] [PATCH v1 6/7] sql: disallow concatination for SCALAR
` [Tarantool-patches] [PATCH v1 7/7] sql: fix comparison with SCALAR value

[Tarantool-patches] [PATCH v1 1/1] sql: define format of ephemeral spaces
 2021-08-12 21:49 UTC  (6+ messages)

[Tarantool-patches] [PATCH] luajit: proxy -j and -b flags
 2021-08-12 17:53 UTC 

[Tarantool-patches] [PATCH v10 0/4] limbo: implement packets filtering
 2021-08-12 16:59 UTC  (16+ messages)
` [Tarantool-patches] [PATCH v10 2/4] limbo: order access to the limbo terms
` [Tarantool-patches] [PATCH v10 3/4] limbo: filter incoming synchro requests

[Tarantool-patches] [PATCH v5 0/9] implement iproto streams
 2021-08-12 11:16 UTC  (2+ messages)
` [Tarantool-patches] [PATCH v5 8/9] iproto: implement interactive transactions over "

[Tarantool-patches] [PATCH] replication: fix flaky gh-3055-election-promote test
 2021-08-12 10:58 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/4] fiber: keep reference to userdata if fiber created once
 2021-08-11 20:33 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 1/4] fiber: rename ref to fiber_ref
` [Tarantool-patches] [PATCH 2/4] fiber: pass struct fiber into lbox_pushfiber instead of id
` [Tarantool-patches] [PATCH 3/4] fiber: keep reference to userdata if fiber created once
` [Tarantool-patches] [PATCH 4/4] fiber: allocate on_stop triggers using mempool

[Tarantool-patches] [PATCH] test: fix box-py/args.test.py for new release policy
 2021-08-11 15:49 UTC 

[Tarantool-patches] [PATCH v3 0/8] implement iproto streams
 2021-08-11 12:47 UTC  (14+ messages)
` [Tarantool-patches] [PATCH v3 1/8] xrow: remove unused call_request::header
` [Tarantool-patches] [PATCH v3 2/8] iproto: clear request::header for client requests
` [Tarantool-patches] [PATCH v3 3/8] iproto: implement stream id in binary iproto protocol
` [Tarantool-patches] [PATCH v3 4/8] salad: fix segfault in case when mhash table allocation failure
` [Tarantool-patches] [PATCH v3 5/8] iproto: implement streams in iproto
` [Tarantool-patches] [PATCH v3 6/8] net.box: add stream support to net.box
` [Tarantool-patches] [PATCH v3 7/8] iproto: implement interactive transactions over iproto streams
` [Tarantool-patches] [PATCH v3 8/8] net.box: add interactive transaction support in net.box

[Tarantool-patches] [PATCH luajit] ARM64: Fix write barrier in BC_USETS
 2021-08-11  7:22 UTC  (8+ messages)

[Tarantool-patches] [PATCH luajit 0/2] arm64: fix 48-bit addresses issues
 2021-08-11  7:21 UTC  (9+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] Add support for full-range 64 bit lightuserdata

[Tarantool-patches] [PATCH] replication: fill replicaset.applier.vclock after local recovery
 2021-08-11  6:17 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 0/6] Remove SQL built-in functions from _func
 2021-08-10 13:12 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox