Re: Draft release notes complete
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Stephen Frost <sfrost@snowman.net>
Cc: Bruce Momjian <bruce@momjian.us>, Alvaro Herrera <alvherre@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>, Peter Eisentraut <peter_e@gmx.net>, Magnus Hagander <magnus@hagander.net>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2012-09-06T03:54:21Z
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
On 09/05/2012 11:44 PM, Stephen Frost wrote: > * Andrew Dunstan (andrew@dunslane.net) wrote: >> You mean in my copious spare time? > If you're alright with the concept, then anyone can do it. I was > looking more for your concurrence on the idea of documenting this > explicitly (which also implies that it'll be supported, etc). > > I'd be happy to develop the actual patch to add the documentation. > > Sure, go for it. The buildfarm code is entirely public, <https://github.com/PGBuildFarm/client-code> and the documentation lives on the wiki: <http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto> and an be edited by anyone with edit privs there. cheers andrew