]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: add transaction processing chapter with internals info
authorBruce Momjian <bruce@momjian.us>
Wed, 30 Nov 2022 01:49:52 +0000 (20:49 -0500)
committerBruce Momjian <bruce@momjian.us>
Wed, 30 Nov 2022 01:49:52 +0000 (20:49 -0500)
commit4df5462f345b5e50cedf42300cad8616c7df3f6d
tree1739682a6b09fcc32309cdc5c54db432afe6a5b9
parent4c7bb4dccb49379d891853ebd99ade7002843f96
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
14 files changed:
doc/src/sgml/catalogs.sgml
doc/src/sgml/config.sgml
doc/src/sgml/datatype.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/func.sgml
doc/src/sgml/glossary.sgml
doc/src/sgml/monitoring.sgml
doc/src/sgml/pgrowlocks.sgml
doc/src/sgml/postgres.sgml
doc/src/sgml/ref/release_savepoint.sgml
doc/src/sgml/ref/rollback.sgml
doc/src/sgml/ref/rollback_to.sgml
doc/src/sgml/wal.sgml
doc/src/sgml/xact.sgml [new file with mode: 0644]