Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v1 1/1] sql: fix error on copy empty string in mem_copy()
 2021-08-30 21:32 UTC  (6+ messages)

[Tarantool-patches] [PATCH v1 1/1] sql: allow to bind DECIMAL values
 2021-08-30 21:26 UTC  (6+ messages)

[Tarantool-patches] [PATCH 0/2] replication: fix uninitialized replica_version_id access
 2021-08-30 14:55 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/2] box: remove unused variable in process_register()
` [Tarantool-patches] [PATCH 2/2] box: fix uninitialized access to version_id in process_subscribe()

[Tarantool-patches] [PATCH luajit v2 0/3] memprof: add demangling capabilities for C functions
 2021-08-30 14:10 UTC  (7+ messages)
` [Tarantool-patches] [PATCH luajit v2 1/3] utils: add CRC32 hash implementation
` [Tarantool-patches] [PATCH luajit v2 2/3] memprof: extend symtab with information about .so libs
` [Tarantool-patches] [PATCH luajit v2 3/3] memprof: update memprof parser

[Tarantool-patches] [PATCH v1 1/1] sql: fix a segfault in hex() on receiving zeroblob
 2021-08-30  6:30 UTC 

[Tarantool-patches] [PATCH v1 1/1] sql: fix a segfault in hex() on receiving zeroblob
 2021-08-30  6:20 UTC 

[Tarantool-patches] [PATCH v1 1/1] sql: fix comparison between DECIMAL and big DOUBLE
 2021-08-30  6:13 UTC 

[Tarantool-patches] [PATCH v1 1/1] sql: fix a segfault in hex() on receiving zeroblob
 2021-08-27 21:52 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1 1/1] sql: fix a segfault in hex() on receiving zeroblob
 2021-08-27 21:31 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1 1/1] sql: fix comparison between big DOUBLE and DECIMAL
 2021-08-27 21:24 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1 1/1] sql: Throw an error when getting an unknown MP_EXT
 2021-08-27 12:30 UTC  (3+ messages)

[Tarantool-patches] [PATCH] replication: the truncate method called from within a transaction
 2021-08-27 12:19 UTC 

[Tarantool-patches] [PATCH 0/4] fiber: keep reference to userdata if fiber created once
 2021-08-26 20:15 UTC  (9+ messages)
` [Tarantool-patches] [PATCH 3/4] "
` [Tarantool-patches] [PATCH 4/4] fiber: allocate on_stop triggers using mempool

[Tarantool-patches] [PATCH] net.box: add __serialize and __tostring methods for future objects
 2021-08-26 15:05 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v2] "

[Tarantool-patches] [PATCH] replication: the truncate method called from within a transaction
 2021-08-25 12:45 UTC  (2+ messages)

[Tarantool-patches] [PATCH v6 0/5] Initial datetime implementation
 2021-08-24 21:13 UTC  (20+ messages)
` [Tarantool-patches] [PATCH v6 1/5] build, lua: built-in module datetime
` [Tarantool-patches] [PATCH v6 2/5] box, datetime: messagepack support for datetime
` [Tarantool-patches] [PATCH v6 3/5] box, datetime: datetime comparison for indices
` [Tarantool-patches] [PATCH v6 4/5] datetime: perf test for datetime parser
` [Tarantool-patches] [PATCH v6 5/5] datetime: changelog for datetime module

[Tarantool-patches] [PATCH luajit v1] memprof: enrich symtab when new trace is allocated
 2021-08-24 14:55 UTC 

[Tarantool-patches] [PATCH luajit v1 0/4] memprof: enrich symtab when meeting new prototype
 2021-08-24 14:16 UTC  (6+ messages)
` [Tarantool-patches] [PATCH luajit v1 1/4] "
` [Tarantool-patches] [PATCH luajit v1 2/4] memprof: demangle symbols on the spot
` [Tarantool-patches] [PATCH luajit v1 3/4] memprof: substitute long proto names with aliases
` [Tarantool-patches] [PATCH luajit v1 4/4] luajit: change order of modules

[Tarantool-patches] [PATCH v10 0/4] limbo: implement packets filtering
 2021-08-23 11:41 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v10 2/4] limbo: order access to the limbo terms

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

[Tarantool-patches] [PATCH v2 0/5] Prepare for static arguments type check
 2021-08-21  0:27 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v2 1/5] sql: modify arithmetic aggregate functions
` [Tarantool-patches] [PATCH v2 2/5] sql: introduce SQL built-in functions to parser
` [Tarantool-patches] [PATCH v2 3/5] sql: separate functions in parser
` [Tarantool-patches] [PATCH v2 4/5] sql: separate function flags from functions
` [Tarantool-patches] [PATCH v2 5/5] sql: encapsulate SQL built-in functions opcodes

[Tarantool-patches] [PATCH] memprof: introduce a CLI flag to run dump parser
 2021-08-20 15:49 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] Fix string.char() recording with no arguments
 2021-08-20 15:48 UTC 

[Tarantool-patches] [PATCH luajit v3 0/4] memprof: group allocations on traces by trace number
 2021-08-20  7:05 UTC  (6+ messages)
` [Tarantool-patches] [PATCH luajit v3 1/5] core: add const to lj_debug_line proto parameter
` [Tarantool-patches] [PATCH luajit v3 2/5] test: separate memprof Lua API tests into subtests
` [Tarantool-patches] [PATCH luajit v3 3/5] memprof: dump traceno if allocate from trace
` [Tarantool-patches] [PATCH luajit v3 4/5] memprof: extend symtab with info about traces
` [Tarantool-patches] [PATCH luajit v3 5/5] luajit: change order of modules

[Tarantool-patches] [PATCH v1 0/9] Check types of SQL built-in functions arguments
 2021-08-19 16:16 UTC  (13+ messages)
` [Tarantool-patches] [PATCH v1 1/9] sql: modify signature of TRIM()
` [Tarantool-patches] [PATCH v1 2/9] sql: rework SQL built-in functions hash table
` [Tarantool-patches] [PATCH v1 3/9] sql: check number of arguments during parsing
` [Tarantool-patches] [PATCH v1 4/9] sql: static type check for SQL built-in functions
` [Tarantool-patches] [PATCH v1 5/9] sql: runtime "
` [Tarantool-patches] [PATCH v1 6/9] sql: enable types checking for some functions
` [Tarantool-patches] [PATCH v1 7/9] sql: fix result type of min() and max() functions
` [Tarantool-patches] [PATCH v1 8/9] sql: check argument types of sum(), avg(), total()
` [Tarantool-patches] [PATCH v1 9/9] sql: arguments check for string value functions

[Tarantool-patches] [PATCH] test: enable all Tarantool tests for Odroid
 2021-08-19 12:04 UTC 

[Tarantool-patches] [PATCH v1 00/10] Check types of SQL built-in functions arguments
 2021-08-19 11:49 UTC  (2+ messages)

[Tarantool-patches] [PATCH] test: enable all LuaJIT tests for M1
 2021-08-19  8:24 UTC  (6+ messages)

[Tarantool-patches] [PATCH luajit] ARM64: Fix exit stub patching
 2021-08-19  8:24 UTC  (7+ messages)

[Tarantool-patches] [PATCH luajit] core: fix cur_L restoration on error throw
 2021-08-19  8:23 UTC  (8+ messages)
` [Tarantool-patches] [PATCH luajit v2] "

[Tarantool-patches] [PATCH v2 0/5] Change structure of SQL-built-in functions
 2021-08-19  5:31 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v2 1/5] sql: remove OP_BuiltinFunction0 and OP_AggStep0
` [Tarantool-patches] [PATCH v2 2/5] sql: remove unnecessary MEM finalization
` [Tarantool-patches] [PATCH v2 3/5] sql: remove struct func from struct sql_context
` [Tarantool-patches] [PATCH v2 4/5] sql: do not use struct func for finalization
` [Tarantool-patches] [PATCH v2 5/5] sql: remove unused code

[Tarantool-patches] [PATCH v1 1/1] sql: fix quote() function
 2021-08-18 19:04 UTC  (4+ messages)

[Tarantool-patches] [PATCH v5 0/8] Initial datetime implementation
 2021-08-18 17:18 UTC  (50+ 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 v1 0/4] Introduce DECIMAL to SQL
 2021-08-18 16:54 UTC  (16+ 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 v1 0/7] Rework SCALAR and NUMBER types in SQL
 2021-08-18 12:29 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 0/2] Define field types in ephemeral spaces
 2021-08-18 12:18 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v2 2/2] sql: define ephemeral space fields

[Tarantool-patches] [PATCH v1 1/1] sql: modify signature of TRIM()
 2021-08-17 12:50 UTC 

[Tarantool-patches] [PATCH v1 1/1] schema: remove assert on wrong insert into _priv
 2021-08-17 12:32 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