pgsql: Fix docs bug stating file_fdw requires absolute paths

2020-08-31 Thread Magnus Hagander
Fix docs bug stating file_fdw requires absolute paths

It has always (since the first commit) worked with relative paths, so
use the same wording as other parts of the documentation.

Author: Bruce Momjian
Discussion: 
https://postgr.es/m/CABUevExx-hm=cit+a9lekbh39srvk8y2tezeeaj5mp8yfzn...@mail.gmail.com

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/fd0f8a6c3a9e30cfd3d1c1ccfb4bb214639b18b4

Modified Files
--
doc/src/sgml/file-fdw.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



pgsql: Fix docs bug stating file_fdw requires absolute paths

2020-08-31 Thread Magnus Hagander
Fix docs bug stating file_fdw requires absolute paths

It has always (since the first commit) worked with relative paths, so
use the same wording as other parts of the documentation.

Author: Bruce Momjian
Discussion: 
https://postgr.es/m/CABUevExx-hm=cit+a9lekbh39srvk8y2tezeeaj5mp8yfzn...@mail.gmail.com

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/3a1f6a2581e41ee2c724e8422675942d30a52ff7

Modified Files
--
doc/src/sgml/file-fdw.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



pgsql: Fix docs bug stating file_fdw requires absolute paths

2020-08-31 Thread Magnus Hagander
Fix docs bug stating file_fdw requires absolute paths

It has always (since the first commit) worked with relative paths, so
use the same wording as other parts of the documentation.

Author: Bruce Momjian
Discussion: 
https://postgr.es/m/CABUevExx-hm=cit+a9lekbh39srvk8y2tezeeaj5mp8yfzn...@mail.gmail.com

Branch
--
REL_10_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/1b694b70c05485d9dfc2e57cfec48d80caa6bea6

Modified Files
--
doc/src/sgml/file-fdw.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



pgsql: Fix docs bug stating file_fdw requires absolute paths

2020-08-31 Thread Magnus Hagander
Fix docs bug stating file_fdw requires absolute paths

It has always (since the first commit) worked with relative paths, so
use the same wording as other parts of the documentation.

Author: Bruce Momjian
Discussion: 
https://postgr.es/m/CABUevExx-hm=cit+a9lekbh39srvk8y2tezeeaj5mp8yfzn...@mail.gmail.com

Branch
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/d58dea6ae028366a5252477532d523dd3a908ab1

Modified Files
--
doc/src/sgml/file-fdw.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



pgsql: Fix docs bug stating file_fdw requires absolute paths

2020-08-31 Thread Magnus Hagander
Fix docs bug stating file_fdw requires absolute paths

It has always (since the first commit) worked with relative paths, so
use the same wording as other parts of the documentation.

Author: Bruce Momjian
Discussion: 
https://postgr.es/m/CABUevExx-hm=cit+a9lekbh39srvk8y2tezeeaj5mp8yfzn...@mail.gmail.com

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/3a788db60108fed2e51f62a79a5f425401300338

Modified Files
--
doc/src/sgml/file-fdw.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



pgsql: Fix docs bug stating file_fdw requires absolute paths

2020-08-31 Thread Magnus Hagander
Fix docs bug stating file_fdw requires absolute paths

It has always (since the first commit) worked with relative paths, so
use the same wording as other parts of the documentation.

Author: Bruce Momjian
Discussion: 
https://postgr.es/m/CABUevExx-hm=cit+a9lekbh39srvk8y2tezeeaj5mp8yfzn...@mail.gmail.com

Branch
--
REL_12_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/73952310bfcd4ebcffa3db7137d0b705f1bfdae2

Modified Files
--
doc/src/sgml/file-fdw.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



pgsql: Fix docs bug stating file_fdw requires absolute paths

2020-08-31 Thread Magnus Hagander
Fix docs bug stating file_fdw requires absolute paths

It has always (since the first commit) worked with relative paths, so
use the same wording as other parts of the documentation.

Author: Bruce Momjian
Discussion: 
https://postgr.es/m/CABUevExx-hm=cit+a9lekbh39srvk8y2tezeeaj5mp8yfzn...@mail.gmail.com

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/ae6c6c255648fd57467a76770338d1553ebba34e

Modified Files
--
doc/src/sgml/file-fdw.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



pgsql: doc: clarify the useful features of procedures

2020-08-31 Thread Bruce Momjian
doc:  clarify the useful features of procedures

This was not clearly documented when procedures were added in PG 11.

Reported-by: Robin Abbi

Discussion: 
https://postgr.es/m/CAGmg_NX327KKVuJmbWZD=pGutYFxzZjX1rU+3ji8UuX=8on...@mail.gmail.com

Backpatch-through: 11

Branch
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/bed05fff6fa400f0668c80e488458bc284ba5275

Modified Files
--
doc/src/sgml/xfunc.sgml | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)



pgsql: doc: clarify the useful features of procedures

2020-08-31 Thread Bruce Momjian
doc:  clarify the useful features of procedures

This was not clearly documented when procedures were added in PG 11.

Reported-by: Robin Abbi

Discussion: 
https://postgr.es/m/CAGmg_NX327KKVuJmbWZD=pGutYFxzZjX1rU+3ji8UuX=8on...@mail.gmail.com

Backpatch-through: 11

Branch
--
REL_12_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/5277f493dde7de00250d33a8ea79a5b93ee89dae

Modified Files
--
doc/src/sgml/xfunc.sgml | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)



pgsql: doc: clarify the useful features of procedures

2020-08-31 Thread Bruce Momjian
doc:  clarify the useful features of procedures

This was not clearly documented when procedures were added in PG 11.

Reported-by: Robin Abbi

Discussion: 
https://postgr.es/m/CAGmg_NX327KKVuJmbWZD=pGutYFxzZjX1rU+3ji8UuX=8on...@mail.gmail.com

Backpatch-through: 11

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/785affc1d653bac43b7d4fad93f22e9e51aefcc1

Modified Files
--
doc/src/sgml/xfunc.sgml | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)



pgsql: doc: clarify the useful features of procedures

2020-08-31 Thread Bruce Momjian
doc:  clarify the useful features of procedures

This was not clearly documented when procedures were added in PG 11.

Reported-by: Robin Abbi

Discussion: 
https://postgr.es/m/CAGmg_NX327KKVuJmbWZD=pGutYFxzZjX1rU+3ji8UuX=8on...@mail.gmail.com

Backpatch-through: 11

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/243a3b92a67519d4da1712b4fbad194bded3afb5

Modified Files
--
doc/src/sgml/xfunc.sgml | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)



pgsql: docs: improve 'capitals' inheritance example

2020-08-31 Thread Bruce Momjian
docs:  improve 'capitals' inheritance example

Adds constraints and improves wording.

Reported-by: 2552...@gmail.com

Discussion: 
https://postgr.es/m/159586122762.680.1361378513036616...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/a76d83a00a9151dda2d1258100421ba493d6229a

Modified Files
--
doc/src/sgml/advanced.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)



pgsql: docs: improve 'capitals' inheritance example

2020-08-31 Thread Bruce Momjian
docs:  improve 'capitals' inheritance example

Adds constraints and improves wording.

Reported-by: 2552...@gmail.com

Discussion: 
https://postgr.es/m/159586122762.680.1361378513036616...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/104a7dad363d9c3cff89c068ceadf2f1e5a9c8b9

Modified Files
--
doc/src/sgml/advanced.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)



pgsql: docs: improve 'capitals' inheritance example

2020-08-31 Thread Bruce Momjian
docs:  improve 'capitals' inheritance example

Adds constraints and improves wording.

Reported-by: 2552...@gmail.com

Discussion: 
https://postgr.es/m/159586122762.680.1361378513036616...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_10_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/d9f488dc76dde5ed30a3c02d17dbbbad8f3ed0b6

Modified Files
--
doc/src/sgml/advanced.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)



pgsql: docs: improve 'capitals' inheritance example

2020-08-31 Thread Bruce Momjian
docs:  improve 'capitals' inheritance example

Adds constraints and improves wording.

Reported-by: 2552...@gmail.com

Discussion: 
https://postgr.es/m/159586122762.680.1361378513036616...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/4d93773798d68915b3b7d870bdceae9869b62f03

Modified Files
--
doc/src/sgml/advanced.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)



pgsql: docs: improve 'capitals' inheritance example

2020-08-31 Thread Bruce Momjian
docs:  improve 'capitals' inheritance example

Adds constraints and improves wording.

Reported-by: 2552...@gmail.com

Discussion: 
https://postgr.es/m/159586122762.680.1361378513036616...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_12_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/ac736e43aa70dfb3da99e8d12349b801229aa2bc

Modified Files
--
doc/src/sgml/advanced.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)



pgsql: docs: improve 'capitals' inheritance example

2020-08-31 Thread Bruce Momjian
docs:  improve 'capitals' inheritance example

Adds constraints and improves wording.

Reported-by: 2552...@gmail.com

Discussion: 
https://postgr.es/m/159586122762.680.1361378513036616...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/47c427d006267d752fee4655543ec99dabe9e61d

Modified Files
--
doc/src/sgml/advanced.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)



pgsql: docs: improve 'capitals' inheritance example

2020-08-31 Thread Bruce Momjian
docs:  improve 'capitals' inheritance example

Adds constraints and improves wording.

Reported-by: 2552...@gmail.com

Discussion: 
https://postgr.es/m/159586122762.680.1361378513036616...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/64fd65008c62ec011ba2d0673ca09849ae2b07c8

Modified Files
--
doc/src/sgml/advanced.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)



pgsql: doc: improve description of subscripting of arrays

2020-08-31 Thread Bruce Momjian
doc:  improve description of subscripting of arrays

It wasn't clear the non-integers are cast to integers for subscripting,
rather than throwing an error.

Reported-by: s...@materialize.io

Discussion: 
https://postgr.es/m/159538675800.624.7728794628229799...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/06eba0fd10b1c19d578b90f6ab792834fe9a7418

Modified Files
--
doc/src/sgml/syntax.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: doc: improve description of subscripting of arrays

2020-08-31 Thread Bruce Momjian
doc:  improve description of subscripting of arrays

It wasn't clear the non-integers are cast to integers for subscripting,
rather than throwing an error.

Reported-by: s...@materialize.io

Discussion: 
https://postgr.es/m/159538675800.624.7728794628229799...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_10_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/663292eec56ec73e9701ae28c834eb60d7681050

Modified Files
--
doc/src/sgml/syntax.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: doc: improve description of subscripting of arrays

2020-08-31 Thread Bruce Momjian
doc:  improve description of subscripting of arrays

It wasn't clear the non-integers are cast to integers for subscripting,
rather than throwing an error.

Reported-by: s...@materialize.io

Discussion: 
https://postgr.es/m/159538675800.624.7728794628229799...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/58eb1760baa67a36e71b26f9ed2ddc86a1cac03d

Modified Files
--
doc/src/sgml/syntax.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: doc: improve description of subscripting of arrays

2020-08-31 Thread Bruce Momjian
doc:  improve description of subscripting of arrays

It wasn't clear the non-integers are cast to integers for subscripting,
rather than throwing an error.

Reported-by: s...@materialize.io

Discussion: 
https://postgr.es/m/159538675800.624.7728794628229799...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_12_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/2f8ea9116b17036400b71ec95923990e9fa833cf

Modified Files
--
doc/src/sgml/syntax.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: doc: improve description of subscripting of arrays

2020-08-31 Thread Bruce Momjian
doc:  improve description of subscripting of arrays

It wasn't clear the non-integers are cast to integers for subscripting,
rather than throwing an error.

Reported-by: s...@materialize.io

Discussion: 
https://postgr.es/m/159538675800.624.7728794628229799...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/8006ac1c5117a56fcd138d663a3fe3709c8f9988

Modified Files
--
doc/src/sgml/syntax.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: doc: improve description of subscripting of arrays

2020-08-31 Thread Bruce Momjian
doc:  improve description of subscripting of arrays

It wasn't clear the non-integers are cast to integers for subscripting,
rather than throwing an error.

Reported-by: s...@materialize.io

Discussion: 
https://postgr.es/m/159538675800.624.7728794628229799...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/dd00de928c3fe59f48510f6d02e5e9b8d72c8ae5

Modified Files
--
doc/src/sgml/syntax.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: doc: improve description of subscripting of arrays

2020-08-31 Thread Bruce Momjian
doc:  improve description of subscripting of arrays

It wasn't clear the non-integers are cast to integers for subscripting,
rather than throwing an error.

Reported-by: s...@materialize.io

Discussion: 
https://postgr.es/m/159538675800.624.7728794628229799...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/e8e15385a12d3f733e67fdad41f276633ab57fd3

Modified Files
--
doc/src/sgml/syntax.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: C comment: remove mention of use of t_hoff WAL structure member

2020-08-31 Thread Bruce Momjian
C comment:  remove mention of use of t_hoff WAL structure member

Reported-by: Antonin Houska

Discussion: https://postgr.es/m/21643.1595353537@antos

Backpatch-through: 9.5

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/1e0512ff23e600e9bc19e7f1a1c5ce0597c7bd47

Modified Files
--
src/include/access/heapam_xlog.h | 2 --
1 file changed, 2 deletions(-)



pgsql: docs: replace "stable storage" with "durable" in descriptions

2020-08-31 Thread Bruce Momjian
docs:  replace "stable storage" with "durable" in descriptions

For PG, "durable storage" has a clear meaning, while "stable storage"
does not, so use the former.

Discussion: https://postgr.es/m/20200817165222.ga31...@momjian.us

Backpatch-through: 9.5

Branch
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/11d0ed6a053184dd9b3cc8d51a237791c770f5d1

Modified Files
--
doc/src/sgml/config.sgml |  2 +-
doc/src/sgml/monitoring.sgml | 46 ++--
2 files changed, 24 insertions(+), 24 deletions(-)



pgsql: docs: replace "stable storage" with "durable" in descriptions

2020-08-31 Thread Bruce Momjian
docs:  replace "stable storage" with "durable" in descriptions

For PG, "durable storage" has a clear meaning, while "stable storage"
does not, so use the former.

Discussion: https://postgr.es/m/20200817165222.ga31...@momjian.us

Backpatch-through: 9.5

Branch
--
REL_12_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/0d447ba962bbaa40f9d47d563086f1debf562b20

Modified Files
--
doc/src/sgml/config.sgml |  2 +-
doc/src/sgml/monitoring.sgml | 48 ++--
2 files changed, 25 insertions(+), 25 deletions(-)



pgsql: docs: replace "stable storage" with "durable" in descriptions

2020-08-31 Thread Bruce Momjian
docs:  replace "stable storage" with "durable" in descriptions

For PG, "durable storage" has a clear meaning, while "stable storage"
does not, so use the former.

Discussion: https://postgr.es/m/20200817165222.ga31...@momjian.us

Backpatch-through: 9.5

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/70e791f47e976a810254d52d38fbc33acdc8705f

Modified Files
--
doc/src/sgml/config.sgml |  2 +-
doc/src/sgml/monitoring.sgml | 48 ++--
2 files changed, 25 insertions(+), 25 deletions(-)



pgsql: docs: replace "stable storage" with "durable" in descriptions

2020-08-31 Thread Bruce Momjian
docs:  replace "stable storage" with "durable" in descriptions

For PG, "durable storage" has a clear meaning, while "stable storage"
does not, so use the former.

Discussion: https://postgr.es/m/20200817165222.ga31...@momjian.us

Backpatch-through: 9.5

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/851e0f07a1478b4aecddf881f0608ef4d60bec98

Modified Files
--
doc/src/sgml/config.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: docs: replace "stable storage" with "durable" in descriptions

2020-08-31 Thread Bruce Momjian
docs:  replace "stable storage" with "durable" in descriptions

For PG, "durable storage" has a clear meaning, while "stable storage"
does not, so use the former.

Discussion: https://postgr.es/m/20200817165222.ga31...@momjian.us

Backpatch-through: 9.5

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/aa02d352b53329287b22092ed41a9a9ec23b0ef8

Modified Files
--
doc/src/sgml/config.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: docs: replace "stable storage" with "durable" in descriptions

2020-08-31 Thread Bruce Momjian
docs:  replace "stable storage" with "durable" in descriptions

For PG, "durable storage" has a clear meaning, while "stable storage"
does not, so use the former.

Discussion: https://postgr.es/m/20200817165222.ga31...@momjian.us

Backpatch-through: 9.5

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/1bb41c6ad795e018e396eb3e216b2d21fadc865a

Modified Files
--
doc/src/sgml/config.sgml |  2 +-
doc/src/sgml/monitoring.sgml | 48 ++--
2 files changed, 25 insertions(+), 25 deletions(-)



pgsql: docs: replace "stable storage" with "durable" in descriptions

2020-08-31 Thread Bruce Momjian
docs:  replace "stable storage" with "durable" in descriptions

For PG, "durable storage" has a clear meaning, while "stable storage"
does not, so use the former.

Discussion: https://postgr.es/m/20200817165222.ga31...@momjian.us

Backpatch-through: 9.5

Branch
--
REL_10_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/f6679e0b4b435d2f9977bf0d03d10cf6c908c3e1

Modified Files
--
doc/src/sgml/config.sgml |  2 +-
doc/src/sgml/monitoring.sgml | 46 ++--
2 files changed, 24 insertions(+), 24 deletions(-)



pgsql: docs: clarify intermediate certificate creation instructions

2020-08-31 Thread Bruce Momjian
docs:  clarify intermediate certificate creation instructions

Specifically, explain the v3_ca openssl specification.

Discussion: https://postgr.es/m/20200824175653.ga32...@momjian.us

Backpatch-through: 9.5

Branch
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/bdfd83f4a4cf97f7bd790f36783decada5e447a6

Modified Files
--
doc/src/sgml/runtime.sgml | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)



pgsql: docs: clarify intermediate certificate creation instructions

2020-08-31 Thread Bruce Momjian
docs:  clarify intermediate certificate creation instructions

Specifically, explain the v3_ca openssl specification.

Discussion: https://postgr.es/m/20200824175653.ga32...@momjian.us

Backpatch-through: 9.5

Branch
--
REL_12_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/01bcfe705d69e0b9b50c752742a79bb88bdc72ff

Modified Files
--
doc/src/sgml/runtime.sgml | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)



pgsql: docs: clarify intermediate certificate creation instructions

2020-08-31 Thread Bruce Momjian
docs:  clarify intermediate certificate creation instructions

Specifically, explain the v3_ca openssl specification.

Discussion: https://postgr.es/m/20200824175653.ga32...@momjian.us

Backpatch-through: 9.5

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/a8591cbb405d0ec39b06010d1700b3c431366875

Modified Files
--
doc/src/sgml/runtime.sgml | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)



pgsql: docs: clarify intermediate certificate creation instructions

2020-08-31 Thread Bruce Momjian
docs:  clarify intermediate certificate creation instructions

Specifically, explain the v3_ca openssl specification.

Discussion: https://postgr.es/m/20200824175653.ga32...@momjian.us

Backpatch-through: 9.5

Branch
--
REL_10_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/0756921abeb8344dc4ca05b58016f71dddbe2ec9

Modified Files
--
doc/src/sgml/runtime.sgml | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)



pgsql: docs: clarify intermediate certificate creation instructions

2020-08-31 Thread Bruce Momjian
docs:  clarify intermediate certificate creation instructions

Specifically, explain the v3_ca openssl specification.

Discussion: https://postgr.es/m/20200824175653.ga32...@momjian.us

Backpatch-through: 9.5

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/b1ae70b3b4fd54220a0901eaf3dd4c5ca0827108

Modified Files
--
doc/src/sgml/runtime.sgml | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)



pgsql: docs: clarify intermediate certificate creation instructions

2020-08-31 Thread Bruce Momjian
docs:  clarify intermediate certificate creation instructions

Specifically, explain the v3_ca openssl specification.

Discussion: https://postgr.es/m/20200824175653.ga32...@momjian.us

Backpatch-through: 9.5

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/361217659dc80e8f7763eaba047d19391d908f9d

Modified Files
--
doc/src/sgml/runtime.sgml | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)



pgsql: docs: clarify intermediate certificate creation instructions

2020-08-31 Thread Bruce Momjian
docs:  clarify intermediate certificate creation instructions

Specifically, explain the v3_ca openssl specification.

Discussion: https://postgr.es/m/20200824175653.ga32...@momjian.us

Backpatch-through: 9.5

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/8924ca865b18cac0b655170989bcd9507991d06f

Modified Files
--
doc/src/sgml/runtime.sgml | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)



pgsql: doc: cross-link file-fdw and CSV config log sections

2020-08-31 Thread Bruce Momjian
doc: cross-link file-fdw and CSV config log sections

There is an file-fdw example that reads the server config file, so cross
link them.

Reported-by: Oleg Samoilov

Discussion: 
https://postgr.es/m/159800192078.2886.10431506404995508...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_10_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/33b8fa758609baad630361afce69fde1e53fbc74

Modified Files
--
doc/src/sgml/config.sgml   | 2 ++
doc/src/sgml/file-fdw.sgml | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)



pgsql: doc: cross-link file-fdw and CSV config log sections

2020-08-31 Thread Bruce Momjian
doc: cross-link file-fdw and CSV config log sections

There is an file-fdw example that reads the server config file, so cross
link them.

Reported-by: Oleg Samoilov

Discussion: 
https://postgr.es/m/159800192078.2886.10431506404995508...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/e80e7891d35ec94659c3fe8f1d69007d7b05af42

Modified Files
--
doc/src/sgml/config.sgml   | 2 ++
doc/src/sgml/file-fdw.sgml | 6 --
2 files changed, 6 insertions(+), 2 deletions(-)



pgsql: doc: cross-link file-fdw and CSV config log sections

2020-08-31 Thread Bruce Momjian
doc: cross-link file-fdw and CSV config log sections

There is an file-fdw example that reads the server config file, so cross
link them.

Reported-by: Oleg Samoilov

Discussion: 
https://postgr.es/m/159800192078.2886.10431506404995508...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/0b503ecc8c549fde3096a3b3890e75033f14d28e

Modified Files
--
doc/src/sgml/config.sgml   | 2 ++
doc/src/sgml/file-fdw.sgml | 6 --
2 files changed, 6 insertions(+), 2 deletions(-)



pgsql: doc: cross-link file-fdw and CSV config log sections

2020-08-31 Thread Bruce Momjian
doc: cross-link file-fdw and CSV config log sections

There is an file-fdw example that reads the server config file, so cross
link them.

Reported-by: Oleg Samoilov

Discussion: 
https://postgr.es/m/159800192078.2886.10431506404995508...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/9bb4f98bb7745b7339fb7d102cdc36d66c002f67

Modified Files
--
doc/src/sgml/config.sgml   | 2 ++
doc/src/sgml/file-fdw.sgml | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)



pgsql: doc: cross-link file-fdw and CSV config log sections

2020-08-31 Thread Bruce Momjian
doc: cross-link file-fdw and CSV config log sections

There is an file-fdw example that reads the server config file, so cross
link them.

Reported-by: Oleg Samoilov

Discussion: 
https://postgr.es/m/159800192078.2886.10431506404995508...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/de2d1920ddf54ec8dbcc87821ade5346f0cf8926

Modified Files
--
doc/src/sgml/config.sgml   | 2 ++
doc/src/sgml/file-fdw.sgml | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)



pgsql: doc: cross-link file-fdw and CSV config log sections

2020-08-31 Thread Bruce Momjian
doc: cross-link file-fdw and CSV config log sections

There is an file-fdw example that reads the server config file, so cross
link them.

Reported-by: Oleg Samoilov

Discussion: 
https://postgr.es/m/159800192078.2886.10431506404995508...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/5e22362d3199a0946f4e5204f8185370fcc2bded

Modified Files
--
doc/src/sgml/config.sgml   | 2 ++
doc/src/sgml/file-fdw.sgml | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)



pgsql: doc: cross-link file-fdw and CSV config log sections

2020-08-31 Thread Bruce Momjian
doc: cross-link file-fdw and CSV config log sections

There is an file-fdw example that reads the server config file, so cross
link them.

Reported-by: Oleg Samoilov

Discussion: 
https://postgr.es/m/159800192078.2886.10431506404995508...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_12_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/02fb7eef91df41fab9c68cc73e6ec9f22c060981

Modified Files
--
doc/src/sgml/config.sgml   | 2 ++
doc/src/sgml/file-fdw.sgml | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)



pgsql: docs: in mapping SQL to C data types, timestamp isn't a pointer

2020-08-31 Thread Bruce Momjian
docs:  in mapping SQL to C data types, timestamp isn't a pointer

It is an int64.

Reported-by: ajul...@shaktiware.fr

Discussion: 
https://postgr.es/m/159845038271.24995.15682121015698255...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/511d51acb33c780f3be018ace68d3f7fb963ea63

Modified Files
--
doc/src/sgml/xfunc.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: docs: in mapping SQL to C data types, timestamp isn't a pointer

2020-08-31 Thread Bruce Momjian
docs:  in mapping SQL to C data types, timestamp isn't a pointer

It is an int64.

Reported-by: ajul...@shaktiware.fr

Discussion: 
https://postgr.es/m/159845038271.24995.15682121015698255...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/eb7f60247817813e586c15b6f53fd573edc1acff

Modified Files
--
doc/src/sgml/xfunc.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: docs: in mapping SQL to C data types, timestamp isn't a pointer

2020-08-31 Thread Bruce Momjian
docs:  in mapping SQL to C data types, timestamp isn't a pointer

It is an int64.

Reported-by: ajul...@shaktiware.fr

Discussion: 
https://postgr.es/m/159845038271.24995.15682121015698255...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/9524fa1aa557b19c9f049b3d79dc93e53cb9d57b

Modified Files
--
doc/src/sgml/xfunc.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: docs: in mapping SQL to C data types, timestamp isn't a pointer

2020-08-31 Thread Bruce Momjian
docs:  in mapping SQL to C data types, timestamp isn't a pointer

It is an int64.

Reported-by: ajul...@shaktiware.fr

Discussion: 
https://postgr.es/m/159845038271.24995.15682121015698255...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_12_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/2bf1bec585972e16daa9104db08531d3b32ada54

Modified Files
--
doc/src/sgml/xfunc.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: docs: in mapping SQL to C data types, timestamp isn't a pointer

2020-08-31 Thread Bruce Momjian
docs:  in mapping SQL to C data types, timestamp isn't a pointer

It is an int64.

Reported-by: ajul...@shaktiware.fr

Discussion: 
https://postgr.es/m/159845038271.24995.15682121015698255...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/102aa4a3553fdaa9f134055d9ffb22a27e3c77ec

Modified Files
--
doc/src/sgml/xfunc.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: docs: in mapping SQL to C data types, timestamp isn't a pointer

2020-08-31 Thread Bruce Momjian
docs:  in mapping SQL to C data types, timestamp isn't a pointer

It is an int64.

Reported-by: ajul...@shaktiware.fr

Discussion: 
https://postgr.es/m/159845038271.24995.15682121015698255...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/bef7b917a76af659b4d6bce813702764e2c749db

Modified Files
--
doc/src/sgml/xfunc.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: docs: in mapping SQL to C data types, timestamp isn't a pointer

2020-08-31 Thread Bruce Momjian
docs:  in mapping SQL to C data types, timestamp isn't a pointer

It is an int64.

Reported-by: ajul...@shaktiware.fr

Discussion: 
https://postgr.es/m/159845038271.24995.15682121015698255...@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
--
REL_10_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/6d33681f57bb183821268d82a97e3fa5a36f5cf6

Modified Files
--
doc/src/sgml/xfunc.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: doc: Update partitioning limitation on BEFORE triggers

2020-08-31 Thread Alvaro Herrera
doc: Update partitioning limitation on BEFORE triggers

Reported-by: Erwin Brandstetter 
Discussion: 
https://postgr.es/m/CAGHENJ6Le7S3qJJx2TvWvTwRNS3N=btoneb7af2rzvfnbme...@mail.gmail.com

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/97dc0d1d58916e2f063ce8a7eec6bd4d3bc29197

Modified Files
--
doc/src/sgml/ddl.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgsql: doc: Update partitioning limitation on BEFORE triggers

2020-08-31 Thread Alvaro Herrera
doc: Update partitioning limitation on BEFORE triggers

Reported-by: Erwin Brandstetter 
Discussion: 
https://postgr.es/m/CAGHENJ6Le7S3qJJx2TvWvTwRNS3N=btoneb7af2rzvfnbme...@mail.gmail.com

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/0ebe82a9413fcd5621266ec57d9f4bc50f0457d8

Modified Files
--
doc/src/sgml/ddl.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgsql: pg_upgrade doc: mention saving postgresql.conf.auto files

2020-08-31 Thread Bruce Momjian
pg_upgrade doc:  mention saving postgresql.conf.auto files

Also mention files included by postgresql.conf.

Reported-by: Álvaro Herrera

Discussion: https://postgr.es/m/08ad4526-75ab-457b-b2dd-099663f28...@yesql.se

Backpatch-through: 9.5

Branch
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/c3cb3716ad9d42b667b3b85ac3b1f93be7df315f

Modified Files
--
doc/src/sgml/ref/pgupgrade.sgml | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)



pgsql: pg_upgrade doc: mention saving postgresql.conf.auto files

2020-08-31 Thread Bruce Momjian
pg_upgrade doc:  mention saving postgresql.conf.auto files

Also mention files included by postgresql.conf.

Reported-by: Álvaro Herrera

Discussion: https://postgr.es/m/08ad4526-75ab-457b-b2dd-099663f28...@yesql.se

Backpatch-through: 9.5

Branch
--
REL_10_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/cada05eb6c2d8effb705ef23dad59ca27f24c9c3

Modified Files
--
doc/src/sgml/ref/pgupgrade.sgml | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)



pgsql: pg_upgrade doc: mention saving postgresql.conf.auto files

2020-08-31 Thread Bruce Momjian
pg_upgrade doc:  mention saving postgresql.conf.auto files

Also mention files included by postgresql.conf.

Reported-by: Álvaro Herrera

Discussion: https://postgr.es/m/08ad4526-75ab-457b-b2dd-099663f28...@yesql.se

Backpatch-through: 9.5

Branch
--
REL_12_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/9774d9c777ba56b8a46357303aeb8e7d94420011

Modified Files
--
doc/src/sgml/ref/pgupgrade.sgml | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)



pgsql: pg_upgrade doc: mention saving postgresql.conf.auto files

2020-08-31 Thread Bruce Momjian
pg_upgrade doc:  mention saving postgresql.conf.auto files

Also mention files included by postgresql.conf.

Reported-by: Álvaro Herrera

Discussion: https://postgr.es/m/08ad4526-75ab-457b-b2dd-099663f28...@yesql.se

Backpatch-through: 9.5

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/50ed605b3e311f26497cea979887a8deed3eabf6

Modified Files
--
doc/src/sgml/ref/pgupgrade.sgml | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)



pgsql: pg_upgrade doc: mention saving postgresql.conf.auto files

2020-08-31 Thread Bruce Momjian
pg_upgrade doc:  mention saving postgresql.conf.auto files

Also mention files included by postgresql.conf.

Reported-by: Álvaro Herrera

Discussion: https://postgr.es/m/08ad4526-75ab-457b-b2dd-099663f28...@yesql.se

Backpatch-through: 9.5

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/cef30b66fdf619a1b7aa0c2605719e64e980c6f2

Modified Files
--
doc/src/sgml/ref/pgupgrade.sgml | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)



pgsql: pg_upgrade doc: mention saving postgresql.conf.auto files

2020-08-31 Thread Bruce Momjian
pg_upgrade doc:  mention saving postgresql.conf.auto files

Also mention files included by postgresql.conf.

Reported-by: Álvaro Herrera

Discussion: https://postgr.es/m/08ad4526-75ab-457b-b2dd-099663f28...@yesql.se

Backpatch-through: 9.5

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/cda4397f2bc32976f774bf0ec0b3b7d40a77d64e

Modified Files
--
doc/src/sgml/ref/pgupgrade.sgml | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)



pgsql: pg_upgrade doc: mention saving postgresql.conf.auto files

2020-08-31 Thread Bruce Momjian
pg_upgrade doc:  mention saving postgresql.conf.auto files

Also mention files included by postgresql.conf.

Reported-by: Álvaro Herrera

Discussion: https://postgr.es/m/08ad4526-75ab-457b-b2dd-099663f28...@yesql.se

Backpatch-through: 9.5

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/0326b2094aa1c2c8f268c0dcc247eb363430674b

Modified Files
--
doc/src/sgml/ref/pgupgrade.sgml | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)



pgsql: C comment: remove mention of use of t_hoff WAL structure member

2020-08-31 Thread Bruce Momjian
C comment:  remove mention of use of t_hoff WAL structure member

Reported-by: Antonin Houska

Discussion: https://postgr.es/m/21643.1595353537@antos

Backpatch-through: 9.5

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/787ccf5a5fc92698e8cc8ebfb6fe1a0bf28981a4

Modified Files
--
src/include/access/heapam_xlog.h | 2 --
1 file changed, 2 deletions(-)



pgsql: C comment: remove mention of use of t_hoff WAL structure member

2020-08-31 Thread Bruce Momjian
C comment:  remove mention of use of t_hoff WAL structure member

Reported-by: Antonin Houska

Discussion: https://postgr.es/m/21643.1595353537@antos

Backpatch-through: 9.5

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/fd9451d201d00d20f2f043355b25e0f8d85bf96d

Modified Files
--
src/include/access/heapam_xlog.h | 2 --
1 file changed, 2 deletions(-)



pgsql: C comment: remove mention of use of t_hoff WAL structure member

2020-08-31 Thread Bruce Momjian
C comment:  remove mention of use of t_hoff WAL structure member

Reported-by: Antonin Houska

Discussion: https://postgr.es/m/21643.1595353537@antos

Backpatch-through: 9.5

Branch
--
REL_12_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/b1f52817bcdc3a6d269d4bd9b4d02a635e5d39c3

Modified Files
--
src/include/access/heapam_xlog.h | 2 --
1 file changed, 2 deletions(-)



pgsql: C comment: remove mention of use of t_hoff WAL structure member

2020-08-31 Thread Bruce Momjian
C comment:  remove mention of use of t_hoff WAL structure member

Reported-by: Antonin Houska

Discussion: https://postgr.es/m/21643.1595353537@antos

Backpatch-through: 9.5

Branch
--
REL_10_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/7d26d85f1b95806985cbc739428f929204d85256

Modified Files
--
src/include/access/heapam_xlog.h | 2 --
1 file changed, 2 deletions(-)



pgsql: C comment: remove mention of use of t_hoff WAL structure member

2020-08-31 Thread Bruce Momjian
C comment:  remove mention of use of t_hoff WAL structure member

Reported-by: Antonin Houska

Discussion: https://postgr.es/m/21643.1595353537@antos

Backpatch-through: 9.5

Branch
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/e4263c4a569ef0be28e7fc471280837147f82a63

Modified Files
--
src/include/access/heapam_xlog.h | 2 --
1 file changed, 2 deletions(-)



pgsql: C comment: remove mention of use of t_hoff WAL structure member

2020-08-31 Thread Bruce Momjian
C comment:  remove mention of use of t_hoff WAL structure member

Reported-by: Antonin Houska

Discussion: https://postgr.es/m/21643.1595353537@antos

Backpatch-through: 9.5

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/160c8a4d382204ca2983aba56cc9e5db7167354e

Modified Files
--
src/include/access/heapam_xlog.h | 2 --
1 file changed, 2 deletions(-)



pgsql: doc: add commas after 'i.e.' and 'e.g.'

2020-08-31 Thread Bruce Momjian
doc: add commas after 'i.e.' and 'e.g.'

This follows the American format,
https://jakubmarian.com/comma-after-i-e-and-e-g/. There is no intention
of requiring this format for future text, but making existing text
consistent every few years makes sense.

Discussion: https://postgr.es/m/20200825183619.ga22...@momjian.us

Backpatch-through: 9.5

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/953c64e0f67d44b1db97a3d33b329ccd4691f4c6

Modified Files
--
doc/src/sgml/bki.sgml  |  2 +-
doc/src/sgml/config.sgml   | 16 
doc/src/sgml/datatype.sgml |  4 ++--
doc/src/sgml/ddl.sgml  |  4 ++--
doc/src/sgml/ecpg.sgml |  6 +++---
doc/src/sgml/extend.sgml   |  4 ++--
doc/src/sgml/func.sgml |  8 
doc/src/sgml/glossary.sgml |  2 +-
doc/src/sgml/high-availability.sgml|  8 
doc/src/sgml/indexam.sgml  |  2 +-
doc/src/sgml/install-windows.sgml  |  4 ++--
doc/src/sgml/libpq.sgml| 14 +++---
doc/src/sgml/logicaldecoding.sgml  |  4 ++--
doc/src/sgml/monitoring.sgml   |  2 +-
doc/src/sgml/mvcc.sgml |  2 +-
doc/src/sgml/parallel.sgml |  4 ++--
doc/src/sgml/perform.sgml  |  2 +-
doc/src/sgml/postgres-fdw.sgml |  2 +-
doc/src/sgml/protocol.sgml |  4 ++--
doc/src/sgml/queries.sgml  |  4 ++--
doc/src/sgml/ref/create_database.sgml  |  4 ++--
doc/src/sgml/ref/create_event_trigger.sgml |  2 +-
doc/src/sgml/ref/create_function.sgml  |  6 +++---
doc/src/sgml/ref/create_procedure.sgml |  2 +-
doc/src/sgml/ref/create_statistics.sgml|  2 +-
doc/src/sgml/ref/create_table.sgml |  4 ++--
doc/src/sgml/ref/initdb.sgml   |  2 +-
doc/src/sgml/ref/pg_dump.sgml  |  2 +-
doc/src/sgml/ref/pg_dumpall.sgml   |  2 +-
doc/src/sgml/ref/pg_restore.sgml   |  2 +-
doc/src/sgml/ref/pg_rewind.sgml|  2 +-
doc/src/sgml/ref/pgbench.sgml  | 10 +-
doc/src/sgml/ref/pgupgrade.sgml| 24 
doc/src/sgml/ref/postgres-ref.sgml |  2 +-
doc/src/sgml/ref/prepare.sgml  |  2 +-
doc/src/sgml/ref/psql-ref.sgml |  6 +++---
doc/src/sgml/replication-origins.sgml  |  6 +++---
doc/src/sgml/runtime.sgml  |  2 +-
doc/src/sgml/sepgsql.sgml  |  2 +-
doc/src/sgml/sources.sgml  |  4 ++--
doc/src/sgml/sslinfo.sgml  |  4 ++--
doc/src/sgml/tableam.sgml  |  2 +-
doc/src/sgml/textsearch.sgml   |  4 ++--
doc/src/sgml/wal.sgml  |  2 +-
doc/src/sgml/xfunc.sgml|  6 +++---
doc/src/sgml/xml2.sgml |  2 +-
46 files changed, 103 insertions(+), 103 deletions(-)



pgsql: doc: add commas after 'i.e.' and 'e.g.'

2020-08-31 Thread Bruce Momjian
doc: add commas after 'i.e.' and 'e.g.'

This follows the American format,
https://jakubmarian.com/comma-after-i-e-and-e-g/. There is no intention
of requiring this format for future text, but making existing text
consistent every few years makes sense.

Discussion: https://postgr.es/m/20200825183619.ga22...@momjian.us

Backpatch-through: 9.5

Branch
--
REL_10_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/ffc61f865b9164fb99dc1732979ffca1d99f2a7d

Modified Files
--
doc/src/sgml/config.sgml   | 12 ++--
doc/src/sgml/datatype.sgml |  4 ++--
doc/src/sgml/ddl.sgml  |  2 +-
doc/src/sgml/ecpg.sgml |  6 +++---
doc/src/sgml/extend.sgml   |  4 ++--
doc/src/sgml/func.sgml | 10 +-
doc/src/sgml/high-availability.sgml|  8 
doc/src/sgml/indexam.sgml  |  2 +-
doc/src/sgml/install-windows.sgml  |  4 ++--
doc/src/sgml/libpq.sgml| 16 
doc/src/sgml/monitoring.sgml   |  2 +-
doc/src/sgml/mvcc.sgml |  2 +-
doc/src/sgml/parallel.sgml |  4 ++--
doc/src/sgml/perform.sgml  |  2 +-
doc/src/sgml/protocol.sgml |  4 ++--
doc/src/sgml/queries.sgml  |  4 ++--
doc/src/sgml/recovery-config.sgml  |  2 +-
doc/src/sgml/ref/create_database.sgml  |  4 ++--
doc/src/sgml/ref/create_event_trigger.sgml |  2 +-
doc/src/sgml/ref/create_function.sgml  |  6 +++---
doc/src/sgml/ref/create_statistics.sgml|  2 +-
doc/src/sgml/ref/grant.sgml|  2 +-
doc/src/sgml/ref/initdb.sgml   |  2 +-
doc/src/sgml/ref/pg_dump.sgml  |  2 +-
doc/src/sgml/ref/pg_dumpall.sgml   |  2 +-
doc/src/sgml/ref/pg_restore.sgml   |  2 +-
doc/src/sgml/ref/pg_rewind.sgml|  2 +-
doc/src/sgml/ref/pgbench.sgml  |  8 
doc/src/sgml/ref/pgupgrade.sgml| 24 
doc/src/sgml/ref/postgres-ref.sgml |  2 +-
doc/src/sgml/ref/prepare.sgml  |  4 ++--
doc/src/sgml/ref/psql-ref.sgml |  6 +++---
doc/src/sgml/release-10.sgml   |  2 +-
doc/src/sgml/replication-origins.sgml  |  6 +++---
doc/src/sgml/runtime.sgml  |  2 +-
doc/src/sgml/sepgsql.sgml  |  2 +-
doc/src/sgml/sources.sgml  |  4 ++--
doc/src/sgml/sslinfo.sgml  |  4 ++--
doc/src/sgml/wal.sgml  |  2 +-
doc/src/sgml/xfunc.sgml|  6 +++---
doc/src/sgml/xml2.sgml |  2 +-
41 files changed, 94 insertions(+), 94 deletions(-)



pgsql: doc: add commas after 'i.e.' and 'e.g.'

2020-08-31 Thread Bruce Momjian
doc: add commas after 'i.e.' and 'e.g.'

This follows the American format,
https://jakubmarian.com/comma-after-i-e-and-e-g/. There is no intention
of requiring this format for future text, but making existing text
consistent every few years makes sense.

Discussion: https://postgr.es/m/20200825183619.ga22...@momjian.us

Backpatch-through: 9.5

Branch
--
REL_12_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/3fb67ac9c65b31ae179a80662b6bed0b00bba248

Modified Files
--
doc/src/sgml/bki.sgml  |  2 +-
doc/src/sgml/config.sgml   | 16 
doc/src/sgml/datatype.sgml |  4 ++--
doc/src/sgml/ddl.sgml  |  4 ++--
doc/src/sgml/ecpg.sgml |  6 +++---
doc/src/sgml/extend.sgml   |  4 ++--
doc/src/sgml/func.sgml | 10 +-
doc/src/sgml/high-availability.sgml|  8 
doc/src/sgml/indexam.sgml  |  2 +-
doc/src/sgml/install-windows.sgml  |  4 ++--
doc/src/sgml/libpq.sgml| 16 
doc/src/sgml/monitoring.sgml   |  2 +-
doc/src/sgml/mvcc.sgml |  2 +-
doc/src/sgml/parallel.sgml |  4 ++--
doc/src/sgml/perform.sgml  |  2 +-
doc/src/sgml/protocol.sgml |  4 ++--
doc/src/sgml/queries.sgml  |  4 ++--
doc/src/sgml/ref/create_database.sgml  |  4 ++--
doc/src/sgml/ref/create_event_trigger.sgml |  2 +-
doc/src/sgml/ref/create_function.sgml  |  6 +++---
doc/src/sgml/ref/create_procedure.sgml |  2 +-
doc/src/sgml/ref/create_statistics.sgml|  2 +-
doc/src/sgml/ref/create_table.sgml |  4 ++--
doc/src/sgml/ref/initdb.sgml   |  2 +-
doc/src/sgml/ref/pg_dump.sgml  |  2 +-
doc/src/sgml/ref/pg_dumpall.sgml   |  2 +-
doc/src/sgml/ref/pg_restore.sgml   |  2 +-
doc/src/sgml/ref/pg_rewind.sgml|  2 +-
doc/src/sgml/ref/pgbench.sgml  | 10 +-
doc/src/sgml/ref/pgupgrade.sgml| 24 
doc/src/sgml/ref/postgres-ref.sgml |  2 +-
doc/src/sgml/ref/prepare.sgml  |  2 +-
doc/src/sgml/ref/psql-ref.sgml |  6 +++---
doc/src/sgml/replication-origins.sgml  |  6 +++---
doc/src/sgml/runtime.sgml  |  2 +-
doc/src/sgml/sepgsql.sgml  |  2 +-
doc/src/sgml/sources.sgml  |  4 ++--
doc/src/sgml/sslinfo.sgml  |  4 ++--
doc/src/sgml/tableam.sgml  |  2 +-
doc/src/sgml/textsearch.sgml   |  4 ++--
doc/src/sgml/wal.sgml  |  2 +-
doc/src/sgml/xfunc.sgml|  6 +++---
doc/src/sgml/xml2.sgml |  2 +-
43 files changed, 101 insertions(+), 101 deletions(-)



pgsql: doc: add commas after 'i.e.' and 'e.g.'

2020-08-31 Thread Bruce Momjian
doc: add commas after 'i.e.' and 'e.g.'

This follows the American format,
https://jakubmarian.com/comma-after-i-e-and-e-g/. There is no intention
of requiring this format for future text, but making existing text
consistent every few years makes sense.

Discussion: https://postgr.es/m/20200825183619.ga22...@momjian.us

Backpatch-through: 9.5

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/2dbe3ea7a85473ff4b32eebf1508e1c604d8b7da

Modified Files
--
doc/src/sgml/config.sgml   | 12 ++--
doc/src/sgml/cube.sgml |  4 ++--
doc/src/sgml/datatype.sgml |  2 +-
doc/src/sgml/ddl.sgml  |  2 +-
doc/src/sgml/docguide.sgml |  8 
doc/src/sgml/ecpg.sgml |  6 +++---
doc/src/sgml/extend.sgml   |  2 +-
doc/src/sgml/func.sgml | 12 ++--
doc/src/sgml/gin.sgml  |  2 +-
doc/src/sgml/high-availability.sgml|  8 
doc/src/sgml/indexam.sgml  |  2 +-
doc/src/sgml/install-windows.sgml  |  4 ++--
doc/src/sgml/libpq.sgml|  6 +++---
doc/src/sgml/monitoring.sgml   |  2 +-
doc/src/sgml/mvcc.sgml |  2 +-
doc/src/sgml/perform.sgml  |  2 +-
doc/src/sgml/protocol.sgml |  8 
doc/src/sgml/queries.sgml  |  4 ++--
doc/src/sgml/recovery-config.sgml  |  2 +-
doc/src/sgml/ref/create_database.sgml  |  4 ++--
doc/src/sgml/ref/create_event_trigger.sgml |  2 +-
doc/src/sgml/ref/create_function.sgml  |  2 +-
doc/src/sgml/ref/grant.sgml|  2 +-
doc/src/sgml/ref/initdb.sgml   |  2 +-
doc/src/sgml/ref/pg_dump.sgml  |  2 +-
doc/src/sgml/ref/pg_dumpall.sgml   |  2 +-
doc/src/sgml/ref/pg_restore.sgml   |  2 +-
doc/src/sgml/ref/pgbench.sgml  |  8 
doc/src/sgml/ref/pgupgrade.sgml| 24 
doc/src/sgml/ref/postgres-ref.sgml |  2 +-
doc/src/sgml/ref/psql-ref.sgml |  6 +++---
doc/src/sgml/release-9.5.sgml  |  6 +++---
doc/src/sgml/replication-origins.sgml  |  6 +++---
doc/src/sgml/runtime.sgml  |  2 +-
doc/src/sgml/sepgsql.sgml  |  2 +-
doc/src/sgml/sslinfo.sgml  |  4 ++--
doc/src/sgml/wal.sgml  |  2 +-
doc/src/sgml/xfunc.sgml|  6 +++---
doc/src/sgml/xml2.sgml |  2 +-
39 files changed, 89 insertions(+), 89 deletions(-)



pgsql: doc: add commas after 'i.e.' and 'e.g.'

2020-08-31 Thread Bruce Momjian
doc: add commas after 'i.e.' and 'e.g.'

This follows the American format,
https://jakubmarian.com/comma-after-i-e-and-e-g/. There is no intention
of requiring this format for future text, but making existing text
consistent every few years makes sense.

Discussion: https://postgr.es/m/20200825183619.ga22...@momjian.us

Backpatch-through: 9.5

Branch
--
REL_11_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/b235936a1d5f436d1427883ae89a308c6810e31b

Modified Files
--
doc/src/sgml/config.sgml   | 12 ++--
doc/src/sgml/datatype.sgml |  4 ++--
doc/src/sgml/ddl.sgml  |  4 ++--
doc/src/sgml/ecpg.sgml |  6 +++---
doc/src/sgml/extend.sgml   |  4 ++--
doc/src/sgml/func.sgml | 10 +-
doc/src/sgml/high-availability.sgml|  8 
doc/src/sgml/indexam.sgml  |  2 +-
doc/src/sgml/install-windows.sgml  |  4 ++--
doc/src/sgml/libpq.sgml| 16 
doc/src/sgml/monitoring.sgml   |  2 +-
doc/src/sgml/mvcc.sgml |  2 +-
doc/src/sgml/parallel.sgml |  4 ++--
doc/src/sgml/perform.sgml  |  2 +-
doc/src/sgml/protocol.sgml |  4 ++--
doc/src/sgml/queries.sgml  |  4 ++--
doc/src/sgml/recovery-config.sgml  |  2 +-
doc/src/sgml/ref/create_database.sgml  |  4 ++--
doc/src/sgml/ref/create_event_trigger.sgml |  2 +-
doc/src/sgml/ref/create_function.sgml  |  6 +++---
doc/src/sgml/ref/create_procedure.sgml |  2 +-
doc/src/sgml/ref/create_statistics.sgml|  2 +-
doc/src/sgml/ref/create_table.sgml |  4 ++--
doc/src/sgml/ref/grant.sgml|  2 +-
doc/src/sgml/ref/initdb.sgml   |  2 +-
doc/src/sgml/ref/pg_dump.sgml  |  2 +-
doc/src/sgml/ref/pg_dumpall.sgml   |  2 +-
doc/src/sgml/ref/pg_restore.sgml   |  2 +-
doc/src/sgml/ref/pg_rewind.sgml|  2 +-
doc/src/sgml/ref/pgbench.sgml  | 10 +-
doc/src/sgml/ref/pgupgrade.sgml| 24 
doc/src/sgml/ref/postgres-ref.sgml |  2 +-
doc/src/sgml/ref/prepare.sgml  |  4 ++--
doc/src/sgml/ref/psql-ref.sgml |  6 +++---
doc/src/sgml/release-11.sgml   |  8 
doc/src/sgml/replication-origins.sgml  |  6 +++---
doc/src/sgml/runtime.sgml  |  2 +-
doc/src/sgml/sepgsql.sgml  |  2 +-
doc/src/sgml/sources.sgml  |  4 ++--
doc/src/sgml/sslinfo.sgml  |  4 ++--
doc/src/sgml/textsearch.sgml   |  2 +-
doc/src/sgml/wal.sgml  |  2 +-
doc/src/sgml/xfunc.sgml|  6 +++---
doc/src/sgml/xml2.sgml |  2 +-
44 files changed, 103 insertions(+), 103 deletions(-)



pgsql: doc: add commas after 'i.e.' and 'e.g.'

2020-08-31 Thread Bruce Momjian
doc: add commas after 'i.e.' and 'e.g.'

This follows the American format,
https://jakubmarian.com/comma-after-i-e-and-e-g/. There is no intention
of requiring this format for future text, but making existing text
consistent every few years makes sense.

Discussion: https://postgr.es/m/20200825183619.ga22...@momjian.us

Backpatch-through: 9.5

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/1d3ff89ecfbbdd8bf56d4773d8f2749156eeb7c1

Modified Files
--
doc/src/sgml/bki.sgml  |  2 +-
doc/src/sgml/config.sgml   | 16 
doc/src/sgml/datatype.sgml |  4 ++--
doc/src/sgml/ddl.sgml  |  4 ++--
doc/src/sgml/ecpg.sgml |  6 +++---
doc/src/sgml/extend.sgml   |  4 ++--
doc/src/sgml/func.sgml |  8 
doc/src/sgml/glossary.sgml |  2 +-
doc/src/sgml/high-availability.sgml|  8 
doc/src/sgml/indexam.sgml  |  2 +-
doc/src/sgml/install-windows.sgml  |  4 ++--
doc/src/sgml/libpq.sgml| 14 +++---
doc/src/sgml/monitoring.sgml   |  2 +-
doc/src/sgml/mvcc.sgml |  2 +-
doc/src/sgml/parallel.sgml |  4 ++--
doc/src/sgml/perform.sgml  |  2 +-
doc/src/sgml/postgres-fdw.sgml |  2 +-
doc/src/sgml/protocol.sgml |  4 ++--
doc/src/sgml/queries.sgml  |  4 ++--
doc/src/sgml/ref/create_database.sgml  |  4 ++--
doc/src/sgml/ref/create_event_trigger.sgml |  2 +-
doc/src/sgml/ref/create_function.sgml  |  6 +++---
doc/src/sgml/ref/create_procedure.sgml |  2 +-
doc/src/sgml/ref/create_statistics.sgml|  2 +-
doc/src/sgml/ref/create_table.sgml |  4 ++--
doc/src/sgml/ref/initdb.sgml   |  2 +-
doc/src/sgml/ref/pg_dump.sgml  |  2 +-
doc/src/sgml/ref/pg_dumpall.sgml   |  2 +-
doc/src/sgml/ref/pg_restore.sgml   |  2 +-
doc/src/sgml/ref/pg_rewind.sgml|  2 +-
doc/src/sgml/ref/pgbench.sgml  | 10 +-
doc/src/sgml/ref/pgupgrade.sgml| 24 
doc/src/sgml/ref/postgres-ref.sgml |  2 +-
doc/src/sgml/ref/prepare.sgml  |  2 +-
doc/src/sgml/ref/psql-ref.sgml |  6 +++---
doc/src/sgml/release-13.sgml   |  2 +-
doc/src/sgml/replication-origins.sgml  |  6 +++---
doc/src/sgml/runtime.sgml  |  2 +-
doc/src/sgml/sepgsql.sgml  |  2 +-
doc/src/sgml/sources.sgml  |  4 ++--
doc/src/sgml/sslinfo.sgml  |  4 ++--
doc/src/sgml/tableam.sgml  |  2 +-
doc/src/sgml/textsearch.sgml   |  4 ++--
doc/src/sgml/wal.sgml  |  2 +-
doc/src/sgml/xfunc.sgml|  6 +++---
doc/src/sgml/xml2.sgml |  2 +-
46 files changed, 102 insertions(+), 102 deletions(-)



pgsql: doc: add commas after 'i.e.' and 'e.g.'

2020-08-31 Thread Bruce Momjian
doc: add commas after 'i.e.' and 'e.g.'

This follows the American format,
https://jakubmarian.com/comma-after-i-e-and-e-g/. There is no intention
of requiring this format for future text, but making existing text
consistent every few years makes sense.

Discussion: https://postgr.es/m/20200825183619.ga22...@momjian.us

Backpatch-through: 9.5

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/5394b87a30ce1abd65aee3d2ba339135aa58c920

Modified Files
--
doc/src/sgml/config.sgml   | 12 ++--
doc/src/sgml/datatype.sgml |  2 +-
doc/src/sgml/ddl.sgml  |  2 +-
doc/src/sgml/docguide.sgml |  8 
doc/src/sgml/ecpg.sgml |  6 +++---
doc/src/sgml/extend.sgml   |  2 +-
doc/src/sgml/func.sgml | 12 ++--
doc/src/sgml/high-availability.sgml|  8 
doc/src/sgml/indexam.sgml  |  2 +-
doc/src/sgml/install-windows.sgml  |  4 ++--
doc/src/sgml/libpq.sgml|  6 +++---
doc/src/sgml/monitoring.sgml   |  2 +-
doc/src/sgml/mvcc.sgml |  2 +-
doc/src/sgml/parallel.sgml |  4 ++--
doc/src/sgml/perform.sgml  |  2 +-
doc/src/sgml/protocol.sgml |  4 ++--
doc/src/sgml/queries.sgml  |  4 ++--
doc/src/sgml/recovery-config.sgml  |  2 +-
doc/src/sgml/ref/create_database.sgml  |  4 ++--
doc/src/sgml/ref/create_event_trigger.sgml |  2 +-
doc/src/sgml/ref/create_function.sgml  |  6 +++---
doc/src/sgml/ref/grant.sgml|  2 +-
doc/src/sgml/ref/initdb.sgml   |  2 +-
doc/src/sgml/ref/pg_dump.sgml  |  2 +-
doc/src/sgml/ref/pg_dumpall.sgml   |  2 +-
doc/src/sgml/ref/pg_restore.sgml   |  2 +-
doc/src/sgml/ref/pg_rewind.sgml|  2 +-
doc/src/sgml/ref/pgbench.sgml  |  8 
doc/src/sgml/ref/pgupgrade.sgml| 24 
doc/src/sgml/ref/postgres-ref.sgml |  2 +-
doc/src/sgml/ref/prepare.sgml  |  4 ++--
doc/src/sgml/ref/psql-ref.sgml |  6 +++---
doc/src/sgml/release-9.6.sgml  |  6 +++---
doc/src/sgml/replication-origins.sgml  |  6 +++---
doc/src/sgml/runtime.sgml  |  2 +-
doc/src/sgml/sepgsql.sgml  |  2 +-
doc/src/sgml/sources.sgml  |  4 ++--
doc/src/sgml/sslinfo.sgml  |  4 ++--
doc/src/sgml/wal.sgml  |  2 +-
doc/src/sgml/xfunc.sgml|  6 +++---
doc/src/sgml/xml2.sgml |  2 +-
41 files changed, 93 insertions(+), 93 deletions(-)



pgsql: doc: document how the backup manifest is transferred

2020-08-31 Thread Bruce Momjian
doc:  document how the backup manifest is transferred

Reported-by: Bernd Helmle

Discussion: 
https://postgr.es/m/31acf8b0f1f701d53245e0cae38abdf5c3a0d559.ca...@oopsware.de

Backpatch-through: 13

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/73018f564af91b135e541b28133369c5e3de975d

Modified Files
--
doc/src/sgml/protocol.sgml | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)



pgsql: doc: document how the backup manifest is transferred

2020-08-31 Thread Bruce Momjian
doc:  document how the backup manifest is transferred

Reported-by: Bernd Helmle

Discussion: 
https://postgr.es/m/31acf8b0f1f701d53245e0cae38abdf5c3a0d559.ca...@oopsware.de

Backpatch-through: 13

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/ab3c6d41552411ea2fe4904ec8294951c52c113d

Modified Files
--
doc/src/sgml/protocol.sgml | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)



pgsql: Fix the SharedFileSetUnregister API.

2020-08-31 Thread Amit Kapila
Fix the SharedFileSetUnregister API.

Commit 808e13b282 introduced a few APIs to extend the existing Buffile
interface. In SharedFileSetDeleteOnProcExit, it tries to delete the list
element while traversing the list with 'foreach' construct which makes the
behavior of list traversal unpredictable.

Author: Amit Kapila
Reviewed-by: Dilip Kumar
Tested-by: Dilip Kumar and Neha Sharma
Discussion: 
https://postgr.es/m/caa4ek1jhlatvcq2ovwa_3s0ih6hx9+kzbq107cxvsswwukh...@mail.gmail.com

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/4ab77697f67aa5b90b032b9175b46901859da6d7

Modified Files
--
src/backend/storage/file/sharedfileset.c | 16 ++--
1 file changed, 10 insertions(+), 6 deletions(-)