Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v1 1/1] sql: refactor vdbe_emit_open_cursor calls
 2018-07-10 15:56 UTC  (8+ messages)
` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 2/2] sql: remove OP_LoadPtr
  ` [tarantool-patches] "

[tarantool-patches] Re: [commits] [tarantool] 01/04: Add mapping rfc
 2018-07-10 15:16 UTC 

[tarantool-patches] [PATCH v2] replication: do not fetch records twice
 2018-07-10 15:16 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] app: fix parsing integers with exponent in json
 2018-07-10 15:14 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v5 0/2] force gc on running out of disk space
 2018-07-10 15:10 UTC  (5+ messages)
` [tarantool-patches] [PATCH v5 1/2] replication: rename thread from tx to tx_prio
` [tarantool-patches] [PATCH v5 2/2] replication: force gc to clean xdir on ENOSPC err
  ` [tarantool-patches] "
    ` [tarantool-patches] "

[PATCH 0/3] Follow-up on replica local spaces
 2018-07-10 13:43 UTC  (4+ messages)
` [PATCH 1/3] box: ignore read-only mode for "
` [PATCH 2/3] test: check that is_local flag has no effect on temporary spaces
` [PATCH 3/3] vinyl: implement support of replica local spaces

[RFC PATCH 02/23] vinyl: always get full tuple from pk after reading from secondary index
 2018-07-10 12:19 UTC  (26+ messages)
` [RFC PATCH 00/23] vinyl: eliminate read on REPLACE/DELETE
  ` [RFC PATCH 01/23] vinyl: do not turn REPLACE into INSERT when processing DML request
  ` [RFC PATCH 03/23] vinyl: use vy_mem_iterator for point lookup
  ` [RFC PATCH 04/23] vinyl: make point lookup always return the latest tuple version
  ` [RFC PATCH 05/23] vinyl: fold vy_replace_one and vy_replace_impl
  ` [RFC PATCH 06/23] vinyl: fold vy_delete_impl
  ` [RFC PATCH 07/23] vinyl: refactor unique check
  ` [RFC PATCH 08/23] vinyl: check key uniqueness before modifying tx write set
  ` [RFC PATCH 09/23] vinyl: remove env argument of vy_check_is_unique_{primary,secondary}
  ` [RFC PATCH 10/23] vinyl: store full tuples in secondary index cache
  ` [RFC PATCH 11/23] xrow: allow to store flags in DML requests
  ` [RFC PATCH 12/23] vinyl: do not pass region explicitly to write iterator functions
  ` [RFC PATCH 13/23] vinyl: fix potential use-after-free in vy_read_view_merge
  ` [RFC PATCH 14/23] test: unit/vy_write_iterator: minor refactoring
  ` [RFC PATCH 15/23] vinyl: teach write iterator to return overwritten tuples
  ` [RFC PATCH 16/23] vinyl: allow to skip certain statements on read
  ` [RFC PATCH 17/23] vinyl: do not free pending tasks on shutdown
  ` [RFC PATCH 18/23] vinyl: store pointer to scheduler in struct vy_task
  ` [RFC PATCH 19/23] vinyl: rename some members of vy_scheduler and vy_task struct
  ` [RFC PATCH 20/23] vinyl: use cbus for communication between scheduler and worker threads
  ` [RFC PATCH 21/23] vinyl: zap vy_scheduler::is_worker_pool_running
  ` [RFC PATCH 22/23] vinyl: rename vy_task::status to is_failed
  ` [RFC PATCH 23/23] vinyl: eliminate read on REPLACE/DELETE

[tarantool-patches] [PATCH] Fixes logging to syslog
 2018-07-10 11:54 UTC  (3+ messages)

[tarantool-patches] [PATCH] Refactoring in string validation of log parametrs
 2018-07-10 11:44 UTC  (2+ messages)

[PATCH v3] Introduce replica local spaces
 2018-07-10  9:36 UTC 

[tarantool-patches] [PATCH] Fix race condition in replication/gc test
 2018-07-10  8:18 UTC  (2+ messages)

[tarantool-patches] [PATCH v1 1/1] box: support reload whole module
 2018-07-10  6:49 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH v2 0/4] Introduce replica local spaces
 2018-07-09 18:05 UTC  (6+ messages)
` [PATCH v2 1/4] txn: do not require space id for nop requests
` [PATCH v2 2/4] xrow: make NOP requests bodiless
` [PATCH v2 3/4] Rename space_opts::temporary to is_temporary
` [PATCH v2 4/4] Introduce replica local spaces
  ` [tarantool-patches] "

[PATCH] vinyl: disallow passing iterator to another fiber
 2018-07-09 17:10 UTC 

[tarantool-patches] Re: [PATCH] sql: xfer optimization issue
 2018-07-09 15:50 UTC  (11+ messages)

[tarantool-patches] [PATCH] sql: Remove 'BEGIN TRANSACTION'
 2018-07-09 15:35 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2] Fix sequence privilege checks
 2018-07-09 15:04 UTC 

[tarantool-patches] [PATCH] recovery: recount offset on checkpoint_interval change
 2018-07-09 14:16 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] Re: [PATCH v2] sql: add index_def to struct Index
 2018-07-09 10:46 UTC 

[tarantool-patches] [PATCH] json: added options to json.encode()
 2018-07-09 10:33 UTC  (2+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] Add a privilege check when creating a sequence
 2018-07-09 10:32 UTC 

[tarantool-patches] [PATCH v1 0/2] sql: get rid off sqlite3NestedParse
 2018-07-09 10:20 UTC  (9+ messages)
` [tarantool-patches] [PATCH v1 1/2] sql: get rid off sqlite3NestedParse in clean stats
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 2/2] sql: remove usless sqlite3NestedParse function
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v1 0/2] sql: get rid off sqlite3NestedParse

[tarantool-patches] [PATCH] Replace net.box usage with console in tarantoolctl eval
 2018-07-09  9:53 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] Re: [PATCH v2] sql: add index_def to struct Index
 2018-07-09  0:31 UTC 

[tarantool-patches] Re: [PATCH v3] sql: add index_def to struct Index
 2018-07-08 14:17 UTC  (23+ messages)
  ` [tarantool-patches] Re: [PATCH v4] "
      ` [tarantool-patches] Re: [PATCH v5] "
            ` [tarantool-patches] Re: [PATCH v6] "
                  ` [tarantool-patches] Re: [PATCH v8] "
                ` [tarantool-patches] Re: [PATCH v8.5] "
                ` [tarantool-patches] Re: [PATCH v9] "
                    ` [tarantool-patches] Re: [PATCH v11] "
                            ` [tarantool-patches] Re: [PATCH v2] "

[tarantool-patches] [PATCH] Do not update schema_version on space:truncate()
 2018-07-06 15:15 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: assertion fault on select after analyze
 2018-07-06 13:30 UTC 

[PATCH] alter: fix modification of primary key definition
 2018-07-06 12:03 UTC 

[tarantool-patches] [PATCH] static linking
 2018-07-05 15:55 UTC 

[PATCH v2 0/6] Create empty xlog on shutdown
 2018-07-05 11:22 UTC  (11+ messages)
` [PATCH v2 1/6] xlog: store prev vclock in xlog header
` [PATCH v2 2/6] xlog: differentiate between closed and never opened cursor
` [PATCH v2 3/6] recovery: make LSN gap check more thorough
` [PATCH v2 4/6] recovery: promote recovery clock even if the WAL is empty
` [PATCH v2 5/6] wal: create empty xlog on shutdown
` [PATCH v2 6/6] error: move XlogGapError to box/error.h

[tarantool-patches] [PATCHv2] Detect when instance is run or restarted by tarantoolctl
 2018-07-05  6:58 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v4 0/2] force gc on running out of disk space
 2018-07-04 17:24 UTC  (5+ messages)
` [tarantool-patches] [PATCH v4 1/2] replication: rename thread from tx to tx_prio
` [tarantool-patches] [PATCH v4 2/2] replication: force gc to clean xdir on ENOSPC err
  ` [tarantool-patches] "

[PATCH v2] box: allow vinyl_memory set to 0 in config
 2018-07-04 14:23 UTC  (4+ messages)

[tarantool-patches] [PATCH v1 1/1] sql: drop useless code from os_unix.c
 2018-07-04 13:28 UTC  (6+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] box: allow vinyl_memory set to 0 in config
 2018-07-04 12:56 UTC  (3+ messages)

[tarantool-patches] [PATCH v1 1/1] sql: show formated MsgPack BLOB on select
 2018-07-04 10:44 UTC  (10+ messages)
` [tarantool-patches] "

[PATCH v1 1/1] lib/bitset: rename bitset structs
 2018-07-03 17:10 UTC  (7+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] Fix nested calls to box.session.su()
 2018-07-03 15:35 UTC  (2+ messages)
` [tarantool-patches] [PATCH v2] "

[tarantool-patches] [PATCH v3 0/2] replication: force gc to clean xdir on ENOSPC err
 2018-07-03  8:56 UTC  (5+ messages)
` [tarantool-patches] [PATCH v3 2/2] "
  ` [tarantool-patches] "
    ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: remove support of partial indexes from parser
 2018-07-03  8:24 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: disallow returning many rows from subselect
 2018-07-03  8:06 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/3] sql: default engine pragma
 2018-07-03  8:04 UTC  (9+ messages)
` [tarantool-patches] [PATCH v2 1/3] sql: introduce pragma sql_default_engine
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/3] sql: enable multi-engine tests for SQL
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/3] sql: default engine pragma

[tarantool-patches] Re: [PATCH v1 1/1] sql: disallow returning many rows from subselect
 2018-07-02 17:58 UTC  (12+ messages)
` [tarantool-patches] [PATCH v2 "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: assertion fail on nested select
 2018-07-02 12:11 UTC 

[tarantool-patches] [PATCH] Add a way to know instance is being run or restarted by tarantoolctl
 2018-07-01 21:40 UTC 

[tarantool-patches] [PATCH v2 1/1] rfc: describe a Tarantool wire protocol
 2018-06-29 19:07 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2] sql: fix decode analyze sample
 2018-06-29 15:09 UTC  (7+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v4 6/8] sql: refactor AST trigger object name
 2018-06-29 13:54 UTC  (8+ messages)
  ` [tarantool-patches] [PATCH v4 8/8] sql: remove global sql_trigger hash
    ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: export `sql_current_time` && enable tests
 2018-06-29 13:43 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: make RANDOMBLOB(0) return NULL, fix rounding
 2018-06-29 13:39 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: remove LOAD_EXTENSION() support
 2018-06-29 13:39 UTC  (3+ messages)
` [tarantool-patches] "

page:  |  | latest

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