Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v1 1/1] sql: refactor vdbe_emit_open_cursor calls
 2018-07-09 12:42 UTC 

[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 

[RFC PATCH 02/23] vinyl: always get full tuple from pk after reading from secondary index
 2018-07-08 16:48 UTC  (24+ 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] 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 v5 0/2] force gc on running out of disk space
 2018-07-06 17:00 UTC  (4+ 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] 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 

[tarantool-patches] [PATCH] sql: Remove 'BEGIN TRANSACTION'
 2018-07-05 11:48 UTC  (2+ messages)
` [tarantool-patches] "

[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  (6+ messages)
` [tarantool-patches] [PATCH v3 1/2] replication: rename thread from tx to tx_prio
` [tarantool-patches] [PATCH v3 2/2] replication: force gc to clean xdir on ENOSPC err
  ` [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  (10+ messages)
` [tarantool-patches] [PATCH v2 1/3] sql: introduce pragma sql_default_engine
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/3] sql: fix SQL Count for vinyl engine
` [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] "

[tarantool-patches] [PATCH][vshard] Prohibit reconfigure non-dynamic options
 2018-06-29 11:27 UTC  (9+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: remove sqlite_ functions from SQL
 2018-06-29 10:21 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2][vshard] preserve route map
 2018-06-28 19:41 UTC  (9+ messages)
` [tarantool-patches] [PATCH 2/2] Fix discovery/reconfigure race
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 0/2] sql: default engine pragma
 2018-06-28 16:00 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v3 00/10] sql: remove Triggers to server
 2018-06-28 15:47 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v3] replication: remove old snapshot files not needed by replicas
 2018-06-28 15:45 UTC  (2+ messages)

[PATCH v2] replication: remove old snapshot files not needed by replicas
 2018-06-28 15:18 UTC  (4+ messages)
  ` Re[2]: "

[tarantool-patches] [PATCH] sql: LIKE & GLOB pattern comparison issue
 2018-06-28 12:54 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] replication: force gc to clean xdir on ENOSPC err
 2018-06-28 12:53 UTC  (4+ messages)
  ` Re[2]: [tarantool-patches] [PATCH v3] "
    ` [tarantool-patches] "

[PATCH v5 0/2] Remove inprogress files on start
 2018-06-28 12:27 UTC  (5+ messages)
` [PATCH v5 1/2] xdir: Change log messages in gc functions
` [PATCH v5 2/2] xlog: Remove inprogress files on start

[tarantool-patches] Re: [PATCH 1/1] rfc: describe a Tarantool wire protocol
 2018-06-28 11:45 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH 0/6] Introduce replica local spaces
 2018-06-28 11:10 UTC  (8+ messages)
` [PATCH 4/6] txn: do not require space id for nop requests

[tarantool-patches] Re: [PATCH] sql: xfer optimization issue
 2018-06-28 10:18 UTC  (11+ messages)

[tarantool-patches] [PATCH] replication: remove old snapshot files not needed by replicas
 2018-06-28  8:58 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