]> granicus.if.org Git - postgresql/blob - doc/TODO
f95e3cc6ea54fbf3f137e094c604990d9e6943a8
[postgresql] / doc / TODO
1 TODO list for PostgreSQL
2 ========================
3 Last updated:           Mon Aug 11 18:39:47 EDT 2003
4
5 Current maintainer:     Bruce Momjian (pgman@candle.pha.pa.us)
6
7 The most recent version of this document can be viewed at
8 the PostgreSQL web site, http://www.PostgreSQL.org.
9
10 A dash (-) marks changes that will appear in the upcoming 7.4 release.
11
12 Bracketed items "[]" have more detailed.
13
14
15 Urgent
16 ======
17
18 * Add replication of distributed databases [replication]
19         o Automatic failover
20         o Load balancing
21         o Master/slave replication
22         o Multi-master replication
23         o Partition data across servers
24         o Sample implementation in contrib/rserv
25         o Queries across databases or servers (two-phase commit)
26         o Allow replication over unreliable or non-persistent links
27         o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
28 * Point-in-time data recovery using backup and write-ahead log
29 * Create native Win32 port [win32]
30
31
32 Reporting
33 =========
34
35 * -Allow elog() to return error codes, module name, file name, line
36   number, not just messages (Tom)
37 * -Add error codes (Tom)
38 * -Make error messages more consistent
39 * Show location of syntax error in query [yacc]
40 * -Add GUC log_statement_and_duration to print statement and >= min duration
41
42
43 Administration
44 ==============
45
46 * Incremental backups
47 * Remove unreferenced table files and temp tables during database vacuum
48   or postmaster startup (Bruce)
49 * Remove behavior of postmaster -o after making postmaster/postgres
50   flags unique
51 * -Allow easy display of usernames in a group
52 * Allow configuration files to be specified in a different directory
53 * -Add start time to pg_stat_activity
54 * Allow limits on per-db/user connections
55 * Have standalone backend read postgresql.conf
56 * Add group object ownership, so groups can rename/drop/grant on objects,
57   so we can implement roles
58 * Add the concept of dataspaces/tablespaces [tablespaces]
59 * -Allow CIDR format to be used in pg_hba.conf
60 * Allow logging of only data definition(DDL), or DDL and modification statements
61 * Allow log lines to include session-level information, like database and user
62 * Allow server log information to be output as INSERT statements
63
64
65 Data Types
66 ==========
67
68 * -Add IPv6 capability to INET/CIDR types
69 * Remove Money type, add money formatting for decimal type
70 * Change factorial to return a numeric
71 * -Change NUMERIC data type to use base 10,000 internally
72 * Change NUMERIC to enforce the maximum precision, and increase it
73 * Add function to return compressed length of TOAST data values (Tom)
74 * Allow INET subnet tests using non-constants
75 * Add transaction_timestamp(), statement_timestamp(), clock_timestamp() functionality
76 * -Add GUC variables to control floating number output digits (Pedro Ferreira)
77 * Have sequence dependency track use of DEFAULT sequences, seqname.nextval
78 * Disallow changing default expression of a SERIAL column
79 * Allow infinite dates just like infinite timestamps
80 * Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
81 * Allow better handling of numeric constants, type conversion [typeconv]
82 * Allow backend to output result sets in XML
83 * Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
84 * -Allow current datestyle to restrict dates;  prevent month/day swapping
85   from making invalid dates valid
86 * -Prevent month/day swapping of ISO dates to make invalid dates valid
87 * Have initdb set DateStyle based on locale?
88
89 * ARRAYS
90         o Allow nulls in arrays
91         o -Allow arrays to be ORDER'ed
92         o -Support construction of array result values in expressions (Joe)
93         o Delay resolution of array expression type so assignment coercion 
94           can be performed on empty array expressions (Joe)
95
96 * BINARY DATA
97         o Improve vacuum of large objects, like /contrib/vacuumlo
98         o Add security checking for large objects
99         o Make file in/out interface for TOAST columns, similar to large object
100           interface (force out-of-line storage and no compression)
101         o Auto-delete large objects when referencing row is deleted
102
103
104 Multi-Language Support
105 ======================
106
107 * Add NCHAR (as distinguished from ordinary varchar),
108 * Allow LOCALE on a per-column basis, default to ASCII
109 * Support multiple simultaneous character sets, per SQL92
110 * Improve Unicode combined character handling
111 * Optimize locale to have minimal performance impact when not used (Peter E)
112 * Add octet_length_server() and octet_length_client() (Thomas, Tatsuo)
113 * Make octet_length_client the same as octet_length() (?)
114 * Prevent mismatch of frontend/backend encodings from converting bytea
115   data from being interpreted as encoded strings
116 * -Remove Cyrillic recode support
117
118  
119 Views / Rules
120 =============
121
122 * Automatically create rules on views so they are updateable, per SQL92 [view]
123 * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
124 * Allow NOTIFY in rules involving conditionals
125 * Have views on temporary tables exist in the temporary namespace
126 * Move psql backslash information into views
127 * Allow RULE recompilation
128
129
130 Indexes
131 =======
132
133 * Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
134   fails index can't store constant parameters
135 * Order duplicate index entries by tid for faster heap lookups
136 * Allow inherited tables to inherit index, UNIQUE constraint, and primary
137   key, foreign key  [inheritance]
138 * UNIQUE INDEX on base column not honored on inserts from inherited table
139   INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
140   [inheritance]
141 * Add UNIQUE capability to non-btree indexes
142 * Add btree index support for reltime, tinterval, regproc
143 * Add rtree index support for line, lseg, path, point
144 * -Certain indexes will not shrink, e.g. indexes on ever-increasing
145   columns and indexes with many duplicate keys
146 * Use indexes for min() and max() or convert to SELECT col FROM tab ORDER
147   BY col DESC LIMIT 1 if appropriate index exists and WHERE clause acceptible
148 * -Allow LIKE indexing optimization for non-ASCII locales using special index
149 * Use index to restrict rows returned by multi-key index when used with
150   non-consecutive keys or OR clauses, so fewer heap accesses
151 * Be smarter about insertion of already-ordered data into btree index
152 * Prevent index uniqueness checks when UPDATE does not modify the column
153 * Use bitmaps to fetch heap pages in sequential order [performance]
154 * Use bitmaps to combine existing indexes [performance]
155 * Improve handling of index scans for NULL
156 * Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,
157   float4, numeric/decimal too [optimizer]
158 * Add FILLFACTOR to btree index creation
159 * Add concurrency to GIST
160 * Improve concurrency of hash indexes (Neil)
161 * Allow a single index to index multiple tables (for inheritance and subtables)
162
163
164 Commands
165 ========
166
167 * Add BETWEEN ASYMMETRIC/SYMMETRIC (Christopher)
168 * -Allow LIMIT/OFFSET to use expressions (Tom)
169 * CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
170 * Allow UPDATE to handle complex aggregates [update]
171 * Allow command blocks to ignore certain types of errors
172 * Allow backslash handling in quoted strings to be disabled for portability
173 * -Return proper effected tuple count from complex commands [return]
174 * Allow UPDATE, DELETE to handle table aliases for self-joins [delete]
175 * Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
176 * Allow REINDEX to rebuild all indexes, remove /contrib/reindex
177 * -Make a transaction-safe TRUNCATE (Rod)
178 * Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
179 * Add schema option to createlang
180 * Allow savepoints / nested transactions [transactions] (Bruce)
181 * Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
182 * -Allow UPDATE to use SET col = DEFAULT
183 * -Add config variable to prevent auto-adding missing FROM-clause tables
184 * Allow SET CONSTRAINTS to be qualified by schema/table
185 * -Have SELECT '13 minutes'::interval display zero seconds in ISO datestyle
186 * Prevent COMMENT ON DATABASE from using a database name
187 * Add GUC variable to prevent waiting on locks
188
189
190 * ALTER
191         o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
192         o ALTER TABLE ADD COLUMN column DEFAULT should fill existing
193           rows with DEFAULT value
194         o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
195           of the item above
196         o --Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
197         o -Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
198         o Have ALTER TABLE rename SERIAL sequences
199         o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2];
200           have SELECT * and INSERT honor such ordering
201         o Allow ALTER TABLE to modify column lengths and change to binary
202           compatible types
203         o Add ALTER DATABASE ... OWNER TO newowner
204
205 * CLUSTER
206         o Automatically maintain clustering on a table
207         o -Allow CLUSTER to cluster all tables (Alvaro Herrera)
208
209 * COPY
210         o Allow dump/load of CSV format
211         o Allow COPY to report error lines and continue;  optionally
212           allow error codes to be specified; requires savepoints or can
213           not be run in a multi-statement transaction
214         o Allow COPY to understand \x as hex
215         o Have COPY return number of rows loaded/unloaded
216
217 * CURSOR
218         o Allow BINARY option to SELECT, just like DECLARE
219         o -MOVE 0 should not move to end of cursor (Bruce)
220         o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
221           stored in the backend (Gavin)
222         o Prevent DROP of table being referenced by our own open cursor
223         o -Allow cursors outside transactions
224
225 * INSERT
226         o Allow INSERT/UPDATE of system-generated oid value for a row
227         o Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)
228         o Allow INSERT/UPDATE ... RETURNING new.col or old.col; handle
229           RULE cases (Philip)
230
231 * SHOW/SET
232         o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
233           ANALYZE, and CLUSTER
234         o Add SET SCHEMA
235         o -Allow EXPLAIN EXECUTE to see prepared plans
236         o -Allow SHOW of some non-modifiable variables, like pg_controldata
237
238 * SERVER-SIDE LANGUAGES
239         o Allow PL/PgSQL's RAISE function to take expressions
240         o Change PL/PgSQL to use palloc() instead of malloc()
241         o Allow Java server-side programming, http://pljava.sourceforge.net
242           [java]
243         o Fix problems with complex temporary table creation/destruction
244           without using PL/PgSQL EXECUTE, needs cache prevention/invalidation
245         o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
246         o Improve PL/PgSQL exception handling
247         o Allow parameters to be specified by name and type during definition
248         o Allow function parameters to be passed by name,
249           get_employee_salary(emp_id => 12345, tax_year => 2001)
250         o Add PL/PgSQL packages
251         o -Allow array declarations and other data types in PL/PgSQL DECLARE
252         o Add table function support to pltcl, plperl, plpython
253         o -Make PL/PgSQL %TYPE schema-aware
254         o -Allow PL/PgSQL to support array element assignment (Joe)
255         o Add PL/PHP (Joe, Jan)
256         o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
257         o Allow PL/pgSQL EXECUTE query_var INTO record_var;
258         o Add capability to create and call PROCEDURES
259
260
261 Clients
262 =======
263
264 * -Allow psql to show transaction status if backend protocol changes made
265 * -Add schema, cast, and conversion backslash commands to psql (Christopher)
266 * -Allow pg_dump to dump a specific schema (Neil Conway)
267 * Allow psql to do table completion for SELECT * FROM schema_part and
268   table completion for SELECT * FROM schema_name.
269 * Add XML capability to pg_dump and COPY, when backend XML capability
270 * -Allow SSL-enabled clients to turn off SSL transfers
271 * -Modify pg_get_triggerdef() to take a boolean to pretty-print,
272   and use that as part of pg_dump along with psql
273 * Allow psql \du to show groups, and add \dg for groups
274 * Allow clients to query WITH HOLD cursors and prepared statements
275 * Prevent unneeded quoting in psql \d output using fmtId()
276
277
278 * JDBC
279         o Comprehensive test suite. This may be available already.
280         o JDBC-standard BLOB support
281         o Error Codes (pending backend implementation)
282         o Support both 'make' and 'ant'
283         o Fix LargeObject API to handle OIDs as unsigned ints
284         o Use cursors implicitly to avoid large results (see setCursorName())
285         o Add LISTEN/NOTIFY support to the JDBC driver (Barry)
286
287 * ECPG
288         o Docs
289         o Implement set descriptor, using descriptor
290         o Solve cardinality > 1 for input descriptors / variables
291         o Improve error handling
292         o Add a semantic check level, e.g. check if a table really exists
293         o -Add SQLSTATE
294         o fix handling of DB attributes that are arrays
295         o Use backend prepare/execute facility for ecpg where possible
296         o -Make casts work in variable initializations
297         o Implement SQLDA
298         o Fix nested C comments
299         o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
300         o -Allow multi-threaded use of SQLCA
301         o -Understand structure definitions outside a declare section
302         o -Allow :var[:index] or :var[<integer>] as cvariable for an array var
303
304 * Python
305         o Allow users to register their own types with pg_
306         o Allow SELECT to return a dictionary of dictionaries
307         o Allow COPY BINARY FROM
308
309
310 Referential Integrity
311 =====================
312
313 * Add MATCH PARTIAL referential integrity [foreign]
314 * Add deferred trigger queue file (Jan)
315 * Implement dirty reads or shared row locks and use them in RI triggers
316 * Enforce referential integrity for system tables
317 * Change foreign key constraint for array -> element to mean element
318   in array
319 * Allow DEFERRABLE UNIQUE constraints
320 * Allow triggers to be disabled [trigger]
321 * With disabled triggers, allow pg_dump to use ALTER TABLE ADD FOREIGN KEY
322 * -Support statement-level triggers (Neil)
323 * Support triggers on columns (Neil)
324 * Have AFTER triggers execute after the appropriate SQL statement in a 
325   function, not at the end of the function
326
327
328 Dependency Checking
329 ===================
330
331 * Flush cached query plans when their underlying catalog data changes
332 * Use dependency information to dump data in proper order
333
334
335 Exotic Features
336 ===============
337
338 * Add SQL99 WITH clause to SELECT (Tom, Fernando)
339 * Add SQL99 WITH RECURSIVE to SELECT (Tom, Fernando)
340 * Allow queries across multiple databases [crossdb]
341 * Add pre-parsing phase that converts non-ANSI features to supported features
342 * Allow plug-in modules to emulate features from other databases
343 * SQL*Net listener that makes PostgreSQL appear as an Oracle database
344   to clients
345 * Two-phase commit to implement distributed transactions
346
347
348 PERFORMANCE
349 ===========
350
351
352 Fsync
353 =====
354
355 * Delay fsync() when other backends are about to commit too [fsync]
356         o Determine optimal commit_delay value
357 * Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
358         o Allow multiple blocks to be written to WAL with one write()
359
360
361 Cache
362 =====
363 * Shared catalog cache, reduce lseek()'s by caching table size in shared area
364 * Add free-behind capability for large sequential scans (Bruce)
365 * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
366 * Make blind writes go through the file descriptor cache
367 * Cache last known per-tuple offsets to speed long tuple access
368 * Automatically place fixed-width, NOT NULL columns first in a table
369 * Consider using MVCC to cache count(*) queries with no WHERE clause
370
371
372 Vacuum
373 ======
374
375 * Improve speed with indexes (perhaps recreate index instead) [vacuum]
376 * Reduce lock time by moving tuples with read lock, then write
377   lock and truncate table [vacuum]
378 * Provide automatic running of vacuum in the background in backend
379   rather than in /contrib [vacuum]
380 * Allow free space map to be auto-sized or warn when it is too small
381
382
383 Locking
384 =======
385
386 * Make locking of shared data structures more fine-grained
387 * Add code to detect an SMP machine and handle spinlocks accordingly
388   from distributted.net, http://www1.distributed.net/source, 
389   in client/common/cpucheck.cpp
390 * Research use of sched_yield() for spinlock acquisition failure
391
392
393 Startup Time
394 ============
395
396 * Experiment with multi-threaded backend [thread]
397 * Add connection pooling [pool]
398 * Allow persistent backends [persistent]
399 * Create a transaction processor to aid in persistent connections and
400   connection pooling
401 * Do listen() in postmaster and accept() in pre-forked backend
402 * Have pre-forked backend pre-connect to last requested database or pass
403   file descriptor to backend pre-forked for matching database
404
405
406 Write-Ahead Log
407 ===============
408
409 * Have after-change WAL write()'s write only modified data to kernel
410 * Reduce number of after-change WAL writes; they exist only to gaurd against
411   partial page writes [wal]
412 * Turn off after-change writes if fsync is disabled (?)
413 * Add WAL index reliability improvement to non-btree indexes
414 * Find proper defaults for postgresql.conf WAL entries
415 * -Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
416   that are too frequent (Bruce)
417 * Allow xlog directory location to be specified during initdb, perhaps
418   using symlinks
419 * Allow WAL information to recover corrupted pg_controldata
420 * Find a way to reduce rotational delay when repeatedly writing
421   last WAL page
422
423
424 Optimizer / Executor
425 ====================
426
427 * -Improve Subplan list handling
428 * -Allow Subplans to use efficient joins(hash, merge) with upper variable
429 * -Add hash for evaluating GROUP BY aggregates (Tom)
430 * -Allow merge and hash joins on expressions not just simple variables (Tom)
431 * -Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom)
432 * Missing optimizer selectivities for date, r-tree, etc. [optimizer]
433 * Allow ORDER BY ... LIMIT to select top values without sort or index
434   using a sequential scan for highest/lowest values (Oleg)
435 * -Inline simple SQL functions to avoid overhead (Tom)
436 * Precompile SQL functions to avoid overhead (Neil)
437 * Add utility to compute accurate random_page_cost value
438 * Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
439 * Use CHECK constraints to improve optimizer decisions
440 * Check GUC geqo_threshold to see if it is still accurate
441 * Allow sorting, temp files, temp tables to use multiple work directories
442 * Improve the planner to use CHECK constraints to prune the plan (for subtables)
443
444
445 Miscellaneous
446 =============
447
448 * Do async I/O for faster random read-ahead of data
449 * -Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
450 * Use mmap() rather than SYSV shared memory or to write WAL files (?) [mmap]
451 * Improve caching of attribute offsets when NULLs exist in the row
452 * Add a script to ask system configuration questions and tune postgresql.conf
453 * Allow partitioning of table into multiple subtables
454
455
456 Source Code
457 ===========
458
459 * Add use of 'const' for variables in source tree
460 * Rename some /contrib modules from pg* to pg_*
461 * Move some things from /contrib into main tree
462 * Remove warnings created by -Wcast-align
463 * Move platform-specific ps status display info from ps_status.c to ports
464 * -Modify regression tests to prevent failures do to minor numeric rounding
465 * -Add OpenBSD's getpeereid() call for local socket authentication
466 * Improve access-permissions check on data directory in Cygwin (Tom)
467 * Add documentation for perl, including mention of DBI/DBD perl location
468 * Create improved PostgreSQL introductory documentation for the PHP
469   manuals (Rory)
470 * Add optional CRC checksum to heap and index pages
471 * Change representation of whole-tuple parameters to functions
472 * Clarify use of 'application' and 'command' tags in SGML docs
473 * Better document ability to build only certain interfaces (Marc)
474 * Remove or relicense modules that are not under the BSD license, if possible
475 * Remove memory/file descriptor freeing before ereport(ERROR)  (Bruce)
476 * Acquire lock on a relation before building a relcache entry for it
477 * Research interaction of setitimer() and sleep() used by statement_timeout
478 * Add checks for fclose() failure
479 * Change CVS $Id: TODO,v 1.1114 2003/08/11 22:39:48 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1114 2003/08/11 22:39:48 momjian Exp $
480 * Exit postmaster if postgresql.conf can not be opened
481 * Rename /scripts directory because they are all C programs now
482 * Allow the regression tests to start postmaster with -i so the tests
483   can be run on systems that don't support unix-domain sockets
484 * Allow creation of a libpq-only tarball
485 * Promote debug_query_string into a server-side function current_query()
486 * Allow the identifier length to be increased via a configure option
487
488
489 * Wire Protocol Changes
490         o -Show transaction status in psql
491         o -Allow binding of query parameters, support for prepared queries
492         o Add optional textual message to NOTIFY
493         o -Remove hard-coded limits on user/db/password names
494         o -Remove unused elements of startup packet (unused, tty, passlength)
495         o -Fix COPY/fastpath protocol
496         o Allow fastpast to pass values in portable format
497         o -Error codes
498         o Dynamic character set handling
499         o Special passing of binary values in platform-neutral format (bytea?)
500         o Add decoded type, length, precision
501         o Compression?
502         o -Report server version number, database encoding, client encoding
503         o Update clients to use data types, typmod, schema.table.column names of
504           result sets using new query protocol
505
506 ---------------------------------------------------------------------------
507
508
509 Developers who have claimed items are:
510 --------------------------------------
511 * Barry is Barry Lind <barry@xythos.com>
512 * Billy is Billy G. Allie <Bill.Allie@mug.org>
513 * Bruce is Bruce Momjian <pgman@candle.pha.pa.us> of Software Research Assoc.
514 * Christopher is Christopher Kings-Lynne <chriskl@familyhealth.com.au> of
515     Family Health Network
516 * D'Arcy is D'Arcy J.M. Cain <darcy@druid.net> of The Cain Gang Ltd.
517 * Dave is Dave Cramer <dave@fastcrypt.com>
518 * Edmund is Edmund Mergl <E.Mergl@bawue.de>
519 * Fernando is Fernando Nasser <fnasser@redhat.com> of Red Hat
520 * Gavin is Gavin Sherry <swm@linuxworld.com.au> of Alcove Systems Engineering
521 * Greg is Greg Sabino Mullane <greg@turnstep.com>
522 * Hiroshi is Hiroshi Inoue <Inoue@tpf.co.jp>
523 * Karel is Karel Zak <zakkr@zf.jcu.cz>
524 * Jan is Jan Wieck <JanWieck@Yahoo.com> of PeerDirect Corp.
525 * Liam is Liam Stewart <liams@redhat.com> of Red Hat
526 * Marc is Marc Fournier <scrappy@hub.org> of PostgreSQL, Inc.
527 * Mark is Mark Hollomon <mhh@mindspring.com>
528 * Michael is Michael Meskes <meskes@postgresql.org> of Credativ
529 * Neil is Neil Conway <neilc@samurai.com>
530 * Oleg is Oleg Bartunov <oleg@sai.msu.su>
531 * Peter M is Peter T Mount <peter@retep.org.uk> of Retep Software
532 * Peter E is Peter Eisentraut <peter_e@gmx.net>
533 * Philip is Philip Warner <pjw@rhyme.com.au> of Albatross Consulting Pty. Ltd.
534 * Rod is Rod Taylor <pg@rbt.ca>
535 * Ross is Ross J. Reedstrom <reedstrm@wallace.ece.rice.edu>
536 * Stephan is Stephan Szabo <sszabo@megazone23.bigpanda.com>
537 * Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp> of Software Research Assoc.
538 * Thomas is Thomas Lockhart <lockhart@fourpalms.org> of Jet Propulsion Labratory
539 * Tom is Tom Lane <tgl@sss.pgh.pa.us> of Red Hat
540 * Vadim is Vadim B. Mikheev <vadim4o@email.com> of Sector Data