pgsql: Translation updates

2018-09-16 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: be9925199917aac824dd4b472bdce3b97dbc90ca Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/bcbd1590279c1dfc3e6756a09166943437071bd2 Modified Files --

pgsql: Add list of acknowledgments to release notes

2018-09-16 Thread Peter Eisentraut
Add list of acknowledgments to release notes This contains all individuals mentioned in the commit messages during PostgreSQL 11 development. current through 7a2f70f0e5e83871d091ee479abea4b8f850dd29 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f9907c6ac2e9817baf

pgsql: Add list of acknowledgments to release notes

2018-09-16 Thread Peter Eisentraut
Add list of acknowledgments to release notes This contains all individuals mentioned in the commit messages during PostgreSQL 11 development. current through 7a2f70f0e5e83871d091ee479abea4b8f850dd29 Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/05ae1bafa54

pgsql: Fix out-of-tree build for transform modules.

2018-09-16 Thread Andrew Gierth
Fix out-of-tree build for transform modules. Neither plperl nor plpython installed sufficient header files to permit transform modules to be built out-of-tree using PGXS. Fix that by installing all plperl and plpython header files (other than those with special purposes such as generated data tabl

pgsql: Fix out-of-tree build for transform modules.

2018-09-16 Thread Andrew Gierth
Fix out-of-tree build for transform modules. Neither plperl nor plpython installed sufficient header files to permit transform modules to be built out-of-tree using PGXS. Fix that by installing all plperl and plpython header files (other than those with special purposes such as generated data tabl

pgsql: Add outfuncs.c support for RawStmt nodes.

2018-09-16 Thread Tom Lane
Add outfuncs.c support for RawStmt nodes. I noticed while poking at a report from Andrey Lepikhov that the recent addition of RawStmt nodes at the top of raw parse trees makes it impossible to print any raw parse trees whatsoever, because outfuncs.c doesn't know RawStmt and hence fails to descend

pgsql: Add outfuncs.c support for RawStmt nodes.

2018-09-16 Thread Tom Lane
Add outfuncs.c support for RawStmt nodes. I noticed while poking at a report from Andrey Lepikhov that the recent addition of RawStmt nodes at the top of raw parse trees makes it impossible to print any raw parse trees whatsoever, because outfuncs.c doesn't know RawStmt and hence fails to descend

pgsql: Add outfuncs.c support for RawStmt nodes.

2018-09-16 Thread Tom Lane
Add outfuncs.c support for RawStmt nodes. I noticed while poking at a report from Andrey Lepikhov that the recent addition of RawStmt nodes at the top of raw parse trees makes it impossible to print any raw parse trees whatsoever, because outfuncs.c doesn't know RawStmt and hence fails to descend

pgsql: doc: clarify pg_basebackup's -C/--create-slot description

2018-09-16 Thread Bruce Momjian
doc: clarify pg_basebackup's -C/--create-slot description The previous text was overly complex. Backpatch-through: 11 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/da1db404358ebc2d4f1abcee712405cd888148de Modified Files -- doc/src/sgml/ref/pg_baseba

pgsql: doc: clarify pg_basebackup's -C/--create-slot description

2018-09-16 Thread Bruce Momjian
doc: clarify pg_basebackup's -C/--create-slot description The previous text was overly complex. Backpatch-through: 11 Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/7a2f70f0e5e83871d091ee479abea4b8f850dd29 Modified Files -- doc/src/sgml/ref/pg