[COMMITTERS] pgsql: Update relpages and reltuples estimates in stand-alone ANALYZE,

2009-05-19 Thread Heikki Linnakangas
Log Message: --- Update relpages and reltuples estimates in stand-alone ANALYZE, even if there's no analyzable attributes or indexes. We also used to report 0 live and dead tuples for such tables, which messed with autovacuum threshold calculations. This fixes bug #4812 reported by George

[COMMITTERS] pgsql: Update relpages and reltuples estimates in stand-alone ANALYZE,

2009-05-19 Thread Heikki Linnakangas
Log Message: --- Update relpages and reltuples estimates in stand-alone ANALYZE, even if there's no analyzable attributes or indexes. We also used to report 0 live and dead tuples for such tables, which messed with autovacuum threshold calculations. This fixes bug #4812 reported by George

[COMMITTERS] pgsql: Update relpages and reltuples estimates in stand-alone ANALYZE,

2009-05-19 Thread Heikki Linnakangas
Log Message: --- Update relpages and reltuples estimates in stand-alone ANALYZE, even if there's no analyzable attributes or indexes. We also used to report 0 live and dead tuples for such tables, which messed with autovacuum threshold calculations. This fixes bug #4812 reported by George

[COMMITTERS] pgsql: Update relpages and reltuples estimates in stand-alone ANALYZE,

2009-05-19 Thread Heikki Linnakangas
Log Message: --- Update relpages and reltuples estimates in stand-alone ANALYZE, even if there's no analyzable attributes or indexes. We also used to report 0 live and dead tuples for such tables, which messed with autovacuum threshold calculations. This fixes bug #4812 reported by George

[COMMITTERS] pgsql: Add documentation string for LDFLAGS_SL in configure --help

2009-05-19 Thread Peter Eisentraut
Log Message: --- Add documentation string for LDFLAGS_SL in configure --help output. Modified Files: -- pgsql: configure (r1.638 -> r1.639) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.638&r2=1.639) configure.in (r1.596 -> r1.597)