Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH 1/3] replication: print number of txs in limbo before its clear
 2020-07-09 17:16 UTC  (2+ messages)
` [Tarantool-patches] [PATCH 2/3] replication: test clear_synchro_queue function

[Tarantool-patches] [PATCH v2 1/1] luarock: change a way to create manifest
 2020-07-09 17:13 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2 1/1] luarock: change a way to create manifest
 2020-07-09 15:51 UTC 

[Tarantool-patches] [PATCH v1 1/1] luarock: change a way to create manifest
 2020-07-09 15:16 UTC  (4+ messages)

[Tarantool-patches] [PATCH 1/1] box: fixed box.info:memory()
 2020-07-09 14:02 UTC  (8+ messages)
` [Tarantool-patches] [PATCH 0/1] fix box.info:memory()

[Tarantool-patches] [PATCH v1] update_repo: fix unbound variables
 2020-07-09 13:24 UTC 

[Tarantool-patches] [PATCH] vinyl: add NULL check of xrow_upsert_execute() retval
 2020-07-09 11:56 UTC  (6+ messages)

[Tarantool-patches] [PATCH] Fix make_scoped_guard usage
 2020-07-09 10:24 UTC  (6+ messages)
` [Tarantool-patches] [PATCH] Fix wrong "

[Tarantool-patches] [PATCH v1] test: update suites 'fragile' lists
 2020-07-09  9:46 UTC 

[Tarantool-patches] [PATCH 2/4] replication: add advanced tests for sync replication
 2020-07-09  9:39 UTC  (14+ messages)
` [Tarantool-patches] [PATCH 3/4] replication: add tests for sync replication with anon replica
` [Tarantool-patches] [PATCH 4/4] replication: add tests for sync replication with snapshots

[Tarantool-patches] [PATCH] xlog: make log directory if needed
 2020-07-09  8:39 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 0/2] console: support of backslash
 2020-07-09  6:01 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] Block linker flag '--no-undefined'
 2020-07-09  5:41 UTC  (6+ messages)

[Tarantool-patches] [PATCH] cmake: add LTO support for building luajit
 2020-07-09  5:13 UTC  (6+ messages)

[Tarantool-patches] [PATCH] netbox: fix empty error message
 2020-07-08 21:10 UTC  (4+ messages)

[Tarantool-patches] [PATCH v2 00/16] Transaction engine for memtx engine
 2020-07-08 15:14 UTC  (17+ messages)
` [Tarantool-patches] [PATCH 01/16] Update license file (2020)
` [Tarantool-patches] [PATCH 02/16] Check data_offset overflow in struct tuple
` [Tarantool-patches] [PATCH 03/16] tx: introduce dirty tuples
` [Tarantool-patches] [PATCH 04/16] vinyl: rename tx_manager -> vy_tx_manager
` [Tarantool-patches] [PATCH 05/16] tx: save txn in txn_stmt
` [Tarantool-patches] [PATCH 06/16] tx: add TX status
` [Tarantool-patches] [PATCH 07/16] tx: save preserve old tuple flag in txn_stmt
` [Tarantool-patches] [PATCH 08/16] tx: introduce tx manager
` [Tarantool-patches] [PATCH 09/16] tx: introduce prepare sequence number
` [Tarantool-patches] [PATCH 10/16] tx: introduce txn_stmt_destroy
` [Tarantool-patches] [PATCH 11/16] tx: introduce conflict tracker
` [Tarantool-patches] [PATCH 12/16] introduce tuple smart pointers
` [Tarantool-patches] [PATCH 13/16] tx: introduce txm_story
` [Tarantool-patches] [PATCH 14/16] tx: indexes
` [Tarantool-patches] [PATCH 15/16] tx: introduce point conflict tracker
` [Tarantool-patches] [PATCH 16/16] tx: use new tx manager in memtx

[Tarantool-patches] [PATCH v4 0/2] Unify pattern for column names
 2020-07-08 14:52 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v4 1/2] sql: unify "
` [Tarantool-patches] [PATCH v4 2/2] sql: print span more properly

[Tarantool-patches] [PATCH v3 1/3] test: fix for OpenSuSE luajit tests build
 2020-07-08 14:39 UTC  (2+ messages)
` [Tarantool-patches] [PATCH v3 3/3] gitlab-ci: add openSuSE packages build jobs

[Tarantool-patches] [PATCH 00/22] Use void type in empty arguments list
 2020-07-08 12:55 UTC  (23+ messages)
` [Tarantool-patches] [PATCH 08/22] memory: use void for empty args
` [Tarantool-patches] [PATCH 09/22] fiber: "
` [Tarantool-patches] [PATCH 10/22] diag: "
` [Tarantool-patches] [PATCH 11/22] coio: "
` [Tarantool-patches] [PATCH 12/22] cbus: "
` [Tarantool-patches] [PATCH 13/22] backtrace: "
` [Tarantool-patches] [PATCH 14/22] call: "
` [Tarantool-patches] [PATCH 15/22] call_id_cache: "
` [Tarantool-patches] [PATCH 16/22] schema: "
` [Tarantool-patches] [PATCH 17/22] sql: "
` [Tarantool-patches] [PATCH 18/22] user: "
` [Tarantool-patches] [PATCH 19/22] session: "
` [Tarantool-patches] [PATCH 20/22] iproto: "
` [Tarantool-patches] [PATCH 21/22] wal: "
` [Tarantool-patches] [PATCH 22/22] box: "

[Tarantool-patches] [PATCH 0/2] Follow-up for "_session_settings" space
 2020-07-08 11:47 UTC  (3+ messages)
` [Tarantool-patches] [PATCH 1/2] sql: fix _session_settings name in error messages
` [Tarantool-patches] [PATCH 2/2] sql: clarify "sql_defer_foreign_keys" setting name

[Tarantool-patches] [PATCH v2 00/19] Sync replication
 2020-07-08 11:43 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v2 10/19] txn_limbo: add ROLLBACK processing
` [Tarantool-patches] [PATCH v2 04/19] replication: make sync transactions wait quorum
` [Tarantool-patches] [PATCH v2 08/19] replication: add support of qsync to the snapshot machinery
` [Tarantool-patches] [PATCH] Add new error injection constant ERRINJ_SYNC_TIMEOUT

[Tarantool-patches] [PATCH 0/2] Simplify alter.cc
 2020-07-08 10:41 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/2] alter: use good c++ style
` [Tarantool-patches] [PATCH 2/2] alter: use proper way to marry C and C++

[Tarantool-patches] [PATCH 0/2] Simplify alter.cc
 2020-07-08  8:43 UTC  (3+ messages)
` [Tarantool-patches] [PATCH 1/2] alter: use good c++ style
` [Tarantool-patches] [PATCH 2/2] alter: use proper way to marry C and C++

[Tarantool-patches] [PATCH 1/1] [tosquash] txn_limbo: local WAL write rollback should start from end
 2020-07-07 23:32 UTC 

[Tarantool-patches] [PATCH 1/1] [tosquash] xrow: encode CONFIRM/ROLLBACK on txn region
 2020-07-07 23:32 UTC 

[Tarantool-patches] [PATCH] fiber: abort trace recording on fiber yield
 2020-07-07 22:24 UTC  (3+ messages)

[Tarantool-patches] [PATCH] engine: fix assert for multikey indexes
 2020-07-07 21:19 UTC 

[Tarantool-patches] [PATCH] vinyl: fix squashing set and arithmetic operations
 2020-07-07 17:21 UTC  (3+ messages)

[Tarantool-patches] [PATCH v3 0/8] Remove implicit cast
 2020-07-07 16:29 UTC  (30+ messages)
` [Tarantool-patches] [PATCH v3 1/8] sql: introduce mem_set_double()
` [Tarantool-patches] [PATCH v3 2/8] sql: change implicit cast for assignment
` [Tarantool-patches] [PATCH v3 4/8] sql: replace ApplyType by CheckType for IN operator
` [Tarantool-patches] [PATCH v3 5/8] sql: remove mem_apply_type() from OP_MustBeInt
` [Tarantool-patches] [PATCH v3 6/8] sql: remove implicit cast for comparison
` [Tarantool-patches] [PATCH v3 7/8] sql: remove unused functions
` [Tarantool-patches] [PATCH v3 8/8] sql: show value and its type in type mismatch error

[Tarantool-patches] [PATCH v2 1/3] gitlab-ci: add openSuSE packages build jobs
 2020-07-07 13:54 UTC 

[Tarantool-patches] [PATCH v2 0/3] gitlab-ci: add openSuSE packages build jobs
 2020-07-07 13:20 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v2 1/3] Bump luajit repository
` [Tarantool-patches] [PATCH v2 2/3] Fix test box-tap/cfg.test.lua on openSuSE
` [Tarantool-patches] [PATCH v2 3/3] gitlab-ci: add openSuSE packages build jobs

[Tarantool-patches] [DRAFT v2] replication: track information about replica
 2020-07-07 11:50 UTC  (3+ messages)

[Tarantool-patches] [PATCH 1/1] txn_limbo: introduce dynamic synchro config
 2020-07-06 22:55 UTC  (2+ messages)

[Tarantool-patches] [PATCH 1/1] [tosquash] txn_limbo: introduce rollback count
 2020-07-06 22:42 UTC 

[Tarantool-patches] [PATCH v2] gitlab-ci: add openSuSE packages build jobs
 2020-07-06 20:37 UTC  (4+ messages)

[Tarantool-patches] [PATCH v2] gitlab-ci: add TPC-H perf testing
 2020-07-06 14:01 UTC  (2+ messages)

[Tarantool-patches] [PATCH 00/15] Transaction engine for memtx engine
 2020-07-06 13:50 UTC  (19+ messages)
` [Tarantool-patches] [PATCH 02/15] Check data_offset overflow in struct tuple
` [Tarantool-patches] [PATCH 03/15] tx: introduce dirty tuples
` [Tarantool-patches] [PATCH 04/15] vinyl: rename tx_manager -> vy_tx_manager
` [Tarantool-patches] [PATCH 05/15] tx: save txn in txn_stmt
` [Tarantool-patches] [PATCH 06/15] tx: add TX status
` [Tarantool-patches] [PATCH 07/15] tx: save preserve old tuple flag in txn_stmt
` [Tarantool-patches] [PATCH 09/15] tx: introduce prepare sequence number

[Tarantool-patches] [PATCH v2 0/2] Support column addition with <ALTER TABLE>
 2020-07-06 13:37 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v2 2/2] sql: support column addition

[Tarantool-patches] [PATCH] sql: support column addition
 2020-07-06 13:37 UTC  (3+ messages)

[Tarantool-patches] [PATCH] gdb: fix the extension to be loaded with Python 2
 2020-07-06 10:24 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] Enable curl build with old cmake
 2020-07-06  9:56 UTC 

[Tarantool-patches] [PATCH v3 0/2] fix replication tx boundaries after local space rework
 2020-07-06  7:47 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v3 2/2] replication: append NOP as the last tx row

[Tarantool-patches] [PATCH] applier: fix tx boundary check for half-applied txns
 2020-07-06  6:33 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] build: implement SuSE build with testing
 2020-07-06  6:30 UTC  (3+ messages)

[Tarantool-patches] [PATCH 0/6] Add static analysis of Lua code in src/ and extra/ with luacheck
 2020-07-05 16:28 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 4/6] Fix luacheck warnings in extra/dist/
` [Tarantool-patches] [PATCH 5/6] Fix luacheck warnings in src/lua/

[Tarantool-patches] [PATCH 0/3] Another applier ACKs rework
 2020-07-05 15:20 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/3] txn: introduce on_wal_write trigger
` [Tarantool-patches] [PATCH 2/3] applier: don't miss WAL writes happened during ACK send
` [Tarantool-patches] [PATCH 3/3] applier: use WAL write event instead of commit for ACK

[Tarantool-patches] [PATCH 0/5] Qsync: local rows fixes
 2020-07-05 15:13 UTC  (14+ messages)
` [Tarantool-patches] [PATCH 1/5] [tosquash] replication: fix multiple rollbacks
` [Tarantool-patches] [PATCH 2/5] [tosquash] applier: remove unnecessary fiber name check
` [Tarantool-patches] [PATCH 3/5] [tosquash] txn_limbo: fix release build
` [Tarantool-patches] [PATCH 4/5] [tosquash] replication: rework how local transactions wait sync
` [Tarantool-patches] [PATCH 5/5] [tosquash] replication: add test on local row in the end of sync txn

[Tarantool-patches] [PATCH 0/2] introduce actions on leader election
 2020-07-05 11:09 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/2] util: move cmp_i64 from xlog.c to util.h
` [Tarantool-patches] [PATCH 2/2] box: introduce a cfg handle to become syncro leader

[Tarantool-patches] [PATCH 1/1] txn: remove TXN_IS_DONE check from txn_commit()
 2020-07-05 10:26 UTC  (3+ messages)

[Tarantool-patches] [PATCH 0/2] Extend feedback module report
 2020-07-05  2:14 UTC  (10+ messages)
` [Tarantool-patches] [PATCH 1/2] feedback: determine runtime platform info
` [Tarantool-patches] [PATCH 2/2] feedback: collect db engines and index features

[Tarantool-patches] [PATCH 1/1] tuple: turn invalid bar update into nop
 2020-07-04 17:20 UTC 

[Tarantool-patches] [PATCH] engine: validate key in space_before_replace
 2020-07-03 21:49 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] test: cleanup box/net.box_call_blocks_gh-946
 2020-07-03 15:44 UTC 

page:  |  | latest

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