-
Notifications
You must be signed in to change notification settings - Fork 0
/
members.html
executable file
·102 lines (79 loc) · 2.87 KB
/
members.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/htmol4/strict.dtd">
<!--
===== Postgres-XC project members ====
TODO: Review each member's description
-->
<html lang="en">
<head>
<title>Postgres_XC Members</title>
<meta http-equiv="Content-Type" content="text/html";charset=UTF-8>
<meta name="author" content="koichi-szk">
<meta name="description" content="Postgres-XC project home">
<meta name="keywords" content="PostgreSQL cluster scalability multi-master">
<base href="."/>
<link rel="stylesheet" type="text/css" href="pgcx_1.css">
</head>
<body bgcolor=#FFFFFF>
<h2>
Postgres-XC development team
</h2>
<h4>Koichi Suzuki</h4>
<p class="inner">
Project leader and architect.<br />
His background includes object relational database engine (UniSQL) and<br />
PostgreSQL development.<br />
He is also the developer of GTM-Standby
</p>
<h4>Pavan Deolasee</h4>
<p class="inner">
Global Transaction Manager and PITR/barrier developer.<br />
He is well known as HOT developer in PostgreSQL.<br />
He is also helping in source code review and PostgreSQL internals.<br />
</p>
<h4><a href="http://michael.otacoo.com/">Michael Paquier</a></h4>
<p class="inner">
Coordinator feature developer.<br />
He has developed a couple of GTM features, pooler extension and DDL synchronization.<br />
Lately, main focus is code stabilization and bug correction for regressions<br />
He helped in modifying DBT-1 benchmark for Postgres-XC.<br />
He also contributed to enhance pgbench in PostgreSQL 9.0.
</p>
<h4>Abbas Butt</h4>
<p class="inner">
Working on overall code stabilization and Coordinator functionalities<br />
He has written the new distribution function MODULO and works on cluster subsets.
</p>
<h4>Ashutosh Bapat</h4>
<p class="inner">
Has joined the project at release 0.9.4<br />
Implementor of improvements with aggregates, GROUP BY, HAVING, query planning.<br />
</p>
<h4>Amit Khandekar</h4>
<p class="inner">
Has joined the project at release 0.9.6<br />
Planning to work on SQL query extension and new features related to query planning.<br />
</p>
<h4>Mason Sharp</h4>
<p class="inner">
Architect and development leader.<br />
As a Coordinator developer, he has worked on planner and locator extensions.<br />
He is also the main architect of GridSQL database cluster.<br />
</p>
<h4>Andrei Martsinchyk</h4>
<p class="inner">
He has worked on Data Node, connection pooling and cursor support<br />
He is also GridSQL developer and is now developing aggregate
functions and other cross-node operation.
</p>
<h4>Takayuki Suto</h4>
<p class="inner">
Test, performance evaluation and analysis, related documents and utilities.
</p>
<h4>Devrim Gunduz</h4>
<p class="inner">
Binary buiding for releases.<br />
He is also developing binary packages of PostgreSQL.
</p>
</body>
</html>