pgsql: Fix typo

2018-08-21 Thread Alvaro Herrera
Fix typo Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/69c7890441d2ababf7fd71ad8d9b75fd08b015de Modified Files -- doc/src/sgml/release-11.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo

2018-08-21 Thread Alvaro Herrera
Fix typo Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/69183651118e39512f37e9ca246b6bf4c648bb63 Modified Files -- doc/src/sgml/release-11.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: fix typo

2018-08-21 Thread Alvaro Herrera
fix typo Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/358fa997a31109757c9866709cd4ee43ddb292f0 Modified Files -- src/backend/access/hash/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: fix typo

2018-08-21 Thread Alvaro Herrera
fix typo Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/5065596e510f899122c1189de23af56c4953e2e0 Modified Files -- src/backend/access/hash/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: fix typo

2018-08-21 Thread Alvaro Herrera
fix typo Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/083651da17a712f8febd05264a339a8fce310515 Modified Files -- src/backend/access/hash/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo

2018-08-21 Thread Alvaro Herrera
Fix typo Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/55a0154efdf05ccca676455f7c51965d8eaf1d76 Modified Files -- src/backend/utils/mmgr/dsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo

2018-08-21 Thread Alvaro Herrera
Fix typo Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/561a5ab7514cd38fa7433d2214ce308481b10044 Modified Files -- src/backend/utils/mmgr/dsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo

2018-08-21 Thread Alvaro Herrera
Fix typo Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6350dc7c89d24abcf38268a8158b8a2152ecd99a Modified Files -- src/backend/utils/mmgr/dsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Add regression tests for VACUUM and ANALYZE with relation skips

2018-08-21 Thread Michael Paquier
Add regression tests for VACUUM and ANALYZE with relation skips When a user does not have ownership on a relation, then specific log messages are generated. This new test suite adds coverage for all the possible log messages generated, which will be useful to check the consistency of any refactor

pgsql: Do not dump identity sequences with excluded parent table

2018-08-21 Thread Michael Paquier
Do not dump identity sequences with excluded parent table This commit prevents a crash of pg_dump caused by the exclusion of a table which has identity columns, as the table would be correctly excluded but not its identity sequence. In order to fix that, identity sequences are excluded if the par

pgsql: Do not dump identity sequences with excluded parent table

2018-08-21 Thread Michael Paquier
Do not dump identity sequences with excluded parent table This commit prevents a crash of pg_dump caused by the exclusion of a table which has identity columns, as the table would be correctly excluded but not its identity sequence. In order to fix that, identity sequences are excluded if the par

pgsql: Do not dump identity sequences with excluded parent table

2018-08-21 Thread Michael Paquier
Do not dump identity sequences with excluded parent table This commit prevents a crash of pg_dump caused by the exclusion of a table which has identity columns, as the table would be correctly excluded but not its identity sequence. In order to fix that, identity sequences are excluded if the par

pgsql: Provide plan_cache_mode options in postgresql.conf.sample.

2018-08-21 Thread Thomas Munro
Provide plan_cache_mode options in postgresql.conf.sample. Author: David Rowley Discussion: https://postgr.es/m/CAKJS1f8YkwojSTSg8YjNYCLCXzx0fR7wBR3Gf%2BrA9_52eoPZKg%40mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f9fe269ca21808c1f6a3d0d23936fa4eaf