Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v4] vshard module reload
 2018-08-01 14:07 UTC  (20+ messages)
` [tarantool-patches] [PATCH 1/4] Fix races related to object outdating
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/4] Refactor reloadable fiber
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/4] tests: separate bootstrap routine to a lua_libs
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/4] Introduce storage reload evolution
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH] Check self arg passed for router objects

[PATCH 00/25] vinyl: eliminate disk read on REPLACE/DELETE
 2018-08-01 14:00 UTC  (34+ messages)
` [PATCH 01/25] vinyl: make point lookup always return the latest tuple version
` [PATCH 02/25] vinyl: simplify vy_squash_process
` [PATCH 03/25] vinyl: always get full tuple from pk after reading from secondary index
` [PATCH 04/25] vinyl: fold vy_replace_one and vy_replace_impl
` [PATCH 05/25] vinyl: fold vy_delete_impl
` [PATCH 06/25] vinyl: refactor unique check
` [PATCH 07/25] vinyl: check key uniqueness before modifying tx write set
` [PATCH 08/25] vinyl: remove env argument of vy_check_is_unique_{primary,secondary}
  ` [tarantool-patches] "
` [PATCH 09/25] vinyl: store full tuples in secondary index cache
` [PATCH 10/25] vinyl: do not free pending tasks on shutdown
` [PATCH 11/25] vinyl: store pointer to scheduler in struct vy_task
` [PATCH 12/25] vinyl: rename some members of vy_scheduler and vy_task struct
` [PATCH 13/25] vinyl: use cbus for communication between scheduler and worker threads
` [PATCH 14/25] vinyl: zap vy_scheduler::is_worker_pool_running
` [PATCH 15/25] vinyl: rename vy_task::status to is_failed
` [PATCH 16/25] xrow: allow to store flags in DML requests
` [PATCH 17/25] vinyl: pin last statement returned by write iterator explicitly
` [PATCH 18/25] vinyl: teach write iterator to return overwritten tuples
` [PATCH 19/25] vinyl: prepare write iterator heap comparator for deferred DELETEs
` [PATCH 20/25] vinyl: allow to skip certain statements on read
` [PATCH 21/25] vinyl: add function to create surrogate deletes from raw msgpack
` [PATCH 22/25] vinyl: remove pointless assertion from vy_stmt_new_surrogate_delete
` [PATCH 23/25] txn: add helper to detect transaction boundaries
  ` [tarantool-patches] "
` [PATCH 24/25] Introduce _vinyl_deferred_delete system space
` [PATCH 25/25] vinyl: eliminate disk read on REPLACE/DELETE

[tarantool-patches] [PATCH] sql: LIKE & GLOB pattern comparison issue
 2018-08-01 13:56 UTC  (15+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v5 0/4] Syslog destination
 2018-08-01 12:52 UTC  (7+ messages)
` [tarantool-patches] [PATCH v5 1/4] Configurable syslog destination
` [tarantool-patches] [PATCH v5 2/4] box-tap: test valid log configuration
` [tarantool-patches] [PATCH v5 3/4] box-tap: syslog destination test unix socket
` [tarantool-patches] [PATCH v5 4/4] box-tap:syslog remote destination test

[tarantool-patches] [PATCH v2 0/2] logger non inf error
 2018-08-01 12:39 UTC  (5+ messages)
` [tarantool-patches] [PATCH v2 1/2] Fixed non-informative error messages for log conf
` [tarantool-patches] [PATCH v2 2/2] box-tap: test to check logger invalid config

[tarantool-patches] [PATCH] sql: remove pragma schema_version
 2018-08-01 11:30 UTC  (5+ messages)
` [tarantool-patches] "

[PATCH] vinyl: flush transactions before setting trigger on altered space
 2018-08-01 10:44 UTC 

[RFC PATCH 00/23] vinyl: eliminate read on REPLACE/DELETE
 2018-08-01 10:42 UTC  (27+ messages)
` [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 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 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 21/23] vinyl: zap vy_scheduler::is_worker_pool_running
` [RFC PATCH 22/23] vinyl: rename vy_task::status to is_failed

[tarantool-patches] [PATCH] json: added options to json.encode()
 2018-08-01 10:37 UTC  (14+ messages)
  ` [tarantool-patches] "
        ` [tarantool-patches] Re: [PATCH v3] json: add "

[RFC PATCH 20/23] vinyl: use cbus for communication between scheduler and worker threads
 2018-07-31 20:43 UTC  (2+ messages)

[tarantool-patches] [PATCH] Increase time quota for selectG test on vinyl
 2018-07-31 20:22 UTC 

[tarantool-patches] [PATCH] replication: implement replication_shutdown()
 2018-07-31 18:32 UTC 

[tarantool-patches] Re: [PATCH] sql: xfer optimization issue
 2018-07-31 17:44 UTC  (19+ messages)

[tarantool-patches] [PATCH 0/3] multiple routers
 2018-07-31 16:25 UTC  (4+ messages)
` [tarantool-patches] [PATCH 1/3] Update only vshard part of a cfg on reload
` [tarantool-patches] [PATCH 2/3] Move lua gc to a dedicated module
` [tarantool-patches] [PATCH 3/3] Introduce multiple routers feature

[tarantool-patches] [PATCH] Introduce separate entity object types for entity privileges
 2018-07-31 14:56 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2] lua: fix for option pid_file overwritten by tarantoolctl
 2018-07-31 14:35 UTC 

[tarantool-patches] [PATCH v4 0/4] Syslog destination
 2018-07-31 13:57 UTC  (8+ messages)
` [tarantool-patches] [PATCH v4 1/4] Configurable syslog destination
` [tarantool-patches] [PATCH v4 2/4] box-tap: test valid log configuration
` [tarantool-patches] [PATCH v4 3/4] box-tap: syslog destination test unix socket
` [tarantool-patches] [PATCH v4 4/4] box-tap:syslog remote destination test

[tarantool-patches] [PATCH v1 1/1] sql: add function last_insert_id
 2018-07-31 13:52 UTC 

[tarantool-patches] [PATCH 1/1] Fixed non-informative error messages for log conf
 2018-07-31 13:09 UTC  (5+ messages)
    ` [tarantool-patches] "
` [tarantool-patches] [PATCH 0/1] "

[tarantool-patches] [PATCH] use TarantoolConfig instead of FindTarantool
 2018-07-31 12:45 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [box.ctl 0/3] Introduce box.ctl.on_ctl_event trigger
 2018-07-31 11:40 UTC  (7+ messages)
` [tarantool-patches] [box.ctl 1/3] box.ctl: Introduce stab box.ctl.on_ctl_event
  ` [tarantool-patches] "
` [tarantool-patches] [box.ctl 2/3] box.ctl: Add on_ctl_event trigger calls
  ` [tarantool-patches] "
` [tarantool-patches] [box.ctl 3/3] box.ctl: Add replica error event
  ` [tarantool-patches] "

[PATCH v3 07/11] replication: rebootstrap instance on startup if it fell behind
 2018-07-31  8:34 UTC  (3+ messages)
` [PATCH] replication: print master uuid when (re)bootstrapping

[PATCH v3 00/11] Replica rejoin
 2018-07-31  8:23 UTC  (5+ messages)
` [PATCH v3 08/11] vinyl: simplify vylog recovery from backup
` [PATCH v3 11/11] vinyl: implement rebootstrap support

[tarantool-patches] [PATCH v1 1/2] sql: use schema API to get index info in analyze
 2018-07-31  7:54 UTC  (14+ messages)
  ` [tarantool-patches] [PATCH v1 2/2] sql: prevent executing crossengine sql
    ` [tarantool-patches] "

[tarantool-patches] [PATCH v2 1/1] sql: UPPER and LOWER support COLLATE
 2018-07-31  7:16 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] rfc: describe a Tarantool JSON indexes
 2018-07-30 23:17 UTC  (11+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v3 1/1] sql: tarantoolctl "enter" with set language
 2018-07-30 10:39 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: UPPER and LOWER support COLLATE
 2018-07-30 10:35 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 3/4] Add single object privilege checks to access_check_ddl
 2018-07-30  8:37 UTC  (3+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v3 1/1] Tarantoolctl "enter" with set language
 2018-07-30  8:25 UTC 

[tarantool-patches] [PATCH v2] lua: fix for option pid_file overwritten by tarantoolctl
 2018-07-30  8:14 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] Add entities user, role to access control
 2018-07-30  7:52 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] Introduce separate entity object types for entity privileges
 2018-07-27 15:26 UTC 

[tarantool-patches] [PATCH] sql: remove preupdate hook
 2018-07-27 13:43 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] Tarantoolctl "enter" with set language
 2018-07-27 13:08 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: introduce TRUNCATE TABLE operation
 2018-07-27  7:16 UTC  (15+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] lua: fix fio.rmtree to work with non empty dirs
 2018-07-26 21:32 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/5] Move FK constraints to server
 2018-07-26 20:12 UTC  (17+ messages)
` [tarantool-patches] [PATCH 1/5] sql: prohibit creation of FK on unexisting tables
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/5] schema: add new system space for FK constraints
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/5] sql: introduce ADD CONSTRAINT statement
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/5] sql: display error on FK creation and drop failure
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v3] Make access_check_ddl check for entity privileges
 2018-07-26 20:06 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v3] vshard reload mechanism
 2018-07-26  8:27 UTC  (4+ messages)
` [tarantool-patches] [PATCH 1/3] Fix races related to object outdating
` [tarantool-patches] [PATCH 2/3] tests: separate bootstrap routine to a lua_libs
` [tarantool-patches] [PATCH 3/3] Introduce storage reload evolution

page:  |  | latest

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