--- /dev/null
+{%extends "base/page.html"%}
+{%block title%}2019 Annual Report | Code of Conduct Committee{%endblock%}
+{%block contents%}
+
+<div class="row">
+ <div class="col-lg-9">
+ <h1>Code of Conduct Committee: 2019 Annual Report <i class="fas fa-gavel"></i></h1>
+
+ <p><em>Delivered: March 17, 2020</em></p>
+
+ <p>
+ The PostgreSQL Community Code of Conduct Committee presents this report of its activities for the calendar year 2019.
+ </p>
+ <p>
+ The following individuals served on the Committee during the year, and are continuing on the Committee for 2020:
+ </p>
+ <ul>
+ <li>Stacey Haysler, Chair</li>
+ <li>Ilya Kosmodemiansky</li>
+ <li>Jonathan Katz</li>
+ </ul>
+ <p>
+ The following individuals served on the Committee through October 31, 2019:
+ </p>
+ <ul>
+ <li>Laetitia Avrot</li>
+ <li>Vik Fearing</li>
+ </ul>
+ <p>
+ The following individuals served on the Committee beginning October 1, 2019:
+ </p>
+ <ul>
+ <li>Carole Arnaud</li>
+ <li>Umair Shahid</li>
+ </ul>
+ <p>
+ In the period of January 1, 2019 through December 31, 2019, the Committee received the following reports:
+ </p>
+ <ul>
+ <li>Inappropriate conduct on community channels: 5</li>
+ </ul>
+ <p>
+ The results of the investigations:
+ </p>
+ <ul>
+ <li>Education and coaching: 1</li>
+ <li>Temporary ban from community resources: 0 Permanent ban from community resources: 0</li>
+ <li>No finding of fault: 1</li>
+ <li>Not within the Committee's jurisdiction: 2</li>
+ <li>Investigation ongoing as of December 31, 2019: 1</li>
+ </ul>
+ <p>
+ We would like to thank the Core Team and the community members who have supported the adoption of the <a href="/about/policies/coc/">Code of Conduct</a>, and who continue to uphold the professional standards of the PostgreSQL Community.
+ </p>
+ </div>
+ <div class="col-lg-3">
+ <h1>Annual Reports</h1>
+ <ul>
+ <li><a href="/about/policies/coc/reports/2019/">2019</a></li>
+ <li><a href="/about/policies/coc/reports/2018/">2018</a></li>
+ </ul>
+ </div>
+</div>
+{%endblock%}