Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v3 0/4] Lua utf8 module
 2018-05-15 19:54 UTC  (5+ messages)
` [tarantool-patches] [PATCH v3 1/4] error: introduce error rebulding API
` [tarantool-patches] [PATCH v3 2/4] collation: split collation into core and box objects
` [tarantool-patches] [PATCH v3 3/4] collation: introduce collation fingerprint
` [tarantool-patches] [PATCH v3 4/4] lua: introduce utf8 built-in globaly visible module

[tarantool-patches] [PATCH] Fix ephemeral table next rowid generation
 2018-05-15 19:49 UTC 

[PATCH 0/4] vinyl: fix crash in vinyl_iterator_secondary_next()
 2018-05-15 19:27 UTC  (9+ messages)
` [PATCH 1/4] vinyl: fix EQ check in run iterator
` [PATCH 2/4] vinyl: fix lost key on dump completion
` [PATCH 3/4] vinyl: do not panic if secondary index is inconsistent with primary
` [PATCH 4/4] test: improve vinyl/select_consistency

[tarantool-patches] [PATCH 1/1] netbox: optimize body decoding
 2018-05-15 18:42 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] 0001-sql-COLLATE-after-LIMIT-throws-an-error.patch
 2018-05-15 18:30 UTC 

[tarantool-patches] [PATCH v6 0/4] sql: moved Checks to server
 2018-05-15 17:03 UTC  (5+ messages)
` [tarantool-patches] [PATCH v6 1/4] sql: fix code style in sqlite3Pragma
` [tarantool-patches] [PATCH v6 2/4] sql: remove SQL fields from Table and Column
` [tarantool-patches] [PATCH v6 3/4] sql: space_def* instead of Table* in Expr
` [tarantool-patches] [PATCH v6 4/4] sql: remove Checks to server

[tarantool-patches] [PATCH] sql: analyze on VIEW lead to an assertion
 2018-05-15 15:56 UTC  (6+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v5 0/3] sql: refactor SQL Parser structures
 2018-05-15 15:56 UTC  (13+ messages)
` [tarantool-patches] [PATCH v5 1/3] sql: fix code style in sqlite3Pragma
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v5 2/3] sql: remove SQL fields from Table and Column
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v5 3/3] sql: space_def* instead of Table* in Expr
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v5 0/3] sql: refactor SQL Parser structures
  ` [tarantool-patches] Re[2]: [tarantool-patches] "

[PATCH 00/12] vinyl: prepare read iterator for index rebuild
 2018-05-15 15:00 UTC  (7+ messages)
` [PATCH 02/12] vinyl: factor out vy_history_apply from vy_point_lookup_apply_history
  ` [tarantool-patches] "
` [PATCH 09/12] vinyl: consolidate skip optimization checks in read iterator
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 00/12] vinyl: prepare read iterator for index rebuild

[tarantool-patches] [PATCH 0/4] Move original SQLite's statistics to server
 2018-05-15 13:42 UTC  (19+ messages)
` [tarantool-patches] [PATCH 1/4] sql: optimize compilation of SELECT COUNT(*)
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/4] sql: add average tuple size calculation
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/4] sql: refactor usages of table's tuple count
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/4] sql: move SQL statistics to server
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/4] Move original SQLite's "

[tarantool-patches] [PATCH] Add test case for fiber safety of digest.pbkdf2
 2018-05-15 13:34 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] Remove second -O2 linker argument
 2018-05-15 11:26 UTC 

[tarantool-patches] [PATCH] Add LTO support
 2018-05-15 11:11 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] iproto: on input discard do nothing for closed con
 2018-05-14 16:30 UTC 

[tarantool-patches] [PATCH v1 1/1] Tests for CREATE TEMP TABLE and CREATE TEMPORARY TABLE
 2018-05-14 14:50 UTC  (12+ messages)
` [tarantool-patches] "
    ` [tarantool-patches] Re: [PATCH v1 1/1] sql: "
          ` [tarantool-patches] Re: [PATCH v1 1/1] sql: added tests for TEMP and TEMPORARY clauses

[tarantool-patches] [PATCH] sql: remove unused VDBE routine
 2018-05-14 11:57 UTC 

[tarantool-patches] [PATCH 0/2] sql: replace KeyInfo w/ key_def in SQL front-end
 2018-05-14 11:40 UTC  (13+ messages)
` [tarantool-patches] [PATCH 1/2] sql: introduce sort order to key_part/key_part_def
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH] sql: use collation pointers instead of names
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: replace KeyInfo with key_def
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] lua: Add string.decodehex method
 2018-05-14  8:00 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] Use automatic storage for digest.pbkdf2 results
 2018-05-14  7:13 UTC 

[tarantool-patches] [security 0/3] System space access check lists
 2018-05-13 12:49 UTC  (3+ messages)
` [tarantool-patches] [security 2/3] security: Refactor reads from systems spaces
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] vinyl: fix crash in vinyl_iterator_secondary_next
 2018-05-12  0:30 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: allow ON CONFLICT REPLACE only for PK index
 2018-05-11 18:18 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] Re: [commits] [tarantool] 02/05: collation: introduce collation fingerprint
 2018-05-11 14:39 UTC 

[tarantool-patches] [PATCH 0/4] Rework SQL transaction processing
 2018-05-11 10:08 UTC  (16+ messages)
` [tarantool-patches] [PATCH 1/4] sql: remove OP_AutoCommit opcode
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/4] sql: allow transitive Lua <-> SQL transactions
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/4] sql: allow SAVEPOINT statement outside transaction
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/4] sql: fix SAVEPOINT RELEASE statement
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/4] Rework SQL transaction processing

[tarantool-patches] [PATCH] sql: Fixes op-codes' generation for skip-scan
 2018-05-11  5:28 UTC  (7+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/5] Expose ICU into Lua
 2018-05-10 21:06 UTC  (20+ messages)
` [tarantool-patches] [PATCH v2 2/5] Move struct on_access_denied_ctx into error.h
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/5] Merge box_error, stat and collations into core library
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 4/5] Always store built-in collations in the cache
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 5/5] lua: introduce utf8 built-in globaly visible module
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/5] Expose ICU into Lua

[PATCH v2 00/10] session: introduce box.session.push
 2018-05-10 19:50 UTC  (21+ messages)
` [PATCH v2 01/10] yaml: don't throw OOM on any error in yaml encoding
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 10/10] session: introduce binary box.session.push
` [PATCH v2 02/10] yaml: introduce yaml.encode_tagged
  ` [tarantool-patches] "
` [PATCH v2 03/10] yaml: introduce yaml.decode_tag
  ` [tarantool-patches] "
` [PATCH v2 04/10] console: use Lua C API to do formatting for console
  ` [tarantool-patches] "
` [PATCH v2 05/10] session: move salt into iproto connection
  ` [tarantool-patches] "
` [PATCH v2 06/10] session: introduce session vtab and meta
  ` [tarantool-patches] "
` [PATCH v2 07/10] port: rename dump() into dump_msgpack()
  ` [tarantool-patches] "
` [PATCH v2 08/10] session: introduce text box.session.push
  ` [tarantool-patches] "
` [PATCH v2 09/10] session: enable box.session.push in local console
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/3] Optimize and simplify some tuple_update things
 2018-05-08 20:22 UTC  (7+ messages)
` [tarantool-patches] [PATCH 1/3] vinyl: remove vy_apply_upsert_ops
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/3] tuple_update: remove alloc and alloc_ctx args
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/3] rope: make rope library be C template using macros
  ` [tarantool-patches] "

[PATCH 2/2] schema: expose space_mt and index_mt on `box.schema` table
 2018-05-08 17:33 UTC  (6+ messages)
` [PATCH v2 0/3] schema: expose space_mt and index_mt on box.schema table
  ` [PATCH v2 3/3] "
    ` [tarantool-patches] "

[PATCH 0/8] netbox: introduce fiber-async API
 2018-05-08 17:24 UTC  (16+ messages)
` [PATCH 1/8] lua: fix box.error.raise
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH 2/8] lua: allow to create and error object with no throw
  ` [tarantool-patches] "
` [PATCH 3/8] console: fix a bug in interactive readline usage
  ` [tarantool-patches] "
` [PATCH 4/8] netbox: extend codec with 'decode' methods
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH 5/8] test: fix unstable test
  ` [tarantool-patches] "
` [PATCH 7/8] netbox: remove schema_version from requests
  ` [tarantool-patches] "
    ` [tarantool-patches] "

[tarantool-patches] [socket 1/1] socket: Fix socket test
 2018-05-08 11:20 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] Re: [commits] [tarantool] 01/02: iproto: fix error with unstoppable batching
 2018-05-08 11:07 UTC  (3+ messages)
    ` [tarantool-patches] Re: [commits] [tarantool] 02/02: iproto: allow to configure IPROTO_MSG_MAX

[tarantool-patches] [PATCH] lua: Add string.decodehex method
 2018-05-07 14:34 UTC 

[tarantool-patches] [PATCH v3] Fix warnings
 2018-05-07 12:05 UTC 

[tarantool-patches] [PATCH v3] Fix warnings
 2018-05-07  8:27 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] vinyl: fix memory leak on error in vy_history_apply
 2018-05-04 18:07 UTC 

[tarantool-patches] [PATCH] replication: display correct status at upstream
 2018-05-04 14:09 UTC  (3+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [error 0/3] Introduce error traceback
 2018-05-04 14:07 UTC  (4+ messages)
  ` [tarantool-patches] [error 1/3] lua: moving lua error functions to separate file
  ` [tarantool-patches] [error 2/3] error: Add lua traceback
  ` [tarantool-patches] [error 3/3] error: Add C frames in error.traceback

[tarantool-patches] [PATCH] sql: xfer optimization issue
 2018-05-04 12:54 UTC  (12+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/2] IProto fix and net_msg_max option
 2018-05-04 11:56 UTC  (7+ messages)
` [tarantool-patches] [PATCH v2 1/2] iproto: fix error with unstoppable batching
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/2] iproto: allow to configure IPROTO_MSG_MAX
  ` [tarantool-patches] "

[tarantool-patches] [replication 1/1] replication: Introduce anonymous replicas
 2018-05-04 10:45 UTC  (3+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] replication: Caching replication_skip_conflict in C
 2018-05-03 16:50 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v3 0/4] sql: Removed Column fields to server with region allocations
 2018-05-03 11:32 UTC  (15+ messages)
` [tarantool-patches] [PATCH v4 0/7] sql: refactor SQL Parser structures
  ` [tarantool-patches] [PATCH v4 1/7] sql: fix code style in sqlite3Pragma
    ` [tarantool-patches] "
  ` [tarantool-patches] [PATCH v4 2/7] sql: remove zName and nColumn from SQL
    ` [tarantool-patches] "
  ` [tarantool-patches] [PATCH v4 4/7] sql: start using collations and is_nullable from space_def
    ` [tarantool-patches] "
  ` [tarantool-patches] [PATCH v4 5/7] sql: move names to server
    ` [tarantool-patches] "
  ` [tarantool-patches] [PATCH v4 6/7] sql: start using is_view field from space_def
    ` [tarantool-patches] "
  ` [tarantool-patches] [PATCH v4 7/7] sql: space_def* instead of Table* in Expr
    ` [tarantool-patches] "
  ` [tarantool-patches] Re: [PATCH v4 0/7] sql: refactor SQL Parser structures

page:  |  | latest

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