Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH 0/2] sql: add better coll. determination & position func
 2019-03-26 12:32 UTC  (6+ messages)
` [tarantool-patches] [PATCH 1/2] sql: add better collation determination in functions
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: rename instr to position & add collation usage
  ` [tarantool-patches] Re: [PATCH 1/2] "
  ` [tarantool-patches] Re: [PATCH 2/2] "

[tarantool-patches] [PATCH v2 0/9] sql: Checks on server side
 2019-03-26 10:59 UTC  (27+ messages)
` [tarantool-patches] [PATCH v2 2/9] box: fix _trigger and _ck_constraint access check
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/9] box: fix Tarantool upgrade from 2.1.0 to 2.1.1
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 5/9] schema: add new system space for CHECK constraints
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 6/9] sql: disallow use of TYPEOF in Check
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 7/9] sql: refactor sqlite3_reset routine
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 8/9] box: exported sql_bind structure and API
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 9/9] sql: run check constraint tests on space alter
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: ban ANALYZE statement
 2019-03-26 10:27 UTC  (6+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] lua: export key_def methods for LUA key_def object
 2019-03-26  1:46 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: make SQL_BIND optional in an iproto request
 2019-03-25 23:20 UTC 

[tarantool-patches] [PATCH v9 0/7] sql: remove box.sql.execute
 2019-03-25 19:39 UTC  (16+ messages)
` [tarantool-patches] [PATCH v9 1/7] sql: add column name to SQL change counter
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v9 2/7] sql: fix error code for SQL errors in execute.c
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v9 3/7] sql: remove box.sql.debug()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v9 4/7] lua: remove exceptions from function luaL_tofield()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v9 5/7] iproto: create port_sql
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v9 6/7] sql: create box.execute()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v9 7/7] sql: remove box.sql.execute()

[tarantool-patches] [PATCH v4 0/8] sql: use diag_set() for errors in SQL
 2019-03-25 18:47 UTC  (23+ messages)
` [tarantool-patches] [PATCH v4 2/8] sql: set SQL parser errors via diag_set()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 3/8] sql: replace rc with is_aborted status in struct Parse
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 4/8] sql: remove field nErr from "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 5/8] sql: remove field zErrMsg "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 6/8] sql: rework three errors of "unsupported" type
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 7/8] sql: rework semantic errors
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 8/8] sql: remove sqlErrorMsg()
  ` [tarantool-patches] "

[PATCH] test: fix long_row_timeout.test.lua failure in parallel mode
 2019-03-25 17:52 UTC 

[PATCH 00/13] sql: support -2^63 .. 2^64-1 integer type
 2019-03-25 15:25 UTC  (28+ messages)
` [PATCH 01/13] sql: Convert big integers from string
  ` [tarantool-patches] "
` [PATCH 02/13] sql: make VDBE recognize big integers
  ` [tarantool-patches] "
` [PATCH 03/13] sql: removes unused function
  ` [tarantool-patches] "
` [PATCH 04/13] sql: support big integers within sql binding
  ` [tarantool-patches] "
` [PATCH 05/13] sql: removes redundant function
  ` [tarantool-patches] "
` [PATCH 06/13] sql: aux functions to support big integers
  ` [tarantool-patches] "
` [PATCH 07/13] sql: arithmetic functions "
  ` [tarantool-patches] "
` [PATCH 08/13] sql: aggregate sql functions support big int
  ` [tarantool-patches] "
` [PATCH 09/13] sql: fixes errors
  ` [tarantool-patches] "
` [PATCH 10/13] sql: fixes an error in sqlSubInt64
  ` [tarantool-patches] "
` [PATCH 11/13] sql: fixes an error in string to int64 conversion
  ` [tarantool-patches] "
` [PATCH 12/13] sql: fixes an error in uint64 to double casting
  ` [tarantool-patches] "
` [PATCH 13/13] sql: support -2^63 .. 2^64-1 integer type
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 00/13] "

[tarantool-patches] [PATCH] log: add missing assert into log_set_format()
 2019-03-25 13:03 UTC  (6+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/5] Introduce ALTER TABLE ADD CONSTRAINT UNIQUE/PK
 2019-03-25 11:25 UTC  (11+ messages)
` [tarantool-patches] [PATCH v2 1/5] sql: introduce structs assembling DDL arguments during parsing
  ` [tarantool-patches] "

[PATCH 0/4] Fix DML vs DDL race
 2019-03-25  9:51 UTC  (15+ messages)
` [PATCH 1/4] vinyl: introduce hash of spaces affected by transaction
` [PATCH 2/4] vinyl: don't abort transactions that modify only local spaces for ro
  ` [tarantool-patches] "
` [PATCH 3/4] vinyl: abort affected transactions when space is removed from cache
  ` [tarantool-patches] "
` [PATCH 4/4] Revert "test: skip ddl test for vinyl on travis"

[tarantool-patches] [PATCH v2 1/2] test: tunned timeouts and added statuses checks
 2019-03-24  7:19 UTC  (4+ messages)
` [tarantool-patches] [PATCH v2 2/2] test: added loop with restart for fullmesh routine
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 1/2] test: tunned timeouts and added statuses checks

[PATCH] vinyl: fix tx memory accounting when read intervals are merged
 2019-03-23 20:42 UTC 

[PATCH 1/2] vinyl: drop useless vy_read_view->is_aborted flag
 2019-03-22 18:12 UTC  (2+ messages)
` [PATCH 2/2] vinyl: fail aborted transactions early

[PATCH 0/3] Merger
 2019-03-22 16:20 UTC  (3+ messages)
` [tarantool-patches] [PATCH 0/3] lua: add key_def lua module

[PATCH 0/2] add '_vcollation' sysview and fetch it in net.box
 2019-03-22 15:39 UTC  (5+ messages)
` [PATCH 1/2] schema: add "_vcollation" sysview
` [PATCH 2/2] net.box: fetch '_vcollation' sysview into the module
  ` [tarantool-patches] Re: [PATCH 0/2] add '_vcollation' sysview and fetch it in net.box

[tarantool-patches] [PATCH 0/2] build: update rules for master branch
 2019-03-22 15:36 UTC  (11+ messages)
` [tarantool-patches] [PATCH 1/2] build: update rules for extended CI
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] build: set specific name for packages of master branch
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] sql: store statistics in statN as an array of integers
 2019-03-22 15:16 UTC  (7+ messages)
` [tarantool-patches] [PATCH 2/2] "
  ` [tarantool-patches] "
    ` [tarantool-patches] Re: [PATCH] "

[tarantool-patches] [PATCH v3 0/5] Transaction in replication protocol
 2019-03-22 12:06 UTC  (6+ messages)
` [tarantool-patches] [PATCH v3 1/5] Abort vinyl index creation in case of truncation rollback
` [tarantool-patches] [PATCH v3 2/5] Synchronize lua schema update with space cache
` [tarantool-patches] [PATCH v3 3/5] Require for single statement not autocommit in case of ddl
` [tarantool-patches] [PATCH v3 4/5] Transaction support for applier
` [tarantool-patches] [PATCH v3 5/5] Raise an error if remote transaction produces non-local changes

[tarantool-patches] [PATCH 0/3] Enable ddl between begin and commit statements
 2019-03-21 20:16 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/3] Abort vinyl index creation in case of truncation rollback
` [tarantool-patches] [PATCH 2/3] Synchronize lua schema update with space cache
` [tarantool-patches] [PATCH 3/3] Require for single statement not autocommit in case of ddl

[tarantool-patches] [PATCH v1 0/3] sql: unify stat tables
 2019-03-21 19:30 UTC  (4+ messages)
` [tarantool-patches] [PATCH v1 1/3] sql: disallow identical samples in statistics
` [tarantool-patches] [PATCH v1 2/3] sql: define flags for OP_MakeRecord
` [tarantool-patches] [PATCH v1 3/3] sql: create new space for SQL statistics

[PATCH] vinyl: fix recovery after aborted index creation
 2019-03-21 19:28 UTC  (2+ messages)

[tarantool-patches] [PATCH v1 1/1] box: fix format of tuple produced with frommap()
 2019-03-21 15:41 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] Fix wrong field count in bytecode for ANALYZE
 2019-03-21 15:39 UTC  (5+ messages)
` [tarantool-patches] [PATCH 2/2] schema: add exact field count to SQL stat spaces
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] box: introduce index extract_key method
 2019-03-21 15:25 UTC 

[tarantool-patches] [PATCH 0/2] SQL types fixes
 2019-03-21 14:46 UTC  (8+ messages)
` [tarantool-patches] [PATCH 1/2] sql: make type in column-meta be consistent with NoSQL names
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: don't change type of function's retval after codegen
  ` [tarantool-patches] "

[PATCH v2 0/5] box: introduce multikey indexes in memtx
 2019-03-21 12:35 UTC  (10+ messages)
` [PATCH v2 1/5] lib: introduce json_path_is_multikey helper
  ` [tarantool-patches] "
` [PATCH v2 2/5] lib: introduce is_weak_cmp flag for json_path_cmp
  ` [tarantool-patches] "
` [PATCH v2 3/5] box: move offset_slot init to tuple_format_add_field
` [PATCH v2 4/5] box: introduce field_map_builder for field_map init
` [PATCH v2 5/5] box: introduce multikey indexes in memtx
  ` [tarantool-patches] "

[PATCH v1 1/1] test: check hints corner cases
 2019-03-21 11:40 UTC 

[tarantool-patches] [PATCH] Raise an error if remote transaction produces non-local changes
 2019-03-20 20:30 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH 0/2] Fix tarantoolctl cat/play premature stop
 2019-03-20 18:41 UTC  (3+ messages)
` [PATCH 1/2] Unify tarantoolctl cat/play xlog filtering code
` [PATCH 2/2] Fix tarantoolctl cat/play premature stop with --to

[PATCH v6 0/3] box: introduce hint option for memtx tree index
 2019-03-20 18:08 UTC  (9+ messages)
` [PATCH v6 1/3] box: refactor key_def_set_compare_func routine
    ` [tarantool-patches] "
` [PATCH v6 2/3] memtx: introduce tuple compare hint
    ` [tarantool-patches] "

[tarantool-patches] [PATCH v4] Feature request for a new collation
 2019-03-20 15:53 UTC  (7+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: make spaces without PK illegal in queries
 2019-03-20 15:37 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH v1 1/1] box: allow box.session{.exists, .fd} without args
 2019-03-20 15:18 UTC 

[tarantool-patches] [PATCH v2 1/1] sql: use 64b bitmasks instead of 32b where possible
 2019-03-20 12:36 UTC 

[tarantool-patches] [PATCH v2 0/7] sql: store regular identifiers in case-normal form
 2019-03-20 11:02 UTC  (28+ messages)
` [tarantool-patches] [PATCH v2 3/7] sql: refactor sql_src_list_append to set diag
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 4/7] sql: refactor sql_name_from_token "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 5/7] sql: refactor sql_trigger_step_allocate "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 6/7] sql: refactor sql_expr_create "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 7/7] sql: store regular identifiers in case-normal form
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/7] "

[tarantool-patches] [PATCH 0/6] SWIM failure detection draft
 2019-03-20 10:49 UTC  (7+ messages)
` [tarantool-patches] [PATCH 1/6] swim: follow-ups for SWIM anti-entropy
` [tarantool-patches] [PATCH 2/6] test: introduce breakpoints for swim's event loop
` [tarantool-patches] [PATCH 3/6] test: remove swim_unblock_fd event from swim test harness
` [tarantool-patches] [PATCH 4/6] swim: expose enum swim_member_status to public API
` [tarantool-patches] [PATCH 5/6] test: differentiate blocked and closed swim fake fds
` [tarantool-patches] [PATCH 6/6] [RAW] swim: introduce failure detection component

[tarantool-patches] [PATCH] sql: fix recovery of VIEW space
 2019-03-20 10:29 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1] test: tunned timeouts and added statuses checks
 2019-03-20  7:21 UTC 

[tarantool-patches] [PATCH v1] test: increased timeouts and fixed statuses checks
 2019-03-20  6:31 UTC 

[RFC 0/2] lib/core/fiber: Allow to extend stack size via env variable
 2019-03-19 19:38 UTC  (3+ messages)
` [PATCH 1/2] lib/core/fiber: Rename stack_direction to stack_growsdown
` [PATCH 2/2] lib/core/fiber: Allow to extend default stack size

[tarantool-patches] [PATCH] travis: add Fedora 28 and 29
 2019-03-19 13:41 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: bind BLOB value as BLOB not as STRING
 2019-03-19 13:21 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] xrow: print corrupted rows on decoding error
 2019-03-19 12:19 UTC  (3+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] lua: remove digest.sha() and digest.sha_hex()
 2019-03-19 11:39 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: forbid different sorting orders in ORDER BY
 2019-03-19 11:25 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