{%extends "base/page.html"%} {%load pgfilters%} {%block title%}Contributor Profiles{%endblock%} {%block contents%}
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.extrainfo|safe}}
{%endif%}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%} | {%if forloop.last%}{{c.firstname}} {{c.lastname}}{%if t.showemail and c.email%} ({{c.email|hidemail}}){%endif%} | {%endif%} {%endif%} {%endfor%}
All contributors are listed in alphabetical order. Please report omissions or corrections to contributors@postgresql.org.
{%endblock%}