Re: Draft release notes complete
Bruce Momjian <bruce@momjian.us>
From: Bruce Momjian <bruce@momjian.us>
To: Stephen Frost <sfrost@snowman.net>
Cc: Andrew Dunstan <andrew@dunslane.net>, 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-06T02:08:56Z
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 Wed, Sep 5, 2012 at 09:59:50PM -0400, Stephen Frost wrote: > * Bruce Momjian (bruce@momjian.us) wrote: > > > How often do you want? After all, > > > <http://developer.postgresql.org/docs/postgres/index.html> is > > > presumably going to keep pointing to where it now points. > > > > Well, the old code checked every five minutes, and it rebuilt in 4 > > minutes, so there was a max of 10 minutes delay. > > I'm a bit mystified why we build them far *more* often than necessary.. > Do we really commit documentation updates more than 6 times per day? > Wouldn't it be reasonably straight-forward to set up a commit-hook that > either kicks off a build itself, drops a file marker some place to > signal a cron job to do it, or something similar? > > Have to agree with Bruce on this one, for my part. I wonder if the > change to delay the crons was due to lack of proper locking or > tracking, or perhaps a lack of a filter for just changes which would > impact the documentation.. What the script I donated did was to do a cvs update in the sgml directory and look for changes --- if it found them, it rebuilt. -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. +