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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
|
---
layout: default
title: PostgreSQL JDBC Contributors
resource: ../media
nav: ../
---
{% include submenu_community.html %}
<div id="pgContentWrap">
<h1>Contributors</h1>
<hr />
<div>
<ul>
<li><a href="#maintainers">Maintainers</a></li>
<li><a href="#authors">Previous Maintainers</a></li>
<li><a href="#developers">Developers</a></li>
<li><a href="#translators">Translators</a></li>
</ul>
</div>
<hr />
<a name="maintainers"></a>
<h2 class="underlined_10">Maintainers</h2>
<div>
<p>
Please do not contact the maintainers directly unless you have
a specific need to contact just them. Please use the
<a href="mailinglist.html#general">pgsql-jdbc@postgresql.org</a>
mailing list if at all possible.
</p>
<ul>
<li>[davec] - Dave Cramer (pg.at.fastcrypt.com)</li>
<li>[jurka] - Kris Jurka (jurka.at.ejurka.com)</li>
<li>[oliver] - Oliver Jowett (oliver.at.opencloud.com)</li>
</ul>
</div>
<hr />
<a name="authors"></a>
<h2 class="underlined_10">Previous Maintainers</h2>
<div>
<p>
The original JDBC driver was written by Adrian Hall. Peter Mount
and Barry Lind have maintained it in the past, but have
since moved on to other things.
</p>
</div>
<hr />
<a name="developers"></a>
<h2 class="underlined_10">Developers</h2>
<div>
<p>
People who have contributed significant code to the project since
the 7.4 release. A careful historical study has not been
commissioned, but if you've done something valuable, we'd
be happy to recognize you for it. Just let us know.
</p>
<ul>
<li>Jan Andre le Roux
<ul>
<li>ResultSetMetaData information based on the V3 protocol</li>
</ul>
</li>
<li>Jaroslaw J. Pyszny
<ul>
<li>Improve MetaData regarding the serial datatype</li>
</ul>
</li>
<li>Ulrich Meis
<ul>
<li>Allow users to customize the SSL connection</li>
</ul>
</li>
<li>Xavier Poinsard
<ul>
<li>Standard escaped functions {fn ...() }</li>
</ul>
</li>
<li>Oliver Siegmar
<ul>
<li>Support for infinity in the timestamp datatype</li>
<li>Make PGInterval able to decode and manipulate interval data</li>
</ul>
</li>
<li>Michael Barker
<ul>
<li>Blob write and position methods.</li>
</ul>
</li>
<li>Andras Kadinger
<ul>
<li>Support asynchronous notification retrieval.</li>
</ul>
</li>
<li>Heikki Linnakangas
<ul>
<li>XADataSource implementation.</li>
</ul>
</li>
<li>Luis Vilar Flores
<ul>
<li>Reduce memory usage retrieving bytea data.</li>
</ul>
</li>
<li>Michael Paesold
<ul>
<li>Correctly parse dollar quotes and comments.</li>
<li>Work with standard_conforming_strings = on.</li>
</ul>
</li>
<li>Mikko Tiihonen
<ul>
<li>Improve speed of parsing ResultSet data.</li>
</ul>
</li>
<li>Marek Lewczuk
<ul>
<li>Support multi-dimensional arrays and NULL array elements.</li>
</ul>
</li>
</ul>
</div>
<hr />
<a name="translators"></a>
<h2 class="underlined_10">Translators</h2>
<div>
<ul>
<li>cs - Czech
<ul>
<li>Petr Dittrich</li>
</ul>
</li>
<li>de - German
<ul>
<li>Andre Bialojahn</li>
</ul>
</li>
<li>es - Spanish
<ul>
<li>Diego A. Gil</li>
</ul>
</li>
<li>fr - French
<ul>
<li>Xavier Poinsard</li>
</ul>
</li>
<li>it - Italian
<ul>
<li>Giuseppe Sacco</li>
</ul>
</li>
<li>pl - Polish
<ul>
<li>Jaroslaw Pyszny</li>
</ul>
</li>
<li>pt_BR - Brazilian Portuguese
<ul>
<li>Euler Taveira de Oliveira</li>
</ul>
</li>
<li>ru - Russian
<ul>
<li>Serguei Mokhov</li>
</ul>
</li>
<li>sr - Serbian
<ul>
<li>Bojan Skaljac</li>
</ul>
</li>
<li>tr - Turkish
<ul>
<li>Devrim Gunduz</li>
<li>Nicolai Tufar</li>
</ul>
</li>
<li>zh_CN - Simplified Chinese
<ul>
<li>Weiping</li>
<li>Kuo ChaoYi</li>
</ul>
</li>
<li>zh_TW - Traditional Chinese
<ul>
<li>Zhenbang Wei</li>
<li>Kuo ChaoYi</li>
</ul>
</li>
</ul>
</div>
</div> <!-- pgContentWrap -->
|