Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v1 1/1] box: wrong is_nullable for multiple indexes
 2018-11-02 16:40 UTC  (3+ messages)

[tarantool-patches] [PATCH] Return valid lua error for func creation error
 2018-11-02 13:46 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/6] Introduce strict typing for SQL
 2018-11-02 13:26 UTC  (22+ messages)
` [tarantool-patches] [PATCH 3/6] sql: pass true types of columns to Tarantool
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/6] sql: enforce implicit type conversions
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/6] sql: return result-set type via IProto
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/3] Change collation compatibility rules according to ANSI SQL
 2018-11-01 20:20 UTC  (16+ messages)
` [tarantool-patches] [PATCH 1/3] sql: do not add explicit <COLLATE "BINARY"> clause
` [tarantool-patches] [PATCH 2/3] Add surrogate ID for BINARY collation
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/3] sql: change collation compatibility rules
  ` [tarantool-patches] "

[PATCH 0/2] Remove 1.7 privilege compatibility mode
 2018-11-01 15:35 UTC  (7+ messages)
` [PATCH 1/2] box: remove compatibility mode for privileges
  ` [tarantool-patches] "
` [PATCH 2/2] box: autogrant CREATE,ALTER,DROP to users with READ+WRITE
  ` [tarantool-patches] "
  ` [tarantool-patches] Re: [PATCH 0/2] Remove 1.7 privilege compatibility mode

[PATCH v5 00/12] box: indexes by JSON path
 2018-11-01 15:27 UTC  (21+ messages)
` [PATCH v5 01/12] box: refactor key_def_find routine
` [PATCH v5 10/12] box: tune tuple_field_raw_by_path for indexed data
` [PATCH v5 11/12] box: introduce offset slot cache in key_part
  ` [tarantool-patches] "
` [PATCH v5 12/12] box: specify indexes in user-friendly form
  ` [tarantool-patches] "
` [PATCH v5 02/12] box: introduce key_def_parts_are_sequential
  ` [tarantool-patches] "
` [PATCH v5 03/12] box: introduce tuple_field_go_to_path
` [PATCH v5 04/12] box: introduce tuple_format_add_key_part
  ` [tarantool-patches] "
` [PATCH v5 05/12] lib: implement JSON tree class for json library
  ` [tarantool-patches] "
` [PATCH v5 06/12] box: manage format fields with JSON tree class
` [PATCH v5 07/12] lib: introduce json_path_normalize routine
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v5 08/12] box: introduce JSON indexes
` [tarantool-patches] [PATCH v5 09/12] box: introduce has_json_paths flag in templates

[tarantool-patches] [PATCH] sql: make DROP TABLE delete entry from _sequence_data
 2018-11-01 14:55 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: remove nKey from struct BtCursor
 2018-11-01 14:50 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: assertion in autoincrement column
 2018-11-01 14:40 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 1/1] sql: cleanup on failed creation operation
 2018-11-01 14:37 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] box: implement on_shutdown triggers
 2018-11-01 12:53 UTC 

[tarantool-patches] [PATCH v3 0/4] Dump lua frames for a fiber traceback
 2018-11-01 12:45 UTC  (6+ messages)
` [tarantool-patches] [PATCH v3 1/4] fiber: do not inline coro unwind function
` [tarantool-patches] [PATCH v3 2/4] Proper unwind for currently executing fiber
` [tarantool-patches] [PATCH v3 3/4] Use fiber lua state for triggers if possible
` [tarantool-patches] [PATCH v3 4/4] Show names of Lua functions in backtraces

[tarantool-patches] [PATCH v3] box: fixed comparison of old and new config options
 2018-11-01 12:40 UTC  (2+ messages)

[tarantool-patches] [PATCH v7 0/2] sql: return all generated ids via IPROTO
 2018-11-01 12:21 UTC  (6+ messages)
` [tarantool-patches] [PATCH v7 1/2] "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v7 2/2] sql: remove psql_txn from Vdbe
` [tarantool-patches] Re: [PATCH v7 0/2] sql: return all generated ids via IPROTO

[PATCH v2 0/4] Check read access while executing SQL query
 2018-11-01 11:34 UTC  (12+ messages)
` [PATCH v2 1/4] schema: refactor space_cache API
` [PATCH v2 2/4] schema: add space names cache
    ` [tarantool-patches] "
` [PATCH v2 3/4] sql: use space_by_name in SQL
` [PATCH v2 4/4] sql: check read access while executing SQL query

[tarantool-patches] [PATCH 1/2] sql: LIKE & GLOB pattern comparison issue
 2018-11-01 10:30 UTC  (15+ messages)
` [tarantool-patches] "

[PATCH] Introduce a function to reencode scramble
 2018-11-01  8:35 UTC  (2+ messages)

[PATCH v2 0/5] test: replication parallel mode on
 2018-10-31 21:38 UTC  (12+ messages)
` [PATCH v2 4/5] test: use wait_cond to check follow status
    ` [tarantool-patches] "
        ` Re[2]: "
    ` Re[2]: [PATCH v2 0/5] test: replication parallel mode on
      ` Re[3]: "

[tarantool-patches] [PATCH v8 0/3] sql: return all generated ids via IPROTO
 2018-10-31  9:30 UTC  (15+ messages)
` [tarantool-patches] [PATCH v8 1/3] box: factor fiber_gc out of txn_commit
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v8 2/3] sql: return all generated ids via IPROTO
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v8 3/3] sql: remove psql_txn from Vdbe
  ` [tarantool-patches] "

[tarantool-patches] Re: [PATCH v2] box: fixed comparison of old and new config options
 2018-10-31  8:42 UTC 

[tarantool-patches] [PATCH v2] box: fixed comparison of old and new config options
 2018-10-30 16:13 UTC  (2+ messages)

[tarantool-patches] [PATCH 0/2] Re-implement rowid generation for ephemeral spaces
 2018-10-30 10:32 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/2] space: add method to fetch next rowid
` [tarantool-patches] [PATCH 2/2] sql: use vtab::rowid_next() instead of index_max()

[tarantool-patches] Re: [tarantool-patches] Re: [PATCH] box: fixed comparison of old and new config options
 2018-10-30  8:59 UTC  (2+ messages)

[PATCH] replication: keep header when request is modified by before_replace
 2018-10-29 20:45 UTC  (3+ messages)

[tarantool-patches] [PATCH v3] ctl: added functionality to detect and prune dead replicas
 2018-10-29 19:25 UTC 

[tarantool-patches] [PATCH v7 1/2] sql: return all generated ids via IPROTO
 2018-10-29 17:31 UTC  (3+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] jdbc: fix date/time parameters binding
 2018-10-29 17:19 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] hot_standby: reflect amount of recovered rows in box.info
 2018-10-29 17:15 UTC  (2+ messages)

[PATCH] test: fix unix socket conflict in socket.test.lua
 2018-10-29 16:09 UTC  (6+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] test: disable show_reproduce_content for sql-tap
 2018-10-29 13:14 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/2] sql: pattern comparison fixes & GLOB removal
 2018-10-29 12:15 UTC  (11+ messages)
` [tarantool-patches] [PATCH 2/2] sql: remove GLOB from Tarantool
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] box: fixed comparison of old and new config options
 2018-10-29 10:21 UTC  (2+ messages)

[tarantool-patches] [PATCH] Fix tuple cdata collecting
 2018-10-26 13:04 UTC  (2+ messages)

[PATCH] vinyl: do not account bloom filters to runtime quota
 2018-10-26 10:49 UTC  (2+ messages)

[PATCH] vinyl: fix memory leak in slice stream
 2018-10-26  8:06 UTC  (2+ messages)

[tarantool-patches] [PATCH] sql: fix fk set null clause
 2018-10-26  5:47 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v5 1/1] sql: return all generated ids via IPROTO
 2018-10-25 21:31 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] [replication] make join stage more informative
 2018-10-25 16:51 UTC  (4+ messages)

[PATCH v3 0/5] Delete old WAL files if running out of disk space
 2018-10-25 12:55 UTC  (10+ messages)
` [PATCH v3 1/5] wal: preallocate disk space before writing rows
` [PATCH v3 2/5] wal: pass wal_watcher_msg to wal_watcher callback
` [PATCH v3 3/5] wal: rename wal_watcher->events to pending_events
` [PATCH v3 4/5] wal: add event_mask to wal_watcher
` [PATCH v3 5/5] wal: delete old wal files when running out of disk space

[tarantool-patches] [PATCH v2 0/3] Add LTO support
 2018-10-25 12:18 UTC  (7+ messages)
` [tarantool-patches] [PATCH v2 3/3] test: add LTO targets into CI
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 2/3] Add LTO support
` [tarantool-patches] Re: [PATCH v2 0/3] "

[PATCH 0/2] test: rewrote xlog/checkpoint_daemon.test.lua
 2018-10-25 10:13 UTC  (4+ messages)
` [PATCH 1/2] test: update test-run
` [PATCH 2/2] test: rewrote xlog/checkpoint_daemon.test.lua

[PATCH] vinyl: fix memory leak in write iterator
 2018-10-25  9:56 UTC  (2+ messages)

[tarantool-patches] [PATCH v2 0/3] Dump lua frames for a fiber traceback
 2018-10-25  9:28 UTC  (3+ messages)
` [tarantool-patches] [PATCH 1/3] fiber: do not inline coro unwind function

[PATCH v2 0/4] Delete old WAL files if running out of disk space
 2018-10-25  8:31 UTC  (13+ messages)
` [PATCH v2 1/4] xlog: turn use_coio argument of xdir_collect_garbage to flags
` [PATCH v2 2/4] wal: preallocate disk space before writing rows
` [PATCH v2 3/4] wal: notify watchers about wal file removal
` [PATCH v2 4/4] wal: delete old wal files when running out of disk space

[PATCH 1/2] test: wait until expected value appear in log
 2018-10-25  2:49 UTC  (5+ messages)
    ` Re[2]: "

[tarantool-patches] Re: [tarantool-patches] Re: [PATCH v2 1/2] box: added replication_dead/rw_gap options
 2018-10-24 16:49 UTC  (2+ messages)
`  "

[tarantool-patches] [PATCH v2 0/2] sql: check read access while executing SQL query
 2018-10-24 13:34 UTC  (4+ messages)
` [tarantool-patches] [PATCH v2 1/2] Add space names cache

[PATCH 0/3] Force compaction if there too many DELETEs
 2018-10-24 11:19 UTC  (7+ messages)
` [PATCH 1/3] vinyl: remove useless local var from vy_range_update_compact_priority
  ` [tarantool-patches] "
` [PATCH 2/3] vinyl: account disk statements of each type
  ` [tarantool-patches] "

[PATCH 0/8] Get rid of Vinyl's mem_format_with_colmask
 2018-10-24 11:13 UTC  (2+ messages)

[tarantool-patches] [PATCH v2] iproto: introduce a proxy module
 2018-10-23 17:26 UTC  (2+ 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