pgsql: doc: mention vacuum's removal of commit timestamp information

2023-11-24 Thread Bruce Momjian
doc: mention vacuum's removal of commit timestamp information Reported-by: Kyotaro HORIGUCHI Discussion: https://postgr.es/m/20180622.172132.230342845.horiguchi.kyot...@lab.ntt.co.jp Co-authored-by: Kyotaro HORIGUCHI Backpatch-through: 16 Branch -- REL_16_STABLE Details ---

pgsql: doc: mention vacuum's removal of commit timestamp information

2023-11-24 Thread Bruce Momjian
doc: mention vacuum's removal of commit timestamp information Reported-by: Kyotaro HORIGUCHI Discussion: https://postgr.es/m/20180622.172132.230342845.horiguchi.kyot...@lab.ntt.co.jp Co-authored-by: Kyotaro HORIGUCHI Backpatch-through: 16 Branch -- master Details ---

pgsql: modify segno. for pg_walfile_name() and pg_walfile_name_offset()

2023-11-24 Thread Bruce Momjian
modify segno. for pg_walfile_name() and pg_walfile_name_offset() Previously these functions returned the previous segment number if the LSN was on a segment boundary. We now always return the current segment number for an LSN. Docs updated to reflect this change. Regression tests added, author

pgsql: gitignore generated file targets-meson.sgml.

2023-11-24 Thread Tom Lane
gitignore generated file targets-meson.sgml. Oversight in 07cb29737. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/1a0796b9279b1cbbb3d1ede9b06d930d49e57a6c Modified Files -- doc/src/sgml/.gitignore | 1 + 1 file changed, 1 insertion(+)

pgsql: Doc: un-break PDF build.

2023-11-24 Thread Tom Lane
Doc: un-break PDF build. Oversight in 5c4c7efad: gotta adjust the cell height for removal of an entry. Per buildfarm. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/798394c6ccdada517c3508047a865d9994bfe25f Modified Files -- doc/src/sgml/gin.sgml | 2

pgsql: Fix whitespace.

2023-11-24 Thread Thomas Munro
Fix whitespace. Use tabs instead of spaces for new paragraph, like existing paragraphs. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6631363a5992a81d7bbcecaba68886564ad701ba Modified Files -- src/port/pqsignal.c | 18 +- 1 file

pgsql: doc: remove documentation for deprecated @@@ operator

2023-11-24 Thread Bruce Momjian
doc: remove documentation for deprecated @@@ operator Reported-by: Kyotaro HORIGUCHI Discussion: https://postgr.es/m/caf4au4wmuszrvhr+yspvabrfb_1d1fnrpy9trako2debi4c...@mail.gmail.com Co-authored-by: Oleg Bartunov Backpatch-through: master Branch -- master Details ---

pgsql: doc: improve ALTER TABLE "offical constraint" wording

2023-11-24 Thread Bruce Momjian
doc: improve ALTER TABLE "offical constraint" wording Reported-by: Josh Kupershmidt Discussion: https://postgr.es/m/CAK3UJRF=KY_nx_TRQq+t6jOrtS2rry79ktkzPiMDhFx_K=d...@mail.gmail.com Author: Josh Kupershmidt Backpatch-through: master Branch -- master Details ---

Re: pgsql: Doc: un-break PDF build.

2023-11-24 Thread Bruce Momjian
Thanks, I missed that issue. --- On Sat, Nov 25, 2023 at 01:03:11AM +, Tom Lane wrote: > Doc: un-break PDF build. > > Oversight in 5c4c7efad: gotta adjust the cell height for removal of > an entry. Per buildfarm. >

pgsql: doc: add docs for age(xid) and mxid_age(xid)

2023-11-24 Thread Bruce Momjian
doc: add docs for age(xid) and mxid_age(xid) Reported-by: David Rowley Discussion: https://postgr.es/m/CAKJS1f_OQpz7rpe-KJmskVxbU06buiXbfonxG3JLB+nGCJ5E=g...@mail.gmail.com Backpatch-through: 16 Branch -- master Details ---

pgsql: doc: add docs for age(xid) and mxid_age(xid)

2023-11-24 Thread Bruce Momjian
doc: add docs for age(xid) and mxid_age(xid) Reported-by: David Rowley Discussion: https://postgr.es/m/CAKJS1f_OQpz7rpe-KJmskVxbU06buiXbfonxG3JLB+nGCJ5E=g...@mail.gmail.com Backpatch-through: 16 Branch -- REL_16_STABLE Details ---

pgsql: Improve comments about pqsignal().

2023-11-24 Thread Thomas Munro
Improve comments about pqsignal(). Explain where pqsignal() came from, what problem it originally solved without assuming the reader is familiar with historical Unixen, why we still need it, what it does for us now, and the key differences in frontend code on Windows. Reviewed-by: Heikki

pgsql: doc: gin_page_opaque_info() must be a _compressed_ GIN page

2023-11-24 Thread Bruce Momjian
doc: gin_page_opaque_info() must be a _compressed_ GIN page Reported-by: Jeff Janes Discussion: https://postgr.es/m/CAMkU=1xvzqxtaiynm2pwj6snmtph3u3ammbwss7mvashs2o...@mail.gmail.com Author: Jeff Janes Backpatch-through: master Branch -- master Details ---

pgsql: Use SECS_PER_HOUR macro in tzparser.c, instead of constants

2023-11-24 Thread Bruce Momjian
Use SECS_PER_HOUR macro in tzparser.c, instead of constants Reported-by: CharSyam Discussion: https://postgr.es/m/camrlse5j_awfobdmrsvk14obksy+-2cjznnh_fciira7kwo...@mail.gmail.com Author: CharSyam Backpatch-through: master Branch -- master Details ---