@@ -32,12 +32,12 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
...
@@ -32,12 +32,12 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
<h2>Priority 2</h2>
<h2>Priority 2</h2>
<ul><li>Improve test code coverage.
<ul><li>Improve test code coverage.
</li><li>Automatic collection of statistics (auto ANALYZE; AUTOVACUUM). See http://www.postgresql.org/docs/current/static/routine-vacuuming.html#AUTOVACUUM
</li><li>Test multi-threaded in-memory db access
</li><li>Test multi-threaded in-memory db access
</li><li>MVCC: select for update should only lock the selected rows.
</li><li>MVCC: select for update should only lock the selected rows.
</li><li>Option to shutdown all the running servers (on the same VM).
</li><li>Option to shutdown all the running servers (on the same VM).
</li><li>Full outer joins.
</li><li>Full outer joins.
</li><li>Support nested outer joins (see todo.txt).
</li><li>Support nested outer joins (see todo.txt).
</li><li>Automatic collection of statistics (auto ANALYZE; AUTOVACUUM). See http://www.postgresql.org/docs/current/static/routine-vacuuming.html#AUTOVACUUM
</li><li>Support mixed clustering mode (one embedded, others in server mode).
</li><li>Support mixed clustering mode (one embedded, others in server mode).
</li><li>PostgreSQL catalog: use BEFORE SELECT triggers instead of views over metadata tables.
</li><li>PostgreSQL catalog: use BEFORE SELECT triggers instead of views over metadata tables.
</li><li>Test very large databases and LOBs (up to 256 GB).
</li><li>Test very large databases and LOBs (up to 256 GB).
...
@@ -408,7 +408,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
...
@@ -408,7 +408,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Support date/time/timestamp as documented in http://en.wikipedia.org/wiki/ISO_8601
</li><li>Support date/time/timestamp as documented in http://en.wikipedia.org/wiki/ISO_8601
</li><li>PostgreSQL compatibility: when in PG mode, treat BYTEA data like PG.
</li><li>PostgreSQL compatibility: when in PG mode, treat BYTEA data like PG.