Release date
- 2005-??-??, current as of 2004-11-21
+ 2005-01-19
+
+ Improve optimizer row estimates for non-VACUUMed
+ tables (Tom)
+
+ The system now uses the number of blocks in the table to estimate the
+ number of rows in the table if it has never been
+ VACUUMed or ANALYZEd.
+ Previously a fixed value was used in such cases.
+
+
+
+
+ Allow PL/pgSQL to understand ELSEIF> (Neil)
+
+ Previously PL/pgSQL only understood ELSIF>.
+
+
+