[Tarantool-patches] [PATCH v1] build: implement SuSE build with testing
2020-07-06 6:30 UTC (3+ messages)
[Tarantool-patches] [PATCH] gdb: fix the extension to be loaded with Python 2
2020-07-06 5:50 UTC (2+ messages)
[Tarantool-patches] [PATCH 00/22] Use void type in empty arguments list
2020-07-05 21:37 UTC (27+ messages)
` [Tarantool-patches] [PATCH 01/22] version: use void for empty args
` [Tarantool-patches] [PATCH 02/22] crc32: "
` [Tarantool-patches] [PATCH 03/22] title: "
` [Tarantool-patches] [PATCH 04/22] proc_title: "
` [Tarantool-patches] [PATCH 05/22] systemd: "
` [Tarantool-patches] [PATCH 06/22] main: "
` [Tarantool-patches] [PATCH 07/22] say: "
` [Tarantool-patches] [PATCH 08/22] memory: "
` [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 00/15] Transaction engine for memtx engine
2020-07-05 17:05 UTC (24+ 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/6] Add static analysis of Lua code in src/ and extra/ with luacheck
2020-07-05 16:28 UTC (9+ 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 6/6] Fix luacheck warnings in src/box/lua/
[Tarantool-patches] [PATCH] applier: fix tx boundary check for half-applied txns
2020-07-05 16:11 UTC (2+ messages)
[Tarantool-patches] [PATCH v2 00/19] Sync replication
2020-07-05 16:05 UTC (46+ 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 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 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 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 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 v3 0/8] Remove implicit cast
2020-07-05 15:03 UTC (19+ messages)
` [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 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 v3 0/2] fix replication tx boundaries after local space rework
2020-07-04 17:25 UTC (10+ 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] [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
[Tarantool-patches] [PATCH v2] test: cleanup box/net.box_call_blocks_gh-946
2020-07-03 14:23 UTC
[Tarantool-patches] [PATCH v2 1/2] test: fix flaky box/net.box_call_blocks_gh-946
2020-07-03 14:09 UTC (5+ messages)
` [Tarantool-patches] [PATCH v2 2/2] test: fix flaky box/net.box_readahead_gh-3958 test
[Tarantool-patches] [PATCH v1] build: fix static build w/ dockerfile with cmake
2020-07-03 11:32 UTC (2+ messages)
[Tarantool-patches] [PATCH v1] Correct cleanup gitlab-ci for perf jobs
2020-07-03 11:15 UTC (2+ messages)
[Tarantool-patches] [PATCH v2 0/7] Implement OOS build
2020-07-03 11:13 UTC (3+ 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 (2+ messages)
[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 (2+ messages)
[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 (2+ messages)
[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 0/2] decimal: intrdoduce strtodec and IsInt
2020-07-02 10:25 UTC (4+ messages)
` [Tarantool-patches] [PATCH] decimal: introduce decimal_is_int
[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] Fix assignment operation in assertions
2020-06-30 13:46 UTC (3+ messages)
[Tarantool-patches] [PATCH] xlog: make log directory if needed
2020-06-30 11:17 UTC (3+ 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)
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