Re: September 2012 commitfest

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: September 2012 commitfest
Date: 2012-11-05 18:34:04
Message-ID: 20121105183404.GE12444@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I said last week:

> Waiting on Author: 1
> Needs Review: 10
> Ready for Committer: 7

Now there are only 9 patches "Ready for committer". All other patches
have either been moved to the next commitfest, or returned with
feedback.

So we've made some progress, but we need a final push from committers.
A few of these patches have had a committer said they would look onto
them, so I've left them in the September commitfest in case one of them
has time to look onto them this week.

Oleg, Teodor:
Incorrect behaviour when using a GiST index on points
* This is a bug fix.

Greg Stark:
tuplesort memory usage: grow_memtuples
Trim trailing NULL columns

Tom Lane:
Updatable views

Magnus:
Make pg_basebackup configure and start standby

Andrew Dunstan:
parallel pg_dump

Heikki?
Decrease GiST bloat when penalties are identical

Magnus? Andrew?
Fix console prompt encoding on Windows

?
plpgsql_check_function

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2012-11-05 18:35:27 Re: Limiting the number of parameterized indexpaths created
Previous Message Jan Urbański 2012-11-05 18:07:16 Re: [PATCH] PL/Python: Add spidata to all spiexceptions