[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 0/2] decimal: intrdoduce strtodec and IsInt
2020-07-02 10:25 UTC (7+ messages)
` [Tarantool-patches] [PATCH 1/2] decNumber: bump new version
` [Tarantool-patches] [PATCH 2/2] decimal: introduce strtodec function
` [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 00/19] Sync replication
2020-07-02 9:13 UTC (39+ 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 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 v3 0/2] Use-unify-pattern-for-column-names
2020-07-01 21:25 UTC (17+ 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 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 (8+ 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 (16+ 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 3/8] sql: remove mem_apply_type() from OP_MakeRecord
` [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 (6+ 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] [DRAFT v1] replication: track information about replica
2020-06-29 20:31 UTC
[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 (9+ messages)
[Tarantool-patches] [PATCH] tuple: make fields nullable by default except array/map
2020-06-29 17:42 UTC (3+ 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 (14+ 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 v2 0/7] Implement OOS build
2020-06-26 13:51 UTC (3+ messages)
` [Tarantool-patches] [PATCH v2 1/7] build: static build needs more cleanup in sources
[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 (12+ messages)
` [Tarantool-patches] [PATCH 3/8] txn: add TXN_WAIT_ACK flag
` [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 (9+ messages)
` [Tarantool-patches] [PATCH v2 1/2] Refactor decNumberFromString
` [Tarantool-patches] [PATCH v2 2/2] Add IsInt method for checking the fractional part of a number
[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
[Tarantool-patches] [PATCH v2] vinyl: restart read iterator in case of rolled back WAL
2020-06-24 13:41 UTC (5+ messages)
[Tarantool-patches] [PATCH 0/3] box.execute() and box.cfg() idempotence and locking
2020-06-23 23:55 UTC (3+ messages)
[Tarantool-patches] [PATCH] vinyl: rotate mem during index build on demand
2020-06-23 23:11 UTC (5+ messages)
[Tarantool-patches] [PATCH 1/1] [tosquash] txn: refactor txn_commit_async
2020-06-23 22:16 UTC
[Tarantool-patches] [PATCH] netbox: fix empty error message
2020-06-23 21:18 UTC (4+ messages)
[Tarantool-patches] [PATCH] cmake: cleanup src/CMakeLists.txt
2020-06-23 20:31 UTC (7+ 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