PostgreSQL 14 RC 1 announcement
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 23 Sep 2021 02:38:09 +0000 (22:38 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 23 Sep 2021 02:38:09 +0000 (22:38 -0400)
releases/14/14rc1.md [new file with mode: 0644]

diff --git a/releases/14/14rc1.md b/releases/14/14rc1.md
new file mode 100644 (file)
index 0000000..c967f72
--- /dev/null
@@ -0,0 +1,54 @@
+The PostgreSQL Global Development Group announces that the first release
+candidate of PostgreSQL 14 is now available for download. As a release
+candidate, PostgreSQL 14 RC 1 will be mostly identical to the initial release of
+PostgreSQL 14, though some more fixes may be applied prior to the general
+availability of PostgreSQL 14.
+
+The planned date for the general availability of PostgreSQL 14 is September 30,
+2021. Please see the "Release Schedule" section for more details.
+
+Upgrading to PostgreSQL 14 RC 1
+-------------------------------
+
+To upgrade to PostgreSQL 14 RC 1 from earlier versions of PostgreSQL, you will
+need to use a major version upgrade strategy, e.g. `pg_upgrade` or
+`pg_dump` / `pg_restore`. For more information, please visit the documentation
+section on [upgrading](https://www.postgresql.org/docs/14/static/upgrading.html):
+
+[https://www.postgresql.org/docs/14/static/upgrading.html](https://www.postgresql.org/docs/14/static/upgrading.html)
+
+Changes Since 14 Beta 3
+-----------------------
+
+Several bug fixes were applied for PostgreSQL 14 during the Beta 3 period. These
+include:
+
+* The feature where autovacuum analyzes partitioned tables is reverted and will
+not be available in PostgreSQL 14.
+* Fix `EXPLAIN VERBOSE` failing on a query with `SEARCH BREADTH FIRST`.
+* `CREATE STATISTICS` now rejects single variable expressions.
+* Fix issue where `SELECT DISTINCT ROW` would error.
+
+For a detailed list of fixes, please visit the
+[open items](https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items#resolved_before_14rc1)
+page.
+
+Release Schedule
+----------------
+
+This is the first release candidate for PostgreSQL 14. Unless an issue is
+discovered that warrants a delay or to produce an additional release candidate,
+PostgreSQL 14 should be made generally available on September 30, 2021.
+
+For further information please see the
+[Beta Testing](https://www.postgresql.org/developer/beta/) page.
+
+Links
+-----
+
+* [Download](https://www.postgresql.org/download/)
+* [Beta Testing Information](https://www.postgresql.org/developer/beta/)
+* [PostgreSQL 14 RC 1 Release Notes](https://www.postgresql.org/docs/14/static/release-14.html)
+* [PostgreSQL 14 Open Issues](https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items)
+* [Submit a Bug](https://www.postgresql.org/account/submitbug/)
+* [Follow @postgresql on Twitter](https://www.twitter.com/postgresql)