Add Core Team report for January 2022 - December 2022
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 20 Jan 2023 15:06:01 +0000 (10:06 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 20 Jan 2023 15:06:01 +0000 (10:06 -0500)
Signed-off-by: Jonathan Katz <jonathan.katz@excoventures.com>
templates/pages/developer/core.html
templates/pages/developer/corereports/january2022_december2022.html [new file with mode: 0644]

index 4f08d65798a779c28e7151f23c2386bba05509c7..9c0c14233eef24423e44805131d6c97222c8a9c7 100644 (file)
@@ -28,8 +28,9 @@ are appointed by existing core team members.</p>
 reports. These can be found below:</p>
 
 <ul>
-  <li><a href="/developer/corereports/june2019_december2021">June 2019 - December 2021</a></li>
-  <li><a href="/developer/corereports/june2018_may2019">June 2018 - May 2019</a></li>
+  <li><a href="/developer/corereports/january2022_december2022/">January 2022 - December 2022</a></li>
+  <li><a href="/developer/corereports/june2019_december2021/">June 2019 - December 2021</a></li>
+  <li><a href="/developer/corereports/june2018_may2019/">June 2018 - May 2019</a></li>
 </ul>
 
 <h2>Contact</h2>
diff --git a/templates/pages/developer/corereports/january2022_december2022.html b/templates/pages/developer/corereports/january2022_december2022.html
new file mode 100644 (file)
index 0000000..fca8251
--- /dev/null
@@ -0,0 +1,55 @@
+{%extends "base/page.html"%}
+{%block title%}Core Team Report: January 2022 - December 2022{%endblock%}
+{%block contents%}
+
+<h1>Core Team Report: January 2022 - December 2022<i class="fas fa-comments"></i></h1>
+
+<p>
+  This is a high level report of the activities of the
+  <a href="/developer/core">PostgreSQL Core Team</a> during the period of
+  January 2022 to December 2022. While we aim for full transparency, some
+  activities may be kept confidential for privacy and other reasons.
+</p>
+
+<ul>
+  <li>
+    <p><strong>Code of Conduct and Code of Conduct Committee</strong></p>
+    <p>
+      The PostgreSQL Core Team accepted changes to the Code of Conduct to
+      clarify
+      <a href="https://git.postgresql.org/gitweb/?p=pgweb.git;a=commitdiff;h=76ea6e51d7e74e93f82b93630e10da51906e1a4d;hp=de0364bf011eae2eecf74075ab8e3be6c6a7e608">
+        term limits</a>.
+    </p>
+  </li>
+  <li>
+    <p><strong>War in Ukraine and its impact to the PostgreSQL project</strong></p>
+    <p>
+      The Core Team handled several different situations that were related to
+      the war in Ukraine and its impact to the project.
+    </p>
+  </li>
+  <li>
+    <p><strong>Time Zone Database changes</strong></p>
+    <p>
+      PostgreSQL includes a copy of the Time Zone Database (tzdata) to ensure
+      that PostgreSQL will work on systems that do not include tzdata. In 2022,
+      there were changes in the Time Zone Database (tzdata) that would affect
+      the display of historical timestamps and different options on how to
+      maintain backwards compatibility. Based on an evaluation of what major
+      operating systems were doing, the Core Team opted to continue shipping the
+      standard tzdata build.
+    </p>
+  </li>
+  <li>
+    <p><strong>Trademark management and disputes</strong></p>
+    <p>
+      The Core Team delegates trademark management to the
+      <a href="https://www.postgres.ca/">PostgreSQL Community Association of Canada</a>
+      (PGCAC). The Core Team was made aware of several ongoing trademark
+      disputes that PGCAC and, in some cases,
+      <a href="https://www.postgresql.eu/">PostgreSQL Europe</a> (PGEU) are
+      engaged in. These disputes are ongoing as of the writing of this report.
+    </p>
+  </li>
+</ul>
+{%endblock%}