[COMMITTERS] pgsql: doc: move hash info to new section and split out growth item

2017-04-25 Thread Bruce Momjian
doc: move hash info to new section and split out growth item Reported-by: Amit Kapila Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/45e3d8ae2b1d16f6e6453089424e9c3346fa35f8 Modified Files -- doc/src/sgml/release-10.sgml | 124 +

[COMMITTERS] pgsql: Update copyright in recently added files.

2017-04-25 Thread Fujii Masao
Update copyright in recently added files. This commit also fixes copyright line missed by the automated script. Author: Masahiko Sawada Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/7cc14ae9d8a46a6fac002cb5d7ef385fc6ccdeb4 Modified Files -- src/backe

[COMMITTERS] pgsql: Adjust outdated comment.

2017-04-25 Thread Robert Haas
Adjust outdated comment. Commit 5dfc198146b49ce7ecc8a1fc9d5e171fb75f6ba5 removed the only existing caller of hash_freeze, but left behind a comment indicating that hash_freeze was still used. Adjust. Kyotaro Horiguchi Discussion: http://postgr.es/m/20170424.165541.230634914.horiguchi.kyot...@l

Re: [COMMITTERS] pgsql: Update copyright in recently added files.

2017-04-25 Thread Tom Lane
Fujii Masao writes: > Update copyright in recently added files. > This commit also fixes copyright line missed by the automated script. Just for the record, none of those were "missed by the automated script"; if they had been, that would be a bug we need to fix. I suppose you are thinking of th

[COMMITTERS] pgsql: doc: PG 10 release note updates

2017-04-25 Thread Bruce Momjian
doc: PG 10 release note updates Reported-by: David Rowley, Amit Langote, Ashutosh Bapat Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/64f0f7cfc75d92910cadb07dbcce3844eec79c36 Modified Files -- doc/src/sgml/release-10.sgml | 27 ++-

Re: [COMMITTERS] pgsql: Update copyright in recently added files.

2017-04-25 Thread Fujii Masao
On Wed, Apr 26, 2017 at 12:03 AM, Tom Lane wrote: > Fujii Masao writes: >> Update copyright in recently added files. >> This commit also fixes copyright line missed by the automated script. > > Just for the record, none of those were "missed by the automated script"; > if they had been, that woul

[COMMITTERS] pgsql: doc: PG 10 release notes updates

2017-04-25 Thread Bruce Momjian
doc: PG 10 release notes updates Reported-by: Michael Paquier, Felix Gerzaguet Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/cdd5bcad5ea6a2409e38e5c6e11e9901dae2d946 Modified Files -- doc/src/sgml/release-10.sgml | 43 ++--

[COMMITTERS] pgsql: Set the priorities of all quorum synchronous standbys to 1.

2017-04-25 Thread Fujii Masao
Set the priorities of all quorum synchronous standbys to 1. In quorum-based synchronous replication, all the standbys listed in synchronous_standby_names equally have chances to be chosen as synchronous standbys. So they should have the same priority. However, previously, quorum standbys whose nam

[COMMITTERS] pgsql: doc: properly indent SGML tags in PG 10 release notes

2017-04-25 Thread Bruce Momjian
doc: properly indent SGML tags in PG 10 release notes Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/bf368fbee2a9ff1139b9331f025986ba68b8922a Modified Files -- doc/src/sgml/release-10.sgml | 5292 ++ 1 file change

[COMMITTERS] pgsql: doc PG10: add commit 090010f2e and adjust EXPLAIN SUMMARY item

2017-04-25 Thread Bruce Momjian
doc PG10: add commit 090010f2e and adjust EXPLAIN SUMMARY item Reported-by: Tels, Andres Freund Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/3640cf5e1c8a0ae6ac55bf6384de0521dc77facf Modified Files -- doc/src/sgml/release-10.sgml | 19 +++

[COMMITTERS] pgsql: doc: add PG 10 doc item about VACUUM truncation, 7e26e02ee

2017-04-25 Thread Bruce Momjian
doc: add PG 10 doc item about VACUUM truncation, 7e26e02ee Reported-by: Andres Freund Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/3d7741194a4688adea8404ab0a7bb57bac20232b Modified Files -- doc/src/sgml/release-10.sgml | 16 1 file c

[COMMITTERS] pgsql: doc: update PG 10 item about referencing many relations

2017-04-25 Thread Bruce Momjian
doc: update PG 10 item about referencing many relations Reported-by: Tom Lane Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ef0ba572b6e163328a2292bf9d6de7c919bd7cdd Modified Files -- doc/src/sgml/release-10.sgml | 4 ++-- 1 file changed, 2 insertions(

[COMMITTERS] pgsql: Wake up launcher when enabling a subscription

2017-04-25 Thread Peter Eisentraut
Wake up launcher when enabling a subscription Otherwise one would have to wait up to DEFAULT_NAPTIME_PER_CYCLE until the subscription worker is considered for starting. There is a small race condition: If one enables a subscription right after disabling it, the launcher might not have registered

[COMMITTERS] pgsql: doc PG10: update EXPLAIN SUMMARY item

2017-04-25 Thread Bruce Momjian
doc PG10: update EXPLAIN SUMMARY item Reported-by: Tels Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/5f2b48d1dd17156c2021f9fa7c85d5c550bc2c6a Modified Files -- doc/src/sgml/release-10.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -

[COMMITTERS] pgsql: Allow ALTER TABLE ONLY on partitioned tables

2017-04-25 Thread Stephen Frost
Allow ALTER TABLE ONLY on partitioned tables There is no need to forbid ALTER TABLE ONLY on partitioned tables, when no partitions exist yet. This can be handy for users who are building up their partitioned table independently and will create actual partitions later. In addition, this is how pg