pgsql: doc: Fix incorrect description of INCLUDING COMMENTS in CREATE F

2025-06-18 Thread Fujii Masao
doc: Fix incorrect description of INCLUDING COMMENTS in CREATE FOREIGN TABLE. Commit 302cf157592 added support for LIKE in CREATE FOREIGN TABLE. In this feature, since indexes are not created for foreign tables, comments on indexes are not copied either. However, the documentation incorrectly sta

pgsql: doc: Mention GIN indexes support parallel builds.

2025-06-18 Thread Fujii Masao
doc: Mention GIN indexes support parallel builds. Commit 8492feb98f6 added support for parallel CREATE INDEX on GIN indexes. However, previously two places in the documentation and two in the source code comments still stated that only B-tree and BRIN indexes support parallel builds. This commit

pgsql: doc: fix for commit 09f7d36ba16 in changing "_" to "-".

2025-06-18 Thread Bruce Momjian
doc: fix for commit 09f7d36ba16 in changing "_" to "-". I thought underscores wouldn't even work in "id"s, so I never checked to see if anything referenced it, but it seems it does work, so adjust the calling site for the dash syntax. Branch -- master Details --- https://git.postgresql.

pgsql: Improve log messages and docs for slot synchronization.

2025-06-18 Thread Amit Kapila
Improve log messages and docs for slot synchronization. Improve the clarity of LOG messages when a failover logical slot synchronization fails, making the reasons more explicit for easier debugging. Update the documentation to outline scenarios where slot synchronization can fail, especially duri

pgsql: Improve log messages and docs for slot synchronization.

2025-06-18 Thread Amit Kapila
Improve log messages and docs for slot synchronization. Improve the clarity of LOG messages when a failover logical slot synchronization fails, making the reasons more explicit for easier debugging. Update the documentation to outline scenarios where slot synchronization can fail, especially duri

pgsql: doc config.sgml: use "-" and not "_" for varlistentry "id"s

2025-06-18 Thread Bruce Momjian
doc config.sgml: use "-" and not "_" for varlistentry "id"s Change "id"s of file_copy_method and enable_self_join_elimination for consistency with the rest of the guc "id"s. These are new entries for PG 18. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/09f7d36ba

pgsql: doc PG 18 relnotes: add links for server variables

2025-06-18 Thread Bruce Momjian
doc PG 18 relnotes: add links for server variables Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a03805920b36b79b7ddf97c6804117f3296b2900 Modified Files -- doc/src/sgml/release-18.sgml | 58 ++-- 1 file changed,