Обсуждение: Big feature status

Поиск
Список
Период
Сортировка

Big feature status

От
Bruce Momjian
Дата:
We are 12 days into June or roughly 40% into our month extension of the
release.  I want to report where we are on the big patches.

Tablespaces is in the patch queue waiting for Tom's review.  Nested
transactions is also in the queue and needs review.  Alvaro is working
on implementation of the phantom xid feature, but the patch is probably
ready for application if we think it can all be completed by July 1.

I talked to Simon about PITR and he is working on adjusting the patch
and plans to be done in 1-2 weeks.

We are contining to reduce the Win32 TODO items and it is almost
complete.

I will be in Germany and Armenia from June 21 - July 3 so I will not be
around to help get last-minute patches applied.  Tom will be around to
assist in this area.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


Re: Big feature status

От
"Matthew T. O'Connor"
Дата:
On Sat, 2004-06-12 at 21:57, Bruce Momjian wrote:
> We are 12 days into June or roughly 40% into our month extension of the
> release.  I want to report where we are on the big patches.

pg_autovacuum integration is coming along.  I submitted a patch a proof
of concept patch few days ago.  I have done more work since then and I'm
working to get all the patch to a higher quality before I submit it for
more serious review.  I will have something to submit in the next few
days.

Matthew




Re: Big feature status

От
Bruce Momjian
Дата:
Matthew T. O'Connor wrote:
> On Sat, 2004-06-12 at 21:57, Bruce Momjian wrote:
> > We are 12 days into June or roughly 40% into our month extension of the
> > release.  I want to report where we are on the big patches.
> 
> pg_autovacuum integration is coming along.  I submitted a patch a proof
> of concept patch few days ago.  I have done more work since then and I'm
> working to get all the patch to a higher quality before I submit it for
> more serious review.  I will have something to submit in the next few
> days.

Yes, that is another large feature I would like to see completed.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


Re: Big feature status

От
Christopher Kings-Lynne
Дата:
> Tablespaces is in the patch queue waiting for Tom's review.  Nested
> transactions is also in the queue and needs review.  Alvaro is working
> on implementation of the phantom xid feature, but the patch is probably
> ready for application if we think it can all be completed by July 1.

I should have all the new ALTER OWNER commands in, plus the changes to 
pg_dump to use them, fixing a known major problem in pg_dump :)

Chris