pgsql: doc: add transaction processing chapter with internals info

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: add transaction processing chapter with internals info
Date: 2022-11-30 01:50:18
Message-ID: E1p0CEr-001N8F-Ea@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: add transaction processing chapter with internals info

This also adds references to this new chapter at relevant sections of
our documentation. Previously much of these internal details were
exposed to users, but not explained. This also updates RELEASE
SAVEPOINT.

Discussion: https://postgr.es/m/CANbhV-E_iy9fmrErxrCh8TZTyenpfo72Hf_XD2HLDppva4dUNA@mail.gmail.com

Author: Simon Riggs, Laurenz Albe

Reviewed-by: Bruce Momjian

Backpatch-through: 11

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/80e591676bf374c632cfec1b61fde0ca468988f8

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 7 +-
doc/src/sgml/config.sgml | 6 +-
doc/src/sgml/filelist.sgml | 1 +
doc/src/sgml/monitoring.sgml | 3 +-
doc/src/sgml/pgrowlocks.sgml | 3 +-
doc/src/sgml/postgres.sgml | 1 +
doc/src/sgml/ref/release_savepoint.sgml | 62 ++++++----
doc/src/sgml/ref/rollback_to.sgml | 5 +-
doc/src/sgml/wal.sgml | 6 +-
doc/src/sgml/xact.sgml | 200 ++++++++++++++++++++++++++++++++
10 files changed, 262 insertions(+), 32 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-11-30 05:47:15 pgsql: Add regression tests for psql's \o and \g on files
Previous Message Michael Paquier 2022-11-30 00:34:47 pgsql: Refactor code parsing compression option values (-Z/--compress)