pgsql: doc: PG 13 relnotes, fix markup

2020-05-05 Thread Bruce Momjian
doc: PG 13 relnotes, fix markup Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/7dc37ccea8599f460ec95b8a0208e2047a6fb4bf Modified Files -- doc/src/sgml/release-13.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: doc: PG 13 renotes: adjust attribution and pgbench item

2020-05-05 Thread Bruce Momjian
doc: PG 13 renotes: adjust attribution and pgbench item Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d08ac7d85fc844bb5b2cb456a858e9f4d344722c Modified Files -- doc/src/sgml/release-13.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgsql: Normalize _bt_findsplitloc() argument names.

2020-05-05 Thread Peter Geoghegan
Normalize _bt_findsplitloc() argument names. Oversight in commit bc3087b626d. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/0025a90f732b06027f6eaa6d35dbb303baffef10 Modified Files -- src/include/access/nbtree.h | 2 +- 1 file changed, 1 insertion(+), 1

pgsql: Remove obsolete amcheck comment.

2020-05-05 Thread Peter Geoghegan
Remove obsolete amcheck comment. Oversight in commit d114cc53. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/18c117cc56269f064d1b81674771d1559cf88b3d Modified Files -- contrib/amcheck/verify_nbtree.c | 3 --- 1 file changed, 3 deletions(-)

pgsql: doc: PG 13 relnotes, add pgbench script item

2020-05-05 Thread Bruce Momjian
doc: PG 13 relnotes, add pgbench script item Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/e0acac67da46951bf00d4d0df33a8020cac7308c Modified Files -- doc/src/sgml/release-13.sgml | 12 1 file changed, 12 insertions(+)

pgsql: doc: PG 13 relnotes, add attributions and wording changes

2020-05-05 Thread Bruce Momjian
doc: PG 13 relnotes, add attributions and wording changes Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b0e02f47cdb0be44a229e261e932221575381269 Modified Files -- doc/src/sgml/release-13.sgml | 8 1 file changed, 4 insertions(+), 4 deletions(-)

pgsql: Doc: warn that timezone abbreviations don't work in recovery_tar

2020-05-05 Thread Tom Lane
Doc: warn that timezone abbreviations don't work in recovery_target_time. Moving this setting into the main configuration file was ill-considered, perhaps, because that typically causes it to be set before timezone_abbreviations has been set. Which in turn means that zone abbreviations don't work

pgsql: Doc: warn that timezone abbreviations don't work in recovery_tar

2020-05-05 Thread Tom Lane
Doc: warn that timezone abbreviations don't work in recovery_target_time. Moving this setting into the main configuration file was ill-considered, perhaps, because that typically causes it to be set before timezone_abbreviations has been set. Which in turn means that zone abbreviations don't work

pgsql: doc: PG 13 release note adjustments, Justin Pryzby v2

2020-05-05 Thread Bruce Momjian
doc: PG 13 release note adjustments, Justin Pryzby v2 Reported-by: Justin Pryzby Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/98c017c5760c1107a846c85eb20a1b3b80cad8c7 Modified Files -- doc/src/sgml/release-13.sgml | 27 --- 1

pgsql: doc: PG 13 retnote adjustments

2020-05-05 Thread Bruce Momjian
doc: PG 13 retnote adjustments Reported-by: Justin Pryzby Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ab3f2f45d28235ee60ac2426f2282f401a0b0c12 Modified Files -- doc/src/sgml/release-13.sgml | 30 +++--- 1 file changed, 15 inse

pgsql: Fix severe memory leaks in GSSAPI encryption support.

2020-05-05 Thread Tom Lane
Fix severe memory leaks in GSSAPI encryption support. Both the backend and libpq leaked buffers containing encrypted data to be transmitted, so that the process size would grow roughly as the total amount of data sent. There were also far-less-critical leaks of the same sort in GSSAPI session est

pgsql: Fix severe memory leaks in GSSAPI encryption support.

2020-05-05 Thread Tom Lane
Fix severe memory leaks in GSSAPI encryption support. Both the backend and libpq leaked buffers containing encrypted data to be transmitted, so that the process size would grow roughly as the total amount of data sent. There were also far-less-critical leaks of the same sort in GSSAPI session est

pgsql: doc: normalize contributor names in PG 13 release notes

2020-05-05 Thread Bruce Momjian
doc: normalize contributor names in PG 13 release notes Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d4329a60d5708382957e61d1036a03929f75c9fc Modified Files -- doc/src/sgml/release-13.sgml | 27 +-- doc/src/sgml/release.sgml

pgsql: doc: update PG 13 release notes for glossary and NO DEPENDS

2020-05-05 Thread Bruce Momjian
doc: update PG 13 release notes for glossary and NO DEPENDS Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/61dfa727494ffa337cadde51a01d3a1813c1f6d2 Modified Files -- doc/src/sgml/release-13.sgml | 7 --- 1 file changed, 4 insertions(+), 3 deletions(

pgsql: doc: Fix PG 13 release note markup

2020-05-05 Thread Bruce Momjian
doc: Fix PG 13 release note markup Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/3114d26bfb93962e503df19210086abe67f2044e Modified Files -- doc/src/sgml/release-13.sgml | 2 ++ 1 file changed, 2 insertions(+)

pgsql: doc: update PG 13 release notes after first draft

2020-05-05 Thread Bruce Momjian
doc: update PG 13 release notes after first draft Minor corrections from individuals. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/41297fa7d86d0410efc90aebdd39f686b81bf09e Modified Files -- doc/src/sgml/release-13.sgml | 61 +

pgsql: Fix capitalization of messages, per style guide

2020-05-05 Thread Peter Eisentraut
Fix capitalization of messages, per style guide Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d5627f3cd0ba191f1e647d66f6d5bb09ff95b786 Modified Files -- src/interfaces/libpq/fe-auth.c | 6 +++--- src/test/ssl/t/002_scram.pl| 4 ++-- 2 files changed,