{%extends "base/page.html"%} {%load pgfilters%} {%block title%}Contributor Profiles{%endblock%} {%block contents%}

Contributor Profiles

These are the fine people that make PostgreSQL what it is today!

To suggest additions to the list, please email contributors@postgresql.org. Existing contributors can update their information in their user profile.

{%for t in contributortypes%}

{{t.typename}}

{%if t.extrainfo%}

{{t.extrainfo|safe}}

{%endif%} {%if t.detailed%} {%endif%} {%for c in t.contributor_set.all %} {%if t.detailed%} {%else%} {%if forloop.counter0|divisibleby:"2" %} {%if forloop.last%} {%endif%} {%else%} {%endif%} {%endif%} {%endfor%}
Contributor Contribution
{{c.firstname}} {{c.lastname}} {%if t.showemail and c.email%}({{c.email|hidemail}}){%endif%} {%if c.company %}
{{c.company}}{%endif%}
{{c.location}}
{{c.contribution}}
{{c.firstname}} {{c.lastname}}{%if t.showemail and c.email%} ({{c.email|hidemail}}){%endif%}
{{c.firstname}} {{c.lastname}}{%if t.showemail and c.email%} ({{c.email|hidemail}}){%endif%}
{%endfor%}

All contributors are listed in alphabetical order. Please report omissions or corrections to the webmaster.

{%endblock%}