pgsql: improve alignment of postgresql.conf comments

2023-10-31 Thread Bruce Momjian
improve alignment of postgresql.conf comments Discussion: https://postgr.es/m/cahut+ps5mdq1b4jp9rd63zfe2x25mv58y1w+hm2v53svtgd...@mail.gmail.com Author: Peter Smith Backpatch-through: master Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/75e700db45141d073e671f7c

pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage

2023-10-31 Thread Bruce Momjian
doc: 1-byte varlena headers can be used for user PLAIN storage This also updates some C comments. Reported-by: suchithj...@gmail.com Discussion: https://postgr.es/m/167336599095.2667301.15497893107226841...@wrigleys.postgresql.org Author: Laurenz Albe (doc patch) Backpatch-through: 11 Branc

pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage

2023-10-31 Thread Bruce Momjian
doc: 1-byte varlena headers can be used for user PLAIN storage This also updates some C comments. Reported-by: suchithj...@gmail.com Discussion: https://postgr.es/m/167336599095.2667301.15497893107226841...@wrigleys.postgresql.org Author: Laurenz Albe (doc patch) Backpatch-through: 11 Branc

pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage

2023-10-31 Thread Bruce Momjian
doc: 1-byte varlena headers can be used for user PLAIN storage This also updates some C comments. Reported-by: suchithj...@gmail.com Discussion: https://postgr.es/m/167336599095.2667301.15497893107226841...@wrigleys.postgresql.org Author: Laurenz Albe (doc patch) Backpatch-through: 11 Branc

pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage

2023-10-31 Thread Bruce Momjian
doc: 1-byte varlena headers can be used for user PLAIN storage This also updates some C comments. Reported-by: suchithj...@gmail.com Discussion: https://postgr.es/m/167336599095.2667301.15497893107226841...@wrigleys.postgresql.org Author: Laurenz Albe (doc patch) Backpatch-through: 11 Branc

pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage

2023-10-31 Thread Bruce Momjian
doc: 1-byte varlena headers can be used for user PLAIN storage This also updates some C comments. Reported-by: suchithj...@gmail.com Discussion: https://postgr.es/m/167336599095.2667301.15497893107226841...@wrigleys.postgresql.org Author: Laurenz Albe (doc patch) Backpatch-through: 11 Branc

pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage

2023-10-31 Thread Bruce Momjian
doc: 1-byte varlena headers can be used for user PLAIN storage This also updates some C comments. Reported-by: suchithj...@gmail.com Discussion: https://postgr.es/m/167336599095.2667301.15497893107226841...@wrigleys.postgresql.org Author: Laurenz Albe (doc patch) Backpatch-through: 11 Branc

pgsql: doc: 1-byte varlena headers can be used for user PLAIN storage

2023-10-31 Thread Bruce Momjian
doc: 1-byte varlena headers can be used for user PLAIN storage This also updates some C comments. Reported-by: suchithj...@gmail.com Discussion: https://postgr.es/m/167336599095.2667301.15497893107226841...@wrigleys.postgresql.org Author: Laurenz Albe (doc patch) Backpatch-through: 11 Branc

pgsql: doc: add function argument and query parameter limits

2023-10-31 Thread Bruce Momjian
doc: add function argument and query parameter limits Also reorder entries and add commas. Reported-by: David G. Johnston Discussion: https://postgr.es/m/CAKFQuwYeNPxeocV3_0+Zx=_xwvg+snyemdzyg5s2e2e0hzl...@mail.gmail.com Author: David G. Johnston (partial) Backpatch-through: 12 Branch -

pgsql: doc: add function argument and query parameter limits

2023-10-31 Thread Bruce Momjian
doc: add function argument and query parameter limits Also reorder entries and add commas. Reported-by: David G. Johnston Discussion: https://postgr.es/m/CAKFQuwYeNPxeocV3_0+Zx=_xwvg+snyemdzyg5s2e2e0hzl...@mail.gmail.com Author: David G. Johnston (partial) Backpatch-through: 12 Branch -

pgsql: doc: add function argument and query parameter limits

2023-10-31 Thread Bruce Momjian
doc: add function argument and query parameter limits Also reorder entries and add commas. Reported-by: David G. Johnston Discussion: https://postgr.es/m/CAKFQuwYeNPxeocV3_0+Zx=_xwvg+snyemdzyg5s2e2e0hzl...@mail.gmail.com Author: David G. Johnston (partial) Backpatch-through: 12 Branch -

pgsql: doc: add function argument and query parameter limits

2023-10-31 Thread Bruce Momjian
doc: add function argument and query parameter limits Also reorder entries and add commas. Reported-by: David G. Johnston Discussion: https://postgr.es/m/CAKFQuwYeNPxeocV3_0+Zx=_xwvg+snyemdzyg5s2e2e0hzl...@mail.gmail.com Author: David G. Johnston (partial) Backpatch-through: 12 Branch -

pgsql: doc: add function argument and query parameter limits

2023-10-31 Thread Bruce Momjian
doc: add function argument and query parameter limits Also reorder entries and add commas. Reported-by: David G. Johnston Discussion: https://postgr.es/m/CAKFQuwYeNPxeocV3_0+Zx=_xwvg+snyemdzyg5s2e2e0hzl...@mail.gmail.com Author: David G. Johnston (partial) Backpatch-through: 12 Branch -

pgsql: doc: add function argument and query parameter limits

2023-10-31 Thread Bruce Momjian
doc: add function argument and query parameter limits Also reorder entries and add commas. Reported-by: David G. Johnston Discussion: https://postgr.es/m/CAKFQuwYeNPxeocV3_0+Zx=_xwvg+snyemdzyg5s2e2e0hzl...@mail.gmail.com Author: David G. Johnston (partial) Backpatch-through: 12 Branch -

pgsql: doc: improve bpchar and character type length details

2023-10-31 Thread Bruce Momjian
doc: improve bpchar and character type length details Reported-by: Jeff Davis Discussion: https://postgr.es/m/32a9b8357e8e29b04f395f92c53b64e015a4caf1.ca...@j-davis.com Author: Jeff Davis, adjustments by me Backpatch-through: 16 Branch -- REL_16_STABLE Details --- https://git.postgr

Re: pgsql: Doc: document bpchar, clarify relationship of text and varchar.

2023-10-31 Thread Bruce Momjian
On Tue, Oct 24, 2023 at 04:00:08PM -0700, Jeff Davis wrote: > On Tue, 2023-10-24 at 18:35 -0400, Bruce Momjian wrote: > > I liked this patch and adjusted it;  patch attached.  I would like to > > apply it to all branches since it provides useful information. > > Looks good to me. Patch applied ba

pgsql: doc: improve bpchar and character type length details

2023-10-31 Thread Bruce Momjian
doc: improve bpchar and character type length details Reported-by: Jeff Davis Discussion: https://postgr.es/m/32a9b8357e8e29b04f395f92c53b64e015a4caf1.ca...@j-davis.com Author: Jeff Davis, adjustments by me Backpatch-through: 16 Branch -- master Details --- https://git.postgresql.or

pgsql: doc: improve ALTER SYSTEM description of value list quoting

2023-10-31 Thread Bruce Momjian
doc: improve ALTER SYSTEM description of value list quoting Reported-by: spl...@ya.ru Discussion: https://postgr.es/m/167105927893.1897.13227723035830709...@wrigleys.postgresql.org Backpatch-through: 11 Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/3c9e5

pgsql: doc: improve ALTER SYSTEM description of value list quoting

2023-10-31 Thread Bruce Momjian
doc: improve ALTER SYSTEM description of value list quoting Reported-by: spl...@ya.ru Discussion: https://postgr.es/m/167105927893.1897.13227723035830709...@wrigleys.postgresql.org Backpatch-through: 11 Branch -- REL_16_STABLE Details --- https://git.postgresql.org/pg/commitdiff/664f3

pgsql: doc: improve ALTER SYSTEM description of value list quoting

2023-10-31 Thread Bruce Momjian
doc: improve ALTER SYSTEM description of value list quoting Reported-by: spl...@ya.ru Discussion: https://postgr.es/m/167105927893.1897.13227723035830709...@wrigleys.postgresql.org Backpatch-through: 11 Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/b3dd4

pgsql: doc: improve ALTER SYSTEM description of value list quoting

2023-10-31 Thread Bruce Momjian
doc: improve ALTER SYSTEM description of value list quoting Reported-by: spl...@ya.ru Discussion: https://postgr.es/m/167105927893.1897.13227723035830709...@wrigleys.postgresql.org Backpatch-through: 11 Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/46837

pgsql: doc: improve ALTER SYSTEM description of value list quoting

2023-10-31 Thread Bruce Momjian
doc: improve ALTER SYSTEM description of value list quoting Reported-by: spl...@ya.ru Discussion: https://postgr.es/m/167105927893.1897.13227723035830709...@wrigleys.postgresql.org Backpatch-through: 11 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/87cf7b63c4b2

pgsql: doc: improve ALTER SYSTEM description of value list quoting

2023-10-31 Thread Bruce Momjian
doc: improve ALTER SYSTEM description of value list quoting Reported-by: spl...@ya.ru Discussion: https://postgr.es/m/167105927893.1897.13227723035830709...@wrigleys.postgresql.org Backpatch-through: 11 Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/ff81b

pgsql: doc: improve ALTER SYSTEM description of value list quoting

2023-10-31 Thread Bruce Momjian
doc: improve ALTER SYSTEM description of value list quoting Reported-by: spl...@ya.ru Discussion: https://postgr.es/m/167105927893.1897.13227723035830709...@wrigleys.postgresql.org Backpatch-through: 11 Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d21b1

pgsql: C comment: adjust statistics mention

2023-10-31 Thread Bruce Momjian
C comment: adjust statistics mention No need to talk about the statistics collector. Discussion: https://postgr.es/m/8a82417cdb6e8038fe276d4960e32...@oss.nttdata.com Author: Álvaro Herrera Backpatch-through: master Branch -- master Details --- https://git.postgresql.org/pg/commitdiff

pgsql: C comment: improve statistics computation comment example

2023-10-31 Thread Bruce Momjian
C comment: improve statistics computation comment example Discussion: https://postgr.es/m/cakfquwbd672sc0exv0ifx3pzfq5uaepiaeabgkz_ox-4d2n...@mail.gmail.com Author: David G. Johnston Backpatch-through: master Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b7061

pgsql: C comment: mention why no setting lasterrno in dir_existsfile()

2023-10-31 Thread Bruce Momjian
C comment: mention why no setting lasterrno in dir_existsfile() Reported-by: Wei Sun Discussion: https://postgr.es/m/tencent_1276c08f98579cc19d8a4488c848a8411...@qq.com Backpatch-through: master Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/3fdc1d269345cac24275

pgsql: doc: add missing word to sentence about Paris

2023-10-31 Thread Bruce Momjian
doc: add missing word to sentence about Paris Reported-by: Tang Discussion: https://postgr.es/m/os0pr01mb6113393560a1df115adfb153fb...@os0pr01mb6113.jpnprd01.prod.outlook.com Backpatch-through: master Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6ec62b779907

pgsql: doc: Expand section related to LWLocks and shared memory

2023-10-31 Thread Michael Paquier
doc: Expand section related to LWLocks and shared memory The documentation includes a section describing how to define custom LWLocks in extensions using the shmem hooks. However, it has never mentioned the second, more flexible method based on the following routines: - LWLockNewTrancheId() to al