Re: Alpha4 release blockers (was Re: wrapping up this CommitFest)
Kevin Grittner <kevin.grittner@wicourts.gov>
From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Robert Haas" <robertmhaas@gmail.com>, "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "Andres Freund" <andres@anarazel.de>,
"Peter Eisentraut" <peter_e@gmx.net>, "Stefan Huehner" <stefan@huehner.org>,<remi_zara@mac.com>, <pgsql-hackers@postgresql.org>
Date: 2011-03-07T20:15:27Z
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 →
-
Further refine patch for commenting operator implementation functions.
- 908ab8028640 9.1.0 cited
-
Fix citext's upgrade-from-unpackaged script to set its collation correctly.
- 94be9e3f0ca9 9.1.0 cited
-
Mark operator implementation functions as such in their comments.
- 94133a935414 9.1.0 cited
-
Add KNNGIST support to contrib/btree_gist.
- 8436489c81c2 9.1.0 cited
-
Fix plpython breakage detected on certain Fedora machines on buildfarm.
- 4c966d920fb7 9.1.0 cited
Robert Haas <robertmhaas@gmail.com> wrote: > Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Well, a prerequisite for cutting an alpha is closing the >> commitfest, which at this point reduces to deciding what we are >> going to do with the plpython traceback patch. > AFAIK, there's nothing particularly special about that patch, > other than that the author chose to move it back from Returned > with Feedback to some other status. I don't see it having been in Returned with Feedback. The reviewer moved it to Ready for Committer, committers raised issues and moved it to Waiting for Author, and the author submitted a new patch and moved it back to Ready for Committer. -Kevin