Doc: update sections 9.22 - 9.30 for new function table layout.
With the usual quota of minor and less-minor editorial changes.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/1ad23335f36b07f4574906a8dc66a3d62af7c40c
Modified Files
--
doc/src/sgml/func.
Doc: standardize markup a bit more.
We had a mishmash of , ,
and markup for operator/function arguments. Use
consistently for things that are in fact names of parameters (including
OUT parameters), reserving for things that aren't. The
latter class includes some made-up-by-the-docs type class
Add posting list tuple amcheck test case.
Add a test case to contrib/amcheck that creates coverage of code paths
that are used to verify posting list tuples (tuples created when
deduplication merges together existing tuples to avoid a leaf page
split).
Branch
--
master
Details
---
https:
Doc: improve PDF presentation of some tables by adjusting column widths.
The PDF toolchain defaults to laying out all columns of a table with
equal widths, in contrast to the HTML rendering which automatically
varies the column widths to fit the data. In many places, this
results in very badly la
Change the display of WAL usage statistics in Explain.
In commit 33e05f89c5, we have added the option to display WAL usage
statistics in Explain and auto_explain. The display format used two spaces
between each field which is inconsistent with Buffer usage statistics which
is using one space betw
doc: first draft of PG 13 release notes
This still needs markup, indenting, and word wrap.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/849ac3581329bdcbcfdba4452fa9c1ec6e10c24c
Modified Files
--
doc/src/sgml/release-13.sgml | 2795 ++
Doc: Outline REPLICATION before SUPERUSER privilege
The following docs are updated:
- High-availaility section
- pg_basebackup
- pg_receivewal
Per the principle of least privilege, we want to encourage users to
interact with those areas using roles that have replication rights, but
superusers wer