[Tarantool-patches] [PATCH v2 00/11] ER_READONLY reason
2021-11-15 21:56 UTC (18+ messages)
` [Tarantool-patches] [PATCH v2 01/11] diag: return created error from diag_set()
` [Tarantool-patches] [PATCH v2 10/11] box: enrich ER_READONLY with new details
` [Tarantool-patches] [PATCH v2 11/11] error: report ER_READONLY reason in message
` [Tarantool-patches] [PATCH v2 02/11] uuid: move into libcore
` [Tarantool-patches] [PATCH v2 03/11] error: introduce error_payload
` [Tarantool-patches] [PATCH v2 04/11] error: move code to struct error from ClientError
` [Tarantool-patches] [PATCH v2 05/11] error: use error_payload to store optional members
` [Tarantool-patches] [PATCH v2 06/11] error: use error_payload in MessagePack codecs
` [Tarantool-patches] [PATCH v2 07/11] error: use error_payload in Lua
` [Tarantool-patches] [PATCH v2 08/11] luatest: copy config in cluster:build_server()
` [Tarantool-patches] [PATCH v2 09/11] luatest: add new helpers for 'server' object
` [Tarantool-patches] [PATCH v2 12/11] error: introduce box.info.ro_reason
[Tarantool-patches] [PATCH v1 1/1] sql: define default types for built-in functions
2021-11-15 21:53 UTC (2+ messages)
[Tarantool-patches] [PATCH v1 1/1] sql: introduce DECIMAL to SQL built-in functions
2021-11-15 21:39 UTC (2+ messages)
[Tarantool-patches] [PATCH v1 1/1] sql: add changelog for gh-3174
2021-11-15 16:51 UTC
[Tarantool-patches] [PATCH v1 0/2] Introduce field type MAP to SQL
2021-11-15 16:46 UTC (7+ messages)
` [Tarantool-patches] [PATCH v1 1/2] sql: introduce field type MAP
` [Tarantool-patches] [PATCH v1 2/2] sql: introduce MAP() function
[Tarantool-patches] [PATCH v1 0/2] Introduce field type ARRAY to SQL
2021-11-15 16:40 UTC (12+ messages)
` [Tarantool-patches] [PATCH v1 1/2] sql: introduce field type ARRAY
` [Tarantool-patches] [PATCH v1 2/2] sql: introduce ARRAY() function
[Tarantool-patches] [PATCH v1 0/2] Introduce mem_snprintf()
2021-11-15 16:06 UTC (3+ messages)
` [Tarantool-patches] [PATCH v1 1/2] sql: omit quotes for UUID values in errors
` [Tarantool-patches] [PATCH v1 2/2] sql: introduce mem_snprintf()
[Tarantool-patches] [PATCH] sql: Replace naive position alg with KMP
2021-11-14 9:13 UTC
[Tarantool-patches] [PATCH luajit v4 0/4] memprof: group allocations on traces by traceno
2021-11-12 13:34 UTC (13+ messages)
` [Tarantool-patches] [PATCH luajit v4 1/4] test: separate memprof Lua API tests into subtests
` [Tarantool-patches] [PATCH luajit v4 2/4] memprof: refactor location parsing
` [Tarantool-patches] [PATCH luajit v4 3/4] memprof: group allocations on traces by traceno
` [Tarantool-patches] [PATCH luajit v4 4/4] memprof: add info about trace start to symtab
[Tarantool-patches] [PATCH 0/9] ER_READONLY reason
2021-11-12 6:31 UTC (24+ messages)
` [Tarantool-patches] [PATCH 1/9] diag: return created error from diag_set()
` [Tarantool-patches] [PATCH 2/9] error: introduce error_payload
` [Tarantool-patches] [PATCH 3/9] error: move code to struct error from ClientError
` [Tarantool-patches] [PATCH 4/9] error: use error_payload to store optional members
` [Tarantool-patches] [PATCH 5/9] error: use error_payload in MessagePack codecs
` [Tarantool-patches] [PATCH 6/9] error: use error_payload in Lua
` [Tarantool-patches] [PATCH 7/9] luatest: copy config in cluster:build_server()
` [Tarantool-patches] [PATCH 8/9] luatest: add new helpers for 'server' object
` [Tarantool-patches] [PATCH 9/9] box: enrich ER_READONLY with new details
[Tarantool-patches] [PATCH luajit v3 0/3] fix math.min/max inconsistencies
2021-11-11 22:58 UTC (4+ messages)
` [Tarantool-patches] [PATCH luajit v3 1/3] Fix math.min()/math.max() inconsistencies
` [Tarantool-patches] [PATCH luajit v3 2/3] Don't compile math.modf() anymore
` [Tarantool-patches] [PATCH luajit v3 3/3] Cleanup math function compilation and fix inconsistencies
[Tarantool-patches] [PATCH v3] replication: the truncate method called from within a transaction
2021-11-11 16:17 UTC (5+ messages)
[Tarantool-patches] [PATCH v3] replication: removing anonymous replicas from synchro quorum
2021-11-11 15:04 UTC (5+ messages)
[Tarantool-patches] [PATCH v1 0/3] Introduce field type ANY to SQL
2021-11-11 11:30 UTC (5+ messages)
` [Tarantool-patches] [PATCH v1 1/3] sql: properly set INTEGER type in struct Expr
` [Tarantool-patches] [PATCH v1 2/3] sql: use field_type_MAX instead of FIELD_TYPE_ANY
` [Tarantool-patches] [PATCH v1 3/3] sql: introduce field type ANY
[Tarantool-patches] [PATCH v1 00/21] Refactor non-standard and non-aggragate functions
2021-11-11 11:00 UTC (23+ messages)
` [Tarantool-patches] [PATCH v1 01/21] sql: rework CHAR() function
` [Tarantool-patches] [PATCH v1 02/21] sql: refactor GREATEST() and LEAST() functions
` [Tarantool-patches] [PATCH v1 03/21] sql: refactor HEX() function
` [Tarantool-patches] [PATCH v1 04/21] sql: refactor LENGTH() function
` [Tarantool-patches] [PATCH v1 05/21] sql: refactor PRINTF() function
` [Tarantool-patches] [PATCH v1 06/21] sql: refactor RANDOM() function
` [Tarantool-patches] [PATCH v1 07/21] sql: rework RANDOMBLOB() function
` [Tarantool-patches] [PATCH v1 08/21] sql: refactor ZEROBLOB() function
` [Tarantool-patches] [PATCH v1 09/21] sql: refactor TYPEOF() function
` [Tarantool-patches] [PATCH v1 10/21] sql: refactor ROUND() function
` [Tarantool-patches] [PATCH v1 11/21] sql: refactor ROW_COUNT() function
` [Tarantool-patches] [PATCH v1 12/21] sql: rework UUID() function
` [Tarantool-patches] [PATCH v1 13/21] sql: refactor VERSION() function
` [Tarantool-patches] [PATCH v1 14/21] sql: refactor UNICODE() function
` [Tarantool-patches] [PATCH v1 15/21] sql: refactor SOUNDEX() function
` [Tarantool-patches] [PATCH v1 16/21] sql: refactor REPLACE() function
` [Tarantool-patches] [PATCH v1 17/21] sql: refactor QUOTE() function
` [Tarantool-patches] [PATCH v1 18/21] sql: remove unused code
` [Tarantool-patches] [PATCH v1 19/21] sql: remove MEM_Dyn flag
` [Tarantool-patches] [PATCH v1 20/21] sql: remove MEM_Term flag
` [Tarantool-patches] [PATCH v1 21/21] sql: make arguments to be const
[Tarantool-patches] [PATCH v1 0/8] Rework standard function
2021-11-11 10:59 UTC (10+ messages)
` [Tarantool-patches] [PATCH v1 1/8] sql: refactor ABS() funcion
` [Tarantool-patches] [PATCH v1 2/8] sql: rework CHAR_LENGTH() function
` [Tarantool-patches] [PATCH v1 3/8] sql: refactor UPPER() and LOWER() functions
` [Tarantool-patches] [PATCH v1 4/8] sql: refactor NULLIF() function
` [Tarantool-patches] [PATCH v1 5/8] sql: rework TRIM() function
` [Tarantool-patches] [PATCH v1 6/8] sql: rework POSITION() function
` [Tarantool-patches] [PATCH v1 7/8] sql: rework SUBSTR() function
` [Tarantool-patches] [PATCH v1 8/8] sql: refactor LIKE() function
[Tarantool-patches] [PATCH luajit v2] test: adapt tests checking debug line hook trace
2021-11-10 19:20 UTC
[Tarantool-patches] [PATCH] tuple: make tuple_bless() compilable
2021-11-10 12:31 UTC (5+ messages)
[Tarantool-patches] [PATCH v1 0/3] Introduce field type ANY to SQL
2021-11-09 23:48 UTC (5+ messages)
` [Tarantool-patches] [PATCH v1 1/3] sql: properly set INTEGER type in struct Expr
` [Tarantool-patches] [PATCH v1 2/3] sql: use field_type_MAX instead of FIELD_TYPE_ANY
` [Tarantool-patches] [PATCH v1 3/3] sql: introduce field type ANY
[Tarantool-patches] [PATCH luajit] test: adapt tests checking traceback in tail call
2021-11-09 16:59 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit] Fix frame traversal for __gc handler frames
2021-11-08 10:42 UTC (5+ messages)
[Tarantool-patches] [PATCH v1 1/1] sql: introduce literals for DECIMAL
2021-11-03 9:55 UTC (2+ messages)
[Tarantool-patches] [PATCH v1 00/21] Refactor non-standard and non-aggragate functions
2021-11-02 22:15 UTC (24+ messages)
` [Tarantool-patches] [PATCH v1 01/21] sql: refactor CHAR() function
` [Tarantool-patches] [PATCH v1 04/21] sql: refactor LENGTH() function
` [Tarantool-patches] [PATCH v1 14/21] sql: refactor UNICODE() function
` [Tarantool-patches] [PATCH v1 19/21] sql: remove MEM_Dyn flag
` [Tarantool-patches] [PATCH v1 20/21] sql: remove MEM_Term flag
[Tarantool-patches] [PATCH v4 00/16] sql: refactor aggregate functions
2021-11-02 10:36 UTC (18+ messages)
` [Tarantool-patches] [PATCH v4 01/16] sql: remove MEM_Zero flag from struct MEM
` [Tarantool-patches] [PATCH v4 02/16] sql: fix possible undefined behavior during cast
` [Tarantool-patches] [PATCH v4 03/16] sql: use register P1 for number of arguments
` [Tarantool-patches] [PATCH v4 04/16] sql: remove AggStep0 and OP_BuiltinFunction0
` [Tarantool-patches] [PATCH v4 05/16] sql: move collation to struct sql_context
` [Tarantool-patches] [PATCH v4 06/16] sql: introduce mem_append()
` [Tarantool-patches] [PATCH v4 07/16] sql: remove sql_vdbemem_finalize()
` [Tarantool-patches] [PATCH v4 08/16] sql: refactor SUM() function
` [Tarantool-patches] [PATCH v4 09/16] sql: refactor TOTAL() function
` [Tarantool-patches] [PATCH v4 10/16] sql: refactor AVG() function
` [Tarantool-patches] [PATCH v4 11/16] sql: refactor COUNT() function
` [Tarantool-patches] [PATCH v4 12/16] sql: refactor MIN() and MAX() functions
` [Tarantool-patches] [PATCH v4 13/16] sql: refactor GROUP_CONCAT() function
` [Tarantool-patches] [PATCH v4 14/16] sql: remove copying of result in finalizers
` [Tarantool-patches] [PATCH v4 15/16] sql: remove MEM_TYPE_AGG
` [Tarantool-patches] [PATCH v4 16/16] sql: remove field argv from struct sql_context
[Tarantool-patches] [PATCH v1 0/8] Rework standard function
2021-11-01 13:38 UTC (31+ messages)
` [Tarantool-patches] [PATCH v1 1/8] sql: refactor ABS() funcion
` [Tarantool-patches] [PATCH v1 2/8] sql: refactor CHAR_LENGTH() function
` [Tarantool-patches] [PATCH v1 5/8] sql: rework TRIM() function
` [Tarantool-patches] [PATCH v1 6/8] sql: rework POSITION() function
` [Tarantool-patches] [PATCH v1 7/8] sql: rework SUBSTR() function
` [Tarantool-patches] [PATCH v1 8/8] sql: refactor LIKE() function
[Tarantool-patches] [PATCH luajit v4 0/2] memprof: add demangling capabilities for C functions
2021-10-30 13:25 UTC (3+ messages)
` [Tarantool-patches] [PATCH luajit v4 1/2] memprof: extend symtab with C-symbols
` [Tarantool-patches] [PATCH luajit v4 2/2] memprof: update memprof parser
[Tarantool-patches] [PATCH luajit] Fix FOLD rule for strength reduction of widening
2021-10-29 7:49 UTC (5+ messages)
[Tarantool-patches] [PATCH v3 0/2] replication: fix reconnect on box.cfg.replication change
2021-10-27 14:00 UTC (7+ messages)
` [Tarantool-patches] [PATCH v3 1/2] replicaiton: make anon replica connect to quorum upon reconfiguration
` [Tarantool-patches] [PATCH v3 2/2] replication: fix replica disconnect "
[Tarantool-patches] [PATCH luajit] ARM64: Fix assembly of HREFK
2021-10-27 13:02 UTC
[Tarantool-patches] [PATCH v4 00/16] sql: refactor aggregate functions
2021-10-25 20:58 UTC (2+ messages)
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