Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v2 00/19] Sync replication
 2020-06-29 23:15 UTC  (18+ 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 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] Fix assignment operation in assertions
 2020-06-29 20:19 UTC  (2+ messages)

[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 v3 0/2] Use-unify-pattern-for-column-names
 2020-06-29 20:08 UTC  (13+ 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] tuple: make fields nullable by default except array/map
 2020-06-29 17:42 UTC  (3+ messages)

[Tarantool-patches] [PATCH 0/3] log: allow json formatter in boottime logger
 2020-06-29 13:37 UTC  (6+ 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/8] Remove implicit cast
 2020-06-29 13:29 UTC  (12+ 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 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] xlog: make log directory if needed
 2020-06-29 12:49 UTC  (3+ messages)

[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 1/1] box: fixed box.info:memory()
 2020-06-29 12:11 UTC 

[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] decimal: intrdoduce strtodec and IsInt
 2020-06-28 16:53 UTC  (6+ 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 0/2] Reduce Lua GC pressure in Tarantool
 2020-06-27 13:22 UTC  (20+ messages)
` [Tarantool-patches] [PATCH 1/2] test: disable JIT for Lua Fun totable function
` [Tarantool-patches] [PATCH 2/2] box: reduce box_process_lua Lua GC memory usage

[Tarantool-patches] [PATCH 0/2] replication: support CONFIRM and ROLLBACK in recovery
 2020-06-26 22:00 UTC  (11+ messages)
` [Tarantool-patches] [PATCH 1/2] box: rework local_recovery to use async txn_commit
` [Tarantool-patches] [PATCH 2/2] replication: support ROLLBACK and CONFIRM during recovery

[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  (26+ messages)
` [Tarantool-patches] [PATCH 2/8] replication: introduce replication_sync_quorum cfg
` [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 7/8] xrow: introduce CONFIRM entry
` [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  (6+ messages)

[Tarantool-patches] [PATCH v1 0/4] Fix app/digest and app/socket on 1.10
 2020-06-26  9:46 UTC  (5+ messages)

[Tarantool-patches] [PATCH v1] test: fix flaky replication/wal_rw_stress.test.lua
 2020-06-26  9:32 UTC  (5+ messages)

[Tarantool-patches] [PATCH v1] test: fix flaky replication/wal_off.test.lua
 2020-06-26  9:27 UTC  (3+ messages)

[Tarantool-patches] [PATCH 0/4] sync replication: add rollback processing
 2020-06-25 22:43 UTC  (5+ 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  (8+ 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] applier: send heartbeat not only on commit, but on any write
 2020-06-23 22:20 UTC  (5+ messages)

[Tarantool-patches] [PATCH 1/1] [tosquash] txn: refactor txn_commit_async
 2020-06-23 22:16 UTC 

[Tarantool-patches] [PATCH 0/2] Extend feedback module report
 2020-06-23 21:23 UTC  (13+ messages)
` [Tarantool-patches] [PATCH 2/2] feedback: collect db engines and index features

[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)

[Tarantool-patches] [PATCH v3] test: flaky box/net.box_wait_connected_gh-3856
 2020-06-23 13:41 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 0/2] Return getaddrinfo() errors
 2020-06-23 13:27 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v2 1/2] coio/say: fix getaddrinfo error handling on macOS

[Tarantool-patches] [PATCH 0/2] Validate result of upserts squash & skip invalid upserts which can't be applied
 2020-06-23 12:32 UTC  (8+ messages)
` [Tarantool-patches] [PATCH 1/2] vinyl: validate resulting tuple after upsert is applied

[Tarantool-patches] [avtikhon@tarantool.org: [PATCH v1] test: fix flaky replication/wal_off.test.lua]
 2020-06-23 12:26 UTC 

[Tarantool-patches] [PATCH v2 0/7] Remove implicit cast
 2020-06-23  6:44 UTC  (14+ messages)
` [Tarantool-patches] [PATCH v2 1/7] sql: remove implicit cast for assignment
` [Tarantool-patches] [PATCH v2 2/7] sql: remove mem_apply_type() from OP_MakeRecord
` [Tarantool-patches] [PATCH v2 3/7] sql: replace ApplyType by CheckType for IN operator
` [Tarantool-patches] [PATCH v2 4/7] sql: remove mem_apply_type() from OP_MustBeInt
` [Tarantool-patches] [PATCH v2 5/7] sql: remove implicit cast from string for comparison

[Tarantool-patches] [PATCH] vinyl: fix passing uninitialized parameter to vy_page_find_key()
 2020-06-23  0:08 UTC  (7+ messages)

[Tarantool-patches] [PATCH v2 0/3] Merger's NULL defererence
 2020-06-22 20:38 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v2 1/3] merger: fix NULL dereference when called via iproto

[Tarantool-patches] [PATCH] build: refactor static build process
 2020-06-22 18:16 UTC 

[Tarantool-patches] [PATCH 0/6] xlog: cleanup patches
 2020-06-22  7:43 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