Skip to content

Commit

Permalink
DISTPG-224 Update to PostgreSQL Distributon 13.2
Browse files Browse the repository at this point in the history
Added release notes for the second update of the release
Cleaned up requirements.txt for Netlify deployment
Updated index with newly added extensions
  • Loading branch information
nastena1606 committed May 7, 2021
1 parent 1877eac commit 2b7daa1
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 42 deletions.
39 changes: 1 addition & 38 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
12 changes: 8 additions & 4 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/reorg/pg_repack>`_ rebuilds
|postgresql| database objects
- `pgaudit <https://www.pgaudit.org/>`_ provides detailed session or object
audit logging via the standard |postgresql| logging facility
|postgresql| database objects.
- `pgAudit <https://www.pgaudit.org/>`_ provides detailed session or object
audit logging via the standard |postgresql| logging facility.
- `pgAudit set_user <https://github.com/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 <https://pgbackrest.org/>`_ is a backup and restore solution for
|postgresql|
|postgresql|.
- `Patroni <https://patroni.readthedocs.io/en/latest/>`_ is an :abbr:`HA (High
Availability)` solution for |postgresql|.
- `pg_stat_monitor <https://github.com/percona/pg_stat_monitor>`_ (Tech Preview Feature [#]_) collects and aggregates statistics for |postgresql| and provides histogram information.
- `PgBouncer <https://www.pgbouncer.org/>`_ - a lightweight connection pooler for PostgreSQL
- `pgBadger <https://github.com/darold/pgbadger>`_ - a fast PostgreSQL Log Analyzer.
- `wal2json <https://github.com/eulerto/wal2json>`_ - a PostgreSQL logical decoding JSON output plugin.
- A collection of `additional PostgreSQL contrib extensions
<https://www.postgresql.org/docs/13/contrib.html>`_

Expand Down
19 changes: 19 additions & 0 deletions source/release-notes-v13.2.upd3.rst
Original file line number Diff line number Diff line change
@@ -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 <https://www.percona.com/doc/postgresql/13/installing.html>`_

This update of |pdp| includes the latest version of `pg_stat_monitor <https://github.com/percona/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 <https://jira.percona.com/projects/DISTPG>`_.


.. [#] 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

1 change: 1 addition & 0 deletions source/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b7daa1

Please sign in to comment.