pgsql: Make an editing pass over v11 release notes.

2018-10-13 Thread Tom Lane
Make an editing pass over v11 release notes. Set the release date. Do a bunch of copy-editing and markup improvement, rearrange some stuff into what seemed a more sensible order, move some things that did not seem to be in the right section. Branch -- REL_11_STABLE Details --- https://g

pgsql: Make an editing pass over v11 release notes.

2018-10-13 Thread Tom Lane
Make an editing pass over v11 release notes. Set the release date. Do a bunch of copy-editing and markup improvement, rearrange some stuff into what seemed a more sensible order, move some things that did not seem to be in the right section. Branch -- master Details --- https://git.post

pgsql: Doc: copy-editing for CREATE INDEX reference page.

2018-10-13 Thread Tom Lane
Doc: copy-editing for CREATE INDEX reference page. Justin Pryzby, Jonathan S. Katz, and myself. Discussion: https://postgr.es/m/[email protected] Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4d00ee4b4ac2c17e32633d3c305041f5e6570bea Modif

pgsql: Doc: copy-editing for CREATE INDEX reference page.

2018-10-13 Thread Tom Lane
Doc: copy-editing for CREATE INDEX reference page. Justin Pryzby, Jonathan S. Katz, and myself. Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/002791514328372b9682453f7692b032f9d0fb2f Modified Fil

pgsql: Doc: further copy-editing for v11 release notes.

2018-10-13 Thread Tom Lane
Doc: further copy-editing for v11 release notes. Justin Pryzby, Jonathan S. Katz, and myself. Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d3ef93f0ebc8bc831b436b1d473d7e80e73a3b1e Modified Files

pgsql: Doc: further copy-editing for v11 release notes.

2018-10-13 Thread Tom Lane
Doc: further copy-editing for v11 release notes. Justin Pryzby, Jonathan S. Katz, and myself. Discussion: https://postgr.es/m/[email protected] Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d1fd7576e1d3d17d1d63c8796a02de1649fd63fe Modifie

pgsql: Add "B" suffix for bytes to docs

2018-10-13 Thread Tom Lane
Add "B" suffix for bytes to docs 6e7baa3227 and b06d8e58b5 added "B" as a valid suffix for GUC_UNIT_BYTES but neglected to add it to the docs. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/e2002b4014d4650ebb42c93111b8a7a9b34ec8d9 Author: Greg Stark Modifi

pgsql: Doc: still further copy-editing for v11 release notes.

2018-10-13 Thread Tom Lane
Doc: still further copy-editing for v11 release notes. Justin Pryzby and myself. Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/8f850f2cad2df69a14fd1ad1b360cf004f17e8db Modified Files

pgsql: Doc: still further copy-editing for v11 release notes.

2018-10-13 Thread Tom Lane
Doc: still further copy-editing for v11 release notes. Justin Pryzby and myself. Discussion: https://postgr.es/m/[email protected] Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/52f76a02f6609ab84a4b929d8b0f1ccc0f7f3c9e Modified Files -

Re: pgsql: Add list of acknowledgments to release notes

2018-10-13 Thread Tom Lane
Peter Eisentraut writes: > Add list of acknowledgments to release notes I notice that instead of using XML entities to represent non-ASCII characters in people's names, you just shoved a bunch of UTF8 into the file. This doubtless is related to the build warnings I'm seeing from the XML->PDF too

Re: pgsql: Add list of acknowledgments to release notes

2018-10-13 Thread Bruce Momjian
On Sat, Oct 13, 2018 at 10:03:28PM -0400, Tom Lane wrote: > I wonder how well these characters will render in different viewing > tools. Maybe there's not much to be done, but should we entity-ify > the list where possible? Previously SGML was Latin1 and we had to entity-ify them. I have no idea