{%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 this list, please email the Contributors Committee at contributors@postgresql.org. See the Recognized Contributors policy for more information on becoming a recognized contributor.

For a list of all code contributions to a specific release, see the Release Notes for released versions of PostgreSQL.

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 %}
{% if c.companyurl %} {{c.company}} {% else %} {{c.company}} {% endif %} {% 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 contributors@postgresql.org.

{%endblock%}