Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH 2/3] replication: test clear_synchro_queue function
 2020-08-25 12:49 UTC  (3+ messages)

[Tarantool-patches] [PATCH v3] tuple: drop extra restrictions for multikey index
 2020-08-25  9:42 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] asan: fix leak in AccessDeniedError
 2020-08-24 22:01 UTC  (2+ messages)

[Tarantool-patches] [PATCH msgpack v1] test: correct buffer size to fix ASAN error
 2020-08-24 21:49 UTC  (2+ messages)

[Tarantool-patches] [PATCH 1/1] box: introduce space:alter()
 2020-08-24 21:40 UTC  (4+ messages)

[Tarantool-patches] [PATCH v9 0/7] qsync: write CONFIRM/ROLLBACK without txn engine
 2020-08-24 21:16 UTC  (20+ messages)
` [Tarantool-patches] [PATCH v9 1/7] journal: bind asynchronous write completion to an entry
` [Tarantool-patches] [PATCH v9 2/7] journal: add journal_entry_create helper
` [Tarantool-patches] [PATCH v9 3/7] qsync: provide a binary form of syncro entries
` [Tarantool-patches] [PATCH v9 4/7] qsync: direct write of CONFIRM/ROLLBACK into a journal
` [Tarantool-patches] [PATCH v9 5/7] applier: process synchro requests without txn engine
` [Tarantool-patches] [PATCH v9 6/7] txn: txn_add_redo -- drop synchro processing
` [Tarantool-patches] [PATCH v9 7/7] xrow: drop xrow_header_dup_body

[Tarantool-patches] [PATCH] build: refactor static build process
 2020-08-24  8:44 UTC  (5+ messages)

[Tarantool-patches] [PATCH] exports: allow to use json tools via FFI
 2020-08-24  7:12 UTC  (4+ messages)

[Tarantool-patches] [PATCH v2 00/10] sql: properly check arguments types of built-in functions
 2020-08-22 14:31 UTC  (20+ messages)
` [Tarantool-patches] [PATCH v2 01/10] sql: do not return UNSIGNED in "
` [Tarantool-patches] [PATCH v2 02/10] sql: fix functions return types
` [Tarantool-patches] [PATCH v2 03/10] sql: change signature of trim()
` [Tarantool-patches] [PATCH v2 04/10] box: add new options for functions
` [Tarantool-patches] [PATCH v2 05/10] sql: use has_vararg for built-in functions
` [Tarantool-patches] [PATCH v2 06/10] sql: add overloaded versions of the functions
` [Tarantool-patches] [PATCH v2 07/10] sql: move built-in function definitions in _func
` [Tarantool-patches] [PATCH v2 08/10] box: add param_list to 'struct func'
` [Tarantool-patches] [PATCH v2 09/10] sql: check built-in functions argument types
` [Tarantool-patches] [PATCH v2 10/10] sql: refactor sql/func.c

[Tarantool-patches] [PATCH v1 0/2] sql: remove implicit cast from operations
 2020-08-21 12:34 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v1 1/2] sql: remove implicit cast in arithmetic operations
` [Tarantool-patches] [PATCH v1 2/2] sql: remove implicit cast in bitwise operations

[Tarantool-patches] [PATCH v5 0/6] sql; remove implicit cast for comparison
 2020-08-21  9:19 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v5 1/6] sql: remove unused DOUBLE to INTEGER conversion
` [Tarantool-patches] [PATCH v5 2/6] sql: add implicit cast between numbers in OP_Seek*
` [Tarantool-patches] [PATCH v5 3/6] sql: change comparison between numbers using index
` [Tarantool-patches] [PATCH v5 4/6] sql: remove implicit cast from comparison opcodes
` [Tarantool-patches] [PATCH v5 5/6] sql: fix implicit cast in opcode MustBeInt
` [Tarantool-patches] [PATCH v5 6/6] sql: remove implicit cast from MakeRecord opcode

[Tarantool-patches] [PATCH v1] vinyl: fix check vinyl_dir existence at bootstrap
 2020-08-21  4:56 UTC 

[Tarantool-patches] [PATCH v6] vinyl: fix check vinyl_dir existence at bootstrap
 2020-08-20 19:48 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1] asan/lsan: cleanup suppression lists
 2020-08-20 11:33 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1] test: remove asan suppression for unit/msgpack
 2020-08-20  8:05 UTC 

[Tarantool-patches] [PATCH v3 0/4] Support ALTER TABLE ADD COLUMN
 2020-08-19 22:20 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v3 1/4] sql: rename TK_COLUMN to TK_COLUMN_NAME
` [Tarantool-patches] [PATCH v3 2/4] sql: refactor create_table_def and parse
` [Tarantool-patches] [PATCH v3 3/4] schema: add box_space_field_MAX
` [Tarantool-patches] [PATCH v3 4/4] sql: support column addition

[Tarantool-patches] [PATCH v2 0/2] Support column addition with <ALTER TABLE>
 2020-08-19 22:20 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v2 1/2] sql: rename TK_COLUMN to TK_COLUMN_NAME
` [Tarantool-patches] [PATCH v2 2/2] sql: support column addition

[Tarantool-patches] [PATCH v8 0/9] qsync: write CONFIRM/ROLLBACK without txn engine
 2020-08-19 20:49 UTC  (20+ messages)
` [Tarantool-patches] [PATCH v8 1/9] xrow: introduce struct synchro_request
` [Tarantool-patches] [PATCH v8 2/9] journal: bind asynchronous write completion to an entry
` [Tarantool-patches] [PATCH v8 3/9] journal: add journal_entry_create helper
` [Tarantool-patches] [PATCH v8 4/9] qsync: provide a binary form of syncro entries
` [Tarantool-patches] [PATCH v8 5/9] qsync: direct write of CONFIRM/ROLLBACK into a journal
` [Tarantool-patches] [PATCH v8 6/9] applier: add shorthands to queue access
` [Tarantool-patches] [PATCH v8 7/9] applier: process synchro requests without txn engine
` [Tarantool-patches] [PATCH v8 8/9] txn: txn_add_redo -- drop synchro processing
` [Tarantool-patches] [PATCH v8 9/9] xrow: drop xrow_header_dup_body

[Tarantool-patches] [PATCH] test: concurrent tuple update segfault on bitset index iteration
 2020-08-19 17:23 UTC 

[Tarantool-patches] [PATCH v1] test: flaky replication/anon.test.lua test
 2020-08-19  8:17 UTC 

[Tarantool-patches] [PATCH v5 1/2] vinyl: fix check vinyl_dir existence at bootstrap
 2020-08-19  6:04 UTC  (3+ messages)

[Tarantool-patches] [PATCH v4 0/2] gitlab-ci: implement openSUSE testing
 2020-08-18 21:11 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v4 1/2] vinyl: check vinyl_dir existence at bootstrap
` [Tarantool-patches] [PATCH v4 2/2] gitlab-ci: add openSUSE packages build jobs

[Tarantool-patches] [PATCH v7 0/8] qsync: write CONFIRM/ROLLBACK without txn engine
 2020-08-18  8:08 UTC  (20+ messages)
` [Tarantool-patches] [PATCH v7 1/8] journal: bind asynchronous write completion to an entry
` [Tarantool-patches] [PATCH v7 2/8] journal: add journal_entry_create helper
` [Tarantool-patches] [PATCH v7 3/8] qsync: provide a binary form of syncro entries
` [Tarantool-patches] [PATCH v7 4/8] qsync: direct write of CONFIRM/ROLLBACK into a journal
` [Tarantool-patches] [PATCH v7 5/8] applier: factor out latch locking
` [Tarantool-patches] [PATCH v7 6/8] applier: add shorthands to queue access
` [Tarantool-patches] [PATCH v7 7/8] applier: process synchro requests without txn engine
` [Tarantool-patches] [PATCH v7 8/8] applier: drop process_synchro_row
` [Tarantool-patches] [PATCH v7 9/8] txn: txn_add_redo -- drop synchro processing

[Tarantool-patches] [PATCH 1/1] applier: drop a couple of unnecessary arguments
 2020-08-17 20:22 UTC  (3+ messages)

[Tarantool-patches] [PATCH 1/1] xrow: introduce struct synchro_request
 2020-08-17 20:22 UTC  (6+ messages)

[Tarantool-patches] [PATCH v1] Output for sockets issues cuts its names in logs
 2020-08-16 20:58 UTC 

[Tarantool-patches] [PATCH v1] tarantoolctl fails to stop server
 2020-08-16 20:41 UTC 

[Tarantool-patches] [PATCH v1] test: fix issue on first replica in drop_cluster()
 2020-08-16 20:01 UTC 

[Tarantool-patches] [PATCH v2 0/3] gitlab-ci: add openSuSE packages build jobs
 2020-08-14 12:42 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v2 2/3] Fix test box-tap/cfg.test.lua on openSuSE

[Tarantool-patches] [PATCH] iproto: make iproto thread more independent from tx
 2020-08-14 10:47 UTC 

[Tarantool-patches] [PATCH v2] iproto: close socket explicitly before wal_dir at exit
 2020-08-14 10:46 UTC 

[Tarantool-patches] [PATCH v2] tuple: drop extra restrictions for multikey index
 2020-08-14 10:41 UTC 

[Tarantool-patches] [PATCH v3 1/3] test: fix for OpenSuSE luajit tests build
 2020-08-14  2:55 UTC  (2+ messages)

[Tarantool-patches] [PATCH] Ensure all curl symbols are exported
 2020-08-13 11:48 UTC  (5+ messages)

[Tarantool-patches] [PATCH V2] vinyl: rework upsert operation
 2020-08-12 21:23 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] JSON field multikey crash
 2020-08-12 20:34 UTC  (13+ messages)
` [Tarantool-patches] [PATCH 1/2] tuple: fix multikey field JSON access crash
` [Tarantool-patches] [PATCH 2/2] tuple: fix access by JSON path starting from '[*]'

[Tarantool-patches] [PATCH v1 0/7] sql: properly check arguments types of built-in functions
 2020-08-12 15:15 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v1 1/7] box: add has_vararg option for functions
` [Tarantool-patches] [PATCH v1 2/7] sql: do not return UNSIGNED in built-in functions
` [Tarantool-patches] [PATCH v1 3/7] sql: move built-in function definitions in _func
` [Tarantool-patches] [PATCH v1 4/7] box: add param_list to 'struct func'
` [Tarantool-patches] [PATCH v1 5/7] sql: check built-in functions argument types
` [Tarantool-patches] [PATCH v1 6/7] sql: VARBINARY and STRING in built-in functions
` [Tarantool-patches] [PATCH v1 7/7] sql: refactor sql/func.c

[Tarantool-patches] [PATCH 0/2] Recover of table.clear() method
 2020-08-12 13:03 UTC  (3+ messages)
` [Tarantool-patches] [PATCH 1/2] src: return back import "

[Tarantool-patches] [PATCH 0/2] Implement LuaJIT platform metrics
 2020-08-12  9:39 UTC  (10+ messages)
` [Tarantool-patches] [PATCH 1/2] metrics: add counters for metrics interested in
` [Tarantool-patches] [RFC] rfc: luajit metrics

[Tarantool-patches] [PATCH 1/1] box: snapshot should not include rolled back data
 2020-08-11 23:01 UTC  (4+ messages)

[Tarantool-patches] [PATCH 1/1] router: update known bucket count when rs removed
 2020-08-10 21:05 UTC  (4+ messages)

[Tarantool-patches] [PATCH 0/2] vinyl: rework upsert internals
 2020-08-08 14:51 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 2/2] vinyl: rework upsert operation

[Tarantool-patches] [PATCH vshard 1/1] replicaset: check URI match when rebind connection
 2020-08-07 21:56 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1] update_repo: correct fix for RPMs on missing metadata
 2020-08-07 16:10 UTC  (3+ messages)

[Tarantool-patches] [PATCH 00/19] Add static analysis of Lua code in test/ with luacheck
 2020-08-07  9:19 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