[tarantool-patches] [PATCH v1 1/1] sql: disallow division by zero
2018-07-13 11:49 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] Do not recycle a fiber if it is canceled
2018-07-13 11:47 UTC
[tarantool-patches] [PATCH v1 1/1] lua: fix strange behaviour of tonumber64
2018-07-13 11:21 UTC
[RFC PATCH 02/23] vinyl: always get full tuple from pk after reading from secondary index
2018-07-13 10:53 UTC (36+ 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
` [PATCH 1/3] stailq: add stailq_insert function
` [PATCH 2/3] vinyl: link all indexes of the same space
` [PATCH 3/3] vinyl: generate deferred DELETEs on tx commit
[tarantool-patches] [PATCH 0/3] Syslog destination
2018-07-13 10:29 UTC (4+ messages)
` [tarantool-patches] [PATCH 1/3] Configurable syslog destination
` [tarantool-patches] [PATCH 2/3] Syslog remote destination test
` [tarantool-patches] [PATCH 3/3] Syslog destination test unix socket
[tarantool-patches] [PATCH v1 0/2] sql: restrict nullable action definitions
2018-07-13 10:26 UTC (6+ messages)
` [tarantool-patches] [PATCH v1 1/2] "
` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 2/2] sql: fixed possible leak in sqlite3EndTable
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v1 0/2] sql: restrict nullable action definitions
[tarantool-patches] [PATCH v6 0/2] force gc on running out of disk space
2018-07-13 8:48 UTC (4+ messages)
` [tarantool-patches] [PATCH v6 1/2] replication: rename thread from tx to tx_prio
` [tarantool-patches] [PATCH v6 2/2] replication: force gc to clean xdir on ENOSPC err
` [tarantool-patches] "
[tarantool-patches] [PATCH] sql: rfc for foreign keys
2018-07-13 8:46 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2] Add entities user, role to access control
2018-07-13 7:05 UTC
[tarantool-patches] [PATCH v1 1/1] sql: fix assertion on invalid PK column name
2018-07-13 6:54 UTC (5+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 1/1] third_party: fix strings "true"/"false" in yaml
2018-07-13 6:48 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 1/1] box: support reload whole module
2018-07-13 6:16 UTC (12+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] sql: Remove 'BEGIN TRANSACTION'
2018-07-13 2:15 UTC (4+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/5] Move FK constraints to server
2018-07-13 2:04 UTC (6+ messages)
` [tarantool-patches] [PATCH 1/5] sql: prohibit creation of FK on unexisting tables
` [tarantool-patches] [PATCH 2/5] schema: add new system space for FK constraints
` [tarantool-patches] [PATCH 3/5] sql: introduce ADD CONSTRAINT statement
` [tarantool-patches] [PATCH 4/5] sql: display error on FK creation and drop failure
` [tarantool-patches] [PATCH 5/5] sql: remove SQLITE_OMIT_FOREIGN_KEY define guard
[tarantool-patches] [PATCH] Add entities user, role to access control
2018-07-12 15:29 UTC
[tarantool-patches] [PATCH 0/5] Expose ephemeral spaces into Lua
2018-07-12 11:30 UTC (7+ messages)
` [tarantool-patches] [PATCH 1/5] Create new methods for ephemeral spaces
` [tarantool-patches] [PATCH 2/5] Move some decode functions from alter.cc
` [tarantool-patches] [PATCH 3/5] Ephemeral space creation and deletion in Lua
` [tarantool-patches] [PATCH 4/5] Primary index for ephemeral spaces
` [tarantool-patches] [PATCH 5/5] Methods for ephemeral space and its index
` [tarantool-patches] Re: [PATCH 0/5] Expose ephemeral spaces into Lua
[tarantool-patches] Re: [PATCH v2] sql: add index_def to struct Index
2018-07-12 11:18 UTC (2+ messages)
[tarantool-patches] [PATCH] Make access_check_ddl check for entity privileges
2018-07-12 8:52 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/4] sql: get rid off sqlite3NestedParse
2018-07-11 13:45 UTC (18+ messages)
` [tarantool-patches] [PATCH v2 1/4] sql: get rid off sqlite3NestedParse in clean stats
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/4] sql: remove usless sqlite3NestedParse function
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/4] sql: refactor vdbe_emit_open_cursor calls
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 4/4] sql: remove OP_LoadPtr
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/4] sql: get rid off sqlite3NestedParse
[tarantool-patches] [PATCH] json: added options to json.encode()
2018-07-11 7:57 UTC (3+ messages)
` [tarantool-patches] "
[PATCH v2 0/4] Introduce replica local spaces
2018-07-10 18:57 UTC (7+ 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] "
[tarantool-patches] [PATCH v5 0/2] force gc on running out of disk space
2018-07-10 18:37 UTC (6+ 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] "
[tarantool-patches] [PATCH v1 1/1] sql: refactor vdbe_emit_open_cursor calls
2018-07-10 16:52 UTC (10+ messages)
` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 2/2] sql: remove OP_LoadPtr
` [tarantool-patches] "
[PATCH v2 0/6] Create empty xlog on shutdown
2018-07-10 16:28 UTC (7+ messages)
` [PATCH v2 1/6] xlog: store prev vclock in xlog header
` [PATCH] xlog: get rid of xlog_meta::has_prev_vclock
[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] "
[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
[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)
[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 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] [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 (16+ messages)
` [tarantool-patches] Re: [PATCH v4] "
` [tarantool-patches] Re: [PATCH v5] "
` [tarantool-patches] Re: [PATCH v6] "
` [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
[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 (4+ messages)
` [tarantool-patches] [PATCH v4 2/2] replication: force gc to clean xdir on ENOSPC err
` [tarantool-patches] "
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