pgsql: Doc: update sections 9.22 - 9.30 for new function table layout.

2020-05-04 Thread Tom Lane
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.

pgsql: Doc: standardize markup a bit more.

2020-05-04 Thread Tom Lane
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

pgsql: Add posting list tuple amcheck test case.

2020-05-04 Thread Peter Geoghegan
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:

pgsql: Doc: improve PDF presentation of some tables by adjusting column

2020-05-04 Thread Tom Lane
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

pgsql: Change the display of WAL usage statistics in Explain.

2020-05-04 Thread Amit Kapila
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

pgsql: doc: first draft of PG 13 release notes

2020-05-04 Thread Bruce Momjian
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 ++

pgsql: Doc: Outline REPLICATION before SUPERUSER privilege

2020-05-04 Thread Michael Paquier
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