[COMMITTERS] pgsql: Support domains over composite types in PL/Perl.

2017-10-28 Thread Tom Lane
Support domains over composite types in PL/Perl. In passing, don't insist on rsi->expectedDesc being set unless we actually need it; this allows succeeding in a couple of cases where PL/Perl functions returning setof composite would have failed before, and makes the error message more apropos in o

[COMMITTERS] pgsql: Fix typo.

2017-10-28 Thread Robert Haas
Fix typo. Eiji Seki Discussion: http://postgr.es/m/A11BD0E1A40FAC479D740CEFA373E203397E5276@g01jpexmbkw05 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/c6fd5cd7062283575a436ec4ea3ed7899ace79a0 Modified Files -- contrib/bloom/blvacuum.c | 2 +- 1 file

[COMMITTERS] pgsql: Improve comments for parallel executor estimation functions.

2017-10-28 Thread Robert Haas
Improve comments for parallel executor estimation functions. The previous comment (which was copied as boilerplate from one file to the next) implied that it was the executor node itself which was being serialized, but that's not right. We're not serializing the executor nodes; we're just allowin

[COMMITTERS] pgsql: Add table_constraint synopsis to ALTER TABLE documentation.

2017-10-28 Thread Robert Haas
Add table_constraint synopsis to ALTER TABLE documentation. This is already present in the CREATE TABLE documentation, but it's nicer not to have to refer to CREATE TABLE to find out the syntax for ALTER TABLE. Lætitia Avrot Branch -- master Details --- https://git.postgresql.org/pg/com

[COMMITTERS] pgsql: Fix grammar.

2017-10-28 Thread Robert Haas
Fix grammar. Etsuro Fujita Discussion: http://postgr.es/m/cc7767b6-6a1b-74a2-8b3c-48b8e64c1...@lab.ntt.co.jp Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/24fd674a1affe1ca9776bd6b21b2b35feb0fe6ed Modified Files -- src/backend/optimizer/README | 4 ++

[COMMITTERS] pgsql: Fix misplaced ReleaseSysCache call in get_default_partition_oid.

2017-10-28 Thread Robert Haas
Fix misplaced ReleaseSysCache call in get_default_partition_oid. Julien Rouhaud Discussion: http://postgr.es/m/caobau_y4omla+vbsvda-jwblojwipxfdkckmjrzm7nmzxa1...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/1310ac258c773ab9d41650b509098dd01cb4ec