diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml
index 5815fa44710..a0150e5c48d 100644
--- a/doc/src/sgml/glossary.sgml
+++ b/doc/src/sgml/glossary.sgml
@@ -893,6 +893,27 @@
+
+ Incremental backup
+
+
+ A special base backup
+ that for some files may contain only those pages that were modified since
+ a previous backup, as opposed to the full contents of every file. Like
+ base backups, it is generated by the tool .
+
+
+ To restore incremental backups the tool
+ is used, which combines incremental backups with a base backup and
+ WAL to restore a
+ database cluster to
+ a consistent state.
+
+
+ For more information, see .
+
+
+
Insert
@@ -2157,6 +2178,20 @@
+
+ WAL summarizer (process)
+
+
+ A special backend process
+ that summarizes WAL data for
+ incremental backups.
+
+
+ For more information, see .
+
+
+
+
WAL writer (process)
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index b804eb8b5ef..6e74138a69a 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -999,7 +999,8 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
client backend, checkpointer,
archiver, standalone backend,
startup, walreceiver,
- walsender and walwriter.
+ walsender, walwriter and
+ walsummarizer.
In addition, background workers registered by extensions may have
additional types.