[tarantool-patches] [PATCH] sql: use collation pointers instead of names
2018-05-08 7:56 UTC (5+ messages)
` [tarantool-patches] "
[PATCH] replication: fix broken cases with quorum=0
2018-04-18 8:07 UTC (3+ messages)
` [tarantool-patches] "
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 1/1] Removed Expr pointer from SQL Column structure
2018-04-18 7:31 UTC (6+ messages)
` [tarantool-patches] "
[tarantool-patches] [wal 1/1] wal: Update request header after sequence update
2018-04-18 7:10 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 1/1] sql: remove unused struct AutoinfInfo
2018-04-18 5:50 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/2] sql: remove a pair of definitions
2018-04-18 5:46 UTC (6+ messages)
` [tarantool-patches] [PATCH 1/2] sql: remove OMIT_EXPLAIN definition
` [tarantool-patches] [PATCH 2/2] sql: remove OMIT_SUBQUERY definition
` [tarantool-patches] Re: [PATCH 0/2] sql: remove a pair of definitions
[tarantool-patches] [PATCH v2 1/1] sql: remove ephemeral Expr from AddDefaultValue
2018-04-17 18:45 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] Remove autogenerated files
2018-04-17 8:58 UTC (2+ messages)
` [tarantool-patches] "
[PATCH 0/8] netbox: introduce fiber-async API
2018-04-16 18:39 UTC (9+ messages)
` [PATCH 1/8] lua: fix box.error.raise
` [PATCH 2/8] lua: allow to create and error object with no throw
` [PATCH 3/8] console: fix a bug in interactive readline usage
` [PATCH 4/8] netbox: extend codec with 'decode' methods
` [PATCH 5/8] test: fix unstable test
` [PATCH 6/8] netbox: introduce fiber-async API
` [PATCH 7/8] netbox: remove schema_version from requests
` [PATCH 8/8] netbox: implement perform_request via async version
[tarantool-patches] [PATCH v2 0/2] Fix lost format on update operation
2018-04-16 17:14 UTC (12+ messages)
` [tarantool-patches] [PATCH v2 1/2] Fixed invalid check in lbox_tuple_transform
` [tarantool-patches] [PATCH v2 2/2] Fixed lost format on update and upsert operations
` [tarantool-patches] "
[tarantool-patches] [PATCH] sql: disallow id duplicate in insert & update
2018-04-16 13:35 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 2/2] sql: statistics removal after dropping an index
2018-04-16 13:19 UTC (16+ messages)
` [tarantool-patches] "
[PATCH v3 0/3] Implement json path access to tuple fields
2018-04-16 10:02 UTC (10+ messages)
` [PATCH v3 1/3] Allow gcov on Mac
` [PATCH v3 2/3] Introduce json_path_parser with Unicode support
` [tarantool-patches] "
` [PATCH v3 3/3] Lua: implement json path access to tuple fields
` [tarantool-patches] "
[PATCH 00/12] vinyl: prepare read iterator for index rebuild
2018-04-15 19:55 UTC (13+ messages)
` [PATCH 01/12] vinyl: rename vy_stmt_history to vy_history
` [PATCH 02/12] vinyl: factor out vy_history_apply from vy_point_lookup_apply_history
` [PATCH 03/12] vinyl: add vy_history_append_stmt helper
` [PATCH 04/12] vinyl: zap iterator_src_type enum
` [PATCH 05/12] vinyl: encapsulate key history with struct
` [PATCH 06/12] vinyl: refine vy_history_cleanup
` [PATCH 07/12] vinyl: move vy_history to its own source file
` [PATCH 08/12] vinyl: use mempool for vy_history_node allocations
` [PATCH 09/12] vinyl: consolidate skip optimization checks in read iterator
` [PATCH 10/12] vinyl: refactor vy_read_iterator_next
` [PATCH 11/12] vinyl: make read iterator always return newest tuple version
` [PATCH 12/12] vinyl: zap vy_read_iterator::curr_stmt
[PATCH] replication: automatic skip duplicating rows in replication
2018-04-13 13:46 UTC (2+ messages)
[tarantool-patches] [PATCH V2] sql: fix non-working REPLACE optimization
2018-04-13 13:40 UTC
[PATCH] replication: automatic skip duplicating rows in replication
2018-04-13 12:59 UTC (4+ messages)
` [tarantool-patches] "
[PATCH] replication: fix bug with read-only replica as a bootstrap leader
2018-04-13 12:38 UTC (6+ messages)
` [tarantool-patches] "
` [tarantool-patches] "
` Re[2]: "
[tarantool-patches] [PATCH] sql: remove unnecessary MakeRecord opcodes
2018-04-13 11:35 UTC (3+ messages)
` [tarantool-patches] "
` [tarantool-patches] "
[tarantool-patches] Re: [PATCH 2/2] sql: fix tuple format leak
2018-04-13 8:40 UTC
[tarantool-patches] [PATCH 0/2] sql: SQL bindings refactoring
2018-04-13 8:39 UTC (6+ messages)
` [tarantool-patches] [PATCH 1/2] sql: fix tuple format leak
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: refactor cursor closing routine
` [tarantool-patches] "
[tarantool-patches] [PATCH v2] Fix warnings
2018-04-12 13:50 UTC
[tarantool-patches] [PATCH v2] Fix warnings
2018-04-11 20:56 UTC
[tarantool-patches] [PATCH v2] Fix warnings
2018-04-11 20:49 UTC
[tarantool-patches] [PATCH v2] sql: remove support of partial indexes
2018-04-11 20:17 UTC
[tarantool-patches] [PATCH] Fix warnings
2018-04-10 22:13 UTC (2+ messages)
` [tarantool-patches] "
[PATCH 00/12] vinyl: allow to modify format of non-empty spaces
2018-04-10 12:14 UTC (34+ messages)
` [PATCH 01/12] alter: introduce CheckSpaceFormat AlterSpaceOp for validating format
` [PATCH 02/12] alter: fold ModifySpaceFormat into ModifySpace
` [PATCH 03/12] alter: move dictionary update from ModifySpace::alter_def to alter
` [PATCH 04/12] alter: use space_index instead of index_find where appropriate
` [PATCH 05/12] alter: allocate triggers before the point of no return
` [PATCH 06/12] space: space_vtab::build_secondary_key => build_index
` [PATCH 07/12] space: pass new format instead of new space to space_vtab::check_format
` [PATCH 08/12] alter: introduce preparation phase
` [tarantool-patches] "
` [PATCH 09/12] alter: zap space_def_check_compatibility
` [PATCH 10/12] vinyl: remove superfluous ddl checks
` [PATCH 11/12] vinyl: force index rebuild if indexed field type is narrowed
` [PATCH 12/12] vinyl: allow to modify format of non-empty spaces
[PATCH 1/1] identifier: do not use ICU UConverter for checks
2018-04-10 10:37 UTC (4+ messages)
` [tarantool-patches] "
[tarantool-patches] Re: [PATCH v2 1/1] schema:frommap() to create table or tuple
2018-04-10 10:31 UTC (9+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] Fix static buffer align
2018-04-09 20:21 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] Re: [PATCH 1/1] rfc: describe a Tarantool wire protocol
2018-04-09 15:31 UTC (2+ messages)
` [tarantool-patches] "
[PATCH v2] replication: fix bug with zero replication_connect_quorum
2018-04-09 14:07 UTC (2+ messages)
[tarantool-patches] [PATCH V2] sql: fix non-working REPLACE optimization
2018-04-09 12:03 UTC (2+ messages)
` [tarantool-patches] "
[PATCH] replication: fix bug with zero replication_connect_quorum
2018-04-09 8:41 UTC (2+ messages)
[PATCH] replication: fix bug with zero replication_connect_quorum
2018-04-07 14:55 UTC (4+ messages)
` [tarantool-patches] "
` [tarantool-patches] "
[tarantool-patches] [PATCH 1/1] sql: get obuf for iproto response dump after execute()
2018-04-06 18:18 UTC
[PATCH v2 0/2] alter: fix WAL error handling
2018-04-06 15:29 UTC (10+ messages)
` [PATCH v2 1/2] memtx: do not use space_vtab::commit_alter for freeing tuples
` [PATCH v2 2/2] alter: zap space_vtab::commit_alter
[PATCH 1/1] netbox: don't cancel pending requests on schema change
2018-04-06 14:01 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/3] JSON Paths support
2018-04-06 11:08 UTC (4+ messages)
` [tarantool-patches] [PATCH v2 1/3] Allow gcov on Mac
` [tarantool-patches] [PATCH v2 2/3] Introduce json_path_parser with Unicode support
` [tarantool-patches] [PATCH v2 3/3] Lua: implement json path access to tuple fields
[PATCH 0/5] alter: fix WAL error handling
2018-04-06 10:59 UTC (8+ messages)
` [PATCH 1/5] memtx: rtree: remove pointless index_vtab::begin_build implementation
` [PATCH 3/5] vinyl: use disk_format in vy_run_rebuild_index
` [PATCH 5/5] alter: call space_vtab::commit_alter after WAL write
[tarantool-patches] [PATCH 1/1] rfc: describe proxy
2018-04-06 10:21 UTC (4+ messages)
` [tarantool-patches] "
[tarantool-patches] Re: [PATCH v2 3/3] Multibyte characters support
2018-04-05 23:32 UTC (4+ messages)
` [tarantool-patches] [PATCH v2 1/1] ICU Unicode support for JSON parser
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/2] netbox: reuse _request() to do SQL execute()
2018-04-05 23:30 UTC (6+ messages)
` [tarantool-patches] [PATCH 1/2] netbox: forbid conn:timeout():execute(...)
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] netbox: reuse _request() to do SQL execute()
` [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