[COMMITTERS] pgsql: Avoid locale-dependent output in select_views regression test.

2017-05-28 Thread Tom Lane
Avoid locale-dependent output in select_views regression test. Use 'COLLATE "C"' to force locale-independent sorting of the iexit view results in select_views.sql. We aren't particularly interested in the exact sorting behavior here, and this doesn't change the shape of the generated plan, so it

[COMMITTERS] pgsql: Improve v10 release notes' discussion of money operator changes.

2017-05-28 Thread Tom Lane
Improve v10 release notes' discussion of money operator changes. Mention the rounding behavioral change for money/int8. Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/1c8b88ab9b72f

[COMMITTERS] pgsql: Format v10 release notes' commit references more like previous r

2017-05-28 Thread Tom Lane
Format v10 release notes' commit references more like previous releases. Left-justify these comments, remove committer names, remove SGML markup that was randomly added to some of them. Aside from being more consistent with previous practice, this keeps the lines shorter than 80 characters, impro

[COMMITTERS] pgsql: Code review focused on new node types added by partitioning supp

2017-05-28 Thread Tom Lane
Code review focused on new node types added by partitioning support. Fix failure to check that we got a plain Const from const-simplification of a coercion request. This is the cause of bug #14666 from Tian Bing: there is an int4 to money cast, but it's only stable not immutable (because of depen

[COMMITTERS] pgsql: Fix reference to RFC specifying SCRAM.

2017-05-28 Thread Heikki Linnakangas
Fix reference to RFC specifying SCRAM. Noted by Peter Eisentraut Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6fd65f6b877512eb1c35897d4c4c6779d100e459 Modified Files -- doc/src/sgml/protocol.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)