From 2b7daa1c8f460cbce47c2d1c0838a5a7d13641c4 Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Thu, 6 May 2021 16:51:58 +0300 Subject: [PATCH] DISTPG-224 Update to PostgreSQL Distributon 13.2 Added release notes for the second update of the release Cleaned up requirements.txt for Netlify deployment Updated index with newly added extensions --- requirements.txt | 39 +---------------------------- source/index.rst | 12 ++++++--- source/release-notes-v13.2.upd3.rst | 19 ++++++++++++++ source/release-notes.rst | 1 + 4 files changed, 29 insertions(+), 42 deletions(-) create mode 100644 source/release-notes-v13.2.upd3.rst diff --git a/requirements.txt b/requirements.txt index 463b8edaa..ca8b4ead1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,34 +1,3 @@ -alabaster==0.7.12 -Babel==2.8.0 -beautifulsoup4==4.9.3 -certifi==2020.6.20 -chardet==3.0.4 -click==7.1.2 -css-html-js-minify==2.5.5 -Deprecated==1.2.10 -docutils==0.16 -Flask==1.1.2 -gitdb==4.0.5 -GitPython==3.1.13 -idna==2.10 -imagesize==1.2.0 -inflection==0.5.1 -itsdangerous==1.1.0 -Jinja2==2.11.2 -livereload==2.6.3 -lxml==4.6.2 -MarkupSafe==1.1.1 -packaging==20.4 -py-buzz==2.0.0 -Pygments==2.6.1 -pyparsing==2.4.7 -python-slugify==4.0.1 -pytz==2020.1 -requests==2.24.0 -six==1.15.0 -smmap==3.0.5 -snowballstemmer==2.0.0 -soupsieve==2.1 Sphinx==3.2.1 sphinx-autobuild==2020.9.1 sphinx-copybutton==0.3.1 @@ -41,10 +10,4 @@ sphinxcontrib-fulltoc==1.2.0 sphinxcontrib-htmlhelp==1.0.3 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 -sphinxcontrib-serializinghtml==1.1.4 -text-unidecode==1.3 -tornado==6.1 -Unidecode==1.1.2 -urllib3==1.25.10 -Werkzeug==1.0.1 -wrapt==1.12.1 +sphinxcontrib-serializinghtml==1.1.4 \ No newline at end of file diff --git a/source/index.rst b/source/index.rst index 8a57c149b..870eecad3 100644 --- a/source/index.rst +++ b/source/index.rst @@ -9,14 +9,18 @@ database system: it installs |postgres| and complements it by a selection of extensions that enable solving essential practical tasks efficiently: - `pg_repack `_ rebuilds - |postgresql| database objects -- `pgaudit `_ provides detailed session or object - audit logging via the standard |postgresql| logging facility + |postgresql| database objects. +- `pgAudit `_ provides detailed session or object + audit logging via the standard |postgresql| logging facility. +- `pgAudit set_user `_ - The ``set_user`` part of ``pgAudit`` extension provides an additional layer of logging and control when unprivileged users must escalate themselves to superuser or object owner roles in order to perform needed maintenance tasks. - `pgBackRest `_ is a backup and restore solution for - |postgresql| + |postgresql|. - `Patroni `_ is an :abbr:`HA (High Availability)` solution for |postgresql|. - `pg_stat_monitor `_ (Tech Preview Feature [#]_) collects and aggregates statistics for |postgresql| and provides histogram information. +- `PgBouncer `_ - a lightweight connection pooler for PostgreSQL +- `pgBadger `_ - a fast PostgreSQL Log Analyzer. +- `wal2json `_ - a PostgreSQL logical decoding JSON output plugin. - A collection of `additional PostgreSQL contrib extensions `_ diff --git a/source/release-notes-v13.2.upd3.rst b/source/release-notes-v13.2.upd3.rst new file mode 100644 index 000000000..e74a8b5c1 --- /dev/null +++ b/source/release-notes-v13.2.upd3.rst @@ -0,0 +1,19 @@ +.. _DISTPG-13.2-upd3: + +================================================================================ +*Percona Distribution for PostgreSQL* 13.2 Third Update +================================================================================ + +:Date: May 10, 2021 +:Installation: `Installing Percona Distribution for PostgreSQL `_ + +This update of |pdp| includes the latest version of `pg_stat_monitor `_ 0.9.0 - the statistics collection tool for PostgreSQL. ``pg_stat_monitor`` is available as the Tech Preview Feature [#]_ and is supplied in the set of extensions within |pdp|. + +We welcome your feedback on your experience with ``pg_stat_monitor`` in the `public JIRA project `_. + + +.. [#] Tech Preview Features are not yet ready for enterprise use and are not included in support via |SLA|. They are included in this release, so that users can provide feedback prior to the full release of the feature in a future |GA| release (or removal of the feature if it is deemed not useful). This functionality can change (APIs, CLIs, etc.) from tech preview to GA. + + +.. include:: .res/replace.txt + diff --git a/source/release-notes.rst b/source/release-notes.rst index 98afd974e..49a556c2a 100644 --- a/source/release-notes.rst +++ b/source/release-notes.rst @@ -6,6 +6,7 @@ Release Notes .. toctree:: :maxdepth: 1 + release-notes-v13.2.upd3 release-notes-v13.2.upd2 release-notes-v13.2.upd release-notes-v13.2