| From: | Fujii Masao <fujii(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: Update REPACK-related table rewrite documentation |
| Date: | 2026-08-26 01:38:18 |
| Message-ID: | E1wz2an-000000028Fl-2a4U@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
doc: Update REPACK-related table rewrite documentation
Adding REPACK introduced table-rewrite behavior that overlaps with
VACUUM FULL and CLUSTER, but some documentation still mentioned only one
of these commands or described the progress and locking behavior
imprecisely.
Clarify that table-rewriting operations, including REPACK, can change
CTIDs. Also describe VACUUM FULL, CLUSTER, and REPACK consistently as
table-rewriting operations for disk-space recovery where appropriate,
document the pg_stat_progress_repack and compatibility
pg_stat_progress_cluster views consistently, and clarify the ACCESS
EXCLUSIVE locking behavior of REPACK, including CONCURRENTLY.
Backpatch to v19, where REPACK was introduced.
Author: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
Author: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAB-JLwaLcHyf=OnLnBsJEbdd57WjWPpK5T7iGFJvAQphjTZj_A@mail.gmail.com
Backpatch-through: 19
Branch
------
REL_19_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/dc8628e55d443120f4759a969ec329474a838ee3
Modified Files
--------------
doc/src/sgml/ddl.sgml | 4 +++-
doc/src/sgml/maintenance.sgml | 45 ++++++++++++++++++++++++++-----------------
doc/src/sgml/monitoring.sgml | 24 +++++++++++++----------
doc/src/sgml/mvcc.sgml | 12 ++++++++----
4 files changed, 52 insertions(+), 33 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Kapila | 2026-08-26 05:28:46 | pgsql: Remove the redundant remote_final_lsn variable from the apply wo |
| Previous Message | Fujii Masao | 2026-08-26 01:38:02 | pgsql: doc: Update REPACK-related table rewrite documentation |