pgsql: Improve 9.5 release notes.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve 9.5 release notes.
Date: 2015-06-30 19:00:45
Message-ID: E1ZA0lx-0006FM-PU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Improve 9.5 release notes.

1) Add sgml comments referencing commits. This is useful to search for
missing items etc.

The comments containing the commit notes are an excerpt from:
git log --date=short \
--pretty='format:%cd [%h] %<(8,trunc)%cN: %<(48,trunc)%s%n%n%w(,4,4)%b%n' \
$(git merge-base origin/master upstream/REL9_4_STABLE)..origin/master
2) Improve a handful of existing notes
3) Add missing entries about a couple features.
4) Add a bunch of straight-forward FIXMEs

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c0b0501925eacbf2d9c10cd231bf8a14e7c9ef4c

Modified Files
--------------
doc/src/sgml/release-9.5.sgml | 688 ++++++++++++++++++++++++++++++++++++++---
1 file changed, 651 insertions(+), 37 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2015-06-30 19:02:37 Re: pgsql: Improve 9.5 release notes.
Previous Message pgsql 2015-06-30 18:42:37 pgsql: Tag refs/tags/REL9_5_ALPHA1 was created

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2015-06-30 19:02:37 Re: pgsql: Improve 9.5 release notes.
Previous Message Andres Freund 2015-06-30 19:00:44 Re: 9.5 release notes