[Tarantool-patches] [PATCH v2 0/7] Implement OOS build
2020-07-03 11:13 UTC (4+ messages)
` [Tarantool-patches] [PATCH v2 1/7] build: static build needs more cleanup in sources
[Tarantool-patches] [PATCH] tuple: make fields nullable by default except array/map
2020-07-03 9:28 UTC (4+ messages)
[Tarantool-patches] [PATCH 00/15] Transaction engine for memtx engine
2020-07-03 6:33 UTC (16+ messages)
` [Tarantool-patches] [PATCH 01/15] Update license file (2020)
` [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 08/15] tx: introduce tx manager
` [Tarantool-patches] [PATCH 09/15] tx: introduce prepare sequence number
` [Tarantool-patches] [PATCH 10/15] tx: introduce txn_stmt_destroy
` [Tarantool-patches] [PATCH 11/15] tx: introduce conflict tracker
` [Tarantool-patches] [PATCH 12/15] tx: introduce txm_story
` [Tarantool-patches] [PATCH 13/15] tx: indexes
` [Tarantool-patches] [PATCH 14/15] tx: introduce point conflict tracker
` [Tarantool-patches] [PATCH 15/15] tx: use new tx managet in memtx
[Tarantool-patches] [PATCH 0/5] Qsync: local rows fixes
2020-07-02 23:40 UTC (6+ 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 v2 00/19] Sync replication
2020-07-02 23:36 UTC (48+ messages)
` [Tarantool-patches] [PATCH v2 01/19] replication: introduce space.is_sync option
` [Tarantool-patches] [PATCH v2 10/19] txn_limbo: add ROLLBACK processing
` [Tarantool-patches] [PATCH v2 11/19] box: rework local_recovery to use async txn_commit
` [Tarantool-patches] [PATCH v2 12/19] replication: support ROLLBACK and CONFIRM during recovery
` [Tarantool-patches] [PATCH v2 13/19] replication: add test for synchro CONFIRM/ROLLBACK
` [Tarantool-patches] [PATCH v2 14/19] applier: remove writer_cond
` [Tarantool-patches] [PATCH v2 15/19] applier: send heartbeat not only on commit, but on any write
` [Tarantool-patches] [PATCH v2 16/19] txn_limbo: add diag_set in txn_limbo_wait_confirm
` [Tarantool-patches] [PATCH v2 17/19] replication: delay initial join until confirmation
` [Tarantool-patches] [PATCH v2 18/19] replication: only send confirmed data during final join
` [Tarantool-patches] [PATCH v2 19/19] replication: block async transactions when not empty limbo
` [Tarantool-patches] [PATCH v2 02/19] replication: introduce replication_synchro_* cfg options
` [Tarantool-patches] [PATCH v2 03/19] txn: add TXN_WAIT_ACK flag
` [Tarantool-patches] [PATCH v2 04/19] replication: make sync transactions wait quorum
` [Tarantool-patches] [PATCH v2 05/19] xrow: introduce CONFIRM and ROLLBACK entries
` [Tarantool-patches] [PATCH v2 06/19] txn: introduce various reasons for txn rollback
` [Tarantool-patches] [PATCH v2 07/19] replication: write and read CONFIRM entries
` [Tarantool-patches] [PATCH v2 08/19] replication: add support of qsync to the snapshot machinery
` [Tarantool-patches] [PATCH v2 09/19] txn_limbo: add timeout when waiting for acks
` [Tarantool-patches] [PATCH v2 20/19] replication: add test for quorum 1
` [Tarantool-patches] [PATCH 1/4] replication: regression test on gh-5119 [not fixed]
` [Tarantool-patches] [PATCH 2/4] replication: add advanced tests for sync replication
` [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 v3 0/2] fix replication tx boundaries after local space rework
2020-07-02 20:30 UTC (7+ messages)
` [Tarantool-patches] [PATCH v3 1/2] wal: fix tx boundaries
` [Tarantool-patches] [PATCH v3 2/2] replication: append NOP as the last tx row
[Tarantool-patches] [DRAFT v2] replication: track information about replica
2020-07-02 20:21 UTC
[Tarantool-patches] [PATCH 0/2] decimal: intrdoduce strtodec and IsInt
2020-07-02 20:11 UTC (6+ messages)
` [Tarantool-patches] [PATCH] decimal: introduce decimal_is_int
[Tarantool-patches] [DRAFT v1] replication: track information about replica
2020-07-02 19:40 UTC (3+ messages)
[Tarantool-patches] [PATCH v3 0/2] Use-unify-pattern-for-column-names
2020-07-02 19:06 UTC (20+ messages)
` [Tarantool-patches] [PATCH v3 1/2] sql: use unify pattern for column names
` [Tarantool-patches] [PATCH v3 2/2] sql: print span more properly
[Tarantool-patches] [PATCH 0/3] log: allow json formatter in boottime logger
2020-07-02 11:26 UTC (7+ messages)
` [Tarantool-patches] [PATCH 1/3] core/say: allow to use json in boot logger
` [Tarantool-patches] [PATCH 2/3] lua/log: allow to use json formatter early
` [Tarantool-patches] [PATCH 3/3] test: app-tap/logger -- test json in boottime logger
[Tarantool-patches] [PATCH v3 0/3] log: allow json formatter in boottime logger
2020-07-02 10:46 UTC (9+ messages)
` [Tarantool-patches] [PATCH v3 1/3] core/say: allow to use json in boot logger
` [Tarantool-patches] [PATCH v3 2/3] lua/log: allow to use json formatter early
` [Tarantool-patches] [PATCH v3 3/3] test: app-tap/logger -- test json in boottime logger
[Tarantool-patches] [PATCH 1/1] box: fixed box.info:memory()
2020-07-02 10:01 UTC (4+ messages)
` [Tarantool-patches] [PATCH 0/1] fix box.info:memory()
[Tarantool-patches] [PATCH v2 0/3] log: allow json formatter in boottime logger
2020-07-02 7:35 UTC (7+ messages)
` [Tarantool-patches] [PATCH 1/3] core/say: allow to use json in boot logger
` [Tarantool-patches] [PATCH 2/3] lua/log: allow to use json formatter early
` [Tarantool-patches] [PATCH 3/3] test: app-tap/logger -- test json in boottime logger
[Tarantool-patches] [PATCH v2 0/3] Merger's NULL defererence
2020-07-01 20:37 UTC (7+ messages)
` [Tarantool-patches] [PATCH v2 1/3] merger: fix NULL dereference when called via iproto
` [Tarantool-patches] [PATCH v2 2/3] merger: clean fiber-local Lua stack after next()
` [Tarantool-patches] [PATCH v2 3/3] lua: expose temporary Lua state for iproto calls
[Tarantool-patches] [PATCH 0/6] Add static analysis of Lua code in src/ and extra/ with luacheck
2020-07-01 14:02 UTC (4+ messages)
` [Tarantool-patches] [PATCH 6/6] Fix luacheck warnings in src/box/lua/
[Tarantool-patches] [PATCH 0/2] Extend feedback module report
2020-07-01 0:16 UTC (7+ 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] Fix assignment operation in assertions
2020-06-30 13:46 UTC (3+ messages)
[Tarantool-patches] [PATCH v3 0/8] Remove implicit cast
2020-06-30 11:50 UTC (15+ 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] xlog: make log directory if needed
2020-06-30 11:17 UTC (5+ messages)
` [Tarantool-patches] [PATCH v2] "
[Tarantool-patches] [PATCH v2] gitlab-ci: add TPC-H perf testing
2020-06-30 11:01 UTC
[Tarantool-patches] [PATCH 1/1] applier: send heartbeat not only on commit, but on any write
2020-06-29 23:18 UTC (4+ messages)
[Tarantool-patches] [PATCH 0/4] make master send only confirmed data during join
2020-06-29 21:14 UTC (6+ messages)
` [Tarantool-patches] [PATCH 1/4] [tosquash] move wait_confirm from gc.c to txn_limbo.c
` [Tarantool-patches] [PATCH 2/4] txn_limbo: add diag_set in txn_limbo_wait_confirm
` [Tarantool-patches] [PATCH 3/4] replication: delay initial join until confirmation
` [Tarantool-patches] [PATCH 4/4] replication: only send confirmed data during final join
[Tarantool-patches] [PATCH 0/5] qsync: Cleanups during review
2020-06-29 20:37 UTC (9+ messages)
` [Tarantool-patches] [PATCH 1/5] iproto: drop unused iproto_type_is_sync
` [Tarantool-patches] [PATCH 2/5] iproto: drop unused iproto_type_is_select
` [Tarantool-patches] [PATCH 3/5] iproto: drop unused iproto_type_is_request
` [Tarantool-patches] [PATCH 4/5] journal: drop unused destroy method
` [Tarantool-patches] [PATCH 5/5] txn: use txn_set_flag
[Tarantool-patches] [PATCH] vinyl: fix squashing set and arithmetic operations
2020-06-29 20:19 UTC (2+ messages)
[Tarantool-patches] [PATCH] cmake: add LTO support for building luajit
2020-06-29 20:16 UTC (5+ messages)
[Tarantool-patches] [PATCH v1] build: enable cmake in curl build
2020-06-29 13:29 UTC
[Tarantool-patches] [PATCH v1] build: fix static build w/ dockerfile with cmake
2020-06-29 13:23 UTC
[Tarantool-patches] [PATCH v1] build: static build needs more cleanup in sources
2020-06-29 13:20 UTC
[Tarantool-patches] [PATCH v2 1/2] test: fix flaky box/net.box_call_blocks_gh-946
2020-06-29 12:18 UTC (4+ messages)
` [Tarantool-patches] [PATCH v2 2/2] test: fix flaky box/net.box_readahead_gh-3958 test
[Tarantool-patches] [PATCH v1] Correct cleanup gitlab-ci for perf jobs
2020-06-29 11:42 UTC (2+ messages)
[Tarantool-patches] [PATCH] Fix typo in decNumberToUInt64
2020-06-29 7:37 UTC (3+ messages)
[Tarantool-patches] [PATCH 0/2] Reduce Lua GC pressure in Tarantool
2020-06-27 13:22 UTC (9+ messages)
` [Tarantool-patches] [PATCH 1/2] test: disable JIT for Lua Fun totable function
[Tarantool-patches] [PATCH 0/2] replication: support CONFIRM and ROLLBACK in recovery
2020-06-26 22:00 UTC (9+ messages)
` [Tarantool-patches] [PATCH 1/2] box: rework local_recovery to use async txn_commit
[Tarantool-patches] [PATCH v1 1/6] build: static build needs more cleanup in sources
2020-06-26 14:22 UTC
[Tarantool-patches] [PATCH v1 1/3] build: enable cmake in curl build
2020-06-26 14:16 UTC
[Tarantool-patches] [PATCH v1 2/7] build: fix static build w/ dockerfile with cmake
2020-06-26 13:34 UTC
[Tarantool-patches] [PATCH 0/8] wait for lsn and confirm
2020-06-26 10:58 UTC (7+ messages)
` [Tarantool-patches] [PATCH 4/8] replication: make sync transactions wait quorum
` [Tarantool-patches] [PATCH 8/8] replication: write and read CONFIRM entries
[Tarantool-patches] [PATCH v2 0/2] decNumber utilites for SQL
2020-06-26 10:57 UTC (3+ messages)
[Tarantool-patches] [PATCH 1/1] [tosquash] test: add a test for sync heartbeats
2020-06-26 10:45 UTC (4+ messages)
[Tarantool-patches] [PATCH v2] test: flaky box/net.box_wait_connected_gh-3856
2020-06-26 9:52 UTC (2+ messages)
[Tarantool-patches] [PATCH v1 0/4] Fix app/digest and app/socket on 1.10
2020-06-26 9:46 UTC (2+ messages)
[Tarantool-patches] [PATCH v1] test: fix flaky replication/wal_rw_stress.test.lua
2020-06-26 9:32 UTC (2+ messages)
[Tarantool-patches] [PATCH v1] test: fix flaky replication/wal_off.test.lua
2020-06-26 9:27 UTC (2+ messages)
[Tarantool-patches] [PATCH 0/4] sync replication: add rollback processing
2020-06-25 22:43 UTC (4+ messages)
` [Tarantool-patches] [PATCH 4/4] txn_limbo: add ROLLBACK processing
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