Re: [PATCHES] [PATCH] Compression and on-disk sorting

2006-05-19 Thread Simon Riggs
On Thu, 2006-05-18 at 17:10 -0500, Jim C. Nasby wrote: > On Thu, May 18, 2006 at 10:31:03AM +0200, Martijn van Oosterhout wrote: > > Besides, we still havn't got any reports yet that this actually > > provides a benefit on any machine less than five years ago. Anyone out > > there doing tests? > >

Re: [PATCHES] [PATCH] Compression and on-disk sorting

2006-05-19 Thread Martijn van Oosterhout
On Fri, May 19, 2006 at 12:43:05PM +0100, Simon Riggs wrote: > We need to test "SELECT aid from accounts" also, or some other scenarios > where the data is as uncompressible as possible. We should also try this > on a table where the rows have been inserted by different transactions, > so that the

[PATCHES] Add namespace dependency for conversions

2006-05-19 Thread Bernd Helmle
Currently we don't record any dependencies between namespaces and conversions. This looks inconsistent to me, since we have dependencies on all other objects that live within namespaces. Please find attached a small patch that fixes this issue. -- Thanks BerndIndex: src/ba

Re: [PATCHES] [HACKERS] patch review, please: Autovacuum/Vacuum times via stats.

2006-05-19 Thread Bruce Momjian
Applied by Alvaro. Thanks. --- Larry Rosenman wrote: > Larry Rosenman wrote: > > Greetings, > > I've got a patch to be reviewed for having the stats system keep > > track of the last > > time a table was vacuumed or anal