]> 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)
commit8592b56faf86be1a8684544ad3a93e2fe8f5aa1b
treebaba88a4794730b3aaa078c19c1f18c231fc38c4
parent15571ccd190b242b944422a663a8269f8f688d4f
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/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/system-views.sgml
doc/src/sgml/wal.sgml
doc/src/sgml/xact.sgml [new file with mode: 0644]