pgsql: Improve runtime and output of tests for replication slots checkp

2025-06-19 Thread Alexander Korotkov
Improve runtime and output of tests for replication slots checkpointing. The TAP tests that verify logical and physical replication slot behavior during checkpoints (046_checkpoint_logical_slot.pl and 047_checkpoint_physical_slot.pl) inserted two batches of 2 million rows each, generating approxim

pgsql: Improve runtime and output of tests for replication slots checkp

2025-06-19 Thread Alexander Korotkov
Improve runtime and output of tests for replication slots checkpointing. The TAP tests that verify logical and physical replication slot behavior during checkpoints (046_checkpoint_logical_slot.pl and 047_checkpoint_physical_slot.pl) inserted two batches of 2 million rows each, generating approxim

pgsql: doc PG 18 relnotes: add links to command and struct tags

2025-06-19 Thread Bruce Momjian
doc PG 18 relnotes: add links to command and struct tags Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a8360f074cc03a7cb73a4aaa6d8caab0e0bf0a0f Modified Files -- doc/src/sgml/release-18.sgml | 78 ++-- 1 file cha

pgsql: Correct docs about partitions and EXCLUDE constraints.

2025-06-19 Thread Jeff Davis
Correct docs about partitions and EXCLUDE constraints. In version 17 we added support for cross-partition EXCLUDE constraints, as long as they included all partition key columns and compared them with equality (see 8c852ba9a4). I updated the docs for exclusion constraints, but I missed that the do

pgsql: Correct docs about partitions and EXCLUDE constraints.

2025-06-19 Thread Jeff Davis
Correct docs about partitions and EXCLUDE constraints. In version 17 we added support for cross-partition EXCLUDE constraints, as long as they included all partition key columns and compared them with equality (see 8c852ba9a4). I updated the docs for exclusion constraints, but I missed that the do

pgsql: doc PG 18 relnotes: add links for applications

2025-06-19 Thread Bruce Momjian
doc PG 18 relnotes: add links for applications Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ed117c4c6c4feb1362abbb417ac6e6525dd8789b Modified Files -- doc/src/sgml/release-18.sgml | 64 1 file changed, 35 i

pgsql: doc: add xreflabel text for libpq and PL/Python

2025-06-19 Thread Bruce Momjian
doc: add xreflabel text for libpq and PL/Python to be used for PG 18 release notes Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d8aa21b74ff4e3d767c3344484c3cb22b9f0ec0d Modified Files -- doc/src/sgml/libpq.sgml| 2 +- doc/src/sgml/plpython.sgml |

pgsql: Improve pg_dump/pg_dumpall help synopses and terminology

2025-06-19 Thread Peter Eisentraut
Improve pg_dump/pg_dumpall help synopses and terminology Increase consistency of --help and man page synopses between pg_dump and pg_dumpall. These should now be very similar, as pg_dumpall can now also produce non-text dump output. But actually, they had drifted further apart. - Use verb "expo