pgsql: Fix typo in parsenodes.h

2023-02-09 Thread Michael Paquier
Fix typo in parsenodes.h Introduced in a61b1f7 when RTEPermissionInfo got added. Issue spotted while reviewing the area for a different patch. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/9e8b694d819d96f65f8de33102858bd6bff4b54a Modified Files -- sr

pgsql: pgstat: Track more detailed relation IO statistics

2023-02-09 Thread Andres Freund
pgstat: Track more detailed relation IO statistics Commit 28e626bde00 introduced the infrastructure for tracking more detailed IO statistics. This commit adds the actual collection of the new IO statistics for relations and temporary relations. See aforementioned commit for goals and high-level de

pgsql: Fix help text spacing in pgindent

2023-02-09 Thread Andrew Dunstan
Fix help text spacing in pgindent Author: Noriyoshi Shinoda Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/40d0b2d4153d903d41adee6a303428540389191b Modified Files -- src/tools/pgindent/pgindent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Last-minute updates for release notes.

2023-02-09 Thread Tom Lane
Last-minute updates for release notes. Security: CVE-2022-41862 Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6926350d6b90181193e776d3313c49226cbca2ea Modified Files -- doc/src/sgml/release-13.sgml | 29 + 1 file chan

pgsql: Last-minute updates for release notes.

2023-02-09 Thread Tom Lane
Last-minute updates for release notes. Security: CVE-2022-41862 Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/dfb5ad7cf0d83ac3bb78f0177721f68a6ba60486 Modified Files -- doc/src/sgml/release-14.sgml | 29 + 1 file chan

pgsql: Last-minute updates for release notes.

2023-02-09 Thread Tom Lane
Last-minute updates for release notes. Security: CVE-2022-41862 Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6788a55898053ba513753f9bc4ba7d3731676cdb Modified Files -- doc/src/sgml/release-15.sgml | 29 + 1 file chan

pgsql: Last-minute updates for release notes.

2023-02-09 Thread Tom Lane
Last-minute updates for release notes. Security: CVE-2022-41862 Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/bd46d1b5413d52af224db982de79f429a0cf12de Modified Files -- doc/src/sgml/release-12.sgml | 29 + 1 file chan

pgsql: Properly NULL-terminate GSS receive buffer on error packet recep

2023-02-09 Thread Michael Paquier
Properly NULL-terminate GSS receive buffer on error packet reception pqsecure_open_gss() includes a code path handling error messages with v2-style protocol messages coming from the server. The client-side buffer holding the error message does not force a NULL-termination, with the data of the se

pgsql: Properly NULL-terminate GSS receive buffer on error packet recep

2023-02-09 Thread Michael Paquier
Properly NULL-terminate GSS receive buffer on error packet reception pqsecure_open_gss() includes a code path handling error messages with v2-style protocol messages coming from the server. The client-side buffer holding the error message does not force a NULL-termination, with the data of the se

pgsql: Properly NULL-terminate GSS receive buffer on error packet recep

2023-02-09 Thread Michael Paquier
Properly NULL-terminate GSS receive buffer on error packet reception pqsecure_open_gss() includes a code path handling error messages with v2-style protocol messages coming from the server. The client-side buffer holding the error message does not force a NULL-termination, with the data of the se

pgsql: Properly NULL-terminate GSS receive buffer on error packet recep

2023-02-09 Thread Michael Paquier
Properly NULL-terminate GSS receive buffer on error packet reception pqsecure_open_gss() includes a code path handling error messages with v2-style protocol messages coming from the server. The client-side buffer holding the error message does not force a NULL-termination, with the data of the se

pgsql: Properly NULL-terminate GSS receive buffer on error packet recep

2023-02-09 Thread Michael Paquier
Properly NULL-terminate GSS receive buffer on error packet reception pqsecure_open_gss() includes a code path handling error messages with v2-style protocol messages coming from the server. The client-side buffer holding the error message does not force a NULL-termination, with the data of the se