pgsql: Stamp 15.10.

2024-11-18 Thread Tom Lane
Stamp 15.10. Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/a4bd20b6d7f9d42750b797c450592f55d5374c1f Modified Files -- configure| 18 +- configure.ac | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-)

pgsql: Stamp 13.18.

2024-11-18 Thread Tom Lane
Stamp 13.18. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4f8df7a3fb750007ff5018f8125e0d4793cab337 Modified Files -- configure| 18 +- configure.in | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-)

pgsql: Stamp 14.15.

2024-11-18 Thread Tom Lane
Stamp 14.15. Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4f5b14879d8271a73786105bf8aafda347dd7aea Modified Files -- configure| 18 +- configure.ac | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-)

pgsql: Stamp 12.22.

2024-11-18 Thread Tom Lane
Stamp 12.22. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/498f30a8b7025a2a7bd3715acc1d1692122ba542 Modified Files -- configure| 18 +- configure.in | 2 +- src/include/pg_config.h.win32

pgsql: doc: clarify text about combining row-level policies

2024-11-18 Thread Bruce Momjian
doc: clarify text about combining row-level policies Reported-by: spl...@ya.ru Discussion: https://postgr.es/m/173045909386.700.9231055113418242...@wrigleys.postgresql.org Backpatch-through: master Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/cffca3665d8238dd

pgsql: Stamp 16.6.

2024-11-18 Thread Tom Lane
Stamp 16.6. Branch -- REL_16_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1f47e7b59b92c58eee6840325d1aaa6acee84194 Modified Files -- configure| 18 +- configure.ac | 2 +- meson.build | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-

pgsql: doc: clarify pg_dump --no-comments meaning as SQL comments

2024-11-18 Thread Bruce Momjian
doc: clarify pg_dump --no-comments meaning as SQL comments Discussion: https://postgr.es/m/zyjdajesxbfpk...@momjian.us Backpatch-through: master Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b38bac26e203ffb4130a6e0f27146cb8d4bbc9c0 Modified Files --

pgsql: nbtree: consistently use minoff variable.

2024-11-18 Thread Peter Geoghegan
nbtree: consistently use minoff variable. This was arguably an oversight in commit 29b64d1de7, which moved this code from nbtutils.c to its nbtsearch.c caller. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/18ea6b3d0da357b5874ab9cf41350d4473b01ee9 Modified Files -

pgsql: Stamp 17.2.

2024-11-18 Thread Tom Lane
Stamp 17.2. Branch -- REL_17_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6304632eaa2107bb1763d29e213ff166ff6104c0 Modified Files -- configure| 18 +- configure.ac | 2 +- meson.build | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-

pgsql: libpq: Improve error message when parsing URI parameters and key

2024-11-18 Thread Michael Paquier
libpq: Improve error message when parsing URI parameters and keywords The error message showing up when parameters or keywords include too many whitespaces was "trailing data found", which was confusing because there was no hint about what was actually wrong. Issue introduced in 430ce189fc45, hen