pgsql: doc: Put some psql documentation pieces back into alphabetical o

2025-05-06 Thread Peter Eisentraut
doc: Put some psql documentation pieces back into alphabetical order Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/2448c7a9e00536bac8704bff402bc02c2b2f23de Modified Files -- doc/src/sgml/ref/psql-ref.sgml | 20 ++-- 1 file changed, 10 in

pgsql: Remove some tabs in C string literals

2025-05-06 Thread Peter Eisentraut
Remove some tabs in C string literals Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/c0cf28255178f1d6e20a26c8df0a4cfdd0ab3b24 Modified Files -- src/test/modules/oauth_validator/oauth_hook_client.c | 18 +- 1 file changed, 9 insertions(+),

pgsql: doc: Add link to table

2025-05-06 Thread Peter Eisentraut
doc: Add link to table Formal tables should generally have an xref in the text that points to them. Add them here. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/c11bd5f500f0b774a766ed67b769d63abdbdae91 Modified Files -- doc/src/sgml/protocol.sgml | 7

pgsql: doc: Fix up spacing around verbatim DocBook elements

2025-05-06 Thread Peter Eisentraut
doc: Fix up spacing around verbatim DocBook elements Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a2c6d84acd72d6c43ab7361fb34fa4f758da7a41 Modified Files -- doc/src/sgml/func.sgml | 8 1 file changed, 4 insertions(+), 4 deletions(-)

pgsql: Fix some comments related to IO workers

2025-05-06 Thread Michael Paquier
Fix some comments related to IO workers IO workers are treated as auxiliary processes. The comments fixed in this commit stated that there could be only one auxiliary process of each BackendType at the same time. This is not true for IO workers, as up to MAX_IO_WORKERS of them can co-exist at th

pgsql: Fix whitespace

2025-05-06 Thread Peter Eisentraut
Fix whitespace Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/09a47c68e2fce446849ce0262eff1bfbf921fa18 Modified Files -- contrib/dblink/t/001_auth_scram.pl | 1 - contrib/pg_stat_statements/sql/squashing.sql | 1 - 2 files changed, 2 deletions(-

pgsql: doc PG 18 relnotes: adjust partition planning item

2025-05-06 Thread Bruce Momjian
doc PG 18 relnotes: adjust partition planning item Reported-by: David Rowley Discussion: https://postgr.es/m/caaphdvqgk7uqpzawxsfbifhvbhhb0txauxhurdwg4d5mik_...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b560ce7884a32ba6409adab340b9732dcd21028

pgsql: Tag refs/tags/REL_14_18 was created

2025-05-06 Thread noreply
Tag refs/tags/REL_14_18 was created.

pgsql: Tag refs/tags/REL_15_13 was created

2025-05-06 Thread noreply
Tag refs/tags/REL_15_13 was created.

pgsql: Tag refs/tags/REL_13_21 was created

2025-05-06 Thread noreply
Tag refs/tags/REL_13_21 was created.

pgsql: Tag refs/tags/REL_16_9 was created

2025-05-06 Thread noreply
Tag refs/tags/REL_16_9 was created.

pgsql: Tag refs/tags/REL_17_5 was created

2025-05-06 Thread noreply
Tag refs/tags/REL_17_5 was created.

pgsql: Tag refs/tags/REL_18_BETA1 was created

2025-05-06 Thread noreply
Tag refs/tags/REL_18_BETA1 was created.

pgsql: doc PG 18 relnotes: small adjustments regarding options

2025-05-06 Thread Bruce Momjian
doc PG 18 relnotes: small adjustments regarding options Reported-by: jian he Discussion: https://postgr.es/m/CACJufxH1jo=hv77ak0hujybbmupmr6+jt+8g-yovujmhupg...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ada78f9bef2eb47b0711a9eec07529c0da7c567

pgsql: doc PG 18 relnotes: move partition locking item to General Perf

2025-05-06 Thread Bruce Momjian
doc PG 18 relnotes: move partition locking item to General Perf Reported-by: Amit Langote Discussion: https://postgr.es/m/CA+HiwqE+8Pui_NCCC7zgacnet0Cf3tc_vU+P=nhldes-8xu...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/575f6003eddbaf0d08195e1e48

pgsql: doc PG 18 relnotes: adjust partition items

2025-05-06 Thread Bruce Momjian
doc PG 18 relnotes: adjust partition items Reported-by: David Rowley Discussion: https://postgr.es/m/caaphdvo+brvtxmbpjnxbtnaovjwn9+-dyc0kn7rsdqdnvpg...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/45750c6cfe8d1ba6018366642a35e661b9d6f3af Modif