Re: Draft release notes complete
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: Robert Haas <robertmhaas@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-05-10T19:23:23Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Expose track_iotiming information via pg_stat_statements.
- 5b4f34661143 9.2.0 cited
-
Rewrite GiST support code for rangetypes.
- 80da9e68fdd7 9.2.0 cited
-
Clean up a couple of box gist helper functions.
- d50e1251946a 9.2.0 cited
-
Replace the "New Linear" GiST split algorithm for boxes and points with a
- 7f3bd86843e5 9.2.0 cited
Bruce Momjian <bruce@momjian.us> writes: > On Thu, May 10, 2012 at 01:56:33AM -0400, Robert Haas wrote: >> As a general comment, I think that your new policy of crediting the >> reviewer on every feature except when that reviewer is also a >> committer has produced a horrific mess. > I assumed reviewers mentioned in the commit messages made substantive > suggestions on improving the patch, rather than just +1. I wouldn't assume that. On most of what I committed from commitfest items, I just listed whoever was named in the CF entry. regards, tom lane