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 +
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
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
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
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 ++-
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
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 ++--
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
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
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 +++
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
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(
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
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(-)
-
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
15 matches
Mail list logo